Product specifications
SLCS Programming Manual
Rev. 1.24
- 94 -
3-17 Example) TEST10_TS
TS’Test10’ // Start Template Store
CB // Clear Image Buffer
SS3 // Set Speed to 5 ips
SD20 // Set Density to 20
SW800 // Set Label Width to 800
SOT // Set Printing Orientation from Top to bottom
SV00,15,C,’prompt’ // Declare Variable 00
SV01,15,N,’prompt’ // Declare Variable 01
SV02,10,N,’prompt’ // Declare Variable 02
T130,250,5,1,1,0,0,R,N,V00 // Print Content of V00
T250,600,5,1,1,0,0,N,N,V01 // Print Content of V01
IR130,400,V02 // Use V02 as Image Name
TE // End Template Store
3-18 Example) TEST10_TR
(File location : CD\Testfile\Template\Test10\TEST10_TR.txt)
TR’Test10’ // Recall Template
? // Start Get data for variables
BIXOLON // data for V00
SRP770 // data for V01
BIXOLON // data for V02(Image Name)
P1 // Start Printing
BIXOLON
SRP770










