5251ESC 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.
nselects the type of justification as follows:
[Notes]
The command is enabled only when input at the beginning of the line.
A portion of data skipped by means of HT is also target data for the
justification function.
[Default] n = 0
[Example]
Control commands list
Chapter 5
n
0, 48
1, 49
2, 50
Justification
Left justification
Centering
Right justification
Left justification
ABC
ABCD
ABCDE
Right justification
ABCC
ABCDC
ABCDEC
Centering
ABC
ABCD
ABCDE
ESC c 3 n
[Name] Select paper detector(s)to output paper end signals
[Format] ASCII ESC c 3 n
Hex 1B 63 33 n
Decimal27 99 51 n
[Range] 0 n 255
[Description] Selects paper detector(s) to output paper end signals, using n as follows:
[Notes]
It is possible to select multiple detectors to output signals.
Then, if any of the detectors detects a paper end, the paper
end signal is output.
Detectors are switched when executing this command.
Because of this, the paper-out signal switching may delay depending
on the receive buffer state.
[Default] n = 15
Bit
0
1
2
3
4
5
6
7
Off/On
Off
On
Off
On
Off
On
Off
On
-
-
-
-
Hex
00
01
00
02
00
04
00
08
-
-
-
-
Decimal
0
1
0
2
0
4
0
8
-
-
-
-
Function
Paper roll near end sensor disabled.
Paper roll near end sensor enabled.
Paper roll near end sensor disabled.
Paper roll near end sensor enabled.
Paper roll end detector disabled.
Paper roll end detector enabled.
Paper roll end detector disabled.
Paper roll end detector enable.
Undefined
Undefined
Undefined
Undefined