Add channels to the plugin.


icon

Inputs/Outputs

  • cPluginSDK_lvlibp_Pluginlvclass.png Plugin in

    Plugin In is the instance of the user's Plugin.lvclass being passed in.

  • c1dPluginSDK_lvlibp_Channellvclass.png Channels

    Channels is an array of channel objects of type Channel.lvclass.

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

  • iPluginSDK_lvlibp_Pluginlvclass.png Plugin out

    Plugin out is the instance of the user's Plugin.lvclass being passed out.

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