ni.com is currently experiencing unexpected issues.

Some services may be unavailable at this time.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Selecting Tabs

Hi,

 

I found this vi for selecting tabs on the website. I would like to replace the numeric control that selects the tabs with push buttons.

Is this possible??

Help!!!!

 

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

Hey Dugy88,

 

This is definitely possible.  In the VI you have posted the value of the numeric control causes the Case Structure to give a different value to the Property Node that determines which tab appears selected.  All you need to do is design a VI that determines which button has been pressed and cause a value to be written to the property node based on that.  

 

I went ahead and made a simple VI that does what I mentioned above.  Check it out and see if it works like you were describing.  You can also do this a number of different ways but this way made the most sense to me.  

Regards,

Eric L.
Applications Engineering Specialist
National Instruments
Message 2 of 2
(2,208 Views)