Frames
6.8 Frame generation according to tool orientation (TOFRAME, TOROT, PAROT)
Fundamentals
6-36 Programming Manual, 10.2004 Edition, 6FC5 298-7AB00-0BP1
defined with TOFRAME.
TOROTZ
TOROTY
TOROTX
Frame rotation ON Z axis parallel to tool orientation
Frame rotation ON Y axis parallel to tool orientation
Frame rotation ON X axis parallel to tool orientation
PAROT Align workpiece coordinate system (WCS) on workpiece.
Translations, scaling and mirroring in the active frame
remain valid. The workpiece-related frame rotation
activated with PAROT is deactivated with PAROTOF.
PAROTOF Deactivate workpiece-related frame rotation
Milling with working plane G17
TOFRAME or TOROT defines frames whose Z axes point in the tool direction. This definition
is tailored to milling operations, for which working plane G17 X/Y of the 1st – 2nd geometry
axis is typically active.
Turning with working plane G18 or G19
Turning operations in particular, and active G18 or G19 in general, require frames, with
which the tool is aligned in the X or Y axis. A frame of this type can be defined with G codes
• TOFRAMEX TOROTX
• TOFRAMEY TOROTY
• TOFRAMEZ
TOROTZ. This functionality of TOFRAME and TOFRAMEZ or TOROT and TOROTZ is
identical in each case.
Example of TOFRAME
N100 G0 G53 X100 Z100 D0
N120 TOFRAME
N140 G91 Z20 ;Frame TOFRAME is included, all ;programmed geometry
axis movements
;refer to TOFRAME
N160 X50
...