
14. Coordinates System Setting Functions
14.11 Local Coordinate System Setting ; G52
533
(Example 3)
When used together with workpiece coordinate system
(1) G28X0Y0
;
(2) G00G90G54X0Y0
;
(3) G52X500Y500
;
(4) G22L200
;
(5) G00G90G55X0Y0
;
(6) G22L200
;
(7) G00G90G54X0Y0
;
~
M02
;
(A) L200 ;
(B) G00X0Y0 ;
(C) G01X500F100 ;
(D) Y500 ;
(E) G23 ;
%
Workpiece coordinate system
(parameter setting value)
G54
G55
X 1000
1000
Y 500
2000
Local coordinate system
created by (3)
Current position
500 1000 1500 2000 2500 3000
3000
2500
2000
1500
1000
500
R#1
W1
[W1] L1
G54
X
Y
G55
(B)
(2)
(5) W2
(7)
1
(3)
(B)
(D)
(D)
(C)
(C)
(Explanation)
The local coordinate system is created at the G54 coordinate system (500,500)
position by (3), but the local coordinate system is not created for the G55 coordinate
system.
During the movement for (7), the axis moves to the G54 local coordinate system's
reference position (zero point).
The local coordinate system is canceled by G90G54G52X0Y0;.