LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Mechanical action of button

I have one application in which total 3 inputs is provided by user. namely ok, fault and route. At a time only one option needs to be enable and once user selects other option than other 2 option needs to be disabled automatically. 

 

I tried and reached to some extent. I guess there is another better way to do this. attached vi. Also in attached vi sometime 2 options gets selects. How to make it one at a time.

 

Thanks

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 1 of 6
(3,203 Views)

Or you could just use a Radio Button...


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 6
(3,195 Views)

This is just for demo. Actually in real placce for each option I need to select different file and read different things. This was only for demontration.

Thanks

 

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 3 of 6
(3,188 Views)

I guess doing this by radio is better way

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 4 of 6
(3,179 Views)

I recommend that you read your own signature.

 

Bob Schor

0 Kudos
Message 5 of 6
(3,142 Views)

Note that the radiobutton control is just a special container for booleans. You can even use your original buttons.

 

(Just drop your buttons in the desired order and remove the original radio elements. This would be easier if we could have an empty radiobutton control at edit time, see this idea, but not that many seem to agree :(. Please vote for it! :D)

 

 

Download All
0 Kudos
Message 6 of 6
(3,123 Views)