Hi
I'm using TS4.0 and LabVIEW8.2.
In my sequence, I use Lock synchronization so that only one testsocket can run simultaneously. So when testsocket1 is finished, testsocket2 wil execute.
But is it possible to set which testsocket to run next.
Let's say that I first want to run testsocket1, and then testsocket5 when testsocket1 is finished.