LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Print html report with waveform

I'm trying to make a report on my system using print from the File menu, and then saving the report as a html document. However, I don't seem to get the descriptions for waveforms in the report.

I've tried on both WIN-NT and WIN-2000 machines, but still no description.

Would also want to know if it is possible not to include descriptions of parts of clusters (such as waveforms or error clusters), but instead just include the description of the cluster itself.
0 Kudos
Message 1 of 3
(2,712 Views)
Martin,
Unfortunately, what you see in the Print window is all the options available. You can print description for only the icon, for all controls, or for connected controls. You cannot select to print description of only few controls. However, I tested this and was able to print description for a waveform chart.
You can suggest this additional feature if you go to ni.com, click on "Contact NI" in the top right corner, and then select "feedback" under Product Feedback.
Our R&D engineers will review the suggestion for a future release of LabVIEW.

Zvezdana S.
National Instruments
0 Kudos
Message 2 of 3
(2,712 Views)
> Unfortunately, what you see in the Print window is all the options
> available. You can print description for only the icon, for all
> controls, or for connected controls. You cannot select to print
> description of only few controls. However, I tested this and was able
> to print description for a waveform chart.
> You can suggest this additional feature if you go to ni.com, click on
> "Contact NI" in the top right corner, and then select "feedback" under
> Product Feedback.


In the meantime, you can use the report generation VIs to make a custom
report. Use a property node to read the description and add it wherever
you like.

Greg McKaskle
0 Kudos
Message 3 of 3
(2,712 Views)