12. Tool Compensation Functions
12.4 Tool Radius Compensation
191
(2) When command is assigned in the compensation mode
When 4 or more blocks without movement follow in succession in the compensation mode or
when there is no pre-read inhibit M code, the intersection point vectors will be created as
usual.
N8
N6
N7
N6
N8
N6 G91 X100. Y200. ;
N7 G04 X P1000 ;
N8 X200. ;
→
Block without movement
Block N7 is executed
here.
When 4 or more blocks without movement follow in succession or if there is a pre-read inhibit
M code, the offset vectors are created perpendicularly at the end point of the previous block.
N11
N6
N7 N10
N6
N11
N6 X100. Y200. ;
N7 G4 X1000 ;
N8 F100
;
N9 S500
;
N10 M4 ;
N11 W100.
;
In this case, a cut results.
Block without
movement
(3) When commanded together with compensation cancel
N6 X100. Y200. ;
N7 G40 M5 ;
N8 X100. Y50. ;
N6
N7
N8