10-04-2017 02:07 PM
Hi
I have to interface a label printer on Labview.
My compagny have a Zebra GC420t.
This topic seemed to have the perfect soution The problem is that we all have computer running windows 10. And despite the effort of Mark, The dll used to link the USB doesnt work on windows 10..
label printer are cheap, we can surely buy one to do our thing. I just need this new one to works properly.
Anybody have a label printer connect by USB to labview 17.0 (x32 or x64) and windows 10?
Thanks a lot!
10-04-2017 02:59 PM
I think I saw something a long time ago where zebra installs its own fonts for the bar code and something to do with printing the VI. I wish I could remember more; I'm hoping someone will be able to take you further... 😞
10-05-2017 11:10 AM
ScuudAL,
I did some research and was unable to find any other solutions for interfacing with a label printer via LabVIEW other than the post you linked.
Check out messages 39 through 45 of that thread you sent in - it looks like some people were able to have success in using the low-level VISA commands to interface with it, or using a simple "Generic/Plain text" driver. If you are unable to revert any of the machines back to Windows 7 and Mark is not able to figure out the Windows 10 problem, that may be the next direction to experiment.
VanCamp
10-05-2017 12:22 PM
Are you able to print to the printer using the label design software? If so, this should be very simple using a CMD prompt. I'm assuming that you have a label design in ZPL code. If not, you can get this easily by printing from your WYSIWYG software (Zebra Designer, etc) to a file. This will convert your label to a series of text command which you then need to send to the printer via the CMD prompt.
10-10-2017 09:02 AM
my company decided to seek help with that problem with a professional Labview develloper. It really looks like i'm not qualified enough to really deal with that problem. I really hope to learn a lot from this meeting. thanks for everybody who took tjhe time to answer me
10-10-2017 02:38 PM
I am waiting for a new version of our SDK which I should be able to use. I will post when it gets released. It should support both 32 and 64 bit LabVIEW on Windows 10.
Is it possible to use the network interface or serial interface? If sending simple ZPL the serial port should work fine. Network communications are very reliable.