MC_Reset

The MC_Reset FB takes an axis from the "Errorstop" state to the "Standstill" state and discards all axis errors. Calling up MC_Reset has no influence on the outputs of the other FBs.

Blockdiagramm

Parameters of the FB

VAR_IN_OUT

Variable name

Data type

Description

axis

AXIS_REF

Axis reference

VAR_INPUT

Variable name

Data type

Description

Execute

BOOL

If the value if TRUE, a reset is executed on the assigned axis.

VAR_OUTPUT

Variable name

Data type

Description

Done

BOOL

The axis is in the "Standstill“ state.

Error

BOOL

Indicates TRUE if an error occurs in the FB.

ErrorID

WORD

Error code.

Behaviour of the FB