Line # | Type this label format | Resulting printout | |
|
|
| |
1. | ^XA |
| |
|
|
| |
2. | ^WT6^FDZebra^FS |
| |
|
|
| |
3. | ^FO100,100^A0n,60^FN0^FS | ZEBRA | |
|
| ||
4. | ^FO100,200^A0n,40^FN1^FS | ||
5A65627261000000 | |||
|
| ||
5. | ^RT0,6,2^FS | ||
| |||
|
|
| |
6. | ^RT1,6,2,1 |
| |
|
|
| |
7. | ^XZ |
| |
|
|
|
Line 1 Indicates start of label format.
Line 2 Writes the data “Zebra” to block 6 for the tag (one byte will spill into block 7, since we have 4 bytes/block.
Line 3 Print field number ‘0’ at location 100,100.^FN0 is replaced by what we read on line #5.
Line 4 Print field number ‘1’ at location 100,200. ^FN1 is replaced by what we read on line #6.
Line 5 Read Tag into field number 0, starting at block 6, lasting for 2 blocks in ASCII format (default).
Line 6 Read Tag into field number 1, starting at block 6, lasting for 2 blocks in hexadecimal format.
Line 7 End of label format.