Ps specify print start command text string, Specify print start command text string – Brother QL-720NW User Manual
Page 33

P-touch Template Command Reference
- 28 -
7. Control Command Details
^PS
Specify print start command text string
ASCII: ^
P
S
n1
n2
data
Decimal: 94
80
83
n1
n2
data
Hexadecimal: 5E 50 53 n1 n2
data
Parameters
0≤n1≤2
0≤n2≤9
00h≤data≤FFh
Description
Specifies the text string for the print start command.
(n1*10)+n2: Length of the text string (can be set between 1 and 20)
data:
Text string (The maximum number of characters that can be set is 20 characters
(bytes).)
The default text string for the print start command is “^FF”.
This command is a dynamic command.
Remarks
Invalid if more than 20 characters have been specified
Example
To change the text string for the print start command to “START”:
Since the text string to be specified (data), “START”, contains 5 characters, n1=0 and n2=5. Therefore,
the command will be as follows.
^ P S 0 5 S T A R T
(5Eh 50h 53h 30h 35h 53h 54h 41h 52h 54h)