Programming manual.
CNC 8070
TECHNOLOGICAL FUNCTIONS
6.
Tool offset number (D)
·115·
(REF: 1709)
Considerations
Activating the tool offset also activates tool length compensation. This compensation is also
activated after a tool change because it "D1" is assumed after the change (if another one
has not been programmed).
Canceling the tool offset with "D0" also cancels tool length and radius compensation.
N10 ...
N20 T1 M06 (Select and load tool T1. Offset D1 is activated by default)
N30 F500 S1000 M03
N40 ... (Operation 1)
N50 T2 (Prepare tool T2)
N60 D2 (Select tool offset D2 for tool T1)
N70 F300 S800
N80 ... (Operation 2)
N90 M6 (loading tool T2 with its offset D1)
N100 F800 S1200 M03
N110 ... (Operation 3)
N120 ...
G01 Z0 D1 G01 Z0 D0