12-03-2012 11:40 AM
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!
12-03-2012 07:20 PM
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"
12-04-2012 04:41 PM
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.