NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

TestStand batch sync cleanup

TestStand 2 I am using the parallel batch model and use the batch sync start and exit functions to keep parts of the sequence in sync. I also use the batch sync start and exit functions in the cleanup routine. However when performing the cleanup sequence the batch sync start gets ignored and TestStand runs all of the first slots clean up routine followed by all of the second slots cleanup routine and does not wait at the batch start function! The Model option has the sequential mode enabled but I use a callback to disable it, shouldn't the callback also disable the sequential mode in the cleanup? help!
0 Kudos
Message 1 of 3
(3,248 Views)
Are you using TestStand 2.0? If so you might be running into an issue with batch synchronization when using synchronization sections in setup/cleanup that was fixed in TestStand 3.1. See http://forums.ni.com/ni/board/message?board.id=330&message.id=17501&query.id=7383#M17501

-Doug
0 Kudos
Message 2 of 3
(3,242 Views)

Thanks for that, it is TestStand 2.0 that I am using and so looks like I will need to upgrade. In the mean time I have moved some of the cleanup routine into the end of the main sequence. Providing the sequence is not terminated manually it works and will do for now.

Thanks

 

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