[Function]
To specify CODE128 barcode
[Format]
<BG>aabbbn~n
● Parameter
a {Thin Bar Width} = valid range : 01~12 (dot)
b {Barcode Height} = valid range : 001~999 (dot)
n {Print Data} = barcode data(refer to CODE128 code table)
[Coding Example] Thin Bar Width:02, Barcode Height:120, Print Data:ABCD123456(START CODE A)
<A>
<V>100<H>200<BG>03120>GABCD123456
<Q>2
<Z>
[Supplementary Explanation]
1.Specify “START CODE” with specification of type (A, B, C) at the beginning of print data.
(1)START CODE A = {>G}
(2)START CODE B = {>H}
(3)START CODE C = {>I}
2.C/D is created automatically.
3. (1) When START CODE C of CODE128 is used, specify the print data with even number digits.
(2) When print data is at odd number digits by START CODE C, specify START CODE A or B, after print data the 1
st
character is changed, set the
rest of the data at even number digit with code set character C.
e.g. 1) 15 digits number{123456789012345} : <B>1<C>23456789012345
e.g. 2) numeric 9 digits / alphanumeric 6 digits{123456789ABC123} : <C>12345678<B>9ABC123
(3) When odd number digit is specified by START CODE C, be aware of the printing after “0” is refilled at the end of the data.
(4) When START CODE is omitted, print it with START CODE B.
CODE128 Barcode