38
M
ESSAGE DESCRIPTION
CoDE14
Must
Keyin
The choice for the current parameter must be keyed in.
CoDE15
Size
>Max!
The size of one of the input interpreter, macro or custom transmit tables
has exceeded it’s limit. Input interpreter size is limited to 198 for 660
Series, 98 for all other products; macro size is limited to 9996; custom
transmit size is limited to 3997.
CoDE16
CHECK
JUMPR
A programming operation was attempted when the program jumper is
installed. Installation of this jumper will prohibit any programming
changes.
HARDWARE ERRORS
MESSAGE DESCRIPTION
No
Macro
An attempt was made to abort a macro when no macros were defined.
Macro
error
An error occurred during macro execution. Check for proper syntax.
Analyze the macro debug buffer to help determine the cause of the error.
No
Start
A serial or A/D database collection command (%’ or %*) was executed
prior to the “start collection” command.
Must
Free
A serial or database start collection command (S%’ or S%*) was issued
without first freeing memory with the F%’ or F%* command.
Wrong
parm
The parameter specified for data collection using the %* command was
invalid or not of type float.
CoDE81
Macro
Stack
The maximum number of macros pushed onto the stack has been
exceeded. This error usually indicates that macros are being invoked
faster than they can be executed (for example, macros invoked by
continuous, short-interval input setpoints, multiple macro “calls”, etc.)
The maximum number of macros on the stack is 200.
CoDE82
Macro
Abort
A macro was aborted from within a macro via one of the macro abort
operations or from the front keypad by pressing K + >
CoDE83
Macro
UnDef
A call or similar reference to an undefined macro occurred. Make sure
the intended macro is configured beginning at P9990.
CoDE84
Math
error
An incorrect math operation has been performed. This could be caused
by trying to divide by zero or any other non-acceptable algebraic
operation. This message will also occur if trying to take the negative or
zero modulus of a number.
CoDE85
Syntx
Error
An error occurred during macro execution as the result of invalid syntax.
Re-check the macro or analyze the macro debug table to find out where
the error occurred. Refer to Chapter 9 for proper macro syntax.
CoDE86
Macro
Brace
The number of opening and closing braces within a macro are different.
When nesting conditional statements or grouping conditional Boolean
statements, make sure the proper use the %{ and %} brace commands.
Refer to the 672/675 Technical Reference Manual.
CoDE87
NoTag
Found
An attempt was made to jump to an undefined tag. When using simple
jump-tag commands, make sure the intended tag is properly specified
and that the tag command is executed before the jump. When using
macro-independent jump-tag commands, make sure the correct macro
number is specified and that the jump text matches that of the tag.