Frames
6.2 Frame variables / assigning values to frames
Job planning
6-10 Programming Manual, 03/2006 Edition, 6FC5398-2BP10-1BA0
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
$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