P-touch Template Manual/ Command Reference

Table Of Contents
P-touch Template Command Reference
- 38 -
7. Control Command Details
^TS Select template
ASCII: ^ T S n1 n2 n3
Decimal: 94 84 83 nd1 nd2 nd3
Hexadecimal: 5E 54 53 nh1 nh2 nh3
Parameters
n1: 0,1,2
0≤n2≤9
0≤n3≤9
Description
Specifies the number of the template selected from the printer.
(n1*100+(n2*10)+n3:
Template number (1 to 255)
The default selection number is 1.
This command is a dynamic command.
Remarks
The template numbers that can be set are between 1 and 99.
This command becomes invalid if any other value has been specified or if the number that has been
specified is for a template not transferred to the printer.
Example
To select template number 99:
Since n2=9 and n3=9, the command will be as follows.
^ T S 0 9 9
(5Eh 54h 53h 30h 39h 39h)