LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Case Structures

Solved!
Go to solution

Hi i need some help with case structure. The input that i wired gives me a TRUE value. Thus, my boolean for the TRUE case structure does light up. However, one of my boolean for the FALSE Case structure also lights up and i am struggling to understand why since my inputs give a TRUE value. Please help and keep in mind i am new to Labview

Download All
0 Kudos
Message 1 of 4
(1,377 Views)
Message 2 of 4
(1,373 Views)
Solution
Accepted by topic author MBSHIRAZIZ

Probably the values in the false case retained there old values. Once set to true, executing the false case won't make them false.

 

You probably want to put all 3 indicators outside the case, so all 3 values are set to a value regardless the case.

 

But it's not obvious what you actually want by just looking at code that doesn't do what you want.

Message 3 of 4
(1,367 Views)

okay thank you.

0 Kudos
Message 4 of 4
(1,271 Views)