Product specifications

SLCS Programming Manual
Rev. 1.24
- 90 -
3-12 Example) TEST00_TS
TD’Test00 // Template Delete
TS’ Test00’ // Start Template Store
SV00,15,N,’Manufacturer :’ // Declare variable V00, field size:15, No justification
SV01,15,R,’Model Name :’ // Declare variable V01, field size:15, Right
justification
T50,100,3,1,1,0,0,N,N,’Manufacturer :’V00 // Print variable V00 with some text string
T50,150,3,1,1,0,0,N,N,’Model Name :’V01 // Print variable V01 with some text string
T50,300,3,1,1,0,0,N,N,V00 // Print variable V00 only
T50,350,3,1,1,0,0,N,N,V01 // Print variable V01 only
TE // End Template Store
TI // Print and show all templates in memory
Result
Templates Information
===================
1. Test 1
2. Test0
Available template memory : 5.3Kbyte
Stored in past time
Stored in this time