Using TS4.0 with the batch model and have noticed that when a step is locked to allow only 1 slot to execute at a time, sometimes the slots do not execute tests in order. i.e slot 4 may execute before slot 2 and so on.
I am writing a new subsequence to test a communications link between boards in seperate test slots. In this test the steps are also locked to allow only 1 slot to execute at a time. In addition, the slots must execute in order - slot 0, slot 1, slot 2, etc.
How can I make sure that the slots execute in order instead of first come, first serve?
Thanks,
Steve S.