User Manual

Table Of Contents
80 R4Mplus User Guide
RFID Guidelines
Sample of RFID Programming
Table 12 • Sample ZPL Code and Results
Line
Number
Type This Label Format Resulting Printout
1 ^XA ZEBRA
5A65627261000000
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 5.
Line 5 Print field number ‘1’ at location 100,200. ^FN1 is replaced by what we read on line 6.
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.