Write Use Immediate Device Dialog VI
- Updated2025-11-20
- 2 minute(s) read
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.

Inputs/Outputs
Plugin in
—
Plugin In is the instance of the user's Plugin.lvclass being passed in.
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.
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.
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
—
Use Immediate Device Dialog?
—
error in (no error)
—
Plugin out
—
error out
—