LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DSC module and local variables

Solved!
Go to solution

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?

0 Kudos
Message 11 of 12
(986 Views)
Solution
Accepted by topic author Sharney

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.

 

 

Message 12 of 12
(982 Views)