SOFTWARE MANUAL C32
12.4.13 TEXT POSITIONING
[Name]
Text positioning (left/right or centered)
[Format]
ASCII
<ESC> “i“
n
Hex
1Bh
69
n
Decimal
27d
105
n
[Description]
Print text left-aligned (n = 0 or '0', 'l' or 'L'), centered (n = 1 or '1', 'c' or 'C') or
right-aligned (n = 2 or '2', 'r' or 'R').
This command applies until a new parameter is called or a command is issued.
12.4.14 ABSOLUTE TAB
[Name]
Absolute tab
[Format]
ASCII
<ESC> "N"
n
Hex
1B
48
n
Decimal
12
78
n
[Description]
The cursor is offset by n mm. Absolutely moving forward from the left border to the horizontal
millimeter position; (at 200dpi := 8 pixel, at 300 dpi 12 pixel).
This command allows millimeter-accurate positioning to a print start position within a line. If the
desired positioning exceeds the available range of a line, the command is ignored. The print attributes
are not changed.
[Example]
A second text column should start after 20 mm. Command: Hello<ESC>N<20d>World.
[Format]
ASCII
<ESC> "N"
<255d>
n1
n2
Hex
1B
48
<255d>
n1
n2
Decimal
12
78
<255d>
n1
n2
[Description]
Absolutely moving forward from left to the horizontal pixel position n = 256 x n
1
+ n
2
This command allows pixel-accurate positioning to a print start position within a line. If the desired
positioning exceeds the available range of a line, the command is ignored. The print attributes are not
changed.
[Example]
A second text column should start after 135 pixel. Command: Hello<ESC>N<255d><0d><135d>World.
12.4.15 RELATIVE TAB
[Name]
Relative tab
[Format]
ASCII
<ESC> "R"
nh
nl
Hex
1B
48
nh
nl
Decimal
12
78
nh
nl
[Description]
Relatively moving forwards/backwards by pixel amount p = 256 x n + m
n/m is determined as an integer number with key signature, as follows:
nhl:= .... FFFD FFFE FFFF 0000 0001 0002 0003 ...
p := -3 -2 -1 0 +1 +2 +3 ...
If the desired positioning exceeds the available range of a line, the command is ignored. When moving
backwards, the print attributes are not changed.
GeBE Elektronik und
phone
+49.89.894141-0
GeBE-document-no. SoMAN-C32-E-V2.2-0793
Feinwerktechnik GmbH
fax
+49.89.894141-33
date
July 7, 2020
Beethovenstraße 15
page 97 | 166
82110 Germering
Our general terms of business are to be applied.
Germany
Internet
www.gebe.net
Errors and changes reserved.