Printronix ThermaLine Series User Manual
Page 257

5–119
Bar Codes
UPC–E and UPC–E0 Example
Figure 5–30 illustrates a horizontal and vertical UPC–E bar code generated
by the following program:
~
CREATE;UPCE
(Enter Create Form Mode)
BARCODE
(Bar Code command)
UPC–E+2;H9;DARK;34;15 (Dark Code UPC–E, 2–digit add–on,
H 0.9, at SR 34, SC 15)
*0927400000522*
(Data Field plus the 2–digit add–on data field)
(Printable Data Field)
STOP
(Ends Bar Code command)
BARCODE
(New Bar Code command)
UPC–E0+2;VSCAN;H10;DARK;34;50
(Vertical Dark UPC–E0, 2–digit add–on,
H 1.0, at SR 34, SC 50)
*92745422
*
(Data Field plus the 2–digit add–on data field)
(Printable Data Field)
STOP
(Ends Bar Code command)
END
(Terminates Create Form Mode)
~EXECUTE;UPCE;1
(Executes the form, form count of 1)
UPC–E.EX
SR 34
SC 15
SR 34
SC 50
UPC–E
UPC–E0
Figure 5–30. Sample UPC–E Bar Codes