ID 22257

Axis exchange not allowed during active PCS transformation.

Description

While a PCS transformation (#TRAFO PCS ON) is active, no axis exchange commands may be used in the NC program.

Example with error:

N10   G00 X0 Y0 Z0
N20   #TRAFO PCS ON
N30   #PUT AX[X]
; …
N100  #TRAFO PCS OFF
; …
N1000 M30

Corrected example:

N10   G00 X0 Y0 Z0
N20   #TRAFO PCS ON
:
N100  #TRAFO PCS OFF
N110  #PUT AX[X]
:
N1000 M30

Response

Class

2

Abort NC program processing.

Solution

Class

6

Check and modify the NC program; change the command sequence.

Error type

1, Error message from NC program.