Os specify object selection (object number), On specify object selection (object name), Specify object selection (object number) – Brother PJ-663 User Manual
Page 47: Specify object selection (object name)
25
^OS
Specify object selection (object number)
[ASCII]
^ O S n1 n2 n3
[Decimal]
94 79 83 nd1 nd2 nd3
[Hexadecimal]
5E 4F 53 nh1 nh2 nh3
[Parameters]
0≤n1≤2
0≤n2≤9
0≤n3≤9
[Description]
·
Selects an object by its object number.
(n1*100) + (n2*10) + n3: Object number (1 to 200)
[Remarks]
·
The object number can be set between 1 and 200. This is invalid when an attempt is
made to specify a value other than these.
·
Use this command to insert data from an intermediary object.
[Example]
·
To select the 33rd object:
^ O S 0 3 3 (5Eh 4Fh 53h 30h 33h 33h)
^ON
Specify object selection (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 is
specified, the command is invalid. In addition, the command is invalid if no text is
specified.
·
“00h” should 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 name “TEXT1”:
^ O N T E X T 1 00h
(5Eh 4Fh 4Eh 54h 45h 58h 54h 31h 00h)