Specifications

[Notes] Any setting that exceeds the printable area is ignored.
• When the starting position is speci ed by n motion units to the right: nL + nH × 256 = n
• When the starting position is speci ed by n motion units to the left (negative direction),
use the complement of 65536: nL + nH × 256 = 65536 – n
• If setting exceeds the printing area width, the left or right margin is set to the default
value.
• The horizontal and vertical motion unit are speci ed by $1D $50.
• $1D $50 can change the horizontal (and vertical) motion units. However, the value can-
not be less than the minimum horizontal movement amount.
• In standard mode, the horizontal motion unit is used.
• Setting the right value, it’s possible to print characters over the right edge.
[Default]
[Reference] $1B $24, $1D $50
[Example]
$1B $61
Printers: KPM150
[Name] Select justi cation
[Format] ASCII ESC a n
Hex 1B 61 n
Decimal 27 97 n
[Range] 0 n 2
48 n 50
[Description] Aligns all data in one line to the speci ed position. n selects the type of justi cation as
follows:
n JUSTIFICATION
0, 48 Flush left
1, 49 Centred
2, 50 Flush right
[Notes] • This command is only enabled when inserted at the beginning of a line.
• Lines are justi ed within the speci ed printing area.
• Spaces set by $09, $1B $24 and $1B $5C will be justi ed according to the previously-
entered mode.
[Default] n = 0
[Reference]
[Example]
Flush left Centered Flush right
ABC
ABCD
ABCDE
ABC
ABCD
ABCDE
ABC
ABCD
ABCDE
$1B $63 $35
Printers: KPM150
[Name] Enable/Disable keys panel
[Format] ASCII ESC c 5 n
Hex 1B 63 35 n
Decimal 27 99 53 n
[Range] 0 n 255
[Description] Enables / disables the keys panel.
• When the LSB of n is 0, the keys panel is enabled.
• When the LSB of n is 1, the keys panel is disabled.
[Notes] • Only the LSB of n is effective.
KPM54 Emulation
Command Reference 79