Terminate Loading of Data
43
Terminate Loading of Data
ASCII Code
ESC \
Hex Code
1B 5C
Dec Code
27 92
Expression
CHR$(27);“\”;
Purpose
Terminates the loading of EVFU tables (described in Chapter 3)
and the downloading of dot graphics strings.
Vertical Position Absolute
ASCII Code
ESC [
p1
d
Hex Code
1B 5B
p1
64
Dec Code
27 91
p1
100
Expression
CHR$(27);“[
p1
d”;
Purpose
Line terminator. Sets vertical position to specified
p1
value in
decipoints, moving paper forward or backward to the new
position. Can be used to print inside top and bottom margins.
The specified position must be set within the current page;
otherwise, the command will be ignored. If the parameter value
is omitted, is less than five decipoints, or is greater than 15,840
decipoints, the vertical position will move to the top-of-form
position.
Vertical Position Backward
ASCII Code
ESC [
p1
k
Hex Code
1B 5B
p1
6B
Dec Code
27 91
p1
107
Purpose
Line terminator. Moves the paper in reverse by the distance in
decipoints specified in p1. The paper position is set to the top
margin if the p1 value would exceed the margin. A value of 5 or
less decipoints for p1 is ignored.
Vertical Position Relative
ASCII Code
ESC [
p1
e
Hex Code
1B 5B
p1
65
Dec Code
27 91
p1
101
Expression
CHR$(27);“[
p1
e”;
Summary of Contents for P7000 H-Series
Page 1: ...ANSI Programmer s Reference Manual ...
Page 2: ......
Page 3: ...Programmer s Reference Manual ANSI Printers ...
Page 8: ...Table of Contents ...
Page 22: ...22 Chapter 1 Installing Printer Emulations ...
Page 60: ...60 Chapter 2 Oversize Character Font Option ...
Page 76: ...76 Chapter 3 ANSI EVFU ...
Page 78: ...78 Appendix A ...
Page 86: ...86 Appendix B ...
Page 102: ...102 Appendix C ...
Page 106: ...106 ...
Page 107: ......