Owning Palette: Output Express VIs
Requires: Base Package
Displays a standard dialog box that contains an alert or a message for users.
| Dialog Box Options |
| Block Diagram Inputs |
| Block Diagram Outputs |
| Parameter | Description |
|---|---|
| Message to Display | Contains the text to display in the dialog box. |
| Buttons to Display | Contains the following options:
|
| Parameter | Description |
|---|---|
| Message | Contains the text to display in the dialog box. |
| Enable | Enables or disables the Express VI. The default is ON or TRUE. |
| error in (no error) | Describes error conditions that occur before this node runs. |
| Parameter | Description |
|---|---|
| OK | Returns TRUE when you click the first button in the dialog box and FALSE when you click the second button. |
| error out | Contains error information. This output provides standard error out functionality. |
This Express VI operates similarly to the following VIs and functions:
One Button Dialog
Two Button Dialog
Three Button Dialog
Refer to the Moonlanding VI in the labview\examples\express directory for an example of using the Display Message to User VI.