Print carriage movementsIBM Proprinter emulation
Set horizontal tab stops
Control sequence | Hexadecimal | Decimal |
|
|
|
ESC D p1 ... pk NUL | 1B 44 p1 ... pk 00 | 27 68 p1 ... pk 00 |
This command sets horizontal tab stops. A maximum of 32 horizontal tab stops can be set. Previously set horizontal tab stops are reset.
The horizontal tab stops must be specified in ascending order in multiples of the current character pitch. The absolute horizontal tab stop locations depend on the current character pitch.
The set horizontal tab stops are not affected by later changes of the character pitch.
The default horizontal tab stop locations are in every eighth print column.
All horizontal tab stops are reset if no parameter is specified (ESC D NUL).
p1 ... pk | Horizontal tab stops in multiples of the character pitch (1 ≤ k ≤ 32) | |
| Range: | X’01 ≤ pk ≤ X’FF |
Programmer Reference Guide |