Maintenance 9. Troubleshooting
RC700 / RC700-A Rev.23 215
3152
Specified elements of the array
variable are beyond the available
size.
Limit value of the array elements
depends on the type of variables.
Refer to EPSON RC+7.0 User’s
Guide “6.7.6 Array” and correct the
number of array elements so as not to
3153 Parameter type mismatch.
Parameter type does not match in
Call, Force_GetForces, and Xqt
statements. Correct the parameter
' ** ' is not an Input Bit label.
Specify a valid input bit label.
' ** ' is not an Input Byte label.
Specify a valid input byte label.
' ** ' is not an Input Word label.
Specify a valid input word label.
' ** ' is not an Output Bit label.
Specify a valid output bit label.
' ** ' is not an Output Byte label.
Specify a valid output byte label.
' ** ' is not an Output Word label.
Specify a valid output word label.
' ** ' is not a Memory Bit label.
Specify a valid memory I/O bit label.
' ** ' is not a Memory Byte label.
Specify a valid memory I/O byte label.
3162 ' ** ' is not a Memory Word label.
Specify a valid memory I/O word
3163 Too many function arguments.
The maximum number of the function
parameter is 100. Reduce the
3164
Cannot compare with Boolean
value.
The size of Boolean values cannot be
compared. Correct the program.
3165
Cannot use Boolean value in the
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.
3167
Cannot store Boolean value to a
numeric variable.
Boolean value cannot be used in the
numeric variable. Correct the
3168
Cannot store numeric value to a
Boolean variable.
The numeric value cannot be used in
Boolean variable. Correct the
3169 Undefined I/O label was specified.
Define a new I/O label or specify the
3170
Invalid condition expression was
specified.
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
3171
Cannot compare between numeric
value and string.
The numeric value and string cannot
be compared. Correct the program.
3172
Cannot use a keyword for a
variable name.
Some SPEL+ keywords cannot be
used as the variable names.
Correct the variable name not to
overlap with the keywords.
3173 ' ** ' is already used for a line label.
Correct the identifier ' ** ' or the line