12. Tool Compensation Functions
12.4 Tool Radius Compensation
206
In this case, consider the calculation of the inner side, and before the Z axis cutting, issue a
command in the same direction as the direction that the Z axis advances in after lowering, to
prevent excessive cutting.
N1 G91 G00 G41 X 500. Y 400. D1 ;
N2 Y100. S1000 ;
N3 M3 ;
N4 Z-250. ;
N5 G01 Z-50. F1 ;
N6 Y 100. F2 ;
N1
Y
Z
N5
N6
N2
N1
N2
Y
X
N6
N4
N6
The movement is correctly compensated as the same direction as the N6 advance direction is
commanded in N2.