Service manual

79
Relative horizontal tab
Moves the print position right or left a specified distance. Ignored if
the resulting position is beyond the right or left margin. The formulas
for the distance and direction are as follows:
If n2 is between 0 and 63, the print head moves right by (n1 + n2 x
256) dots.
If you want to move the print head to the left, n1 and n2 are obtained
by subtracting the value from 65536, and dividing the result into high
and low bytes.
The unit of movement is fixed at 1/120 inch in draft mode and 1/180
inch in LQ mode.
Absolute horizontal tab in inches
Sets the next print position to (n1 + n2 x 256)/60 inches from the left
margin on the current line. Ignored if this position is beyond the right
margin.
ASCII Decimal Hexadecimal
<ESC> “\” n1 n2
27 92
n1 n2
1B 5C
n1 n2
ASCII Decimal Hexadecimal
<ESC> “$” n1 n2
27 36
n1 n2
1B 24
n1 n2