Product specifications

SLCS Programming Manual
Rev. 1.24
- 25 -
2-1-5 B3 (Special Barcode)
Description
Draw Special Barcode on the image buffer
Syntax
B3p1,p2,p3……DATA
Parameters
p1 : Horizontal position (X) [dot]
p2 : Vertical position (Y) [dot]
p3 : Special barcode selection
p3 Special Barcode
I IMB(Intelligent Mail Barcode)
♣♣ Following parameters (p4, p5 …. ,Data) are barcodes-specific.
See the following pages for details of each special barcodes
.
IMB (p3 = I)
p1 : Horizontal position (X) [dot]
p2 : Vertical position (Y) [dot]
p3 : I (means ‘IMB’)
p4 : Rotation
Value Rotation
0 No Rotation
1 90 degrees
2 180 degrees
3 270 degrees
P5 : HRI :
0 : Not Printed
1 : Below the barcode
‘DATA : ASCII data or Binary data.
Example
B3100,100,I,0,1,'0123456709498765432101234567891' // The position is (100,100)