ID 21964

Actual position request for axis moving to fixed stop not possible.

Description

While an axis is standing at the fixed stop (see [FCT-M8]) no actual position request may be made for this axis.

 

Example with error:

G01 X100 F1000 X[FIXED_STOP ON]

#CHANNEL INIT [ACTPOS] (* Error message 21964 *)

G01 X0 X[FIXED_STOP OFF]

 

Possible solution: no position request for the axis in question.

G01 X100 F1000 X[FIXED_STOP ON]

#CHANNEL INIT [ACTPOS AX=Y AX=Z]

G01 X0 X[FIXED_STOP OFF]

 

Response

Class

2

Abort NC program processing. Transition to error state.

Solution

Class

3

Check and modify the NC program.
Ignore the axis in question in case of an actual position request.

Parameter

%1

Logical axis number [-]

Logical axis number P-AXIS-00016 of concerned axis

Error type

1, Error message from NC program.