Notes – Yaskawa MotionWorks IEC Toolboxes User Manual
Page 472

PLCopen Toolbox: Function Blocks
MotionWorks IEC61131-3 Toolboxes: 2013-09-13
459
VAR_OUTPUT
B
Valid
BOOL
Indicates that the outputs of the function are valid.
V
LimitPositionEnableEcho
BOOL
Status of the Position Limit function from the motion
engine.
V
LimitPositionPositiveEcho
LREAL
Value used by the motion engine for the maximum
allowed commanded position.
V
LimitPositionNegativeEcho
LREAL
Value used by the motion engine for the minimum
allowed commanded position.
B
Error
BOOL
Set high if error has occurred during the execution of
the function block. This output is cleared when
'Execute' or 'Enable' goes low.
B
ErrorID
UINT
If Error is true, this output provides the Error ID.
This output is reset when 'Execute' or 'Enable' goes
low.
Notes
The function block uses MC_ReadBoolParameter, MC_WriteBoolParameter, MC_ReadParameter, and
MC_WriteParameter.