ID 90172

Release a main axis in plane with active tool radius compensation not permitted.

Description

A main axis of the active machining plane is to be be released without previously decreasing the tool radius.

 

This error can only occur with the following NC program sequence:

 

Wrong:

N150 G139 G19        ( Y-Z )

N160 G41 G1 Y30 Z0
N170 G1 Y40
N180 G1 Y50
N190 G40
N200 #PUT AX[Z]     ( axis required in plane)
N210 G01 Y70          ( deselection block still required for TRC) 

 

Corrected:

N150 G139 G19        ( Y-Z )

N160 G41 G1 Y30 Z0
N170 G1 Y40
N180 G1 Y50
N190 G40
N200 G01 Y70          ( deselection block still required for TRC) 

N210 #PUT AX[Z]

 

Response

Class

2

Abort NC program processing

Solution

Class

6

Modify the NC program.

Error type

1, Error message from NC program.