7265 Programmer’s Manual 24
Copyright © 2004 TallyGenicom Chapter 2 ANSI
Commands Description
ESC [(p)e VERTICAL POSITIO N RELATIVE
Advances paper p decipoints. This command enables printing below the bottom
margin of the current form and above the top margin of the following form. The
example below advances the paper 4 1/4 inches.
Example: ESC [3060e
Dec 27 91 51 48 54 48 101 Hex 1B 5B 33 30 36 30 65
ESC [(p)k VERTICAL POSITION BACKWARDS
Moves the vertical position backwards to (p) decipoints above the current position.
The horizontal position does not change.
If the target position is above the top margin, then the vertical position is the top
margin. If no top margin is set, and the target position is above top-of-form, then the
vertical position is top-of-form.
NOTE: The printer economizes vertical motion with vertical logic seeking, so this
command may cause reverse paper motion in some instances and not in others.
Reverse paper motion can cause problems with some forms.
Example: ESC [1080k moves the vertical position up by 1.5 inches.
Dec 27 91 49 48 56 48 107 Hex 1B 5B 31 30 38 30 6B
ESC [(p)d VERTICAL POSITIO N ABSOLUTE
Moves the current print position to p decipoints from the top of the form.
The following example advances the paper to 2 inches below top of form.
Example: ESC [1440d
Dec 27 91 49 52 52 48 100 Hex 1B 5B 31 34 34 30 64
ESC[(p1);
(p2)f VERTICAL AND HORIZONTAL POSITION ABSOLUTE
Moves the print position to any coordinate on the page. Coordinates are measured
in decipoints. Parameter p1 is the vertical coordinate, which is measured from the
top print reference. Parameter p2 is the horizontal coordinate, which is measured
from the left print reference. The computation of absolute positions is not influenced
by margin settings. Top and left print references are adjustable from the control
panel.
You can print characters beyond the left, top, and bottom margin setting, but no
printing is allowed beyond the right margin.
EXAMPLE: ESC [1440;2160f
Prints the next character 2 inches from the top print reference and 3 inches from the
left print reference.
Dec 27 91 49 52 52 48 59 50 49 54 48 102
Hex 1B 5B 31 34 34 30 3B 32 31 36 30 66