ID 20169

Tool change not allowed during active synchronous operation.

Description

As long as an axis coupling group is enabled (#ENABLE AX LINK), it is not possible to enable a different set of parameters for the tool geometry correction with the D word or #TOOL DATA[…].

Example:

Wrong:

N10   G00 X0 Y0 Z0

N30   #SET AX LINK[1, B=C]

N40   #ENABLE AX LINK[1]

:

N100  D2

:

N1000 M30

Correct:

N10   G00 X0 Y0 Z0

N30   #SET AX LINK[1, B=C]

N40   #ENABLE AX LINK[1]

:

N90   #DISABLE AX LINK[1]

N100  D2

:

N1000 M30

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify the NC program sequence. Synchronous operation with #DISABLE AX LINK must be deselected before the D word or #TOOL DATA.

Error type

1, Error message from NC program.