Maintenance 8. Trouble Shooting
RC180 Rev.17
No. Message Remedy Note 1 Note 2
2246
Cannot calculate the specified value
using the Tan function.
Check the specified value. Review the
program.
value
2247
Specified array subscript is less than ' 0
'.
Check the specified value. Review the
program.
Array failure. Redim can only be
executed for an array variable.
You attempted to redimension the
variable that is not array. Rebuild the
2249
Array failure. Cannot specify Preserve
for other than a single dimension array.
Other than a single dimension array was
specified as Preserve for Redim.
Rebuild the project.
2250
Array failure. Failed to calculate the
size of the variable area.
Rebuild the project.
2251
Cannot allocate enough memory for
Reduce the number of subscripts to be
specified for Redim. Perform Redim
Cannot allocate enough memory for
Reduce the number of array's subscripts
to be seen by ByRef.
2253
Cannot compare characters with
Check whether the string type and the
numeric data type are not compared.
Review the program.
Specified data is beyond the array
bounds. Cannot refer or update beyond
the array bounds.
Check the number of array's subscripts
and data. Review the program.
array subscripts
The number
overflow or underflow.
Specified variable is out of value
range.
The value that exceeds the range of
Double type is specified. Review the
2256
Specified array subscript is beyond the
maximum allowed range.
Reduce the number of subscripts to be
specified. For available subscripts, see
Task number is out of the available
range.
For available task number, see the online
help. Review the program.
task number
2261 Specified task number does not exist. Review the program.
Robot number is out of the available
The available Robot number is 1.
Output number is out of the available
range. The Port No. or the Device No.
is out of the available range.
For available output number, see the
online help. Review the program.
Command argument is out of the
available range. Check the validation.
Added data 1: Passed value. Added
data 2: argument order.
For available range of argument, see the
online help. Review the program.
Joint number is out of the available
Available Joint number is from 1 to 6.
Review the program.
The specified
joint number
2266 Wait time is out of available range.
Available wait time is from 0 to
2147483. Review the program.
Timer number is out of available
Available timer number is from 0 to 15.
Review the program.
The specified
timer number
2268 Trap number is out of available range.
Available trap number is from 1 to 4.