Maintenance 8. Trouble Shooting
RC180 Rev.17
No. Message Remedy Note 1 Note 2
3164 Cannot compare Boolean value.
The size of Boolean values cannot be
compared. Correct the program.
Cannot use Boolean value in the
expression.
Boolean value cannot be used in the
expression. Correct the program.
3166
Cannot compare between Boolean and
expression.
The size of Boolean value and the
expression cannot be compared.
Correct the program.
Cannot store Boolean value to the
numeric variable.
Boolean value cannot be used in the
numeric variable. Correct the program.
Cannot store numeric value to the
Boolean variable.
The numeric value cannot be used in
Boolean variable. Correct the program.
3169 Undefined I/O label was specified.
Define a new I/O label or specify the
Invalid condition expression was
String expression is specified for the
right side of the condition expression in
Do or Loop statement. Correct the
condition expression so that the right side
of the expression is Boolean value.
Cannot compare between numeric
value and string.
The numeric value and string cannot be
compared. Correct the program.
Cannot use keyword for the variable
Some SPEL+ keywords cannot be used
as the variable names. Correct the
not to overlap with the
keywords.
3173 ' ** ' already used for a line label.
Correct the identifier ' ** ' or the line
3174 Duplicate line number or label (**).
The line labels with the same name
cannot be specified in the same function.
Delete the line label ' ** ', or define a
new line label and correct the program.
3175 Undefined Point label was specified.
Define a new point label or specify the
defined point label.
3176 An undefined variable was specified.
Define a new variable or specify the
3177 ' ** ' already used for a Point label.
Correct the identifier ' ** ' or the point
3178 Cannot use the result number.
The result number cannot be specified
when a vision object that does not return
multiple results is used in VSet and VGet
statements. Correct the program.
3179
String literal is beyond the available
length.
The limit value of the string length is
max. 255 characters. Reduce the string
length so as not to exceed the limit value.
Cannot change a calibration property
value with the VSet command.
C
alibration property cannot be changed
in VSet statement. Correct the
program.
Array variable should be used with
ByRef.
ByVal cannot be specified for the array
variable. Specify the ByRef parameter.
Subscription was not specified.
3187 Invalid Point flag value was specified.
Correct the program so that the point flag
value is within the range from 0 to 127.
Call command cannot be used in
parallel processing.
Call command cannot be used parallel
processing. Correct the program.
3189
Local variables cannot be used with
the Wait command.
Change of local variable cannot be
waited by Wait statement. Correct the