P-touch Template Manual/ Command Reference
Table Of Contents
- P-touch Template Manual
- P-touch Template Command Reference
- Control Code List
- About P-touch Template
- Static and dynamic commands
- If printing does not begin (main most frequent causes)
- Control Command Details
- ^PT Specify print start trigger selection
- ^PS Specify print start command text string
- ^PC Specify print start received character count
- ^SS Specify delimiter
- ^TS Specify template selection
- ^LS Specify line spacing with line return
- ^CC Change the prefix character
- ^RC Specify line return command text string
- ^CN Specify number of copies
- ^II Initialize
- ^SR Status request
- ^VR Retrieve version Information
- ^CR Line return in object
- ^OS Specify object selection (object number)
- ^ON Specify object selection (object name)
- ^DI Direct object insertion
- ESC ia Specify command mode
- ESC iXT2 Specify print start trigger selection
- ESC iXP2 Specify print start command text string
- ESC iXr2 Specify print start received character count
- ESC iXD2 Specify delimiter
- ESC iXa2 Specify Non-Printed character text strings
- ESC iXi2 Specify command mode
- ESC iXn2 Specify template selection
- ESC iXf2 Change the prefix character
- ESC iXm2 Select character code set
- ESC iXj2 Specify international character set
- ESC iXR2 Specify line return command text string
- ESC iXC2 Specify number of copies
- ESC iXT1 Retrieve select print start trigger items
- ESC iXP1 Retrieve print start command setting text string
- ESC iXr1 Retrieve print start received character count
- ESC iXD1 Retrieve delimiter
- ESC iXa1 Retrieve Non-Printed character text strings
- ESC iXi1 Retrieve command mode setting
- ESC iXn1 Retrieve template selection number
- ESC iXm1 Retrieve character code set
- ESC iXj1 Retrieve international character set setting
- ESC iXf1 Retrieve the prefix character
- ESC iXR1 Retrieve line return command setting text string
- ESC iXC1 Retrieve number of copies
- Character code
- International character set table
15
^TS Specify template selection
[ASCII] ^ T S n1 n2 n3
[Decimal] 94 84 83 nd1 nd2 nd3
[Hexadecimal] 5E 54 53 nh1 nh2 nh3
[Parameters] n1:0 (Fixed)
0≤n2≤9
0≤n3≤9
[Description]
· Specifies the template selected from the machine as a number.
(n2*10)+n3: Template number (1 to 99)
· 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 is invalid when an
attempt is made to specify a value other than these or when the number that is specified
is of a template not transferred to the machine.
[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)










