Re: I have a VI A. I want A to call another VI B and execute. After B executes, I want it to close automatically and go back to A. Is this possible ? I tried using open reference and those methods, but I am not able to do it. Can someone help me ? Thanks !Hi Maximus,
correct if I'm wrong but I think subVIs are what you are searching for.
Load your VI B as subVI in VI A and connect the wires from A to the symbol of B (do you know how to achieve this ?), then B will be executed when there is data on all wires connected to it and A will continue when B generate its output. You can also display the frontpanel of subVI B manipulating the properties via the menu in the rubrik "File"
Stephan