User's Manual
V740 RFID READER/WRITER, ANTENNA 2005-07, REV.01
OPERATION MANUAL
33 of 45 ©OMRON CORPORATION 2005
If the current time has passed the start time and the
stop time specified in the future, the cursor is
executed immediately and finished at the specified
stop time.
Example:
The following example schedules reads to execute 1
time per second with an off time of 750ms, starting at
a specific time:
DECLARE cursor8 CURSOR FOR SELECT id
FROM tag_id WHERE protocol_id='EPC1';
SET auto_time cursor8 = '2004-01-
22T12:43:08-05:00', repeat=1000;
DECLARE
repeat
repeat
start time
Response
RQL execution
SET auto_time
time
(stop time)
iii. Setting
Separator
The client software can change the separator between
the entries of the response for ID reading.(Ref. 2.2.4.1
ID Read).
SET separator = 'c';
Following the command, an empty event (only LF
code) is returned. The default separator is '|'. The
separator must be one character. Example is as
follows:
SET separator='#';
SELECT id, protocol_id, antenna_id FROM
tag_id WHERE protocol_id='EPC1';
The response would be as follows.
0xCE85123467890ABCDEF#1#1<LF><LF>