10-24-2007 05:52 PM
Hello with all
The reason for which I am participating in this forum is to request please some help about the following problem. I am developing a program of data acquisition in LabView
Be thanked for all information that can send me, although for their attention I am grateful infinitely
Pablo Tuza Alvarado
10-25-2007 01:16 AM
10-25-2007 01:28 AM
Hi Pablo,
Please read te online help of LabVIEW for the Event Structures [ES], you ll easily get to know of doing things you want to do.
There, read the Caveats and Recommendations when Using Events in LabVIEW page to understand when to use/when NOT to use ES.
Basically there are 2 types of events, filter events & notifier events, apart from the advanced type called the user events.
You can put your code inside the Tab control's Value Change event & inside it have a Case Structure for each page of the Tab, in which you perform different operations.
10-25-2007 01:33 AM
A quick example.
If you rt-click on the border of the ES, -->>Edit Events handled by this case... you ll see a dialog showing all the variables on the left side & their corresponding events on the right side. Just more info, if needed...
10-25-2007 02:41 AM