Specifications

Control Codes POSjet
®
1500 Programmer's Guide
Page 108 Rev N Nov-10
Function Set vertical tab stops
ASCII [ESC] B <n
1
> <n
2
> <n
3
> ... <n
i
> 0
Hexadecimal 1BH 42H <n
1
> <n
2
> <n
3
> ... <n
i
> 00H
Decimal <27> <66> <n
1
> <n
2
> <n
3
> ... <n
i
> <0>
IPCL none
EPOS [ESC] B <n
1
> <n
2
> <n
3
> ... <n
i
> 0
Description The [ESC] B <n
1
> <n
2
> <n
3
> ... <n
i
> 0 command sets tab stops at line positions specified by <n>.
The end of the setting is specified by a <0>. All previously set tabs will be cleared. If n
n
is less
than n
n-1
, then the command is in error, and all of the following information is printed. In other
words, tab stops must be entered sequentially in order to be accepted. A total of 64 tab stops can
be specified. (The power on default is a vertical tab on every line).
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 power up configuration. The
power up horizontal default is every eight spaces, i.e., 9, 17, 25, etc. The vertical default is every
line.
Function Form Feed
ASCII [FF]
Hexadecimal 0CH
Decimal <12>
IPCL &%FF
EPOS none
Description The [FF] command performs a form feed to the top of the form.
Note 1 The form feed command can be disabled. Set the form length to zero.
Function Set top of form
ASCII [ESC] 4
Hexadecimal 1BH 34H
Decimal <27> <52>
IPCL &%TF
EPOS [ESC] L
Description The [ESC] 4 command sets the top of form to the current position.
Function Set form length in lines
ASCII [ESC] C <n>
Hexadecimal 1BH 43H <n>
Decimal <27> <67> <n>
IPCL &%SL <m
1
> <m
2
>
EPOS [ESC] C <n>
Description The [ESC] C <n> command sets the form length to <n> lines at the current line spacing. If the
current page position is greater than the new page length, the command also sets the current
position as the top of form.