Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Gaps in Barcode

Former Member
0 Kudos

We are printing barcodes on Zebra QL320 printers. All okay when barcode is 11 char or 13+ chars. However, 12 chars seems to cause a problem.

Code in sapscript doesn't look like any other that I've seen in these forums, doesn't appear to be ZPL II or from bar-one based on their programming guides.

Code between BT/BT OFF is the barcode. Has anybody else seen code like this or had similar problem? Ideas?

! 0 200 200 350 1

LABEL

CONTRAST 0

TONE 0

SPEED 5

PAGE-WIDTH 580

BAR-SENSE

;// PAGE 0000000005800350

BT 4 0 2

B 128 2 0 70 87 68 &itab1_label-kdmat&

BT OFF

T 4 0 11 2 &name1&

T 4 0 12 265 KEA #

T 4 0 13 206 &maktx&

T 4 0 141 265 &misc&

T 0 3 418 311 &qty&

T 0 3 483 312 PCS

FORM

PRINT

2 REPLIES 2

former_member181966
Active Contributor
0 Kudos

Please look at OSS note #179534

Thanks

Saquib

0 Kudos

Yes, I've reviewed that note already. I do not know how this sapscript was created in the first place but it follows the guidelines in this note.

I have also searched zebra.com for anything that looks like these commands with no success.

This suggestion did not help me. Other suggestions?