LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Radio buttons all connected to property nodes

Solved!
Go to solution

I want to connect each radio button to a property node so they all get updated at once.

0 Kudos
Message 1 of 25
(3,682 Views)

Hi RHutchings,

 


@RHutchings wrote:

I want to connect each radio button to a property node so they all get updated at once.


What exactly do you want to connect?

What is "each radio button" when your "Script View" control is just one radio button control (with several items inside)?

 

What do you want to achieve?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 25
(3,673 Views)

Capture.JPG

0 Kudos
Message 3 of 25
(3,669 Views)

I want to view these text boxes as I select them. I want all the others to be hidden.

 

0 Kudos
Message 4 of 25
(3,667 Views)

Hi RHutchings,

 


@RHutchings wrote:

I want to view these text boxes as I select them. I want all the others to be hidden.


There are no "text boxes" in your VI or your image.

What do you want to hide?

 

(Why don't you use an ordinary enum control instead of readiobutton control when you want only one item visible to the user?)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 25
(3,661 Views)

Will the enum box reset all other text box views to false? I only show the property nodes to the text boxes set to view.

 

0 Kudos
Message 6 of 25
(3,653 Views)

Hi RHutchings,

 


@RHutchings wrote:

Will the enum box reset all other text box views to false? I only show the property nodes to the text boxes set to view.


Which "textboxes" are you talking about? You didn't show them nor do you explain them…

 

  • An enum control only shows a single item: check.png
  • When your "textboxes" are those other items in the Radiobutton control: in a radiobutton only one item can be TRUE, all other are set to FALSE automatically…

You still didn't explain in a clear way what you really want to achieve!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 7 of 25
(3,648 Views)

The only way I see to do this is to have a case select with all the nodes in each case. That doesn't seem like the right way to go about this.

0 Kudos
Message 8 of 25
(3,647 Views)

Hi RHutchings,

 


@RHutchings wrote:

The only way I see to do this is to have a case select with all the nodes in each case. That doesn't seem like the right way to go about this.


Please explain what you are trying to achieve!

What are "do this" and "about this"?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 9 of 25
(3,643 Views)

As clear as I can say it, I have 6 textboxes that I would like to have hidden until I need to edit one.

0 Kudos
Message 10 of 25
(3,641 Views)