LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Barcode label in Labview using Barone

Printing the Barcode in Labview is one of the problems I ran into. I tried to Wasp ActiveX but using ActiveX I was not able to control the line spacing between barcodes and serial numbers etc. The option I found was with Barone software from Zebra, which  was real easy to work with.In barone software you can create the label first the way you want, which is quite easy. After that, through labview you write a text file with extension .PJ. In this text file you define the answers to all the questions you defined in the Label, like serial number, part number, barcode etc. Typical text file will look like this

Path of the label : e.g.  c:/directory/label.LBL
Answer0 fro question. Number of labels?: e.g.  5
Answer1 for question. Enter part number?: e.g. for  45612321
Answer2 for question. Enter serial  number?: e.g. for  45612321
etc...

Barone keeps on scanning a directory (c:/Barone/Jobs)for new file you write into it. As soon you write the PJ file Barone reads it and prints the label. You can define directory scanning time from the software itself and after reading the file it deletes the file. Barone should be running in the background for this feature to work.

In nutshell, a label can be printed via a file, which labview can create dynamicaly from the user information.

If anyone knows a better software that works with Labview and have better control on formatting, please let me know.

Thanks


0 Kudos
Message 1 of 7
(4,753 Views)
Is it not possible to directly send data from LV to the barcode printer. What kind of barcode-printer you are using ?
0 Kudos
Message 2 of 7
(4,704 Views)
KC,
Definately, you can print directly to the printer from LV. But the problem I ran into was I could not control the spacing between two lines or in other words I have no control on X and Y coordinates of the text loaction on the label. That makes the job harder if you want to squeeze more information on the label. To print reports  etc LV is fine. I am using Zebra 150si.
Thanks
Kanwar

Message Edited by Kanwar on 12-20-2005 07:22 AM

0 Kudos
Message 3 of 7
(4,701 Views)
Do you have a manual with commands for this printer ?
0 Kudos
Message 4 of 7
(4,690 Views)
Are you referring to Zebra Programming Language in the manual? I saw couple of sample labels in manual with ZPL II.  I think it is a better option as compared to what I am doing right now. All I have to do is get the programming manual for ZPL II from Zebra to write the ZPL files.

Thanks
Kanwar
0 Kudos
Message 5 of 7
(4,681 Views)
Can you find a manual ?  I don't see your printer listed at the Zebra site  Smiley Surprised
0 Kudos
Message 6 of 7
(4,659 Views)
The printer model is 105SE. I put it wrong in the previous message.
Kanwar
0 Kudos
Message 7 of 7
(4,628 Views)