2016/08/25
Revision: 2
Page:
32
5.1.8 Set absolute horizontal print position ESC ( $ nL nH m1 m2 m3 m4
ESC ( $ nL nH m1 m2 m3 m4
Ver 1.00
[Name]
Set absolute horizontal print position
[Operation]
[Format]
1BH, 28H, 24H, nL, nH, m1, m2, m3, m4
[Range of Definition]
nL=04H, nH=00H
0 <= ( m4 * 10 m3 * m2 * 100H + m1 ) * 2880 <= 209.973 mm
(absolute horizontal position setting value )
OR
0 <= ( m4 * 10 m3 * m2 * 100H + m1 ) * 2880 <= 23808 inch
(absolute horizontal position setting value) 2880
[Function]
1) The printing position in the X direction is set to the following positive value from the origin
(left margin position) on the X axis of the position management coordinate system:
((m4
×
256
3
+m3
×
256
2
+ m2
×
256 + m1) x (absolute horizontal position setting value)
2)
If Left (((m4
×
256
3
+m3
×
256
2
+m2
×
256+m1) x (absolute horizontal position
setting value)) is beyond the right margin position, then this command is ignored.
3) This Command is only effective in graphics mode.
[Initial State]
-
[Related Commands]
[Setting] Commands whose settings are affected by this command.
None
[Setting] Commands that change the effects of this command.
None
[Operation] Commands whose functionality is affected by this command.
None
[Operation] Commands that change the effects of this command.
The absolute horizontal position setting units are set by the ESC (U command.
The absolute horizontal position setting units are reset to their initial state by the ESC @
and ESC (G commands.
The absolute horizontal print position is restored to its initial, default setting by the ESC @
command.