‎01-26-2007 11:39 AM
‎01-26-2007 11:53 AM
You don't need to do any "cases" on the block diagram for the tab state. Just use it as a purely cosmetic feature and do all the various code parts (data collection, etc.) in parallel. The data acquisition will not happen if it is inside a case that is not currently active.
Think of a tab control just as an easy way to display only a subselection of FP objects at any given time. The code does not need to know what the operator is currently looking at unless it is required for the code logic
I am sure that LabVIEW is smart enough not to constantly update hidden controls. Do you have performance issues?
‎01-26-2007 12:14 PM
‎01-26-2007 01:14 PM