Print position motion

ASCII

Dec.

Hex.

Description

ESC $ n1 n2

36

24

Set Absolute Horizontal Print Position

 

 

 

n = n1 + n2 x 256

 

 

 

n: Specifies print position from left

 

 

 

margin in defined units

 

 

 

Before you define the unit, the

 

 

 

default is 1/60-inch for this

 

 

 

command.

ESC \ n1 n2

92

5C

Set Relative Horizontal Print Position

 

 

 

n= n1+ n2 x 256

 

 

 

n: Moves current print position in

 

 

 

defined units

 

 

 

Before you define the unit, the

 

 

 

default is 1/ 120-inch in draft and

 

 

 

1/180-inch in LQ for this

 

 

 

command.

ESC ( V nn

40 86

28 56

Set Absolute Vertical Print Position

 

 

 

ESC ( V 2 0 n1 n2

 

 

 

n = nl + n2 x 256

 

 

 

n: Specifies print position from top

 

 

 

margin in defined units

ESC ( v nn

40 118

28 76

Set Relative Vertical Print Position

 

 

 

E S C ( v 2 0 n 1 n 2

 

 

 

n = nl + n2 x 256

 

 

 

n: Moves current print position in

 

 

 

defined units

ESC D nn,

6 8

4 4

Set Horizontal Tabs

 

 

 

Up to 32 tabs (1-255) entered in

 

 

 

ascending order Terminated by 0

HT

9

09

Tab Horizontally

ESC B nn

66

42

SetVertkalTabs

 

 

 

Up to 16 tabs (1-255); last n should

 

 

 

be 0

VT

11

0B

Tab Vertically

ESC J n

74

4A

Advance n / l80-inch

Appendix A-15