Product specifications

SLCS Programming Manual
Rev. 1.24
- 16 -
p12: Text string write direction
0: Write text string form left to right (BIXOLON)
1: Write text string form right to left (NOLOXIB)
‘DATA: The various data types can be used in the data field as follows.
1) Fixed text string: ‘Text String’
2) Variables declared in template by SV command: Vnn
3) Counters declared by the SC command: Cn
1), 2), and 3) can be mixed together.
Example
V50,100,U,25,25,+1,N,N,N,0,L,0,'BIXOLON Label Printer'
V50,200,U,35,35,-1,N,N,N,0,L,0, ’Manufacturer :’V00
V50,300,U,35,35,+1,B,R,I,0,L,0, V00
V50,400,U,45,25,+1,N,N,N,0,L,0,'Vector Font Test' C0
V50,500,U,25,45,+1,N,N,N,0,L,0, C0
To print or \, \’ or \\ must be typed.