ID 20472

Currently selected coupling rules must not be changed.

Description

When defining a coupling group, it is detected that this coupling group is still currently active.

Example:

Wrong:

N10   G00 X0 Y0 Z0

N20   #SET AX LINK[1,C=X]

N30   #ENABLE AX LINK[1]

:

N100 #SET AX LINK[1,C=Y]

:

N1000 M30

Correct:

N10   G00 X0 Y0 Z0

N20   #SET AX LINK[1,C=X]

N30   #ENABLE AX LINK[1]

:

N90 #DISABLE AX LINK[1]

N100 #SET AX LINK[1,C=Y]

:

N1000 M30

For further information see [PROG// Section: Programming axis couplings]

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program. The active access group must first be deactivated before a new definition can be made.

Parameter

%1:

Error value [-]

Number of the coupling group

Error type

1, Error message from NC program.