
PROGRAMMING
B–63444EN/01
13. COMPENSATION FUNCTION
103
When only a T code is specified in a block, the tool is moved by the offset
value without a move command. The movement is performed at rapid
traverse rate in the G00 mode . It is performed at feedrate in other modes.
When a T code with offset number 0 is specified by itself, movement is
performed to cancel the offset.
WARNING
1 When G50 X_Z_T_ ; is specified
Tool is not moved.
The coordinate system in which the coordinate value of the
tool position is (X,Z) is set. The tool position is obtained by
subtracting the offset value corresponding to the offset
number specified in the T code.
2 Do not command a G code other than G50 in group 00 and
a T code together in the same block.
Specifying offset number 0 cancels offset.
NOTE
When LGC, bit 5 of parameter No.5002, is set to 0,
specifying offset number 0 does not cancel offset.
1. When a tool offset number is specified with the last two digits of a T
code
(when LGN, bit 1 of parameter No.5002, is set 0),
N1 X50.0 Z100.0 T0202 ;Specifies offset number 02
N2 Z200.0 ;
N3 X100.0 Z250.0 T0200 ; Cancels offset
Programmed
path after work
coordinate
system shift
Absolute command
Offset cancelOffset cancel
Tool path after offsetTool path after offset
OffsetOffset
N1
N2
N3
Programmed
path after work
coordinate
system shift
Absolute command
D Only T code
D Offset cancel
Examples