Brother RJ-3050 Guía De Referencia

Descargar
Página de 124
P-touch Template 2.0 Command Reference 
 
- 35 - 
7. Control Command Details 
^PS 
Specify print start command text string 
ASCII: 
n1 
n2 
data 
Decimal: 
94  80  83  nd1  nd2 
datad 
Hexadecimal:  5E  50  53  nh1  nh2 
datah 
Parameters 
0
≤n1≤2 
0≤n2≤9 
00h≤datah≤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 stri
ng 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)