Hello,
I have been trying to build a VI (with LabView 7.0) that allows me to set the amount of time for each event I perform with my equipment. Basically, I need a VI that keeps running for, let’s say 2 minutes while smaller events happen in their own time interval. I am attaching a simple example I created that multiply numbers, in the same logic I am using to control my events with the real equipment. What this VI should do then is:
1. Run for 2 minutes.
2. Meanwhile, another event included in it should happen for 1 minute and pass to the next event (which doesn’t need to be time controlled). This activity should be repeated for the total length of the test, which is the 2 min event. The VI should then stop after 2 min.
I am using the “Time Elapsed VI”, which is working fine for the internal events (smaller time interval) and because I inserted it on a while loop, it keeps repeating itself after event 1 and 2 (see VI, please) happen, what is what I need. But it seems not to be even counting the elapsed time of the whole thing, so these event never stop, when they should do it after the 2 min have elapsed. I might have been using a wrong logic. Could anyone have a look on it and advise, please?
I appreciate the help.
Adriana