Print position motion
ASCII | Dec. | Hex, | Description |
ESC $ | nl n2 36 | 24 | Set Absolute Horizontal Print |
|
|
| Position |
|
|
| n = n 1 + n 2 x 2 5 6 |
|
|
| n: Specifies print position |
|
|
| from left margin in defined |
|
|
| units |
The default unit is 1/60 inch.
ESC \ nl n2 92 5C | Set Relative Horizontal Print |
| Position |
| n = n 1 + n 2 x 2 5 6 |
| n: Moves current print |
| position in defined units |
The default unit is 1/120 inch in draft mode and 1/180 inch in LQ mode.
ESC (V nn 4086 2856 Set Absolute Vertical Print Position
ESC (V 20 nl n2 n = n 1 + n 2 x 2 5 6
n: Specifies print position from top margin in defined units
ESC (v nn 40118 2876 Set Relative Vertical Print Position
ESC(v 2 0 n1 n2 n = n 1 + n 2 x 2 5 6
n: Moves current print position in defined units
ESC D nn 68 44 Set Horizontal Tabs
Up to 32 tabs
Command Summay