DEC LA120 Emulation
73
Horizontal and Vertical Position
New Line
NEL
(or)
ESC E
Causes the current line to be printed, and then sets the current print position to the left margin and
performs a line feed. Equivalent to a carriage return (CR) line feed (LF) combination.
Control code:
NEL
Hexadecimal:
85
Escape Sequence:
ESC
E
Hexadecimal:
1B
45
Form Length and Form Feed
Form length is the distance from the top of the form to the bottom of the form. A form feed will
advance the paper to the top of the next form. Some programs do not send form feeds. Instead, they
count line feeds, and send the appropriate number of line feeds to fill out the page. The usual rational
is that the program is then in complete control of form length, and will work on any printer without
requiring the correct form length to be set. However, the correct form length should always be set with
the control panel setup. Even if the program does not use form feeds, the printer will automatically
scroll a completed form up to the tear bar to be torn off. This automatic scroll is based upon form
length. The easiest way to set form length is via the “Form Length” value in the forms menu, so it will
be correctly set for everyone using the form. If correct form length cannot be guaranteed from
SETUP, then each program should set the correct form length.
Set Form Length in Lines
ESC [ n t
Sets the form length to
n
lines at the current line spacing. 1
≥
n
≥
255. Maximum form length is 37.9
inches. Invalid form lengths will be ignored. Overrides the “Form Length” value in the forms menu.
For example, an 11 inch form contains 66 lines at 6 LPI, but 88 lines at 8 LPI. If line spacing is
changed after setting the form length, the physical form length (in inches) will not be changed.
Resets top of form to the current position, so it is wise to be at top of form before setting form length.
Issuing a form feed will guarantee this. Vertical margins are cleared.
Example: The following escape sequence will set form length to 66 lines. At 6 LPI, this will result in
a form length of 11 inches.
Escape sequence:
ESC
[
6
6
t
Hexadecimal:
1B
5B
36
36
74
Содержание FormsMaster 8000
Страница 6: ......
Страница 10: ......
Страница 24: ......
Страница 50: ......
Страница 70: ......
Страница 89: ...DEC LA120 Emulation 83 VT Vertical Tab VTS Set Vertical Tab Stop...
Страница 90: ......
Страница 122: ......
Страница 124: ......
Страница 140: ...ASCII Character Tables 134 Epson FX Fast Draft Epson FX Draft Epson FX Letter Quality...
Страница 141: ...ASCII Character Tables 135 PC Fast Draft PC Draft PC Letter Quality...
Страница 142: ...ASCII Character Tables 136 EBCDIC Fast Draft EBCDIC Draft EBCDIC Letter Quality...
Страница 143: ...ASCII Character Tables 137 Latin 2 Slavic Fast Draft Latin 2 Slavic Draft Latin 2 Slavic Letter Quality...
Страница 144: ...ASCII Character Tables 138 OCR A OCR B...
Страница 148: ......