Siemens 9015 Manual De Usuario

Descargar
Página de 230
Print carriage movements
Epson LQ-2550 emulation
Programmer Reference Guide
U26169-J-Z716-1-7600
©
 S
iem
e
n
s
 N
ix
dor
In
fo
rm
at
io
n
s
s
y
s
tem
e
 A
G
 1
995
 
P
fad:
 D:
\S
NI
\M
ac
k
w
it
z
\u
261
69
\o
261
69
e\
26
169
e.
k
0
5
Relative horizontal tabulation 
The print head moves right or left the defined amount. The shift is based on the current print 
position and is defined in 
1
/
1 2 0
 (DRAFT) or 
1
/
1 8 0
 inch increments. 
p
1
 p
2
 define the shift
 p
2
 < X’80 causes a right shift. 
 p
2
 
 X’80 causes a left shift. 
Control sequence
Hexadecimal
Decimal
ESC \  p
1
 p
2
1B 5C p
1
 p
2
27 92 p
1
 p
2
Shift =
(p
1
 + (p
2
 * 256)) * 
1
/
1 2 0
 inch 
(DRAFT mode)
Shift =
(p
1
 + (p
2
 * 256)) * 
1
/
1 8 0
 inch
(LQ/NLQ mode)
Shift =
65536 - (p
1
 + (p
2
 * 256)) * 
1
/
1 2 0
 inch (DRAFT mode)
Shift =
65536 - (p
1
 + (p
2
 * 256)) * 
1
/
1 8 0
 inch (LQ/NLQ mode)
Range 
(Draft): X’00 
 p
1
 
 X’FF^
X’00 
 p
2
 
 X’03
Range (NLQ/LQ): 
X’00 
 p
1
 
 X’FF
X’00 
 p
2
 
 X’03