Hi


I would appreciate insight in these two doubts

I am programming a part and I need to orient a part surface perpendicular to the spindle axis prior to machine it. (Two rotary axes in the table). I cannot align the part with cycle 998 as the access is a bit tricky.

My idea is to probe three points, calculate the normal vector to the plane generated and apply rotations via frames

My doubt is

- is there any difference between applying $P_UIFR(1,C,FI) = 20 and $P_UIFR(1,z,RT) = 20 ?. I mean the difference between appling a fine traslation frame to axis C or to apply a rot frame to axis z


- after making the correspondant rotations. I think I have to set the x,y,z fine frames again if I want to probe the same very points I probe before making he calculations.let me know if I am mistaken

Regards