ID 20477

Master axis can not be slave axis in different assignment and vice versa.

Description

During the definition of a coupling group it is detected, that in different coupling pairs one of the axis is defined both as master axis and as slave axis.

Example:

Wrong:
N10   G00 X0 Y0 Z0
N20   #SET AX LINK[1,B=X, C=B]
:
N1000 M30
Correct:
N10   G00 X0 Y0 Z0
N20   #SET AX LINK[1,B=X, C=X]
:
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. In the same coupling group a master axis can not be defined as slave axis at the same time.

Assign the "linked" slave axes to the common master axis.

Parameter

%1:

Logical axis number [-]

Axis number of the invalid axis

Error type

1, Error message from NC program.