P-touch Template Manual/ Command Reference

Table Of Contents
P-touch Template Command Reference
- 51 -
7. Control Command Details
^OS Select object (object number)
ASCII: ^ O S n1 n2 n3
Decimal: 94 79 83 nd1 nd2 nd3
Hexadecimal: 5E 4F 53 nh1 nh2 nh3
Parameters
n1: 0,1,2
0≤n2≤9
0≤n3≤9
Description
Selects an object by its object number.
(n1*100)+(n2*10)+n3:
Object number (1 to 255)
Remarks
The object number can be set between 1 and 255.
Please do not set any other value.
Use this command to insert data starting with an intermediary object.
Example
To select the 33rd object:
^ O S 3 3
(5Eh 4Fh 53h 33h 33h)