Printronix LQH-HWTM Manual De Usuario

Descargar
Página de 302
 166
Chapter
3
Bar Codes
PostBar and Royal Mail Examples
Figure 33 illustrates a horizontal Royal Mail bar code generated by the 
following program:
~CREATE;ROYALBAR
(Enter Create Form Mode)
BARCODE
(Bar Code command)
ROYALBAR;X1A;10;40
(Royal Mail bar code at SR 10, 
SC 40 with Mag 1A)
*SN34RD1A*
(Data Field)
STOP
(Ends Bar Code command)
END
(Terminates Create Form Mode)
~EXECUTE;ROYALBAR;1 (Execute the form, with a form count of 1)
Figure 33. Sample Royal Mail bar code (X1A Magnification)
Figure 34 illustrates a horizontal PostBar bar code generated by the following 
program:
~CREATE;POSTBAR
(Enter Create Form Mode)
BARCODE
(Bar Code command)
POSTBAR;10;40
(PostBar bar code at SR 10, SC 
40 with default Mag 1)
*
10303023123102301031230123210212112210
*
(Data Field)
STOP
(Ends Bar Code command)
END
(Terminates Create Form Mode)
~EXECUTE;POSTBAR;1
(Execute the form, with a form count of 1)
Figure 34. Sample PostBar bar code (X1 Magnification)
SC 40
SR 10
SC 40
SR 10