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

Inputs/Outputs

  • cstr.png process

    process specifies the project process whose configuration you want to save to one or several project libraries.

  • cpath.png library path

    library path specifies the name of the project library in which you want to save the configuration.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • ipath.png complete path

    complete path returns the complete path to the project library or folder in which LabVIEW saved the configuration.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.

  • 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.