10-09-2007 08:26 AM
10-09-2007 08:30 AM
10-09-2007 08:31 AM
All,
I put a timeout event in, and all is working OK now. Thanks for all your help. I will mark this thread as completed.
07-17-2014 10:40 AM - edited 07-17-2014 10:40 AM
@smercurio_fc wrote:
Based on the modified example you posted I can't replicate what you're seeing. I wrote up a small VI to do what you explained, and the loops stopped whenever I changed tabs. Attached is the sample VI I wrote. Can you run it and see what happens?
Could you edit this to have multiple tabs working at the same time?
07-17-2014 10:50 AM
@Punsach wrote:
Could you edit this to have multiple tabs working at the same time?
You revived a 7 year old thread and is is not clear what you actually want.
A tab is a mostly cosmetic FP element.
07-17-2014 10:55 AM
@altenbach wrote:
@Punsach wrote:
Could you edit this to have multiple tabs working at the same time?
You revived a 7 year old thread and is is not clear what you actually want.
A tab is a mostly cosmetic FP element.
In this program, the user selects which tab they want to see and only one is active at a time. I want it to be that multiple tabs can function simulatneously so that the user can select which ones are working and which ones are not.
- Define "working".
- Define "at the same time"
07-17-2014 11:15 AM
The code does not need to care which tab is visible. All code parts can run at the same time, even if they are working on controls/indicators that are on tabs that are currently not visible. You don't even need to connect the terminal of the tab structure to anything.
If you have problems with this, please attach a simplified version of your code that illustrates your problem.