MAINTENANCE, SERVICE AND FAULT FINDING
4-48 25364 Issue 8 March 2018
1106 Error writing
continuous sequence
file
The sequence variable can be set to
resume count. Check for access rights.
1107 Error loading
continuous sequence
file
The sequence variable can be set to
resume count. Check for access rights.
1108 Set edit variable
tokens
Retry operation. If problem persists,
contact service technician.
1110 Illegal destination
variable
A statement can be like this:
Destination variable = Source Variable.
A destination variable in a macro can
be d0 to d19 (integer values)
f0 to f19 (floating point values)
s0 to s19 (string values)
output (Keyword)
Optionally{Name of a Macro out
variable}
1111 Illegal Source variable A statement can be like this:
Destination variable = Source Variable.
A source variable in a macro can be d0
to d19 (integer values)
f0 to f19 (floating point values)
s0 to s19 (string values)
Optionally {Name of another variable}
1112 “=” Expected A “=” was expected during the syntax
check of the macro.
1113 Illegal compare A variable is compared to another
variable using an unrecognised
compare operator.
Use one of the following compare
operators: =, ==, !=, >=, <=, < or >.
1114 Label Missing Check the goto command.
A goto command was found but the
label to jump to was not found.
1115 Error in if Statement Check the “if” statement.
An if statement is build up like
If (Test) then statement
Example:
If d0=0 then goto The Value Zero
1116 Error in format
definition
Error in format statement. See section
concerning macro programming
1117 Error in format var. Error in format statement. See section
concerning macro programming
Error No. Error Text Action