Product specifications
SLCS Programming Manual
Rev. 1.24
- 58 -
2-5-4 TD (Template Delete)
Description
Delete stored template from memory
Syntax
TD’Template name’
Parameters
‘Template name’ : Indicate the template to be deleted.
♣ The name is allowed to be up to 10 characters long.
♣ The ‘Template name’ is Case Sensitive.
♣ By using *, all templates will be deleted from memory.
Example
TD’Template1’ // Delete ‘Template1’
TD* // Delete all currently stored templates
2-5-5 TI (Template Information)
Description
Print list of currently stored templates and available memory space
Syntax
TI
Example
TI
Result
Templates Information
========================
1. Template1
2. Template2
Available template memory : 53Kbyte










