Save to Library VI
- Updated2024-11-20
- 1 minute(s) read
Saves the deployed configuration of processes or shared variables to one or several LabVIEW project libraries.

Save to Library Details
If the project library you specify in library path contains other items that do not exist in the process or shared variables array, this VI does not delete those items. This VI only overwrites existing configurations and adds new items. For example, suppose the original process contains two shared variables: var1 and var2. You want to save this process to an existing project library, MyLib, which already has two shared variables: var1 and var3. When you execute the Save to Library VI, the resulting MyLib project library contains three variables: var1, var2, and var3. LabVIEW overwrites the configuration of the var1 shared variable in MyLib with that of the original process.