09-26-2006 10:37 AM
09-26-2006 04:06 PM
09-27-2006 03:25 AM
09-27-2006 04:21 AM
09-27-2006 08:38 AM
Since it appears that they provide an ActiveX (Com) interface to the printer, you could use the ActiveX functions in LabVIEW. This would involve calling it's various methods and properties and is certainly possible but a bit tedious. If you wanted to call another application to print, it might be done by importing the VB example into Word as a VBA macro. You would still have to have an ActiveX interface to Word to create the data and invoke the macro. I have no experience with this and I'm just speculating. The method I mentioned using with a text file may not be possible. The zebra printer I used had support for a low level language that the printer would recognize and interpret. There were a bunch of commands preceded by a '^' character and I could define font type, size, text, etc. I don't see anything in the Dymo api that is similar.
I would suggest that you first create a LabVIEW front panel with some text that you need to print and just do a File>Print Window. See how it looks. You'll want to set the color of the front panel window to white and will probably have to play around some with the position of front panel controls to get everything to fit onto the label. If you want to print a bar code, see if the printer includes any windows bar code fonts and select one of them for your LabVIEW string control/indicator. You may find that everything looks perfect. When I used the text file method, I had a third-party font package installed. When I printed a label with the windows driver, the printer driver translated the third-party fonts as images and the resolution was fuzzy. With the text file, I could specify one of the printer's internal bar code fonts and the resolution was great.
09-27-2006 10:20 AM - edited 09-27-2006 10:20 AM
Message Edited by Ola_A on 09-27-2006 10:21 AM
01-30-2007 04:59 PM
Ola,
I recently ran into the same problem as you and was wondering if you've had any luck using the SDK Dymo provides? Would you be willing to share any vi's so i can get a feel of how you did this?
I'm new to labview so I'm still trying to figure it out. Any help would be greatly appreciated!
01-31-2007 03:57 AM
02-01-2007 02:04 PM
02-05-2007 03:05 AM