88
Chapter
2
Configuring The LQ-1600K Emulation With Control Codes
Vertical Tab, Execute
ASCII Code
VT
Hex Code
0B
Dec Code
11
Purpose
Advances the simulated print head to the next vertical tab
position selected by ESC
/.
Comment
If no vertical channel was selected, channel 0 is used. If no
vertical tabs were set, the paper advances one line.
The simulated print head moves to the left margin. If a tab
position is on the current line, the paper is moved to the next
tab position. If there are no tab positions between the current
line and the end of the form, the paper is moved to the top of
the next form. If the printing crosses the page boundary, the VT
command causes the paper to move to the top of the next form.
This code cancels all single line print attributes.
Vertical Tab, Set/Clear
ASCII Code
ESC B
n1 n2 n3...nk
NUL
Hex Code
1B 42
n1 n2 n3...nk
00
Dec Code
27 66
n1 n2 n3...nk
0
Purpose
Sets up to 16 vertical tab positions.
Where:
n
= 1 through 255
k
= 1 through 16
n1
through
nk
specify the line number for the vertical tab(s), up
to a maximum of 16 tab positions. NUL must end the sequence.
To clear the tab settings, send ESC B NUL (1B 42 00).
Expression
CHR$(27);“B”;CHR$(
n1
);...CHR$(
nk
);CHR$(0);
Comment
The values of
n
range from 1 through 255 and must be in
ascending order. The distance of each tab stop from TOF is the
current line spacing times the number of lines given in
n
. If the
value of
n
exceeds the form length, commands to move to that
tab position are ignored.
If values of
n
are not in ascending order, the sequence up to
and including the out-of-sequence number is ignored, and the
rest of the load is processed. Skip over perforation is ignored.
This command always sets channel 0. You can clear channel 0
by sending ESC B NUL. (See also the channel selection
command, ESC /, and the channel loading command, ESC b.)
Содержание LQ-1600K
Страница 1: ...LQ 1600K Programmer s Reference Manual InfoPrint 6500 Line Matrix Printers G550 1006 01...
Страница 2: ......
Страница 3: ...LQ1600 K Programmer s Reference Manual InfoPrint 6500 Line Matrix Printers G550 1006 01...
Страница 10: ...10 Chapter 1 Software Features...
Страница 90: ...90 Appendix A...
Страница 98: ...98 Appendix C Bit Image Graphics...
Страница 120: ...120 Communication Statements...
Страница 126: ...126...
Страница 127: ......
Страница 128: ...Printed in U S A G550 1006 01 07G550100601...