Saves the deployed configuration of processes or shared variables to one or several LabVIEW project libraries.

Note If the application you want to build uses this VI, you must place a checkmark in the Enable Enhanced DSC Run-Time support checkbox on the Advanced page of the Application Properties dialog box.


icon

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.