http://www.woosim.com
56
G
G
When pitch N is specified to the movement upward;
nL + nH x 256 = 65536 - N
G
4) Any setting that exceeds the specified printing area is ignored.
5) This command function as follows, depending on the print starting
position set by ESC T;
When the starting position is set to the upper left or lower right of the
printing, the vertical motion unit (y) is used.
When the starting position is set to the upper right or lower left of the
printing, the horizontal motion unit (x) is used.
6) The horizontal and vertical motion unit are specified by GS P.
7) The GS P command can change the horizontal (and vertical)
motion unit. However, the value cannot be less than the minimum
horizontal
movement
amount, and it must be in even units of the
minimum horizontal movement amount.
[Reference]
ESC $, ESC T, ESC W, ESC \, GS $, GS P
ESC O xL xH yL yH
[Name]
Set print starting position.
[Format]
ASCII ESC
O
xL xH yL yH
HEX
1B
4F
xL xH yL yH
Decimal 27
79
xL xH yL yH
[Description]
Set horizontal starting position and vertical starting position in page mode.
Horizontal
starting
position = (xL + xH * 256) * (horizontal motion unit)
Vertical starting position = (yL + yH * 256) * (vertical motion unit)
[Note]
This command is effective only in page mode.