LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Push button problem

Solved!
Go to solution

I have a program that I'm writing that has about 5 push buttons for a user to select different scenarios. However if the user pushes one button and then another without turning off the first, then both buttons are then on and therefore both scenarios run. How can I make it so that if one button is pushed, it will turn off when another button is pushed?

0 Kudos
Message 1 of 6
(3,039 Views)
Just use the radio button control.
0 Kudos
Message 2 of 6
(3,035 Views)
Solution
Accepted by topic author Jess84

@Dennis Knutson wrote:
Just use the radio button control.?????????????????????  DK?

better,----- use a enum, combo box, or ring control to select one of several optional (and exclusive) "scenarios"


"Should be" isn't "Is" -Jay
0 Kudos
Message 3 of 6
(3,023 Views)
The radio button control is an enum that selects one of several optional (and exclusive) "scenarios". Try it.
0 Kudos
Message 4 of 6
(3,015 Views)

I'll look into both options. I'm still a newbie to the whole thing so any tips are appreciated 🙂

0 Kudos
Message 5 of 6
(2,994 Views)

Thank you! I used a ring and it worked out great.

0 Kudos
Message 6 of 6
(2,978 Views)