08-30-2005 01:02 AM
Hello,
I am very new to NI-TestStand.
I am creating a TestStand sequence. one of it's step is calling a LabView VI. This LabView VI is creating 2 variables (array of
numbers), like Rarray1 and Rarray2 and storing them in LabView Indicators.
I want to pass these 2 variables to the TestStand Report.
How to do it?
Regards
Holy
I am using LabView 7.1 and TestStand 3.1 running on Windows 2000.
08-30-2005 05:27 PM
08-31-2005 08:51 AM
Hi Santiago,
Thanks for the response. It helps me a lot. I have gone through the Chapter 10 under "Adding Custom Step Type Properties to a Report".
I am able to pass array1 to the TestStand Report, but again not able to pass second array ie. array2 to the TestStand Report.
I actually need to send both arrays to the report and plot them in the same graph.
another method we can make cluster of both arrays and send it to the report. But how to send the cluster to the report?
Nihal
08-31-2005 03:11 PM
Hi holy,
You could create on the front panel of your VI your graph using Graph Indicator, then save the image of the graph to your result folder location, then before returning back from your VI to TestStand you pass a Text string via the Step.Result.ReportText which is formated as HTML tags so that when view it will show your image of the graph.
....big thunder storm just going over head so shutting down......
Regards
Ray Farmer
08-31-2005 03:34 PM
Hi,
I thought I had an TS2.0 example using LV6.0.2, capturing a Graph and inserting the jpg insert my result, but I haven't come across it yet.
But I did find this example, see attached
Regards
Ray Farmer
09-01-2005 02:06 AM
09-01-2005 03:26 PM