Print carriage movementsIBM Proprinter emulation
Horizontal tabulation
Control character | Hexadecimal | Decimal |
|
|
|
HT | 09 | 09 |
|
|
|
This control character may be located anywhere within a line and causes tabulation to the next horizontal tab stop. Repeated specification of this control character causes horizontal tab stops to be skipped. If you transfer HT HT HT HT, for example, the printer positions the print head to the fourth horizontal tab stop.
Conditions for horizontal tabulation:
●At least one horizontal tab stop must be set.
●The printer ignores the control character if no horizontal tab stops are set or if tabulation exceeds the end of the line.
●If the print head is on a set horizontal tab stop, the next horizontal tab stop is accessed.
Set print direction (bidirectional or unidirectional)
Control sequence | Hexadecimal | Decimal |
|
|
|
ESC U p1 | 1B 55 p1 | 27 85 p1 |
Unidirectional printing should be used if high positioning precision is required (e.g. in the graphics mode). The default is bidirectional printing.
p1 | defines the print direction | |
Valid parameter values: | ||
|
|
|
Dec | Hex | Meaning |
|
|
|
0 | 0 | Bidirectional print direction |
1 | 1 | Unidirectional print direction |
4830 Bidirectional print direction
4931 Unidirectional print direction
i
The command is ignored if the menu setting does not permit unidirectional printing (see [2]).
Programmer Reference Guide |