User's Manual Part 2
Table Of Contents
88 R110PAX3 User Guide 9/7/2004 58981L-001 Rev. 1
RFID Guidelines
Sample of RFID Programming
Table 8 • Sample ZPL Code and Results
Line Number Type This Label Format Resulting Printout
1^XA
2^RS,0^FS
3 ^WT^FDZebra^FS
4 ^FO100,100^A0n,60^FN0^FS
5 ^FO100,200^A0n,40^FN1^FS
6^RT0^FS
7 ^RT1,,,1^FS
8^XZ
Line 1 Indicates start of label format.
Line 2 Indicates no movement for media.
Line 3 Writes the data “Zebra” to the tag.
Line 4 Print field number ‘0’ at location 100,100.^FN0 is replaced by what we read on line 6.
Line 5 Print field number ‘1’ at location 100,200. ^FN1 is replaced by what we read on line 7.
Line 6 Read Tag into field number 0 in ASCII format (default).
Line 7 Read Tag into field number 1 in hexadecimal format.
Line 8 End of label format.
* This value will be the actual transponder ID.
123456789ABCDEF*
Zebra