Maintenance 9. Troubleshooting
198 RC700 / RC700-A Rev.23
No. Message Remedy Note 1 Note 2
2333
Trap failure.
Trap is already in process.
Rebuild the project.
2334
Cannot execute an Eval statement
in a Trap Finish or a Trap Abort
Check the program.
2335
Cannot continue execution and
Reset Error in TEACH mode.
Check the program.
2336
Cannot use Here statement with a
parallel process.
Go Here :Z(0) ! D10; MemOn(1) !
is not executable.
Change the program to:
P999 = Here
Go P999 Here :Z(0) ! D10;
2337
Cannot execute except from an
event handler functions of GUI
Review the program.
2338
Cannot execute Xqt, data input, and
output for TP in a TEST mode.
Cannot execute in TEST mode.
2339
Cannot execute in stand-alone
mode.
Change the setting to “cooperative
mode” and execute.
2340
Specified value in InBCD function is
an invalid BCD value.
Review the program. Tens digit Units digit
2341
Specified value in the OpBCD
statement is an invalid BCD value.
Review the program.
The specified
2342
Cannot change the status for output
bit configured as remote output.
Check the remote I/O setting.
I/O number
1: bit, 2:
byte, 3: word
2343
Output time for asynchronous
output commanded by On or Off
statement is out of the available
Review the program.
The specified
time
2344
I/O input/output bit number is out of
available range or the board is not
installed.
Review the program.
Check whether the expansion I/O
board and Fieldbus I/O board are
Bit number
2345
I/O input/output byte number is out
of available range or the board is
not installed.
Check whether the expansion I/O
board and Fieldbus I/O board are
Byte number
2346
I/O input/output word number is out
of available range or the board is
not installed.
Check whether the expansion I/O
board and Fieldbus I/O board are
Word number
2347
Memory I/O bit number is out of
Review the program. Bit number
2348
Memory I/O byte number is out of
Review the program. Byte number
2349
Memory I/O word number is out of
available range.
Review the program. Word number
2350
Command allowed only when
virtual I/O mode is active.
The command can be executed only
for virtual I/O mode.
2353
Specified command cannot be
executed from the Command
Execute specified command from the
program.
2354
Cannot execute the I/O output
command when the Enable Switch
Execute the I/O output command with
the enable switch gripped.