Butterfly tags

Jun 02, 2008 2 Replies

I have coginative barcode blaster and I print up using butterfly tags. It is a side by side butterfly tag and I can get it to print the barcode on first label, but it doesn't print the barcode on the other label next to it. Please look at the code below and tell me want is missing.



'Butterfly Tag (no desc)



[INITIALIZE] [LABEL] ! 0 100 190 1 WIDTH 224 PITCH 200 TEXT 2 20 0 showers of flowers TEXT 2 40 25 = Bliss TEXT 2 250 0 showers of flowers TEXT 2 270 25 = Bliss BARCODE CODE128A 2 110 60 BARCODE CODE128A 2 110 60 END [FINALIZE]

I have coginative barcode blaster and I print up using butterfly tags. It is a side by side butterfly tag and I can get it to print the barcode on first label, but it doesn't print the barcode on the other label next to it. Please look at the code below and tell me want is missing.

'Butterfly Tag (no desc)

[INITIALIZE] [LABEL] ! 0 100 190 1 WIDTH 224 PITCH 200 TEXT 2 20 0 showers of flowers TEXT 2 40 25 = Bliss TEXT 2 250 0 showers of flowers TEXT 2 270 25 = Bliss BARCODE CODE128A 2 110 60 BARCODE CODE128A 2 110 60 END [FINALIZE]

Your two lines that read barcode code128A have the exact dimensions. so this would tell me that it is printing the barcode twice in the exact same area. You need to play with the numbers until you get the placement how you like it. one set of numbers is how far from the left you want to print, and the other set of numbers is how far from the top of the label you want to print. try something like this...

BARCODE CODE128A 2 110 0 BARCODE CODE128A 2 130 25

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required