Building the Front Panel
- Updated2026-03-31
- 1 minute(s) read
The front panel is the user interface of a VI. Generally, you design the front panel first and then design the block diagram to perform tasks on the inputs and outputs you create on the front panel.
You build the front panel using controls and indicators, which are the interactive input and output terminals of the VI, respectively. Controls are knobs, push buttons, dials, and other input mechanisms. Indicators are graphs, LEDs, and other output displays. Controls simulate instrument input mechanisms and supply data to the block diagram of the VI. Indicators simulate instrument output mechanisms and display data the block diagram acquires or generates.
Select to display the Controls palette and then select controls and indicators from the Controls palette and place them on the front panel.
Related Information
- Building the Block Diagram
- Front Panel Controls and Indicators
- Configuring Front Panel Objects
- Configuring the Front Panel
- Controls Subpalette
- Designing User Interfaces
If a VI serves as a user interface or dialog box, front panel appearance and layout are important. Design LabVIEW front panels to resemble instruments so users can easily identify which actions to perform.
- Creating Custom Controls, Indicators, and Type Definitions
- Labeling
Use object labels to document VIs on the front panel or block diagram. Use labels to provide general instructions, identify specific objects, and document Boolean values.
- Creating XControls
- Dragging and Dropping in LabVIEW