01-17-2012 09:59 PM
I posted earlier asking how to create a boolean on the selected tab in a tab control. What I didn't say was the item I was trying to control with the boolean, which is the timeout terminal of an Event Case. I am trying to have a different timeout terminal depending on which tab is selected in the tab control. In this case, if page 2 is selected, I would like the timeout value to be 100, if not, then the timeout value is the default of -1. My attached example of what I am trying to do seems to only work once...ie once the boolean changes to -1, it doesn't change back to 100 if I select back to page 2. I guess I don't understand why this is the case.
Solved! Go to Solution.
01-17-2012 10:18 PM - edited 01-17-2012 10:19 PM
That my friend is because the event structure is waiting for something to happen and tab control is not one of the controls that the event structure is monitoring (so to speak). Try the attached code.
01-17-2012 11:13 PM
Perfect. Thank you.
07-08-2012 02:31 PM
HI
can you post the labview 10. version please, as I cannot access the 2011 version
Thanks
07-09-2012 09:28 AM
Hi reigngt09,
I have saved the VI for LabVIEW 2010.
Regards,