ID 20802

Coordinate system transition during active TRC not permitted.

Description

During the transition of coordinate systems with the commands #CS, #ACS and/or #MCS, the tool radius compensation must not be enabled. This restriction applies both with the selection and with the deselection of respective function.

 

Example with error:

G237

G41

#MCS ON

X100

Y100

G40

X200

#MCS OFF

 

Corrected example:

G237

#MCS ON

G41

X100

Y100

G40

X200

#MCS OFF  

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify the program flow sequence.

Error type

1, Error message from NC program.