Relativehorizontal tab
MODEASCIIDecimel Hexadecimal
Std. | <ESC> “\” nl n2 | 27 92 nl n2 IB 5C nl n2 |
Moves the print position right or left a specified dis- tance. Ignored if the resulting position is beyond the right or left margin. The formula 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 print head to the left, nl and n2 are obtained by subtracting the value from 65536, and dividing the re< 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.
Relativehorizontal tab in inches
I MODE | I | ASCII | I Decimal I Hexadecimal |
I IBM | I <ESC> | ‘ad, nl 112 | 127100 n, nl?lIB 64 nl n2 |
Sets the next print position to (n] + n2 x 256)/ 120 inches from the current position.
Ignored if this position is beyond the right margin.
The maximum tab position is 8 inches.
Absolute horizontal tab in inches
MODEASCIIDecimal Hexadecimal
Std. | <ESC> “$” nl n2 | 27 36 nl n2 IB 24 nl n2 |
Sets the next print position to (nl + n2 x 256)/60 inches from the left margin on the current line. Ignored if this position is beyond the right margin.
Page133