31
Creating Basic RFID Label Formats
Sample RFID Label Formats
11/14/2008 RFID Programming Guide 58978L-008 Rev. A
Sample RFID Label Formats
Use the formats in this section to assist you in creating your own RFID label formats.

RFID Label Format 1—Encode a Gen 2 Tag in Hexadecimal

Resulting Label
Programmed to Transponder
112233445566778899001122
Control Panel Display (toggles between these two)
Line
Number Type This ZPL Code Function of ZPL Code
1^XA Indicates start of label format.
2^RS8 Sets tag type to Gen 2
3^FO50,50
^A0N,65
^FDSimple write example
^FS
Prints “Simple write example” on the label
at location 50,50.
4^RFW,H
^FD112233445566778899001122
^FS
W,H = wri te h ex
Encodes the 12 bytes of data (96 bits) to the
tag. The data written is:
112233445566778899001122
5^XZ Indicates end of label format.
Simple write example
RFID TAG DATA
1122334455667788
RFID TAG DATA
99001122