10-22-2020 07:04 PM
I'm trying to create a LabVIEW program to control some values, and in the program, I'll use boolean to show the status of valves (on/off). I want my three values (boolean) turn on each at a time, but have an overlapping time (~ 10 sec) when switching between 2 values. So I used a state machine to build this structure. The problem is that if I put the boolean inside each case structure, the boolean will turn on/off based on the T/F in the case structure. But if I move the boolean outside While loop, it wound change (stay on 'off'). Because I'm using it to control the valves using Daq. I have to put the three booleans outside the state machine. Is anyone can provide some suggestions?
Thanks!
Here is the screenshot:
10-22-2020 08:58 PM
Check your other post, I've replied on that