Delimiters and vertical bar codes – Tally Genicom Matrix Printer User Manual

Page 50

Advertising
background image

7265 Programmer’s Manual

46

Copyright © 2004 TallyGenicom Chapter 3 ANSI Bar Codes

Delimiters and Vertical Bar Codes

If you rotate a bar code 90

o

or 270

o

, then space imposed by delimiters is not rotated, but is applied horizontally, as

the sample shows. The symbol dimensions that used to be horizontal are shortened to 120/144 of what they used
to be; this includes the quiet zones.

100 LPRINT CHR$(27);"[4;9;1}";

‘3 of 9

110 LPRINT CHR$(27);"[3g";

'clear all h_tabs

120 'set horizontal tabs at 1/2-inch intervals

130 LPRINT CHR$(27);"[360;720;1080;1440;1800;2160u"

140 LPRINT CHR$(27);"[0;9;1;;;;;;2}";

150 FOR K = 1 TO 6

'show where the tabs are

160 LPRINT CHR$(9);"T";

170 NEXT K

180 LPRINT

190 LPRINT CHR$(27);"[3t"; 'turn on bar code

200 LPRINT "1234";CHR$(9);"5678";

210 LPRINT CHR$(27);"[0t" 'turn off bar code

220 LPRINT CHR$(27);"[3t"; 'turn on bar code

230 LPRINT "2345";CHR$(9);"6789";

240 LPRINT CHR$(27);"[0t" 'turn off bar code

T

T

T

T

T

T

Figure 3-

6 Vertical Bar Code Symbols

!5678! !6789!

!1234! !2345!

Advertising