A SERVICE OF

logo

Relative horizontal tab
I I
I
I Hexadecimal 1
Std.
<ESC> ‘Y” nl n2
27 92 nl n2 IB 5C nl n2
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 Oand 63, the print head moves right by (n] + n2
x 256)dots.
If you want to move the printhead to the left, n] and rz2are obtained by subtracting
the value from 65536, and dividing the result into high and low bytes.
Relative horizontal tab in inches
I I
I
I Hexadecimal I
IBM / <ESC> “d” nl n2
2 IB 64 nl n2
Setsthe next printposition to (n]+ n2 x 256)/120 inchesfrom the current position.
Ignored if this position is beyond the right margin.
Absolute horizontal tab in inches
I
<ESC> “$” nl n2
27 36 nl n2 IB 24 nl n2
Sets thenext print position to (TZI+ rz2x 256)/60 inches from the leftmargin on the
current line. Ignored if this position is beyond the right margin.
Absolute horizontal tab in columns
“O” ‘n
27102 48
n IB 66 30 n
<ESC> “f’ <O> n
27102 0 n IB 66 00 n
Moves the next printposition to column n from the left margin, where n isbetween
Oand 127.
56