From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to turn interlink 7 boolean button

Hi,

 

I wanted to know how I can interlink 7 boolean push buttons. You see, I'm making this function generator, and I'm using 7 boolean buttons to select different frequency range; but have failed miserably. I want one butoon to function at a time, like, when I press the 30Hz range button it lets me display upto 30Hz, and then when I press the 300Hz button, it automatically switches off the previous button I had switched on, and enables the 300Hz range button only and lets me display upto 300Hz. I want this sort of function, but in my vi, whenever I push 1 button and then press another, both remains turned on.

 

Please do help soon.

 

Thank you

 

0 Kudos
Message 1 of 2
(2,110 Views)

Use a radio button control from the boolean palette.

 

Simply replace the current booleans with any amount of the desired booleans you like. The terminal acts as an enum with the boolean labels as items. THe value is the boolean that is true.

0 Kudos
Message 2 of 2
(2,103 Views)