Specifications

EPOS Control Codes POSjet
®
1500 Programmer's Guide
Page 216 Rev N Nov-10
Print Position Commands
Function Set Absolute Print Position EPOS ONLY
ASCII [ESC] $ <n
l
> <n
h
>
Hexadecimal 1BH 24H <n
l
> <n
h
>
Decimal <27> <36> <n
l
> <n
h
>
Range 0 n
l
255
0 n
h
255
Description The ESC $ <n
l
> <n
h
> command sets the print starting position from the beginning of the line.
Function Set Relative Print Position EPOS ONLY
ASCII [ESC] \ <n
l
> <n
h
>
Hexadecimal 1BH 5CH <n
l
> <n
h
>
Decimal <27> <92> <n
l
> <n
h
>
Range 0 n
l
255
0 n
h
255
Description The [ESC] \ <n
l
> <n
h
> command sets the print starting position based on the current position and
the distance from the current position to [(n
l
+ n
h
× 256) × horizontal unit]. When standard mode
is selected, the horizontal motion unit set by GS P is used. When page mode is selected, the
horizontal or vertical motion unit set by GS P is used for the print direction set by ESC T.
Function Select Justification
ASCII [ESC] a <n>
Hexadecimal 1BH 61H <n>
Decimal <27> <97> <n>
Range 0 n 2
48 n 50
Description The [ESC] a <n> command aligns all the data in one line to a specified position. Left justification
is selected when <n> = 0 or 48, centering is selected when <n> = 2 or 50. The default setting is
left justification. (<n> = 0). The command is enabled only when input at the beginning of a line.
Function Set Back Space EPOS ONLY
ASCII [BS]
Hexadecimal 08H
Decimal <8>
Description The [BS] command moves the print buffer one character width to the left. The pointer position
cannot be moved to the left of the left margin. [BS] does not cause the buffer to be printed; the
following data is ORed with the previous data.
Function Set Horizontal Tab
ASCII [HT]
Hexadecimal 9H
Decimal <10>
Description The [HT] command moves the print position to the next horizontal tab position. The command is
used to align character columns. The command is ignored unless another horizontal tab position
has been set.
Note 1 In TM-U325D mode, the buffer must be set to 40 characters.