Software • RFID command set
222
Panel PC 2100 swing arm user's manual V1.12
Command
Description
Parameter 1 Parameter 2 Parameter 3 Parameter 4 Parameter 5
Inventory
Reads the UID and DSFID from the PICC
Flags (flag)
AFI (afi)
Bit
length
(bitlength)
Mask (mask)
Stay_Quiet
PICC enters quite mode
Flags (flag)
Serial number
(sn)
--
--
--
Reset_To_Ready
PICC exits quiet mode
Flags (flag)
Serial number
(sn)
--
--
--
Reset_Quiet
All PICCs exit quiet mode
--
--
--
--
--
Table 221: ISO 15693 commands
Information:
For more information about flags, see
16.3.5 Memory organization
Source and destination block
= 0 to 254 (depends on the tag)
Data and key
= 00 to FF (no leading "0x", bytes can optionally be separated by a space)
Value
= 1 bytes including sign bit
All commands and parameters are in ASCII. Data is in 00h hex format.
16.3.6 ISO 15693 commands - Examples
Inventory
flags [hex]:
0x02 = High data rate
0x04 = Inventory
0x10 = AFI value is set
0x20 = Single slot
afi [dec]:
AFI value if 0x10 set in the flags
bitlength [dec]:
Bit length of the subsequent UID mask. A maximum bit length of 60 is permitted for 16 slots; a bit length of 64 is
permitted for one slot. The length of the subsequent mask is derived from this parameter.
mask [hex]:
UID mask for the inventory command - 1 to 8 bytes. If the bit length is "0", then a byte ("00") must be transmitted.
Inventory - Examples:
Inventory,06,0,0,0 \\ Inventory with high data rate, 16 slots, no no AFI value
Inventory,16,3,0,0 \\ Inventory with high data rate, 16 slots, AFI value "3"
Inventory,26,0,0,0 \\ Inventory with high data rate, 1 slot, no AFI value
Inventory - Response:
1-byte DSFID value, 8-byte UID - slot 1
1-byte DSFID value, 8-byte UID - slot 2
...
...
1-byte DSFID value, 8-byte UID - slot 16
If 0x20 is set as a flag, then only the entry from slot 1 is valid. All other slots return "0".
Stay_Quiet
flags (hex), sn [hex]: 8-byte UID of tag
The filter for the tag is set, and the tag is disconnected.