Overview
This VI demonstrates how the main VI can call the subVI and stop it.
Description
Here is a brief description of the example:
The subVI generates a sample sine wave which will pop-up. The VI and Main VI can be stopped by pressing the stop button on the front panel of the main VI.
Requirements
- LabVIEW 2013 (or compatible)
Steps to Implement or Execute Code
- Run the main VI
- Choose the SubVI
- The subvi is run
- Click the "Stop SubVI"button
- The Subvi is closed
Additional Information or References
VI Snippet
Main VI:


SubVI:


**This document has been updated to meet the current required format for the NI Code Exchange.**