Zebra Sample Label 1

See also: Zebra Sample Label 2, Zebra Sample Label 3

Note: Zebra brand label printers were formerly known as Eltron.

The following prints a 2.25" x 1.25" label. You need to modify it to suit your printer and label size.

System500004064.gif
 

Blank line {must be there}
N {erase image}
q457 {label width 2.25 inches (2.25 * 203)}
Q280,32,-16 {Label height}
X10,10,2,432,280 {draw a box}
A12,15,0,2,1,1,R,"<COMPANY.NAME,C >" {Print Company Name in reverse}
A100,50,0,4,2,2,N,"<PRICE.0>" {Print Price}
A20,110,0,3,1,1,N,"<DESCRIPTION>" {Print Description}
B30,150,0,1,2,7,70,B,"<PART,-1>" {Print Barcode}
P1 {print one label}

Copy the following text to the clipboard and paste it into the Barcode printer setup. Remember to leave a blank line.

N
q457
Q280,32,-16
X10,10,2,432,280
A12,15,0,2,1,1,R,"<COMPANY.NAME,C >"
A100,50,0,4,2,2,N,"<PRICE.0>"
A20,110,0,3,1,1,N,"<DESCRIPTION>"
B30,150,0,1,2,7,70,B,"<PART,-1>"
P1

Example of a vertical label 1" wide x 2" long

System500004065.gif

q232
Q406,77+0
S2
D8
ZT
TTh:m
TDy2.mn.dd
A211,2,1,2,1,1,R,"<COMPANY.NAME,-1>"
A187,3,1,4,2,2,N,"<PRICE.0>"
B124,2,1,3,2,3,39,B,"<PART,-1>"
A50,3,1,2,1,1,N,"<DESCRIPTION,-1>"P1

Example of printing three labels wide (across)

Printing up to five labels (wide) at once is supported with the Zebra TLP3742 Barcode Printer. Individual label definitions must be separated by the "<newlabel>" code. Formatting codes go before the first label only and the "end" or "print" code must be the last line. For the Zebra printers this is "P1".

Example for three across 3/4" x 5" labels:

N
q680
Q1500,16+0
B30,800,3,3,3,6,108,B,"<PART,-1>"
A54,375,3,4,2,2,N,"<PRICE.0,-1>"
A58,1105,3,4,1,1,N,"<DESCRIPTION,-1>"
<newlabel>
B255,800,3,3,3,6,108,B,"<PART,-1>"
A279,375,3,4,2,2,N,"<PRICE.0,-1>"
A283,1105,3,4,1,1,N,"<DESCRIPTION,-1>"
<newlabel>
B480,800,3,3,3,6,108,B,"<PART,-1>"
A504,375,3,4,2,2,N,"<PRICE.0,-1>"
A508,1105,3,4,1,1,N,"<DESCRIPTION,-1>"
P1

Example for barcode labels with Invoice line weight, Current date, No. of total and Customer lookup words:

N
q457
Q280,32,-16
X10,10,2,432,280
A12,15,0,2,1,1,R,"<C.CUSTOMER LOOKUP,-1 >" {Print Customer Lookup Word}
A12,15,0,2,1,1,R,"<DATE TIME,-1 >" {Print Date and Time of printing label} A12,15,0,2,1,1,R,"<INVLINE WEIGHT,-1 >" {Print Invoice Line Weight (inventory item)} A12,15,0,2,1,1,R,"<NUMBER OF TOTAL,-1 >" {Print Number of Total}
P1

< Return to: Sample List