Get Valid Channels VI
- Updated2025-11-20
- 2 minute(s) read
Get all non-disabled channels for the plugin. The list of channels can be used when reading the latest channel-specific parameters to determine which channel data to send to FlexLogger and how to send it. Plugin developers determine if channels can be disabled on with the option in the constructor for the respective channel.

Inputs/Outputs
Plugin in
—
Plugin In is the instance of the user's Plugin.lvclass being passed in.
error in (no error)
—
The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.
Plugin out
—
Plugin out is the instance of the user's Plugin.lvclass being passed out.
Channels
—
Channels is an array of channel objects of type Channel.lvclass.
error out
—
The error out cluster passes error or warning information out of a VI to be used by other VIs. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |
Plugin in
—
error in (no error)
—
Plugin out
—
Channels
—
error out
—