Communication interface
6.4 Commands of the communication module
RF182C communication module
Operating Instructions, 10/2010
55
6.4.3
initializeTag
With this command the complete user memory area of the memory is deleted or overwritten
with a defined value.
Below the XML command for initializing tags (initializeTag) is described:
XML command
<command>
<initializeTag>
<memorySize>MemorySize</memorySize>
<defaultValue>Value</defaultValue>
</initializeTag>
</command>
XML response
Below the XML response without error entry (for error entries, see section Error messages
(Page 71)) is described:
<reply>
<resultCode>Errorcode</resultCode>
<initializeTag/>
</reply>
Parameter
Parameter
Data type
Values
MemorySize
ASCII hex
0000 ... FFFF (4 x ASCII)
•
Memory size of the tag to be initialized
•
Note that this parameter depends on the tag. For
detailed information on the memory size, refer to the
respective MOBY System Manual or Appendix B
Addressing of the RFID tags (Page 123).
Value
ASCII hex
00 ... FF (2 x ASCII)
•
Hex value that is written to the tag.