
15. Measurement Support Functions
15.2 Skip Function; G31
548
Execution of G31
G90 G00 X-100000 Y0 ;
G31 X-500000 F100 ;
G01
Y-100000
;
G31 X0 F100 ;
Y-200000
;
G31 X-50000 F100 ;
Y-300000
;
X0
;
-500000
0
-100000
-200000
-300000
-10000
G01
G31
G31
G31
G01
G01
G01
X
W
Y
Detailed description (Readout of skip coordinates)
The coordinate positions for which the skip signal is input are stored in the system variables #5061
(1st axis) to #506n (n-th axis), so these can be used in the user macros.
~
G90 G00 X-100. ;
G31 X-200. F60 ;
#101 = #5061
~
Skip command
Skip signal input coordinate values (workpiece
coordinate system) are readout to #101.