Output Solutions 650 User Manual

Page 156

Advertising
background image

C-12

C.2.4 Print Position
ESC ( V ... : Set absolute vertical print position

ESC ( v ... : Set relative vertical print position

ESC $ ... : Set absolute vertical print position

ESC \ n1 n2 : Set relative horizontal print position


ESC ( V nL nH mL mH

Set absolute vertical print position


Hex:

(1B 28 56 nL nH mL mH)H

Decimal:

(27 40 86 nL nH mL mH)D

Octal:

(33 50 126 nL nH mL mH)O


The

command

ESC ( V 0x02 0x00 mL mH, move the print position to:

(mH * 256 + mL) * vertical resolution.

Note:

With other coding this command will be ignored.



ESC ( v nL nH mL mH

Set relative vertical print position


Hex:

(1B 28 76 nL nH mL mH)H

Decimal:

(27 40 186 nL nH mL mH)D

Octal:

(33 50 166 nL nH mL mH)O


The

command

ESC ( v 0x02 0x00 mL mH move down vertically

(mH * 256 + mL) * (vertical resolution) from current position.

Note:

With other coding this command will be ignored.



ESC $ n1 n2

Set absolute horizontal printing position

Set absolute print position

Hex: (1B-24-n1-n2)H
Decimal: (27-36-n1-n2)D
Octal: (33-44-n1-n2)O

Set absolute print position as (n2 * 256 + n1)/60 inch or (n2 * 256 + n1)
(horizontal unit/3600) according to PNS setting in menu.

Advertising