
15. Measurement Support Functions
15.2 Skip Function; G31
551
Examples of compensating for coasting
(1) Compensating for skip signal input coordinates
#110 = Skip feedrate ;
#111 = Response delay time t
1
;
~
G31 X100. F100 ;
G04 ;
#101 = #5061 ;
#102 = #110
∗
#111/60 ;
#105 = #101
−
#102
−
#103 ;
~
Skip command
Machine stop check
Skip signal input coordinate readout
Coasting based on response delay time
Skip signal input coordinates
(2) Compensating for workpiece coordinates
#110 = Skip feedrate ;
#111 = Response delay time t
1
;
#112 = Position loop time constant Tp ;
~
G31 X100. F100 ;
G04 ;
#101 = #5061 ;
#102 = #110
∗
#111/60 ;
#103 = #110
∗
#112/60 ;
#105 = #101
−
#102
−
#103 ;
~
Skip command
Machine stop check
Skip signal input coordinate readout
Coasting based on response delay time
Coasting based on position loop time constant
Skip signal input coordinates