![Omron V740 Series Скачать руководство пользователя страница 23](http://html1.mh-extra.com/html/omron/v740-series/v740-series_operation-manual_741407023.webp)
V740 RFID READER ANTENNA
NOTE. SPECIFICATIONS SUBJECT TO CHANGE WITHOUT NOTICE. REV. 1.1
OPERATION MANUAL
23 of 27
© OMRON CORPORATION 2004
Protocol Specific Functionality and Parameter Settings
While the standard ID_read and anti-collision searches are supported by practically all offered protocols, hence
no protocol-specific information is required to issue and RQL search. More specific commands, such as
data_read and data_write require protocol specific information when formatting the query and interpreting the
results. The tables below provide that information.
915 MHz EPC Class 1
Parameters /
Constraints
Return Value
(String)
Example
Read ()
80 bit (64 bit ID
and 16 bit CRC, hex
format) or 112 bit
(96 bit ID and 16
bit CRC)
SELECT id FROM tag_id WHERE
protocol_id=’CC915’
Write
id
: 64 bits
or 80 bits
(hex)
password
: 8
bits (hex)
error_code OR new_id
UPDATE tag_id SET
id=0x1234567890ABCDEF WHERE
protocol_id=’CC915’ AND
antenna_id=1
ID
Lock ()
error_code OR
success_notification
UPDATE tag_id SET locked=1
WHERE protocol_id=’CC915’
AND antenna_id=1
Kill
id:
64 bits
(hex)
password:
8
bits (hex)
error_code OR
success_notification
UPDATE tag_id SET killed=1
WHERE id=0x1234567890ABCDEF
AND password=0x12 AND
protocol_id=’CC915’ AND
antenna_id=1
Password
New_password
:
8 bit (hex)
error_code OR
success_notification
UPDATE tag_id SET
password=0x12 WHERE
protocol_id=’CC915’ AND
antenna_id=1
Read N/A
Write N/A
Data
Lock N/A