ID 90172

Release a main axis in plane with active TRC not allowed.

Description

An axis of the active plane should be released without decreasing the tool radius before.

 

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

Modification of NC program.

Error type

1, Error message from NC program.