Specifications

Control Codes POSjet
®
1500 Programmer's Guide
Page 104 Rev N Nov-10
Function Reset horizontal and vertical tab stops
ASCII [ESC] R
Hexadecimal 1BH 52H
Decimal <27> <82>
IPCL &%HV
EPOS none
Description The [ESC] R command resets horizontal and vertical tab stops to the power up configuration. The
power up horizontal default is every eight spaces, i.e., 9, 17, 25, and so on. The vertical default is
every line.
Function Set justification
ASCII [ESC] a <n>
Hexadecimal 1BH 61H <n>
Decimal <27> <97> <n>
IPCL &%JL, &%JC, &%JR
EPOS [ESC] a <n>
Description The [ESC] a <n> command sets the horizontal justification.
Where <n> 0 = Left justified &%JL
1 = Center justified &%JC
2 = Right justified &%JR
8 = Left justified (no line feed) None
9 = Center justified (no line feed) None
10 = Right justified (no line feed) None
The print format of the printer can be right, center, or left justified. The value of <n> specifies the
justification. The power on default is left justified.
Note 1 The justify commands do not effect graphics.
Function Set horizontal position
ASCII [ESC] n <n
1
> <n
2
>
Hexadecimal 1BH 6EH <n
1
> <n
2
>
Decimal <27> <110> <n
1
> <n
2
>
IPCL &%HP <m
1
> <m
2
> <m
3
>
EPOS [ESC]$ <n
1
> <n
2
>
Description The [ESC] <n> <n
1
> <n
2
> command sets the print position to <n
1
> + <n
2
> * 256 in 1/196 inches.