Set Relative Vertical Print Position ESC ( v
Data Structure ASCII ESC "(" "v" <nL><n
H><m
L><mH> set relative vertical print pos.
hex. 1B 28 76 <nL><n
H><m
L><mH>
dec. 27 40 118 <nL><n
H><m
L><mH>
Description Valid values:
nL = 2, nH = 0
0 mL 255; 0 mH 127
Defines the vertical print position relatively up and down in units previously defined with
the sequence ESC ( U (see page 62).
(horizontal position) = ((mH x 256) + mL) x (defined unit) + (current position)
Downwards:
mH = INT
((vertical position) (current position)) x 1
(defined unit)
256
mL = MOD
((vertical position) (current position)) x 1
(defined unit)
256
Upwards:
mH = 32768 INT
((current position) (vertical position)) x 1
(defined unit)
256
mL = 32768 MOD
((current position) (vertical position)) x 1
(defined unit)
256
60 Print Positioning