Bar Codes5–76
FIM Example
Figure 5–16 below illustrates a horizontal FIMB bar code from the following
program without the POSTNET preprinted bar code (POSTNET is discussed
on page 5–98.)
~CREATE;FIMB (Enter Create Form Mode)
ALPHA (Alpha command)
23;11;0;0;*PRINTRONIX, INC.*
25;11;0;0;*ATTN: CUSTOMER SERVICE*
27;11;0;0;*P.O. BOX 19559*
29;11;0;0;*IRVINE, CA 92714–9559*
STOP (Ends Alpha command)
BARCODE (Bar Code command)
FIM;DARK;15;22 (Dark FIM Bar Code at SR 15, SC 22)
*B* (Data field selecting FIMB Bar Code)
STOP (Ends FIMB Bar Code command)
END (Terminates Create Form Mode)
~EXECUTE;FIMB;1 (Executes the form, form count of 1)
FIMC.EX
SR 15
SC 22
Figure 5–16. Sample FIMB Bar Code