ID 50884

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

Description

While an axis is located at the fixed stop [FCT-M8] no actual position request may be made for this axis. The Move to fixed stop function was not deactivated during a preceding CNC reset since the axis is still located at the fixed stop.

 

Example with error:

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

 

Possible solution:

G01 X0 F1000 X[FIXED_STOP OFF]

#CHANNEL INIT [ACTPOS]

Response

Class

4

Controlled halt of the axis, the control loop is closed.

Solution

Class

6

Check and modify the NC program.

Ignore the affected axis in the actual position request.

Parameter

%1:

Logical axis number [-]

Logical axis number P-AXIS-00016 of concerned axis

%2:

Current value [-]

State of the Move to fixed stop function

%3:

Current value [-]

State of the fixed stop detection function

Error type

1, Error message from NC program.