-Shenzhen Guanhong Automation Co.,Ltd.-
SZGH-CNC1000MDb Series
- 53 -
G43 and G44 are modal G codes.They are valid until another G code belonging to the same
group is used.
Warning: When the tool length offset value is changed due to a change of offset number, the offset value
changes to the new tool length offset value, the new tool length offset value is not added to the old tool length
offset value.
To cancel tool length offset, specify G49 or H0. After G49 or H0 is specified,the system
immediately cancels the offset mode.
Note: The tool length offset value corresponding to offset No.0, that is, H0 always means 0.It is impossible
to set any other tool length offset value to H0.
Example1: H1: tool length offset value is 20.0 (Tool Length Offset A)
H2: tool length offset value is 30.0
G90 G43 Z100.0 H1; Z will move to 120.0
G90 G43 Z100.0 H2; Z will move to 130.0
Example2: Offset in X and Y axes.(Tool Length Offset B)
G19 G43 H_ ; Offset in X-axis
G18 G43 H_; Offset in Y-axis
Example3: H1=-4.0(Tool length offset value)
N1 G91 G00 X120.0 Y80.0; N5 G0 Z21.0 ;
N9 X50.0 Y30.0 ;
N13 X-200.0 Y-60.0 ;
N2 G43 Z-32.0 H1;
N6 X30.0 Y-50.0 ;
N10 G01 Z-25.0 ;
N14 M2 ;
N3 G01 Z-21.0 F1000 ;
N7 G01 Z-41.0 ;
N11 G04 P2000 ;
N4 G04 P2000 ;
N8 G00 Z41.0 ;
N12 G00 Z57.0 H0 ;