LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Print Report VI - Document Queue Name Uniflow Canon - Cant Print

Hello

 

When i am using Print Report VI, from Print Report Generation, Labview wont print standard report type, using Uniflow Canon system printing, because there is no document queue name, so the document is deleted from printer queue. 

 

If i use another system or local printer everything works ok.

 

Someone nows how to solve that, how can i the set document name print queue name from Labview ? 

 

I need to use standard type report because i want the user to select printer device, directly to a printer or to PDF printer. If i use "HTML" type report i can print but dont works PDF printer selection.

 

I am using Labview 2014.

 

Thanks a lot.

imagem.jpg

0 Kudos
Message 1 of 3
(2,699 Views)

Hi!

This error is quite hard to solve because specific to a printer.

Do the basic printing is working with this printer (File/print)?

 

Could you implement a condition structure for choosing the type of printing?

 

If (printing=PDF) then Print Report VI;

Else standart type report;

Regards,

 

Jovan N. - Application Engineering
0 Kudos
Message 2 of 3
(2,651 Views)

Thank you for your answer

 

I have done that:

 

If PDF printer then i produce a standard report

If selected another printer i produce an HTML report

 

Best Regards

Message 3 of 3
(2,584 Views)