Msi example – Printronix LQH-HWTM User Manual
Page 152
Advertising

152
Chapter
3
Bar Codes
MSI Example
Figure 27 illustrates a horizontal and vertical MSI bar code generated by the
following program:
~CREATE;MSI
(Enter Create Form mode)
BARCODE
(Bar Code command)
MSIA;DARK;32;27
(Dark Bar Code MSIA at SR 32, SC 27)
*24688642*
(Data Field)
PDF;X
(Printable Data Field, OCR-B)
STOP
(Ends Bar Code command)
BARCODE
(New Bar Code command)
MSIB;VSCAN;X2;H12;DARK;32;54
(Vert. Dark MSIB, Mag 2, H 1.2 at
SR3 2, SC 54)
*24688642*
(Data Field)
PDF;A
(Upper Data Field)
STOP
(Ends Bar Code command)
END
(Terminates Create Form mode)
~EXECUTE;MSI;1
(Execute the form, form count of 1)
Figure 27. Sample MSI Bar Codes
SR 32
SC 27
SR 32
SC 54
Advertising