Printronix ThermaLine Series User Manual
Page 194

Bar Codes
5–56
Code UCC–128 Example
Figure 5–9 illustrates a horizontal and vertical Code UCC–128 bar code
generated by the following program:
~CREATE;UCC–128
(Enter Create Form Mode)
BARCODE
(Bar Code command)
UCC–128;DARK;35;15
(Dark Code UCC–128 at SR 35, SC 15)
*1234567890123456789*
(
Data Field)
(Printable Data Field)
STOP
(Ends Bar Code command)
BARCODE
(New Bar Code command)
UCC–128;VSCAN;H12;DARK;27;50
(Vert. Dark UCC–128, H 1.2 at SR 27, SC 50)
*1234567890123456789*
(Data Field)
(Printable Data Field)
STOP
(Ends Bar Code command)
END
(Terminates Create Form Mode)
~EXECUTE;UCC–128;1
(Execute the form, form count of 1)
CODEUCC128.ex
Note: When using the PDF (printable data field)
parameter, 13 cpi is the only option available.
SR 35
SC 15
SR 27
SC 50
Figure 5–9. Sample Code UCC-128 Bar Codes