RFID Statistic Clear Request
NOTE: This command is not supported on P7000 printers.
This request clears the RFID statistics counters in the printer and requires a
password. As a result, the RFID read, write, failed, and voided counters start
at zero again.
<?xml version="1.0"?>
<pxml>
<statistics>
<clear type="rfid" />
</statistics>
</pxml>
There is one attribute in the message:
type = The type specifies the kind of statistics requested.
Currently the only supported type is rfid.
RFID Statistic Response
NOTE: This command is not supported on P7000 printers.
For RFID get statistics, the response is returned in the following format:
<?xml version="1.0"?>
<pxml>
<statistics>
<RFID>
<property
<property
<property
<property
</RFID>
</statistics>
</pxml>
The properties are in decimal format.
Table 8. RFID Statistic Response
Values
TagWriteCount
Total number of tag writes since the last clear command.
TagFailedCount
Total number of tag writes fail since the last clear command.
TagVoidedCount
Total number of tags voided by the validator.
tagReadCount
Total tag read commands.
name="tagWriteCount" value="1000"/>
name="tagFailedCount" value="5"/>
name="tagVoidedCount" value="0"/>
name="tagReadCount" value="30"/>
Properties
Statistics
23
Need help?
Do you have a question about the SL4M and is the answer not in the manual?