Ok, so I am trying to build a State Machine with a list of buttons that move between different states of the program. For instance, Save Data, Data Acquisition, Initial Measurements, etc. Now I am using a Tab Control to show all the different instrument controls/settings for the different State Machine Choices. One problem I am having is, if I press one of the State Machine Buttons, I then have to go and manually switch to the page on the Tab Control. Is there a way to programatically get the Tab Control to switch to the correlated page when I press a State Machine Button?
Thanks!
Andrew