04-18-2011 11:43 AM
Can anybody tell me how to set up a queue for this vi that I created? I have 2 devices under test and I do not want them running at the same time, when DUT 1 is running DUT 2 shouldn't vice versa. I do still want it so the operator can push both start buttons at the same time though.
Solved! Go to Solution.
04-18-2011 11:54 AM
Hi,
I've tried to change your VI but was way to big for my screen and also a little bit messy.
Take a look in this example that I've made for you. You can adapt your VI in the same way.
Paul
04-18-2011 12:00 PM
Sorry, I can't open this, your version of labview is newer than mine, i have labview 9.
04-18-2011 12:21 PM - edited 04-18-2011 12:23 PM
Try my example, made in LabVIEW 9 SP1.
It's really quick and dirty, so if you use it you'll need to refine it. One big thing I'd do with it if I were you is make both of the enums in the cluster type defined, and make that cluster itself type defined.
04-18-2011 12:25 PM
Thanks
04-18-2011 12:27 PM
So it worked for what you need? That is what you want to accomplish?
04-18-2011 12:28 PM
Yes
04-18-2011 12:33 PM - edited 04-18-2011 12:33 PM
I've rewritten it in 8.5.
You should be able to open it now.