P-touch Template Manual/ Command Reference

Table Of Contents
P-touch Template Command Reference
- 52 -
7. Control Command Details
^ON Select object (object name)
ASCII: ^ O N data 00
Decimal: 94 79 78 datad 00
Hexadecimal: 5E 4F 4E datah 00
Parameters
None
Description
Selects an object by its object name.
data:
Text string (object name)
Remarks
The maximum length of text that can be set is 20 characters. If text longer than this has been specified, the
command becomes invalid. In addition, the command becomes invalid if no text has been specified.
00hshould be added at the end of the text. This indicates the end of the text.
Use this command to insert data starting with an intermediary object.
Example
To select an object with the nameTEXT1”:
^ O N T E X T 1 00h
(5Eh 4Fh 4Eh 54h 45h 58h 54h 31h 00h)