User`s manual

Confidential
RS-T80 Programming Manual
- 85 -
· The print starting position moves from the current position to [N × horizontal or
vertical motion unit]
· The horizontal and vertical motion units are specified by GS P.
· In standard mode, the horizontal motion unit is used.
· In page mode, the horizontal or vertical motion unit differs as follows,
depending on the starting point of the printing area:
1) When the starting position is set to the upper left or lower right of the
printable area using ESC T, the horizontal motion unit (x) is used.
2) 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.
[Relative] ESC $, GS P
ESC a n
[Function] Aligns all the data in one line to the specified position
[Format] ASCII ESC a n
Hex 1B 61 n
Decimal 27 97 n
[Range] 0 n 2, 48 n 50
n selects the justification as follows
n Justification
0,48
Left justification
1, 49
Centering
2, 50
Right justification
[Notes] • This command is enable only when processed at the beginning of the line in the
standard mode.
• 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\.
[Default] n = 0
[Demo] 0AEntering line mode
1B 40Initialization
1B 61 00Setting left justification
41 42 43 0A
41 42 43 44 0A
41 42 43 44 45 0A
1B 61 01Setting centering
41 42 43 0A
41 42 43 44 0A
41 42 43 44 45 0A