08-13-2023 08:32 PM
Hello, I'm new to labview. I have three different cases in a case structure and I want an led to turn on when each case turns on and then turns off immediately when it leaves that case. Then the next led will turn on and turn off when it leaves the case and so on. Any guidance would be appreciated, thanks.
08-14-2023 12:52 AM
Hi Dan,
@dannnnii wrote:
I have three different cases in a case structure and I want an led to turn on when each case turns on and then turns off immediately when it leaves that case. Then the next led will turn on and turn off when it leaves the case and so on. Any guidance would be appreciated, thanks.
THINK DATAFLOW!
You want to set an indicator TRUE inside a case and set it FALSE after the case structure!?
What have you tried and where are you stuck?