Maintenance 9. Troubleshooting
RC700 / RC700-A Rev.23 233
3606 Cannot use the index.
Index number cannot be specified
except List property in GSet and
GGet statements. Correct the
3607 Invalid object index was specified.
Invalid index is specified in Objects
property of VSet and VGet
statements. The index must be
larger than 1 and smaller than the
number of objects in the specified
sequence. Specify a proper index.
3608 Invalid control index was specified.
Invalid index is specified in Controls
property of GSet and GGet
statements. The index must be
larger than 1 and smaller than the
number of controls in the specified
form. Specify a proper index.
3609
Modifier parameters are duplicated.
Review the program.
Force Guide data or CF parameter is
duplicated in CVMove, FCKeep or
other statement for robot motion.
3610
Cannot use a keyword for a label
name.
Keywords such as a command or a
function are used for a label name.
Change the label name which does
3733
Vision Sequence Name or
Calibration Name was not
specified.
Vision sequence name or calibration
name is not specified in VSet and
VGet statements. Add a sequence
name or calibration name.
3802
Compile process aborted.
Compile errors reached the
Correct the error in the program and
rebuild the project.
3803
Link process aborted. Link errors
reached the maximum count.
Correct the error in the program and
rebuild the project.
3804
Specified command cannot be
executed from the Command
window.
Declaration of variables and
functions, program control statement,
preprocessor commands, and some
commands cannot be executed from
the command window. For details,
refer to SPEL+ Language Reference
“Appendix A
:
SPEL+ Command Use
3805
Specified command can only be
executed from the Command
window.
Brake, SysConfig, Where,
Cnv_QueList, and WorlQue_List
statements can only be executed
from the command window. Delete
these statements from the program.
3806
Specified function cannot be
executed from the Command
window.
LogIn function cannot be executed
from the command window even
when used with Print statement.
Use the function in the program.