E-3202 Programmer’s Manual
7
Print Position and Bit Image Commands
Print Position commands:
ESC $ nL nH : Set Absolute print position
ASCII:
ESC $ nL nH
Hexadecimal:
1B 24 nL nH
Decimal:
27 36 nL nH
0
≤
nL
≤
255
0
≤
nH
≤
255
ESC $ nL nH sets the print starting position to (nL + nH * 256) ( horizontal or vertical GS
P) from the beginning of the line.
When the standard mode is selected, the horizontal GS P is used. When page mode is
selected, the horizontal or vertical GS P is used for the print direction set by ESC T.
ESC \ nL nH : Set Relative print position
ASCII:
ESC \ nL nH
Hexadecimal:
1B 5C nL nH
Decimal:
27 92 nL nH
0
≤
nL
≤
255
0
≤
nH
≤
255
ESC \ nL nH moves the print starting position to (nL + nH * 256) ( horizontal or vertical GS
P) from the current print position.
When the standard mode is selected, the horizontal GS P is used. When page mode is
selected, the horizontal or vertical GS P is used for the print direction set by ESC T.
ESC a n : Select justification
ASCII:
ESC a n
Hexadecimal:
1B 61 n
Decimal: 27
97
n
0
≤
n
≤
2
48
≤
n
≤
50
This command aligns all the data in one line to a specified position.
Left : n = 0 or 48
center : n = 1 or 49
right : n = 2 or 50
The default setting is left : n=0
In standard mode this command is enabled only when processed at the beginning of a line.
In page mode, an internal flag is activated and this command is enabled when the printer
returns to standard mode.
HT : Horizontal tab
ASCII: HT
Hexadecimal: 09
Decimal: 9
HT moves the start print position to the next horizontal tab. This command is ignored
unless the next horizontal tab has been set.
ESC D n1 nk NUL : Set horizontal tab positions
ASCII:
ESC D n1...nk NUL
Hexadecimal:
1B 44 n1...nk 00
Decimal:
27 68 n1...nk 0
1
≤
n
≤
255
0
≤
k
≤
32
This command sets a horizontal tab position to n columns from the beginning of a line, with
k indicating the number of horizontal tab to be set. A maximum of 32 tab positions can be
set. The default tab positions are ever y eight characters for the font 12 x 24.
GS L nL nH : Set left margin
ASCII:
GS L nL nH
Hexadecimal:
1D 4C nL nH
Decimal:
29 76 nL nH
0
≤
nL
≤
255
0
≤
nH
≤
255
This command sets the left margin to (nL + nH * 256) ( horizontal GS P) from the beginning
of a line.
The default setting is nL=0 and nH=0
In standard mode this command is enabled only when processed at the beginning of a line.
In page mode, an internal flag is activated and this command is enabled when the printer
returns to standard mode.
GS W nL nH : Set printing area width
ASCII:
GS W nL nH
Hexadecimal:
1D 57 nL nH
Decimal:
29 87 nL nH
0
≤
nL
≤
255
0
≤
nH
≤
255
This command sets the printing area width to (nL + nH * 256) ( horizontal GS P).
The default setting is nL=0 and nH=0
In standard mode this command is enabled only when processed at the beginning of a line.
In page mode, an internal flag is activated and this command is enabled when the printer
returns to standard mode.
Содержание E-class E-3202
Страница 3: ......
Страница 5: ...ii...
Страница 9: ...4 E 3202 Programmer s Manual...
Страница 15: ...10 E 3202 Programmer s Manual...
Страница 23: ...18 E 3202 Programmer s Manual...
Страница 25: ...20 E 3202 Programmer s Manual...
Страница 35: ...30 E 3202 Programmer s Manual Table 850 Table 852...
Страница 36: ...E 3202 Programmer s Manual 31 Table 857 Table 860...
Страница 37: ...32 E 3202 Programmer s Manual Table 861 Table 863...
Страница 38: ...E 3202 Programmer s Manual 33 Table 869...