03-29-2006 08:17 AM
03-30-2006 03:18 PM
Bob,
It seems that you want to run your cleanup steps after all the threads are done.
You can accomplish that by using the batch synchronization step.
Basically you have to wrap your cleanup section in a batch synchronization section and use the Parallel section type.
This will cause that all the threads enter the section simultaneously.
If you want the cleanup section to be executed only by one thread you can also use a batch synchronization step but you would have to set the section type to 'One Thread at a time".
Take a look to the attached example. (TestStand 3.0 sequence file)
If you have any question let me know.
Antonio Lie.