Product specifications
SLCS Programming Manual
Rev. 1.24
- 52 -
2-4-3 SV (Set Variable)
Description
Define variables for the text or barcode ‘data’ fields.
Syntax
SVp1,p2,p3,’Prompt’
Parameters
p1 : Identity of Variables : 00 ~ 99
p2 : Maximum number of characters : 1 ~ 99
p3 : Justification in field(Field size is p2)
Value Justification
N No
R Right
L Left
C Center
‘Prompt’ : This ASCII text field is used to ask a value to be entered for the variable(p1)
and is transmitted to the host by serial interface.
♣ The data field of T(Text) or B(Barcode) commands is used to print the contents of variable.
♣ Variable is entered to data field like V00 or V01.
Example
SV01,20,N,’Please Enter Product Code :’










