User's Manual
V740 RFID READER/WRITER, ANTENNA 2005-07, REV.01
OPERATION MANUAL
36 of 45 ©OMRON CORPORATION 2005
2.2.5 Errors
If the reader is unable to execute a command issued
by the client software, the reader issues an error
message, which has the basic form:
Error error_code : string
where error_code is an integer. Error codes and
strings are documented in Table 6.
For example:
DECLARE cursor9 CURSOR FOR SELECT id
FROM tag_id;
FETCH cursor10;
Would result in the error message:
Error 0100: Cursor does not
exist<LF><LF>