ID 20663

G-function not allowed during active (A)CS.

Description

Some specific G functions may not be programmed with an active Cartesian transformation.

Example:

Wrong:
N10   G00 X0 Y0 Z0
N20   #CS ON[10,20,0,0,0,45]
N30   G98 X-500 Y-800
:
N100  #CS OFF
:
N1000 M30
Correct:
N10   G00 X0 Y0 Z0
N20   #CS ON[10,20,0,0,0,45]
:
N100  #CS OFF
N110  G98 X-500 Y-800
:
N1000 M30

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program. Program the concerned G functions only when the Cartesian transformation has been deselected (#CS OFF).

Parameter

%1:

Error value [-]

Number of invalid G function

Error type

Abort NC program processing.