03-25-2022 04:47 AM
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
Solved! Go to Solution.
03-25-2022 04:56 AM
03-25-2022 04:59 AM
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.
03-28-2022 01:58 AM
okay thank you.