MAINTENANCE & FAULT FINDING
Error No.
Error text Action
1127: 't compare string and
number
d to a
, first convert one
ther type using a
d s0, do
as strings (using s1 as temp):
If s1==s0 then…
OR Compare as numbers (d1 as
Can A string can’t be compare
number. If needed
type to ano
temporary variable.
If needed to compare d0 an
one of the following:
Compare
s1 = d0
temp)
d1=s0
If d1==d0 then…
1128:
Max Loop Count
executed more than 1000 times and
ved, the macro
ered a
The error comes up to prevent a
faulty macro to halt the entire unit.
Check for endless loops.
If any of the statements in the macro
is
a result is not yet achie
is considered to have ent
deadlock.
1129: Variable Not Found A reference is made to another
variable
variable using the {Variable Name}
syntax.
Check that the referenced
exists
1130: "output" Expected
rs.
The keyword output was expected.
Check for syntax erro
1131: Variable or Const Expecte riable or a constant (number or
expected.
heck for syntax errors.
d A va
text) was
C
1133: Unknown System Var A reference is made to a system
riable Name>
Check the name.
variable using the <Va
syntax.
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)
27864 Issue 1January 2008 (225)