Terminate Loading Of Data; Vertical Position Absolute; Vertical Position Backward; Vertical Position Relative - Printronix P7000 Programmer's Reference Manual

Ansi programmer’s reference manual
Hide thumbs Also See for P7000:
Table of Contents

Advertisement

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";
Line terminator. Sets vertical position to specified p1 value in
Purpose
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";
Terminate Loading of Data
43

Advertisement

Table of Contents
loading

Table of Contents