NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Report summary - percentage of successful tests

Solved!
Go to solution

Hi All,

I am developing a sequence with many steps of Pass/Fail tests and I would like to modify/simplify the report so the user could see the percentage 

of successful tests out of the overall executed tests, after the sequence ends. 

In addition, I would like the report to be displayed in Excel file.

I don't have much experience in TS and I don't know where to start. 

Any ideas?

Many thanks,

Levi S

0 Kudos
Message 1 of 3
(3,320 Views)
Solution
Accepted by topic author shaharl3

I am attaching a simple sequence which will display pass fail statistics in the report.

I am using additional results to report pass and fail.You can modify it further to give yield if required.

 

Please note that the steps to calculate the pass and fail have results recording disabled.

All the results are loaded in locals.result list and the sequence parses this variable to determine the pass \ fail.

 

Few useful links for the report customisation ( excel)

 

http://forums.ni.com/t5/NI-TestStand/how-do-i-create-an-excel-report-from-testand-3-5-using-labview/...

http://forums.ni.com/t5/NI-TestStand/How-can-I-customize-my-report-by-Teststand/m-p/2235604/highligh...

 

Hope this helps.

Message 2 of 3
(3,302 Views)

Thank you!

The Fail-pass-statistics is now working but I am still struggling with automatically exporting the report to Excel.

0 Kudos
Message 3 of 3
(3,266 Views)