Read the latest plugin-level parameter value from FlexLogger. The value is a single digital channel name. The parameter must first be created by a call of matching name and data type.


icon

Inputs/Outputs

  • cPluginSDK_lvlibp_Pluginlvclass.png Plugin in

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

  • cstr.png Name (Unique Channel Identifier)

    Name (Unique Channel Identifier) is the name of the parameter for the channel(s).

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

  • istr.png Channel

    Channel is the instance of the Channel.lvclass.

  • ibool.png Found

    found returns TRUE if the parameter was found.

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