NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

TestStand 2012 Custom Report Path/Name

Does anybody know how to get a TestStand 2012 report placed in a custom location with a custom name, both of which are determined using information obtained in MainSequence? I had a method of accomplishing this in TestStand 2010, but it does not work in 2012.

 

Overriding parameters in the ReportOptions callback does not work because MainSequence has not been called yet, and moving the report file in ProcessCleanup doesn't work because the report apparently has not been closed by TestStand yet, so there's nothing that can be moved 😞

 

Thanks!

 

0 Kudos
Message 1 of 3
(3,396 Views)

You can modify the NI_ReportGenerator.seq if you want to do!

This file path is "C:\Program Files (x86)\National Instruments\TestStand 2012\Components\Models\ModelPlugins"

 

0 Kudos
Message 2 of 3
(3,383 Views)

Btw, the report file not being closed during Process Cleanup is probably due to New Thread option being set for your report in the Result Processing Dialog Box (click Show More Options to see it). You can turn this option off it you want.

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