Folks,
In the TestStand II Customization Course manual there is an exercise (Exercise 7-8) to implement asynchronous report generation by modifying a SequentialModel.seq. For my application, having the ability to generate reports asynchronously at the end of each UUT test can save significant time by allowing the reports to be generated on a separate thread while the process of testing UUTs is minimally interrupted.
However in my application I am using a BatchModel.seq, running from the Test UUTs entry point. I have been trying to modify the BatchModel.seq to generate reports asynchronously and have not had much luck. I was hoping there might be an example of how to do this, or if someone has already done this, they might be able to provide some helpful hints on how this was done.
I'll continue to plug away at this, but time is of the essence, so any help is greatly appreciated.
Thank you,
Jim