11-24-2010 03:00 PM
Hi All,
I have a new need that I have never done before in TestStand. I have a Labview VI in which I am sending results to a graph.. I would like to include that graph in the TestStand report. I have searched the help and the forums and have come up empty. Any ideas out there as to how to accomplish this? Thanks in advance for any help.
Troy
Solved! Go to Solution.
11-29-2010 03:00 PM
Hi Troy,
You can simply output the data as an array of doubles from LabVIEW and selec the "Log" checkbox in the TestStand step setting for the VI Action step. You also need to make sure that in "Report Options" under the "Configure" menu, the option to include arrays as graph option is selected.
11-30-2010 05:49 AM
Raj - Thanks for the response and that solution does work. The problem is that the graphs that I am including are more elaborate than what TestStand is doing by default. Some of the graphs will have three traces on them to show spectral masks test with lower and upper limits. These graphs will also be used in reports and I would like them to show up larger, kind of like when you have a graph in Labview and you can use its reference to save it to an HTML report.
Troy
11-30-2010 07:51 AM
Raj - Again thanks for your help. I searched a little more on the forums and found exactly what I am looking for. It is posted here:
http://zone.ni.com/devzone/cda/epd/p/id/5736
Troy