88
[Coding Example 1] Barcode Type:CODE39, thin bar width:03, barcode height:120, print data:*1234AB*
<A>
<V>100<H>100
<B>103120*1234AB*
<Q>2
<Z>
[Coding Example 2] Barcode Type:JAN-8, thin bar width:02, barcode height:080, print data:4912345
<A>
<V>100<H>100
<B>4020804912345
<Q>2
<Z>
[Supplementary Explanation]
1.NW-7, CODE39, Industrial 2 of 5, Matrix 2 of 5 can specify barcode character pitch.
For specification method, by specifying right before the Character Pitch Specification <P>, it will become barcode character pitch specification.
To omit, the width becomes as similar as thin space width.
e.g.) Character Pitch Specification (NIL or 0.1) X Thin Bar Width (2 dot) = Character Pitch (2 dot)
Character Pitch Specification (2) X Thin Bar Width (3 dot) = Character Pitch (6 dot)
[Point]
1.If value not within the valid range is set, it will become command error, barcode printing will be stopped.
2.Printing may exceed print area if thin bar width is enlarged.
3.If the valid barcode of character pitch enlarge the Character Pitch <P>, it may not be read by the scanner. And the reading ratio will become worser if
thin bar width is enlarged. Details can be referred to the scanner specification.
4.Specify the thin bar width where the scanner read condition shall put into consideration.
5.If the reading is worse, adjust the Print Speed Specification <CS> and Print Darkness Specification <#E>.
6.When NW-7 and CODE39 is specified, if Start/Stop Character is not included in the print data, although barcode can be printed out but it is unreadable
at the scanner.
7.When JAN/EAN-13, JAN/EAN-8 is specified, if C/D which is included inside of the print data is sent, set an accurate calculation value. If inaccurate C/D
is included, only barcode is printed out but it is unreadable at the scanner.