beautypg.com

Error description – Yaskawa MotionWorks IEC Toolboxes User Manual

Page 293

background image

Gantry Toolbox: Function Blocks

MotionWorks IEC61131-3 Toolboxes: 2013-09-13

280

See Yaskawa's Youtube channel for

more info

,

details

, and

examples

.

Error Description

ErrorID

Meaning

0

No error

4369

The move could not be buffered because the axis motion queue is full. 16 moves is the
maximum which can be buffered.

4370

The move could not be started because motion is prohibited. The drive may not be enabled.
MC_Power.Enable_Positive or MC_Power.Enable_Negative might be low. Check
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

4380

MC_SetPosition can not be executed while the axis is moving.

4381

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

4382

When the axis is in rotary mode, and the MC_SetPosition tries to set a position that is equal
to or greater than the MachineCycle, this error is generated, and the position is not set.

4390

Position cannot be defined while the axis is the cam master of other axes.

4394

More than 10 Y_CamIn, Y_CamOut, or MC_GearInPos function blocks for a given axis are
active at the same time. Most likely the application program is not coded correctly, and the
Execute input is being fired too frequently.

4395

Window parameters are outside of the cams Machine Cycle. (0 to Prm1502, the last master
position in the active cam table.)

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.

4626

The master slave relationship is defined. A slave cannot be a master to another axis.

4633

Table size results in misaligned data. Refer to the help section “Internally Created Cam
Data.” A cam table will have a multiple of 16 bytes if created correctly.

4641

Buffer mode does not correspond to a valid enumeration value.

4642

Direction does not correspond to a valid enumeration value.

4643

Start mode does not correspond to a valid enumeration value.

4646

Mode does not correspond to a valid enumeration value.

4658

Velocity parameter is less than or equal to zero.

4659

Acceleration is less than or equal to zero.

4660

Deceleration is less than or equal to zero.

4667

Jerk is less than or equal to zero.

4669

Engage position is outside the cam table domain.

4670

Engage window is less than zero.

4887

CamTableID does not refer to a valid cam table.

4891

The slave axis can not be the same as the master axis.