OKI ML3390 01091308*01256402 Manual Do Utilizador

Códigos do produto
01091308*01256402
Página de 349
Chapter 14: Epson - Standard Functions
14-9
mand, you should run the following BASIC program which prints a
sample of each of the possible combinations. As 256 combinations
are available in total, it takes some time until all examples are prin-
ted out on about 12 pages.
10 multifunction command EPSON LQ
20 FOR i=0 TO 255
30 LPRINT: LPRINT
40 LPRINT CHR$(27);”!”;CHR$(I);”ESC !”;i;
   “selects this combination.”
50 NEXT i
Tabulators
Function
Dec.
Hex.
ASCII
Skip to next horizontal tab
9
09
HT
Set horizontal
27 68 n
1
1B 44 n
1
ESC D n
1
tabs
... n
k
 00
... n
k
 00
... n
k
 NUL
n = 1 to 255
k = 1 to 32
Clear horizontal tabs
27 68 0
1B 44 00
ESC D NUL
When the printer is switched on, tabulators are set automatically
every eight columns starting at the ninth column. If a tabulator cha-
racter (HT) is transmitted, the print head moves to the next set tab
position before printing the following character.
The set tabulator position relates to the set left margin (relative refe-
rence). The actual position of a tab depends on the actual pitch at
the time when loading the horizontal tab. When changing the pitch
the tabulator position does not move (absolute position).
It is mandatory to enter the tab positions in ascending order. The
parameter n
indicates the column position of the first tab, n
to n
k
accordingly the column positions of the other tabs to be set. Up to
32 (n
... n
32
) tabs can be defined. The position of a horizontal tab is
relative to the set left margin. The command sequence must be
ended with a NUL character.
Horizontal
tabulators