09-21-2010 04:17 PM
Has anyone worked with Godex printers and labview before?
My end goal is printing labels for products on an assembly line that are tested with an ATE developed in LabView. Due to the flexability of our production lines, many images are required on the labels. Each label is unique as it contains serial number and hardware information.
I am able to send commands over the serial port to print images that are already stored on the printer, but loading up the flash cards ahead of time is a bit of a pain.
What I would like to be able to do is to send an image to the printer in the same manner that Q-Label (Godex's utility) does.
Has anyone attempted to do this before? I believe they use a proprietary format for transfering images, so I am not expecting to have a lot of success here.
Solved! Go to Solution.
09-21-2010 05:52 PM
I received a prompt reply from Phil at Godex, and just throught I should post the response so that any future searchers may find this.
The EZPL command set offers several methods for printing graphics. One of the most simple commands to work with is the Q command. You would issue it after the ^L(label start) command. It requires four parameters; X coordinate, Y coordinate, width of the graphic in bytes, height of the graphic in printer dots, followed by <CR>. After that, send the data for the image and terminate it with <CR>. On the E command, the printer will print the result.
To see a real world example of this, set a Godex driver to print to a file. Open up a word processor such as MS Word/OpenOffice Writer. place a graphic on the page and print it. You will be prompted for an output file name such as C:\test.txt. Now open the test file in an Hex Editor and examine the control codes.
05-24-2012 09:40 PM
Hi friend,
I have a problem whit a printer Godex. I can't print labels from LabVIEW, i'm getting this error
−1073807360 |
Unknown system error (miscellaneous error) |
Please, could you helpe whit this problem.
Advice if you know the solution.
Best Regards
05-28-2012 12:16 PM
Hi there,
Through what means are you communicating with the device. You may want to check out this knowledge base.
http://digital.ni.com/public.nsf/allkb/D2084EC381319CC386256A1D006F1415?OpenDocument
Hope this helps.