To download NI software, including the products shown below, visit ni.com/downloads.
1. Overview
This VI shows how to close a VI from its own block diagram.
2. Description
The code shows how to open a VI reference (can be itself or some other in the directory), and pass it to an invoke node that calls the function ‘FP.Close’ in order to close the referenced VI.
3. Requirements
NI LabVIEW Base Development System 2012 (or compatible).
4. Steps to Implement or Execute Code
5. Additional Information or References
**The code for this example has been edited to meet the new Community Example Style Guidelines.**
Description-Separate-2Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.
could you please tell me , if i use FP.state = Close. then what happend...?
is it any different in property...?
That's very useful, specially when someone would want to switch from one front panel to another
This VI is absolutely the most useful and practical kind that speaks directly to how LabView should be used. It is incredibly difficult to find this sort of information in he available data. Robert L. has done my a great service in clearing the air on tis use of the invoke node. It was clear, direct and easy to understand. On top of that, it was very useful in my application in clearing many PopUp windows. I have a lot of data in various forms that must be accessed as it occurs or at the operator's option.