Need a little assistance programming a TestStand batch sequence also containing test sequences which must run in parallel with synchronization.
I have a panel containing multiple UUT. Each UUT consist of 2 parts. The test may be divided into 4 groups:
1: Common start up test and programming
2a: Specific test and calibration on part 1
2b: Specific test and calibration on part 2
3: Common test and calibration of complete UUT
My application runs with the batch model (which I normally use and is familiar with), but must in this case also use parallel testing for each UUT. I need to be able to synchronize the parallel test sequences like they where running in normal batchmodel. I also need at some point to synchronize the to parallel sequences for all UUTs.
I’ve succeeded doing that with the enclosed sequence, but I am not sure it’s the right solution. Would like some comments.