Coordinate transformation (FRAMES)
5.2 Frame variables / assigning values to frames
Job planning
288 Programming Manual, 07/2010, 6FC5398-2BP40-0BA0
Example
Translation, rotation and mirroring are activated by value assignment to the current
programmable frame.
=
=
;
;
<
;
<
<
<
&75$16
&527
&0,5525
N10 $P_PFRAME=CTRANS(X,10,Y,20,Z,5):CROT(Z,45):CMIRROR(Y)
Frame-red components are pre-assigned other values
With CROT, pre-assign all three UIFR components with values
Program code Comments
$P_UIFR[5] = CROT(X, 0, Y, 0, Z, 0)
N100 $P_UIFR[5, y, rt]=0
N100 $P_UIFR[5, x, rt]=0
N100 $P_UIFR[5, z, rt]=0