P-touch Template Manual/ Command Reference

Table Of Contents
35
^DI Directly insert object
[ASCII] ^ D I n1 n2 data
[Decimal] 94 68 73 nd1 nd2 datad
[Hexadecimal] 5E 44 49 nh1 nh2 datah
[Parameters] 00hnh1FFh
00hnh2FEh
[Description]
Inserts a text string for the specified number of characters into the object selected in the
selected template. (If even a print command or delimiter is within the specified number of
characters, they are treated as data.)
(nh2*256)+nh1: Specified number of characters (bytes)
data: Text string
[Example]
If “A” is specified as the print start text string, and the print start trigger is specified as the
print start text string, simply print “A” by printing with the following command.
^ D I 03h 00h 1 A 2 A
(5Eh 44h 49h 03h 00h 31h 41h 32h 41h)
Print result
ESC ia Specify command mode
[ASCII] ESC i a n
[Decimal] 27 105 97 nd
[Hexadecimal] 1B 69 61 nh
[Parameters] nh=00h 01h 03h 30h 31h 33h
[Description]
Switches the mode.
nh=00h or 30h: ESC/P mode (default)
nh=01h or 31h: Raster mode
nh=03h or 33h: P-touch Template mode
This command is a dynamic command.
[Remarks]
If the specified value is one other than those that can be set, raster mode will be entered.
1A2