6.4
Commands of the communication module
6.4.1
writeTagData
With this command you can write to subareas or the complete tag insofar as there are
address ranges in linear order physically on the tag.
Below the XML command for the write command (writeTagData) is described:
XML command
<command>
</command>
Information on the memory sizes of the tags can be found in section Addressing of the RFID
tags (Page 123).
XML response
Below the XML response without error entry (for error entries, see section Error messages
(Page 71)) is described:
<reply>
</reply>
Note
The length of the data to be written is derived from the number of characters transferred in
the variable <data>. Please note that in each case 2 ASCII characters of the transferred data
flow are converted into a hex character on the tag in the communication module.
Parameter
Parameter
Address
Data
RF182C communication module
Operating Instructions, 10/2010
<writeTagData>
<startAddress>Address</startAddress>
<data>Data</data>
</writeTagData>
<resultCode>Errorcode</resultCode>
<writeTagData/>
Data type
ASCII hex
ASCII hex
6.4 Commands of the communication module
Values
0000 ... FFFF (4 x ASCII)
0 to maximum length of the (user data - 1)
•
The user data is written to the tag from this start address.
•
Note that this parameter depends on the tag. For detailed information
•
on the address, refer to the respective MOBY System Manual or
Appendix B Addressing of the RFID tags (Page 123).
00...FF (ASCII string (max. 128 KB ASCII))
User data to be written to the tag.
•
Communication interface
53