NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Single Report Files

Is it possible to set TestStand to that it creates a report file for every UUT tested ?

At present it includes all the UUT's I test in 1 single file, every time I run the sequence.

 

Also....is it possible to set the report file direct from within the sequence?

I have a VI which reads a setup file, which indicates the directory where the report files

must be saved. How can this be done?

 

Many thanks

 

Goose

0 Kudos
Message 1 of 2
(2,988 Views)

Hello Goose!

 

Regarding your first question, you can create a report for each UUT by simply checking this option in the Report Options.  From the menu bar, select Configure»Report Options and click on the Report File Pathname tab.

 

 

 

Regarding your second question, there may be several ways to accomplish this.  My idea is to write to the local variable which stores the file path.  In both the Test UUTs and Single Pass entry points, there is a local variable named Locals.ReportFilePath of String data type.  The Get Report Options sequence is called in the Process Model before the MainSequence.  So if you just write to this local variable in the MainSequence, you can override the filepath set in the report options.

Message Edited by RT4CY on 01-26-2009 02:02 PM
Rod T.
0 Kudos
Message 2 of 2
(2,975 Views)