07-07-2013 08:49 PM
Hi, i would like to know how to change tab on the tab control automatically? Like during running of the VI, it will move to the respective tab automatically
07-07-2013 09:00 PM
Hi,
To programmatically set the active page of a Tab Control in LabVIEW, follow these instructions:
This will create an Enum constant that will automatically populate with the names of the pages in your Tab Control. By selecting one of these pages to write to your local variable, you can programmatically set it to be the active page of your Tab Control on the Front Panel.
Regards,
KwokHow