Horizontal/Vertical Position Absolute
ASCII Code ESC [ p1 ; p2 f
Hex Code
1B 5B p1 3B p2 66
27 91 p1 59 p2 102
Dec Code
Purpose
Line terminator. Sets vertical position to value specified by p1,
and the horizontal position to the value specified by p2 (both
values are specified in decipoints. This command can also be
used to set the print position inside margins. The vertical
position cannot exceed the form length, and the horizontal
position cannot exceed 9504 decipoints.
Line Spacing
ASCII Code ESC [ p1 ; p2 SP G
Hex Code
1B 5B p1 3B p2 20 47
27 91 p1 59 p2 32 71
Dec Code
Expression CHR$(27);"[ p1 ; p2 G";
Purpose
Sets line spacing ( p1 ) and character spacing or pitch ( p2 ) in
decipoints.
Discussion Horizontal spacing ( p2 ) is dependent on the font selected.
Values outside the range of a particular font will be ignored.
Commonly used line spacings are listed in Table 5 and Table 6.
Table 5. Common p1 Values
LPI
3
4
6
8
Table 6. Common p2 Values
CPI
10
12
13.3
15
16.7
Horizontal/Vertical Position Absolute
p1 (decipoints)
240
180
120
90
p2 (decipoints)
72
60
54
48
43
37
Need help?
Do you have a question about the P7000 and is the answer not in the manual?
Questions and answers