LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

A question about "radio button"

Hi,
In my attached code, I make the third radio button as "default". What I understand "default" is that everytime when I run the program, the default radio button should be chosen initially. My code didn't do that. How to make the third button chosen as soon as I run the program? thanks.
0 Kudos
Message 1 of 3
(2,946 Views)
Hi,

Since all the radio buttons are put in one single control, the required radio button to be made default should be configured by taking a property node and making its value true initially before the loop begins. I have attached the modified vi. Hope this helps.

Regards
Sreedhar
Regards,
Sreedhar T
Message 2 of 3
(2,943 Views)
That makes sense, thank you.
0 Kudos
Message 3 of 3
(2,939 Views)