Hello,
I have a question about the run vi invoke method.
I have a start vi and a stop vi. When I run the start vi, it uses the run vi invoke method to call a third vi. I want the third vi to run until I call the stop vi which sets a global causing the third vi to stop. Now this seems to work ok when I have the third vi open. But if the third vi is not open, it will stop running when the start vi stops. Is there any way to make it run past the execution time of the start vi without having it open?
Thanks for any help!