Owning Palette: Manage DataPlugins VIs
Requires: Base Development System (Windows)
Exports a DataPlugin that exists on the local computer to a .uri file.
Note You can export only DataPlugins with a type of VBS or VBCrypt. Use the List DataPlugins VI to view the type of a DataPlugin. |
Add to the block diagram | Find on the palette |
DataPlugin URI path (*.uri) specifies the path to which you want to export the DataPlugin. | |
DataPlugin name specifies the name of the DataPlugin you want to export. | |
encrypt? specifies whether to encrypt the .uri file when you export the DataPlugin. The default is FALSE. This VI ignores this input if you export a DataPlugin with a type of VBCrypt. | |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | |
DataPlugin URI path out returns DataPlugin URI path (*.uri) unchanged. | |
error out contains error information. This output provides standard error out functionality. |
Refer to the Manage DataPlugins VI in the labview\examples\File IO\DataPlugins\General directory for an example of using the Export DataPlugin VI.