beautypg.com

Example 1 – Yaskawa MotionWorks IEC Toolboxes User Manual

Page 464

background image

PLCopen Toolbox: Function Blocks

MotionWorks IEC61131-3 Toolboxes: 2013-09-13

451

MC_Power.Status output. MC_Stop.Execute might be held high, preventing motion.

4378

The function block is not applicable for the external axis specified

4381

Motion aborted due to axis alarm. It is also possible that a software limit has been
exceeded.

4625

Axis ID does not correspond to an axis configured on the system. Verify the value of
AxisNum matches a logical axis number in the configuration. Tip: Make sure AXIS_REF is
properly declared as a VAR or VAR_GLOBAL in all relevant POUs.

4641

Buffer mode does not correspond to a valid enumeration value.

4642

Direction does not correspond to a valid enumeration value.

4659

Acceleration is less than or equal to zero.

4660

Deceleration is less than or equal to zero.

4665

Velocity parameter is negative.

4667

Jerk is less than or equal to zero.

4893

The specified external axis may not be used. A physical axis is required.

10060

The axis must be configured as a rotary type for this function block to be applicable.

57620

The DataType connected to a function block parameter specified as ANY type does not
match the required data size. Right click on the function block and select “Object
Properties” to determine which parameters are ANY type.

Example 1

In the first example the speed is low enough and the deceleration high enough that the axis can stop within one
revolution. This is the easiest condition.