ElmoMC SimplIQ Command Reference User Manual
Page 55

Error
Code
Error String / Description
Example / Remedy
147
Executable command within math
expression.
An attempt has been made to assign an
executable command.
BG=3; is wrong because BG is an
executable command and cannot
be assigned.
148
Nothing in the expression.
An attempt has been made to evaluate an
empty expression.
AC=; is wrong because the assign
value is missing.
149 Unexpected
sentence
termination.
An expression terminator appears in the
middle of the expression.
5+3+;
150
Sentence terminator not found.
The expression is too long to be evaluated
(exceeding the maximum length).
Try to shorten the expression.
151 Parentheses
mismatch.
There is a mismatch between opening and
closing parentheses. Pertains to both
parentheses and brackets.
sin(2; is wrong because a closing
parenthesis is absent.
152 Bad
operand
type.
There is a mismatch between the actual
value type and the expected value type.
The DB command syntax is
wrong (this command
requires strict syntax; trying
to set an unexpected floating
point value causes this error).
An internal compiler error
has occurred due to a
mismatch between operand
type and its addressing mode.
Contact Technical Support.
154
Address is out of data memory segment.
Variable address in the data segment
exceeds the data segment size.
This is internal compiler error is
caused by corrupted compiled
code. In such a case, email
Technical Support for assistance.
Attach the Composer date and
version (in the Help menu) and
the program you attempted to
compile.
155
Beyond stack range.
Compiled code contains a pointer to the
stack entry, exceeding the actual stack
range (STACK_IMMEDIATELY addressing
method).
This internal compiler error is
caused by corrupted compiled
code. In such a case, email
Technical Support for assistance.
Attach the Composer date and
version (in the Help menu) and
the program you tried to compile.
SimplIQ
Command Reference Manual
Alphabetical Listing
MAN-SIMCR (Ver. 4.5)
3-42