LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Case structure logic

Solved!
Go to solution

This is hard to explain so I will try and be very clear.

 

I have a true/false case structure in a loop and in both the true and false cases there is another true false case structure (so there are 2 inner case structures 1 under false and 1 under true of the outer case structure.

 

I am trying to figure out how I can make it so when the outer case structure changes from true to false  (with a button) then the inner case structure is true for one iteration of the loop but then it changes to false and stays false. Then when I change from false to true the inner case structure under true of the outer case structure does the same. (true once then stays false the rest) And if the outer case structure changes again I want it to do it again... True for one iteration then false until the outer case structure changes again.

 

Hopefully that makes sense.

0 Kudos
Message 1 of 3
(3,032 Views)
Solution
Accepted by topic author kjs356

Hi.

 

Have a look at the example, let's see if it helps you.

 

Dani

0 Kudos
Message 2 of 3
(3,020 Views)

Yes just what I wanted thanks!

0 Kudos
Message 3 of 3
(3,009 Views)