Product specifications
SLCS Programming Manual
Rev. 1.24
- 19 -
♣ Quiet zone is added to the front and end of the barcode for safe scanning.
Because of the quiet zone, the barcode seems to be seen drawn in incorrect
position. If p9 is not used, the printer automatically sets parameter to 0.
Quiet zone with = p9 × narrow bar width(p4)
‘DATA’ : The various data types can be used in the data field as followings.
1) Fixed text string : ‘ Text String’
2) Variable declared in template by SV command : Vnn
3) Counter declared by the SC command : Cn
4) In the Code 128, when send data to printer if codeset selection commands
(>A,>B,>C) will be used codeset can be selected.
By using >A, Codeset will be set Codeset A.
By using >B, Codeset will be set Codeset B.
By using >C, Codeset will be set Codeset C.
If Codeset select command is not used, automatically set to Auto-mode.
♣ 1) , 2) and 3) can be used together
Example
B178,196,0,2,6,100,0,0,’1234567890’
B178,196,0,2,6,100,0,0,V00
B178,196,0,2,6,100,0,0,C0
B178,196,1,2,6,100,0,0,’>A1234567890’
B178,196,1,2,6,100,0,0,’>B1234567890’
B178,196,1,2,6,100,0,0,’>C1234567890>A5’










