beautypg.com

ElmoMC SimplIQ Digital Servo Drives-Bell Command Reference User Manual

Page 61

background image

Error
Code


Error String / Description


Example / Remedy

133

Mismatched number of user/system
function input arguments.

An attempt was made to call a user/system
function with the number of input
arguments different from that defined.

• rnd(4.6,7.7) ; This expression

is wrong, since system
function rnd() expects only
one input argument.

• Calling user function by XQ

command with a number of
input arguments different
from that defined in the user
program.

134

Cannot run local label with XQ command.

XQ##START; when START is
defined in the user program
inside a user function it is
consider to be a local label and
therefore it is illegal to use it with
the XQ command.

137

Program already compiled.
An attempt was made to download a user
program before the previous one was erased.

Use the CP command before
downloading a new user program.

139

The number of breakpoints exceeds the
maximum number.

140

An attempt to set/clear breakpoint at the
non-relevant line.
Internal IDE error.

For every line of the text program,
there is a corresponding line of
compiled code. This error appears
during an attempt to set a
breakpoint at a non-
corresponding line of compiled
code.

141

Boot identity parameters section is not clear.
Internal error during download of boot
identity parameters.

142

Checksum of data is not correct.
Internal error during download of boot
identity parameters.

143

Missing boot identity parameters.
Internal error during download of boot
identity parameters.

144

Numeric stack underflow.
An attempt has been made to retrieve an
entry from an empty stack.

SimplIQ for Steppers Command Reference Manual

Alphabetical Listing

MAN-STECR (Ver. 1.1)

53