2 offsetting coordinate zero points (g52) – Rockwell Automation 8520-MUM 9/Series CNC Mill Operation and Programming Manual Documentation Set User Manual
Page 332

Coordinate System Offsets
Chapter 11
11-16
Figure 11.11
Results of Example 11.6
Zero point for the G54
work coordinate system
N3
Zero point for the G55
work coordinate system
New zero point established
by the G92 block
N6
N7
Final move to Y10, X5
after G92 offset was
activated in previous
work coordinate system
N4
Y
Y
Y
X
X
X
10
20
30
10
20
30
30
30
20
10
In Example 11.6 and Figure 11.11, the offset entered for the G54 work
coordinate system has also shifted the G55 coordinate system. Any offsets
discussed in this section alter all of the work coordinate systems
(G54 - G59.3) at the same time.
To offset a work coordinate system an incremental amount from its zero
point, program a G52 block that includes the axis names and distances to
be offset.
G52 X__ Y__ Z__ ;
The above command offsets the current work coordinate system by the
axis values that follow the G52 command.
In Example 11.7, no axis motion takes place when the G52 block is
executed, however, the work coordinate system position values change.
See Figure 11.12.
11.4.2
Offsetting Coordinate Zero
Points (G52)