Horizontal position - relative delimiter – Tally Genicom Matrix Printer User Manual

Page 49

Advertising
background image

7265 Programmer’s Manual

45

Copyright © 2004 TallyGenicom Chapter 3 ANSI Bar Codes

Horizontal Position - Relative Delimiter

The horizontal position-relative command is a valid delimiter in all bar code styles except POSTNET.

ESC [(Pn)a

The argument units for this command are decipoints (1/720 inch), which the printer rounds off to the nearest
1/120 inch. This command is a valid delimiter even when issued with an argument of zero.

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

'height 3/4", hr = on

120 LPRINT CHR$(27);"[3t";

'turn on bar code

140 LPRINT "1234";

'send a symbol

150 LPRINT CHR$(27);"[720a";

'hp_relative 1 inch

160 LPRINT "1234";

'send a symbol

170 LPRINT CHR$(27);"[0t";

'turn off bar code

180 LPRINT "hp_rel delimiter"

Figure 3-

5 Horizontal Position-Relative Delimiter

*1234 *1234

1234

1234

hp_rel delimiter

Advertising