LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Use output of one Event Case as input to another Case?

Solved!
Go to solution

Doh! I knew that... (Oops...)

But for latching booleans, it can still be a relevant point. Right?


GCentral
0 Kudos
Message 11 of 12
(390 Views)

@cbutcher wrote:

Doh! I knew that... (Oops...)

But for latching booleans, it can still be a relevant point. Right?


 

Yup.

 

OP,

 

To get a handle on fata flow watch you diagram in execution highlighting mode (turn on the light bulb).

 

Watch it enough time to be able to predict when data moves around and in what order. When you can predict the animation you will be able to predict what your code will do.

 

For bonus points take the next step and put your DLL calls in an Action Engine where you have a case for each action you invoke with the DLL. YOu can read about it more in that link I offered but in an Action Engine, only one method will run at a time. That means you can make your dll thread-safe and not have to run in the user Interface thread.

 

Ben

 

 

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 12 of 12
(381 Views)