Example 2: Option to disable the reversible STOP
In the next NC program the parameterisation suppresses the stop condition N45 in the backward direction and in the forward direction during the second motion.
Channel parameters
forward_backward.disable_stop_backward 1
forward_backward.disable_stop_2nd_forward 1
forward_backward.disable_stop_1st_forward 0
NC program
%stop_reversible
N01 X0 Y0 Z0
N10 X100
N20 Y100
N30 X0
N40 Y0
N45 #STOP REVERSIBLE
N50 X0 Y0 Z0
N60 X100
N70 Y100
N80 X0
N90 Y0
N95 #STOP REVERSIBLE
M30