Product specifications
SLCS Programming Manual
Rev. 1.24
- 83 -
3-7 Example) BD3
SS3 // Set Printing Speed to 4 ips
SD20 // Set Printing Density level to 20
SW800 // Set Label Width to 800
BD50,100,400,150,O // Draw a block in Overwriting Mode
BD50,200,400,250,O
BD50,300,400,350,O
BD100,50,150,400,E // Draw a block in Exclusive OR mode
BD200,50,250,400,E
BD300,50,350,400,E
BD500,200,700,400,O
BD510,210,670,370,D // Draw a block in Delete mode, namely Erase block
area
BD100,600,350,1000,O
T50,700,5,1,1,0,0,N,N,’NORMAL’ // Write Text data on image buffer
T50,800,5,1,1,0,0,N,N,’NORMAL’
BD110,780,340,900,E
T500,700,5,1,1,0,0,n,N,’TEST’
BD480,680,700,800,E
SOT // Set Printing Orientation from Top to Bottom
P1 // Start Printing










