User's Manual

V740 RFID READER/WRITER, ANTENNA 2005-07, REV.01
OPERATION MANUAL
34 of 45 ©OMRON CORPORATION 2005
Table4 : Table Schema - Reader Control
Keyword Entry Table Arguments Range Example
Value
Comments
DECLARE - n/a cursorname,
query
- cursor1
Defines the cursor name for
the query.
FETCH - n/a cursorname - cursor1
Executes a cursor and
sends the data
CLOSE - n/a cursorname - cursor1
Deletes a defined cursor
RESET - n/a - - -
Resets the reader, deletes
cursors, clears memory
tirgger_time n/a cursorname,
time
- -
Set a cursor to run at the
specified time once.
auto_time n/a cursorname,
start time,
stop time
- -
Set a cursor to keep
running from the start time
to the stop time repeatedly.
auto n/a cursorname,
ON, OFF
- cursor1 = ON
Turns auto-mode of cursors
on/off.
repeat n/a Integer - -
Sets a cursor to keep
running
SET
separator n/a character except
';'
‘|’
Changes the separator in
the output format of a
query.