
Technical Updates SNBC CONFIDENCIAL
Shandong New Beiyang Information Technology Co.,Ltd.
Page 22
[Default]
xL = xH = yL = yH = 0
dxL, dxH, dyL
和
dyH are decided by printer configuration
[Reference]
CAN, ESC L, ESC T
ESC \ nL nH
[Name]
Set relative horizontal print position
[Format]
ASCII
ESC
\ nL
nH
Hex
1B
5C nL
nH
Decimal
27
92 nL
nH
[Range]
0
≤
nl
≤
255
0
≤
nH
≤
255
[Description] Set horizontal relatively displacement based on motion unit setting.
· This command sets the distance from the current position to [(nL + nH × 256) ×
horizontal or vertical motion unit]
[Notes]
· Any setting that exceeds the printable area is ignored.
· When printing position move to the right: nL+ nH × 256 = N
When printing position move to the left (the negative direction), use the
complement : nL+ nH × 256 = 65536 - N
· The print starting position moves from the current position to [N × horizontal or
vertical motion unit]
· In standard mode, the horizontal motion unit is used.
· In page mode, the horizontal or vertical motion unit can be selected as follows, depending
on the starting point and direction of the printing area:
When the start
①
ing position is set to the upper left or lower right of the
printable area using
ESC T
, the horizontal motion unit ( x) is used.
When the starting position is set to the upper right or lower left of the
②
printable area using
ESC T
, the vertical motion unit ( y) is used.
[Reference]
ESC $
ESC a n
[Name]
Select justification
[Format]
ASCII
ESC a
n
Hex
1B
61
n
Decimal
27
97
n
[Range]
0
≤
n
≤
2, 48
≤
n
≤
50
[Description] Aligns all the data in one line to the specified position
n selects the justification as follows:
n Justification
0,48
Left justification
1, 49
Centering
2, 50
Right justification
[Notes]
· If this command is input in page mode, the printer performs only internal flag operations.
This command justifies the space area according to
HT, ESC $
or
ESC
\.
· The command is enabled only at the beginning of the line in standard mode.
[Default]
n = 0