Specifications
TH82 Series Reference Manual
32/32
ESC ╲ Select relative print position
[FORMAT] <1B>H<5C>H<n1><n2>
[RANGE]
0≦n1≦FFH
0≦n2≦FFH
[FUNCTION] *Sets the print starting position based on the current position.
*[(n1+n2×256)× horizontal or vertical motion unit].
[CAUTION] *Setting that exceeds the printable area is ignored.
*When the printable area moves from current position to the right, specify positive direction and to
the left, specify negative direction.
(When pitch N moves to the left) 65536-N = n1+n2x256
ESC a Select justification
[FORMAT] <1B>H<61>H<n>
[RANGE]
0≦n≦2, 48≦n≦50
[FUNCTION] Aligns all the printed data within one line to the specified position.
n = 0,48 Left justification
n = 1,49 Centering
n = 2,50 Right justification
[CAUTION] *This command is enabled only when processed at the beginning of a line.
[DEFAULT] n=0