To download NI software, including the products shown below, visit ni.com/downloads.
This example demonstrates how to delete all currently deployed Shared Variables from the Shared Variable Engine (SVE).
Description
Using the Datalogging and Supervisory Control Module (DSC), you can easily manipulate Shared Variables and the Shared Variable Engine (SVE).
This example will search all Shared Variables deployed on the system and delete the processes from the Shared Variable Engine. Use this to quickly clean up old variables from your Shared Variable Engine.
It can be necessary to delete the already deployed Shared Variables, because Shared Variables stay deployed after you terminate your application. Learn more at Making Shared Variables Available on a Network
"LabVIEW does not automatically undeploy the project library when the application terminates"
Requirements
Software
Hardware
Steps to Implement or Execute Code
Additional Information or References
**The code for this example has been edited to meet the new Community Example Style Guidelines. The edited copy is marked with the text ‘NIVerified’. Read here for more information about the new Example Guidelines and Community Platform.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.
Read the example too fast; didn't see the note attached.