Product specifications
SLCS Programming Manual
Rev. 1.24
- 92 -
3-14 Example) TEST04_TS
TS’Test04’ // Start Template Store
CB // Clear Image Buffer
SS3 // Set Speed to 4 ips
SD20 // Set Density level 20
SW800 // Set Label Width to 800
SOT // Set Printing Orientation from Top to Bottom(Default)
SV00,15,L,’prompt’ // Declare variable V00, field size:15, Left justification
SV01,15,R,’prompt’ // Declare variable V01, field size:15, Right justification
SV02,15,C,’prompt’ // Declare variable V02, field size:15, Center
justification
SV03,15,N,’prompt’ // Declare variable V03, field size:15, No justification
SV04,15,L,’prompt’ // Declare variable V04, field size:15, Left justification
SV05,15,R,’prompt’ // Declare variable V05, field size:15, Right justification
SV06,15,C,’prompt’ // Declare variable V06, field size:15, Center
justification
SV07,15,N,’prompt’ // Declare variable V07, field size:15, No justification
T26,50,4,1,1,0,0,R,N,V00 // Print variable only
T26,100,4,1,1,0,0,R,N,V01
T26,150,4,1,1,0,0,R,N,V02
T26,200,4,1,1,0,0,R,N,V03
T26,250,4,1,1,0,0,R,N,’SRP770 :’V04 // Print variable with fixed text data
T26,300,4,1,1,0,0,R,N,’SRP770 :’V05
T26,350,4,1,1,0,0,R,N,’SRP770 :’V06
T26,400,4,1,1,0,0,R,N,’SRP770 :’V07
TE // End Template Store










