V740 RFID READER/WRITER, ANTENNA
2005-09, REV0.1
OPERATION MANUAL
42 of 56
©OMRON CORPORATION 2005
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;
Note: Since time_out is not specified, the default
time_out of 250ms is used.
iii. Setting of ID Read response format
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>
Table7 : Table Schema - Reader Control
time
DECLARE SET auto_time
RQL execution
Response
repeat
repeat
start time
(stop time)