Direct selection/deselection (G239) of TRC without a block
With selected G239 the TRC start-up motion is identical to G138 (directly).
The deselection is done on G40. The TRC is deselected by overtaking the coordinates of the last equidistant point as the latest current position. A following motion block for reducing the tool radius distance is not required.
Programming example
%G239.nc
N010 G239 G25 (TRC mode and transition type)
N020 V.G.WZ_AKT.R =10
N030 G0 X0 Y0 Z0 F10000
N040 G41 G01 X10 Y20 (TRC selection)
N050 G1 X50
N060 G1 X60 Y30
N070 G1 X70
N080 G40 (TRC deselection)
N090 G0 X70 Y35
N100 G0 X80
N110 M30