MAINTENANCE, SERVICE AND FAULT FINDING
4-50 25364 Issue 8 March 2018
1128 Max Loop Count If any of the statements in the macro is
executed more than 1000 times and a
result is not yet achieved, the macro
has entered a deadlock.
The error comes up to prevent a faulty
macro stopping the entire unit.
Check for endless loops.
1129 Variable Not Found A reference is made to another variable
using the {Variable Name} syntax.
Check that the referenced variable
exists
1130 “output” Expected The keyword output was expected.
Check for syntax errors.
1131 Variable or Const
Expected
A variable or a constant (number or
text) was expected.
Check for syntax errors.
1133 Unknown System Var A reference is made to a system
variable using the <Variable Name>
syntax. Check the name.
1134 Macro Value
Overwritten
Not used
1135 Variable index out of
range
A local variable is indexed out of range.
Range is from 0 to 19 (i.e. d0-d19)
1136 Label not found The label referred to by a goto
statement was not found.
Check syntax
1137 String Value overflow The maximum length of a string
variable is 0x7FFF (32767) characters.
Check the macro. There may be a
programming error that causes the
string’s maximum length to be
exceeded.
1138 Floating point Value
overflow
A floating point value has exceeded its
maximum value. Check the macro.
There may be a programming error that
causes this error
1139 Division by zero You can't divide with zero.
Check the macro. There may be a
programming error that causes this
error
Error No. Error Text Action