Micromod MOD: 30ML Functions Data Base Reference User Manual
Page 32

MOD 30ML Functions
DISPLAY BLOCK
"HEX & ASCII data not allowed in expression."
HEX and ASCII data can't appear in an expression because the expression evaluator
in the instrument can't handle this data. However, if the right side of an expression is
a single operand, that operand can be HEX or ASCII.
"Illegal assignment to state name."
Display state names cannot be assigned values.
"Illegal constant."
An illegal constant appeared in an expression (invalid date, invalid time, number out
of range, etc).
"Invalid state name."
Display state names must start with a letter and contain letters, digits, and
underscores only.
"Name is undefined."
A name used in an expression is not an input name, local attribute name, or display
state name. Possible causes of this error are mistakenly using a display resource
name or event script name in an expression.
"State name exceeds 8 chars."
Display state names must not exceed 8 characters.
"Syntax error."
Unrecognized character, missing punctuation, etc.
"Too many cases in case statement."
A case statement can have no more than 255 cases.
"Unknown event script name."
Event script names must be one the predefined names.
"Unknown resource name."
Display resource names must be one of the predefined names.
"Value assigned must be an input or attribute name."
The right side of an assignment statement must be simply an input name or local
attribute name when the left side is one of the display resources with the suffix .SRC.
2-24