Tool offsets
7.5 Activate 3D tool offsets (CUT3DC..., CUT3DF...)
Job planning
410 Programming Manual, 07/2010, 6FC5398-2BP40-0BA0
Significance
CUT3DC
Activation of 3D radius offset for circumferential milling
CUT3DFS
3D tool offset for face milling with constant orientation.
The tool orientation is determined by
G17 - G19 and is not
influenced by frames.
CUT3DFF
D tool offset for face milling with constant orientation.
The tool orientation is the direction defined by
G17 - G19
and, in some case, rotated by a frame.
CUT3DF
3D tool offset for face milling with orientation change
(only with active 5-axes transformation).
G40 X... Y... Z...
To deactivate: Linear block
G0/G1 with geometry axes
ISD
Insertion depth
Note
The commands are modally effective and written in the same group as
CUT2D and CUT2DF.
The command is not deselected until the next movement in the current plane is performed.
This always applies for
G40 and is independent of the CUT command.
Intermediate blocks are permitted with 3D tool radius compensation. The definitions for
2 1/2D tool radius compensation apply.
Supplementary conditions
● G450/G451 and DISC
A circular block is always inserted at out corners.
G450/G451 have no significance.
The
DISC command is not evaluated.
Example
Program code Comments
N10 A0 B0 X0 Y0 Z0 F5000
N20 T1 D1 ; Tool call, call tool offset values.
N30 TRAORI(1) ; Transformation selection
N40 CUT3DC ; 3D tool radius compensation selection
N50 G42 X10 Y10 ; Tool radius compensation selection
N60 X60
N70 …