ni.com is currently experiencing unexpected issues.
Some services may be unavailable at this time.
11-13-2012 05:10 PM
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!!!!
11-13-2012 05:41 PM
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.