NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Need help regarding teststand and report generation

Hi,

 

How to get report in teststand in xls format that takes data(Tables and Graphs)from LabVIEW code and it has to append data each time I run the code in a sequence? I am doing some test X on pin number 1 of an IC which generates some table of data and a graph and I want to do the same test on rest of the pins of an IC which also generates a table of data and a graph. I am calling these vis in teststand one after the other. Now I want to generate a report which sholud include all tables and graphs with headers in excel format.

 

Thanks,

Ananda H S

0 Kudos
Message 1 of 2
(3,241 Views)

I haven't done much modification of TestStand Report Generation, but I don't think it has a built in xls report format. 

 

I can think of two options:

 

  1. Modify or override the TestReport Callback in your process model with your own custom report generator.  This will require you having a decent amount of TestStand knowledge and also ensuring that all the data, to include in your report, is in the ReportList.
  2. Use your test steps to build your xls results file/s as your sequece runs.  This requires much less TestStand knowledge and is less than ideal from a TestStand architecture point of view but is the quicker of the two options.
0 Kudos
Message 2 of 2
(3,190 Views)