LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

My application does not do file access as the source VI does.

I need to print a plot produced by VI. My VI does it perfectly. When I generated application it worked fine (did all the measurements and generated the plot) and asked whether to print it. But nothing happens after that. Apparently, it does not find the printer although I give printer name which works for the VI. What did I do wrong?

0 Kudos
Message 1 of 5
(2,109 Views)

What is your LabVIEW version?

Are you using the report generation tools?

0 Kudos
Message 2 of 5
(2,105 Views)

Yes, the image is produced with report generator using STANDARD format.

0 Kudos
Message 3 of 5
(2,090 Views)

You still did not tell me the version but there was a bug once where (as a workaround) you need to explicitely "always include" some of the reporting tools due to a bug in the application builder. I try to find more info later.

0 Kudos
Message 4 of 5
(2,085 Views)

Even though you are not using the report generation toolkit, please follow some of the instructions listed here.

 

In particular, add <labview>\vi.lib\Utility\NIReport.llb\Standard Report\NI_Standard Report.lvclass to your project and specify it to be always included on the source file settings page of the build specification. See if this works for you.


(ignore the rest fo the quoted KB article)

0 Kudos
Message 5 of 5
(2,061 Views)