Chapter
2
Messaging
Version 1 Example:
<?xml version="1.0" encoding="UTF-8"?>
<pxml>
<status>
</status>
</pxml>
The properties for rfidTagDetail version 1 include:
Table 3. Printer Attribute and Properties - RFID Tag Response Message, Version 1
Attribute
type
The tag type description.
length
The number bits in the raw tag data.
sequence
The number of RFID operations (read and write) performed including this
operation since power up.
epc
The raw tag data in xsd:hexBinary format.
(The number of digits depends on the number of tag data bits.)
prechecked
A Boolean that indicates that a tag has been pre-checked.
retries
The number of bad tags that have already been voided while attempting to
write this tag data.
errorCount
The number of errors seen when reading or writing this tag.
totalTagCount
Same as the statistics for the menu "Tag Write Cnt" in Hex.
totalTagFailures
Same as the statistics for the menu "Failed Tag Count" in Hex.
18
<job type="rfid">
<rfidTagDetail version="1" failure="false">
<property name="type" value="Alien Squiggle 64"/>
<property name="length"
<property name="sequence" value="0000"/>
<property name="epc" value="0123456789ABCDEF"/>
<property name="prechecked" value="false"/>
<property name="retries" value="00"/>
<property name="errorCount" value="00"/>
<property name="totalTagCount" value="00"/>
<property name="totalTagFailures" value="00"/>
</rfidTagDetail>
</job>
Properties
value="64"/>
Need help?
Do you have a question about the SL4M and is the answer not in the manual?