P-touch Template Manual/ Command Reference

Table Of Contents
P-touch Template Command Reference
- 53 -
7. Control Command Details
^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
00h≤nh1≤FFh
00h≤nh2≤FEh
Description
Inserts a text string for the specified number of characters into the object selected in the selected template.
(Even if a print command or delimiter is within the specified number of characters, they are treated as
data.)
(nh2*256)+nh1:
Specified number of characters
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, easily print “A” with the following command.
Code: ^ D I 03h 00h 1 A 2 A
(5Eh 44h 49h 00h 03h 31h 41h 32h 41h)
Print result:
1A2