ID 90014

Deselection of tool radius compensation not permitted using direct selection.

Description

It is not possible to deselect tool radius compensation again after the first motion block when direct selection is selected.

 

Example with error:

%wrk_90014.err
N10 G00 X0 Y0 Z0
N20 V.G.WZ_AKT.R=5
N30 G01 X10 Y10 F1000
N40 G41 G138 (direct TRC selection mode)
N50 G01 X80
N60 G40
N70 G01 X90 Y0
N99 M30

Corrected example:

%wrk_90014.kor
N10 G00 X0 Y0 Z0
N20 V.G.WZ_AKT.R=5
N30 G01 X10 Y10 F1000
N40 G41 G138
N50 G01 X80
N60 G139 G40 (indirect deselection of TRC)
N70 G01 X90 Y0
N99 M30

Response

Class

2

Abort NC program processing.

Solution

Class

6

Possible changes to the NC program:

  1. Execute deselection indirectly (corrected example)
  2. Add additional motion block before direct deselection

Error type

Abort NC program processing.