LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

zpl barcode printing using report generation VIs

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,

0 Kudos
Message 1 of 6
(3,791 Views)

@chaitu3 wrote:

 

[...] it always prints string format. [...]


You're telling it to to use Arial.  Try changing the cluster to your barcode font.

 

Zebra%20Label%20Print[1]_BD.png

 

Of course, I could be all wet.

Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

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

Hi jcarmody,

 

thanks for ur reply.I changed to ZebraBarcode fonts,still i am getting the same results i.e(string format).

 

thanks,

chaitu

0 Kudos
Message 3 of 6
(3,769 Views)

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.

0 Kudos
Message 4 of 6
(3,742 Views)

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 

7.1 -- 2013
CLA
0 Kudos
Message 5 of 6
(3,739 Views)

thanks for ur reply. I will go with the other method,do you have any idea in using VISA Method for ZPL Commands?

 

chaitu3

0 Kudos
Message 6 of 6
(3,737 Views)