Manual

Chapter 11
Coordinate System Offsets
11-21
Example 11.9 demonstrates the G92.1 offset cancel.
Example 11.9
G52 Offset Cancelled By a G92.1
Program Blocks Comment
N1 G01Y25.X25.; moveto Y25, X25
N2 G52Y10.X10.; workcoordinate system isoffset byY10, X10
N3 Y25.X25.; move toY25, X25 inthe offset coordinate system
N4 G92.1; G52 offset is cancelled, program positiondisplays axisposition
at X35Y35.
Figure 11.13
Results of Example 12.9
Workcoordinate system zero
point after G52offset
X
X
Original workcoordinate systemzero point,
and work coordinate systemafter G92.1
2510
25
10
25
15
15 25
Y
Y
N1
N3
The G92.2 command cancels these offsets:
G92 work coordinate system offset
{SET ZERO} offset
Jog offset
It does not:
cancel an external offset
reset the current work coordinate system (G54-G59.3)
cancel a G52 offset
11.4.6
Canceling Selected
Coordinate System Offsets
(G92.2)