Product specifications
SLCS Programming Manual
Rev. 1.24
- 57 -
2-5-3 TR (Template Recall)
Description
Recall the stored template from memory to make a label and print that.
Syntax
TR’Template name’
Parameters
‘Template name’ : Indicate the template to be recalled.
♣ The name is allowed to be up to 10 characters long.
♣ The ‘Template name’ is Case-Sensitive.
Example
TR’Template1’ // Recall ‘Template1’
♣ If recalled Template does not include any variable or counter, just ‘P’ command is enough
to start printing.
♣ If recalled Template includes variables or counters but not ‘PV’(Print with Variables), use
‘
?’ command to get data for variables and counters and finally ‘P’ command is necessary
to start printing.
♣ If recalled Template includes PV commands, printing will start as soon as all data for
variables and counters are entered.










