Yaskawa MotionWorks IEC User Manual

Page 320

Advertising
background image

PLCopenPlus Function Blocks for Motion Control 2013-04-13

312

operation.

app

3401

0002

Script syntax errors are detected before the script is
actually executed, during the pre-compile phase. The
syntax must be corrected before the script can be run
successfully.

app

3401

0003

Script runtime errors can be caused by a variety of
incorrect script routines. The most common error is an
attempt to use a 'nil' object where it should not be used.

app

3401

0004

The system could not find the file specified.

app

3401

0011

A data value argument provided to the API function was
out of the expected range.

app

3401

0012

An argument provided to the API function was not the
expected type.

app

3401

0013

An object argument provided to the API function was not
the expected object type.

app

3401

0014

A scalar value was provided where a vector was expected,
or a vector value was provided where a scalar was
expected.

app

3401

0015

The script attempted to write to a read-only variable.

app

3401

0016

Use of that API function is not permitted with the current
conditions and/or arguments.

app

3401

0017

The number of data values provided did not match the
expected number of axes.

app

3401

0018

CamTable must have a header indicating the number of
rows and columns and a feed forward velocity flag.
Comma separated data values follows the header. The
first (master) column must be either increasing or
decreasing.

app

3401

0019

ContourTables must have a header indicating the number
of rows and columns and a feed forward velocity flag.
Comma separated data values follow the header. In
ContourTables, the first (time) column must start at zero
and be increasing.

app

3401

001A

It is prohibited to start a torque (or velocity) move when
any moves other than torque moves (or velocity moves)
are currently in progress or queued.

app

3401

00ED

'LastMove' events should be detected when a move
completes normally or is aborted. However, the controller
detected a situation in which the move finished but the
event did not occur. Please submit an SCR.

app

3406

0001

A web server login user was assigned to a group which did
not exist. The system is unaffected, but that user will have

Advertising