A SERVICE OF

logo

3) ESC C+n
(ld<n>1&66)
This code specifies the form length per page.
The form length is determined by the number of lines (=“n”). The
amount of a line spacing at this point is a predetermined numeri-
cal value by “ESC A+n.” When the form length is not program-
med, one page is assumed as 66 or 72 lines. Prior to setting the
vertical tab position, the form length should be set.
4) ESC
D+nl+nz+.
+nk+NUL
(19<n>lo9127.
ksl12)
This code specifies the horizontal tab stop positions. The first 112
tab stops per line are recognized in the Printer, and subsequent
tab stops are ignored. Tab stop numbers must be received in
incremental numerical order.
If a tab stop position of higher value than 80 is received in normal
character printing mode, all horizontal tab functions after 80 col-
umns are ignored.
To execute tab stop positions, the HT code should be input. The
HT code is ignored when the horizontal tab position has not been
programmed.
The NUL code should be input as the command for the termina-
tion of the tab set sequence, and the lack of this code will cause
incorrect data printout.
1.
Incase of 5th. 10th and 21st columns.
(DATA1
-1
<5>~
<A>H
<15>~m
ABC
m
DEF
m
GHI
m
JKL
!EiJm
[PRINT]
UBC
DEF
GHI
J
K
L.
2.
In
case
of
lack
of stop position.
I
DATA1
[e:g
<5>H
<A>H
m
ABC
m
DEF
m
GHI
JHT]
JKL
a
a
[PRINT]
ABC
DEF
GHIJKL
3.
In
case
of
character
data
transferring
over
next
tab
stop.
I
DATA1
~
<5>H
<A>H
<15>~
m
AECDEF
m
GHI
m
JKL
/=I
pj
[PRINT)
AEKDEF GHI
J
KL
4. In
case
of transferring
two
HT
codes
at
a
time.
[DATAI
m
<5>H
<A>H
<l5>H
m
ABED
IHT]
pm
m
EFGH
/EKJm
LPR
INTI
AEtCD
EFGH
-42-