Test Modes and Troubleshooting ♦ C6 -
21
ERROR 10 Invalid
I/O output request
ERROR 11 invalid
byte following ESC.
ERROR 12 invalid
byte in I/O control
ERROR 13 Out of
range I/O parameters
ERROR 14 Too many
I/O parameters
ERROR 15 Error in
I/O transmission
ERROR 16 I/O buffer
overflow
Cause Solution
During the execution of an
output command, another
output command was
executed.
Check the flow of your
programmed data.
Cause Solution
The ESC character was
followed by an invalid byte.
Check the ESC command
in your program
Cause Solution
A device control command
containing an invalid byte
was received.
Check the device control
commands in your
program.
Cause Solution
A parameter outside of the
permissible numeric range
was specified.
Check the program
Cause Solution
Too many parameters were
received
Check the number of
command parameters
Cause Solution
During data transfer, a
framing error, parity error or
overrun error occurred.
Check the settings of the
interface conditions
Cause Solution
The I/O buffer received data
at a faster pace than it could
process, indicating that
handshaking is not
successful
Check the settings of the
handshaking mode and
other interface conditions.