User's Manual
Table Of Contents
- Contents
- Preface
- Introduction
- Printer Setup
- Printer Operation
- Front Panel Controls
- RFID Guidelines
- Overview
- Getting Started with RFID
- Creating Basic RFID Label Formats
- RFID Label Format 1-Write a 96-bit Tag in Hexadecimal
- RFID Label Format 2-Write a 64-bit Tag in Hexadecimal
- RFID Label Format 3-Write a 96-bit Tag in ASCII
- RFID Label Format 4-Read Data from Tag and Print on Label
- RFID Label Format 5-Write Tag, Read Tag, and Print Data on Label
- RFID Label Format 6-Write Tag, Read Tag, and Return Results to Host
- ZPL II Commands for RFID
- Data Ports
- Memory Cards
- Routine Maintenance
- Troubleshooting
- Specifications
- Proprietary Statement
- Warranty Information
- Printer Software and Firmware License Agreement
- Index
82 R110Xi/R170Xi User Guide 6/24/05 23063L-003 Rev. A
RFID Guidelines
^RB
Example 3 • This example uses the SCTIN-64 standard, which defines 64-bit structure in
the following way:
The ZPL code to write to a tag with this format would look like this:
^XA
^RB64,2,3,14,20,25
^RFW,E^FD0,3,12345,544332,22335221^FS
^XZ
These commands would put
• 0 in the header
• 3 as the filter value
• 12345 as the company prefix
• 544332 as the item reference
• 22335221 as the serial number
To read this EPC data and print the results on the label, you would use the following code:
^XA
^RB64,2,3,14,20,25
^FO50,50^A0N,40^FN0^FS
^FN0^RFR,E^FS
^XZ
The resulting label would look like this:
Header Filter Value
Company
Prefix Index
Item
Reference
Serial
Number
SGTIN-64 2 3 14 20 25
10
(binary value)
8
(decimal
capacity)
16,383
(decimal
capacity)
9 to 1,048,575
(decimal
capacity*)
33,554,431
(decimal
capacity)
* Capacity of Item Reference field varies with the length of the company prefix.
0.3.12345.544332.22335221