![Custom Engineering TG1260 series User Manual Download Page 29](http://html1.mh-extra.com/html/custom-engineering/tg1260-series/tg1260-series_user-manual_2700882029.webp)
2. PRINTER FUNCTIONS
2-12
TG1260/2460
@
C
S
E
[Name]
Inizialize the printer.
[Format]
ASCII
ESC @
Hex
1B
40
Decimal
27
64
[Description]
Clears the data in the print buffer and resets the printer mode to the mode that was in
effect when the power was turned on.
[Notes]
• The data in the reception buffer is not cleared.
• The macro definitions are not cleared.
[Default]
[Reference]
[Example]
0
0
$
]
k
n
.
.
.
1
n
[
4
4
$
B
1
$
[Name]
Set the horizontal tabs.
[Format]
ASCII
ESC
D
n1...nk
NUL
Hex
1B
44
n1...nk
00
Decimal
27
68
n1...nk
0
[Range]
1
≤
n
≤
255
0
≤
k
≤
32
[Description]
Sets the horizontal tabs.
•
n
specifies the number of columns for setting a horizontal tab from the beginning of the
line.
•
k
indicates the total number of horizontal tabs to be set.
[Notes]
• The horizontal tab position is stored as a value of [character width x
n
] measured from
the beginning of the line. The width of the character includes the space to the right of the
character and double width characters are set with a width which is double that of
normal characters.
• This command cancels the previous horizontal tab setting.
• When setting n = 8, the print position is moved to column 9 by sending
HT
.
• Up to 32 tab positions can be set (
k
= 32). Any data exceeding the 32 tabs is
processed as normal data.
• Transmit [
n
]
k
in ascending order and put a code 0 NUL at the end. When [
n
]
k
is
less than or equal to the preceding value [
n
]
k
-1,
tab setting is finished and the
following data is processed as normal data.
• This command cancels all horizontal tab positions.
• The previously specified horizontal tab positions do not change, even if the character
width changes.
[Default]
The default tabs are at intervals of 8 characters (columns 9, 17, 25, …) for the A Font
when the space to the right of the character is 0.
[Reference]
$09
[Example]
n
5
4
$
B
1
$
[Name]
Turn bold mode on/off.
[Format]
ASCII
ESC
E
n
Hex
1B
45
n
Decimal
27
69
n
[Range]
0
≤
n
≤
255
[Description]
Turns bold mode On or Off.
• When the LSB of
n
is 0, bold mode is turned off.