ID 22282

Change of PCS ID not allowed during active PCS transformation.

Description

A change of PCS ID using #TRAFO PCS ID[...] may not be programmed while the PCS transformation is active.

Example with error:

N10  G00 X0 Y0 Z0
N20  #TRAFO PCS ID[1]
N30  #TRAFO PCS ON
N40  #TRAFO PCS ID [2]
;…
N100 #TRAFO PCS OFF
;…
N1000 M30

 

Example:

N10  G00 X0 Y0 Z0
N20  #TRAFO PCS ID[1]
N30  #TRAFO PCS ON
;…
N100 #TRAFO PCS OFF
N110 #TRAFO PCS ID[2]
;…
N1000 M30

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify the NC program.
#TRAFO PCS ID[...] may only be programmed when the kinematic transformation is deselected (#TRAFO PCS OFF).

Error type

1, Error message from NC program.