10-20-2009 10:10 AM
Hi,
I'd like to activate Seagull's BarTender Label printing software (version 7.71) from Labview.
Basically I need to create a new label, add text and pictures/icons to it and then send it to the printer.
I noticed an Active-X option exist but I'm not sure how to work with it. I started building something like the attached file but I don't know how to continue.
Does anyone have some examples ?
(Otherwise, is it possible to use command lines ?)
Thanks in advance,
Mentos.
10-20-2009 10:27 AM
What type of printer are you trying to communicate with? Depending on the printer it may be possible to communicate directly with the printer itself. You would need to define the label or labels you would like to print and insert the data on the fly in your application and then send it to the printer.
I am not familiar with the BarTender application itself so I can't give you advice on interfacing with it. However if it does have an ActiveX interface you should be able to communicate with it directly.
10-21-2009 01:59 AM
Hi mark,
I have a few models of printers, all have LPT ports.
Labview does have Active-X interface for the BarTender software, as seen on the example I attached, but I'm missing its literature/ help and don't really now how to use it.
I was hoping someone already worked with this Active-X and can send me some examples.
Mentos.
10-21-2009 08:54 AM
Does BarTender software have built in template that you would call via ActiveX?
Here's an example using Broter software through ActiveX
http://forums.ni.com/ni/attachments/ni/170/178062/1/Brother%20Print%20Label%20Example.vi
from the post
Labview driven USB Label printer
http://forums.ni.com/ni/board/message?board.id=170&message.id=178037&query.id=256550#M178037
10-21-2009 10:30 AM
Hi Andy,
Thanks for the example.
Unfortunatly I don't have the Broter software, all my stations use the BarTender. So, I guess I have to implement my application with the specific functions of the BarTender.
Nevertheless, in one of the links you gave me there's another link for a tool-kit for making barcodes in Labview. I was thinking maybe I can prepare my label with this toolkit and then only send it to the printer using the BarTtender Active-X.
Thanks for that.
10-21-2009 01:00 PM