Output Solutions 650 User Manual
Page 170
C-26
ESC Z n1 n2 ..data ..
Set 240 DPI 8 Needles Graphic Printing
Set quadruple resolution. Prints bit image graphics in 8-dot columns, 240 DPI.
Hex:
(1B 5A n1 n2 ..)H
Decimal:
(27 90 n1 n2 ..)D
Octal:
(33 132 n1 n2 ..)O
(n1 + n2 * 256) specify the total number of columns of graphics data following.
A maximum of 960 (1632) columns are on one line.
ESC * m n1 n2 ...data...
Set AGM (Alternate Graphics Mode) print mode
Select 8 needles or 24 needles graphic printing mode
Hex:
(1B 2A m n1 n2 …data…)H
Decimal:
(27 42 m n1 n2 …data…)D
Octal:
(33 52 m n1 n2 …data…)O
m defined the horizontal dot density. As follows:
m
(Decimal)
Dot
density
DPI
Needles
used
Notes
0
60
8
same as ESC K
1
120
8
same as ESC L
2
120
8
same as ESC Y
3
240
8
same as ESC Z
4
80
8
6
90
8
32
60
24
33
120
24
38
90
24
39
180
24
40
360
24
(n1 + n2 * 256) defines the total columns of graphic data in this command; (1 byte/column for
8 needles mode, 3 bytes/column for 24 needles mode).