NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to generate different report view in teststand for the same execution?

My requirment is to have two different view for the same report that gets generated during one execution using in TestStand OI(CVI)? One view would be summary view (displays only test step types, excluding action step types) and the other view is detail view that displays all the steps that are recorded. Data for all the steps needs to get recorded in database. Any suggestions are helpful!!

 

*************************************************
CLD
*************************************************
0 Kudos
Message 1 of 5
(3,515 Views)

The generated report is a string in the Reportgen callback (you can filter everything you want to display/print)

Rodéric L
Certified LabVIEW Architect
0 Kudos
Message 2 of 5
(3,503 Views)

I am aware of Reportgen callback but the problem is to get two different views after genrating the same report.

*************************************************
CLD
*************************************************
0 Kudos
Message 3 of 5
(3,483 Views)

Hello.

 

I think you would have to create two separate reports, one as summary report and one as a 'full' report  The viewers are just 'viewers' and simply display whatever you set to them.

 

I had display a text report that was basically a summary report ( failures only ) and then display an HTML report that contained all steps were set to be recorded.  This required quite a bit of modifications on both the process model and the operator interface side.  The operator interface (in LabVIEW ) had to contain 2 separate UIReportView controls.

 

Let me know if that is your desired direction and I could point you to some more ideas.

 

Thanks,

PH

 

 

0 Kudos
Message 4 of 5
(3,477 Views)
so in one execution two reports were generated? Can both the reports then saved in the database? Please let me know more on your suggested idea. Although I am using CVI but hoping to find the equivalent functions of LV for it in CVI. thanks!
*************************************************
CLD
*************************************************
0 Kudos
Message 5 of 5
(3,445 Views)