NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Report Generation

Please take a look at the attached VI (LV6.1 attached a snapshot for others) and help me retrieve the measured value of each step from ResultList array. I need to extract other details like limits (low and high) test description, pass/fail from the sequence context as well after all the steps have been executed.
I am new to TestStand and trying to work my way through it using hit and trial.
Also please let me know where (Main/Cleanup/Callback/Custom) best can I have this step in the program(sequence).

Thanks
Sumit Rishi
0 Kudos
Message 1 of 4
(3,156 Views)
hi sumitrishi,

I am guessing you are passing the complete ResultList array to your VI.
You have already obtain a reference to the Parameters so therefore any lookup string will not require "Parameters" as part of the makeup.

You do know that there is a supplied sequencefile, "reportgen_txt.seq" or "reportgen_html.seq", that performs this sort of actions already?

Regards
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 2 of 4
(3,141 Views)
Yes I do. But I wanted to use both of them together . people have been looking into HTML reports and are comforatble using them but for an automated system that extracts date from these reports in txt/csv format I need to generate them in text format as well. I wasnt sure if I could do them together.Please help clearifying my doubt.

Thanks
Sumit
0 Kudos
Message 3 of 4
(3,135 Views)
Hi,

A small change ( well maybe a smallish change) to your Process Model sequence file and you can make two calls to do both style of reports.

Regards
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 4 of 4
(3,128 Views)