List DataPlugins VI

Owning Palette: Manage DataPlugins VIs

Requires: Base Development System

Lists all DataPlugins existing on the National Instruments website at ni.com/dataplugins or registered on the local computer. You also can use this VI to search for a DataPlugin that exists on the local computer or the National Instruments website.

Note  Use the Register DataPlugin VI to register or install DataPlugins on the local computer.

Example

 Add to the block diagram  Find on the palette
DataPlugin name specifies the name of the DataPlugin you want to search for. If you do not wire data to this input or if you wire an empty string to this input, this VI lists all DataPlugins registered on the local computer or exist on the National Instruments website.
file extension specifies the file extension of a DataPlugin.
source specifies the source location where you want to search for the DataPlugins.

0local machine (default)—Lists or searches DataPlugins installed on the local computer.
1web—Lists or searches DataPlugins from the National Instruments website at ni.com/dataplugins.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
DataPlugin information returns information about each DataPlugin.
name returns the name of the DataPlugin.
version returns the version information of the DataPlugin.
type returns the type of the DataPlugin. This information indicates the programming language in which the DataPlugin was created.
read-only? indicates whether the DataPlugin is a read-only DataPlugin.
extensions returns the file extensions you can use with this DataPlugin.
error out contains error information. This output provides standard error out functionality.

Example

Refer to the Manage DataPlugins VI in the labview\examples\File IO\DataPlugins\General directory for an example of using the List DataPlugins VI.

 Open example  Find related examples