02-27-2012 06:02 AM
Hi,
I want to print the ZPL labels and barcodes to the model "110XIII300DPI".
I have done some implemetation using Report generation tools ,but i found problem in printing the ZPL Labels and barcodes.Eventhough i entered the ZPL format it
always prints string format.
As i am new to labeview i find a problem in using it .please find the attached code.
Please help me out i was struct in implemting for the past 3 days.
Thanks,
02-27-2012 07:45 AM
@chaitu3 wrote:
[...] it always prints string format. [...]
You're telling it to to use Arial. Try changing the cluster to your barcode font.
Of course, I could be all wet.
02-28-2012 05:45 AM
Hi jcarmody,
thanks for ur reply.I changed to ZebraBarcode fonts,still i am getting the same results i.e(string format).
thanks,
chaitu
02-29-2012 01:06 AM
Hi,
I tried by changing to barcode fonts.but still i face the same problem.
I havw a basic question whether Report VIs will support ZPL commads? if it supports how to generate ZPL commands.please find the attached format.
thanks,
chaitu3.
02-29-2012 02:00 AM
I had a similar problem years ago with Labview 7.1.1.
The printer has a built in Barcode mode, that is only accessible via low level commands (using Escape sequences) or you may use standard MS-Word like fonts. The fonts where not sharp enough being only images and not going to the full resolution possible.
I had to look for a windows raw driver from a microsoft website and implement that as code interface node.
Maybe there is another, better way. I wish you luck.
Gabi
02-29-2012 03:03 AM
thanks for ur reply. I will go with the other method,do you have any idea in using VISA Method for ZPL Commands?
chaitu3