Method of VI.
Opens the front panel window. If the front panel is already open, this method changes the state of the front panel window to the state you wire to this method. Use the Front Panel:Close method to close the front panel window.
You also can use the Front Panel Window:State property to set the state of a front panel window that is already open. Example
| Name | Description |
|---|---|
| activate | If TRUE (default), the front panel window opens as the active window. |
| State | Sets the state in which to open the front panel window. Valid values include 1 (Standard), 3 (Hidden), 4 (Minimized), and 5 (Maximized).
|
The following table lists the characteristics of this method.
| Settable when the VI is running | Yes |
| Need to authenticate before use | No |
| Loads the block diagram into memory | No |
| Remote access disallowed | No |
| Loads the front panel into memory | No |
| Must wait until user interface is idle | No |
| Available with control VIs | Yes |
| Available with global VIs | Yes |
| Available with strict type definitions | No |
| Available with polymorphic VIs | Yes |
| Available in Run-Time Engine and Real-Time Operating System | Yes (Read/Write) |
Refer to the FrontPanelStates VI in the labview\examples\viserver directory for an example of using the Front Panel:Open method.