Use this VI to change the type of dialog shown at the group level in FlexLogger. An immediate dialog sends all property value changes immediately to the plugin allowing the plugin developer to add dynamic behaviors. An OK/Cancel dialog waits until OK is pressed to send all property value changes as single batch.


icon

Inputs/Outputs

  • cPluginSDK_lvlibp_Pluginlvclass.png Plugin in

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

  • cbool.png Use Immediate Device Dialog?

    Use Immediate Device Dialog? determines whether to use the immediate device dialog. An immediate dialog sends all property value changes immediately to the plugin allowing the plugin developer to add dynamic behaviors. By default, this value is FALSE, and FlexLogger will not use an immediate device dialog. Set this value to TRUE to change the behavior to use an immediate device dialog.

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