08-16-2013 01:26 PM
Is there a way to load and show the front panel of a vi but NOT run it? I am starting with the AsynchronousCallAndForget.vi from the example finder and inserted an invoke node with the FP Open method call prior to the Start Asynchronous Call node. The vi I am loading has the "Run when opened" unchecked and the menu bar IS visible so I can manually click the run arrow. Thanks!
Solved! Go to Solution.
08-16-2013 01:57 PM
Why are you using the Async call? If you simply open the VI reference, then call the FP.Open method this works fine. You can then call the VI run method with Wait Until Done set to false if you wish to run it Asynchronously, this is how we did it in ye olde days before we had this new fangled "Start Asynchronous Call" stuff. ![]()
08-16-2013 02:11 PM
Thanks Charles! I thought I had read something saying that the F.Open would run the vi. I guess I pulled the trigger too early on the post. Thanks again.