
ESC $ nl nh | Absolute Position of Printing Area Specify |
Code
Domain of
function
Function
Details
1B16 + 2416 + nl + nh
0≤ nl ≤ 255
0 ≤ nh ≤ 255
0 ≤ nh ⋅ 256 + nl ≤ 127
Sets the printing area at the absolute position based on the left margin. The setting range is [(nh ⋅ 256 + nl) ⋅ dot pitch].
•This setting is only valid at a head of a line.
•The value of setting exceeding the maximum value of nh or nl invalidates this command.
ESC a n | Position Align |
Code
Domain of
function
Function
1B16 + 6116 + n
0 ≤ n ≤ 2
Aligns one line of data to be printed in the specified position. n = 0: left – aligned
n = 1: center – aligned
n = 2: right – aligned
Details • This function makes an alignment within the predefined printing area.
•In default, n = 0.