LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Regd Interface of Bartender Software with LabVIEW

I have a .prn file which is used to design labels. And we are going to use the Bartender Software to print labels in the .pnr format. 

We are using SATO CL4NXPlus printer for printing the labels. Can anyone help me with finding a VI to control the Bartender Software through LabVIEW.

It would be very useful if anyone can send me an example VI on the control of Bartender Software with LabVIEW.

Thank You

0 Kudos
Message 1 of 6
(2,395 Views)

It would be best to reach out to the manufacturer of Bartended Software to check if they have examples for LabVIEW.

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 6
(2,351 Views)

Thanks for the reply,

 

Is it possible to communicate the any other printer like zebra GT430T or Sato CLN4X PLUS using RS232 communication. Kindly share any examples or ideas

0 Kudos
Message 3 of 6
(2,327 Views)

Honestly, EVERY Time I wind up with a label printer in my project I have to go back, restudy the manuals, search these forums for Mark Yedinak's expert posts and then, sometimes, I still have to impose on our personal friendship.

I recommend trying the second one (Searching posts from user "Mark Yedinak") while having a manual and notebook handy! Use a pencil and keep the notebook safe.


"Should be" isn't "Is" -Jay
0 Kudos
Message 4 of 6
(2,321 Views)

One option for working with Bartender is to configure a label in the designer to take the data from a text file (I believe they call it a database and that it's comma or tab separated and you can take the data either by column index or column label). You can then call the Bartender executable using the System Exec VI and pass command line parameters to it to define things like the label file, the data file and the printer. I'm assuming the command line options should be documented.


___________________
Try to take over the world!
0 Kudos
Message 5 of 6
(2,291 Views)

Bartender 2021 (and later) has a Print Portal API that you can easily use and print labels from LabVIEW.

https://support.seagullscientific.com/hc/en-us/articles/360053982393-Print-Portal-REST-API

 

Bartender 2022 Preview 2 also introduces a new REST API (separate and different from the Print Portal API).

https://support.seagullscientific.com/hc/en-us/community/posts/4413327349655-BarTender-REST-API

 

/j

0 Kudos
Message 6 of 6
(2,277 Views)