Control
Appearance
A Control is the main input on a Front Panel. There are two ways a control can be saved: as a basic control, or as a control file. Controls can be changed to Indicators on the Front Panel by right-clicking and selecting Change to Indicator.
Basic Controls
Basic controls are saved with the owning VI. There are many data types to basic controls and many UI styles.
Control File (.ctl)
The control file, or (.ctl) file, is the method to create a custom look to a control (including adding decals to buttons) and/or create a data type definition. The controls can have one of three different types of behavior:
- Control - saves the control as a custom control with no linking
- Type Definition - saves the control as a custom control with data type linking
- Strict Type Definition - saves the control as a custom control with both data type and UI style linking
Control
More to Come
Type Definition
More to Come
Strict Type Definition
More to Come
Customizing a Control
More to Come