ID 20545
An axis involved in synchronous operation can not be released. | ||||
Description | An axis programmed in the axis exchange command is currently used in synchronous operation mode and must not be released. Example: Wrong:
N30 #SET AX LINK[1, B=X]
N40 #ENABLE AX LINK[1]
:
N70 #PUT AX[X]
:
N80 #DISABLE AX LINK[1]
:
N1000 M30
Correct:
N30 #SET AX LINK[1, B=X]
N40 #ENABLE AX LINK[1]
:
N70 #DISABLE AX LINK[1]
:
N80 #PUT AX[X]
:
N1000 M30
For further information see [PROG// Section: Synchronous operation] | |||
Response | Class | 2 | Abort NC program processing. | |
Solution | Class | 3 | Check and modify the program flow sequence. Before the axis exchange command, the synchronous operation must be deselected. | |
Parameter | %1: | Logical axis number [-] | ||
| ||||
%2: | Current value [-] | |||
| ||||
%3: | Current value [-] | |||
| ||||
Error type | 1, Error message from NC program. | |||
|