04-29-2011 01:05 PM
Hi JohnCS,
It was the data type of the shared variables for the boolean controls, once I matched the data types your solution worked perfect.
Just figured it out, how do I credit you with the solution?
04-29-2011 02:05 PM
I am happy you were successful. There are all kinds of hidden gotchas when working with shared variables!
You can reduce a lot of overhead in your app and clean up some of the clutter if you place all the calls to subVIs in while loops with the time delays in single while loops for each time delay of 1000, 1500 and 2000 ms.
There should be an Accept as Solution button on the lower right hand side of the message.