Labeling Objects with Owned Labels
- Updated2026-05-01
- 1 minute(s) read
Use owned labels to annotate specific front panel and block diagram objects.
You can resize labels and change the text characteristics of labels.
Owned labels are an inherent part of the objects that own them. Owned labels document objects. Owned labels also serve as an identifier for the object within a VI that the block diagram code can reference.
LabVIEW includes three kinds of owned labels: name labels, subdiagram labels, and unit labels.
- To create a name label, right-click the object, select , and edit the label.
- To create a subdiagram label, right-click the structure, select , and edit the label.
- To create a unit label, see Associating Units with a Numeric Control or Indicator.
Tip Because LabVIEW code can reference objects by their
owned labels, localizing owned labels can break VIs. If you intend to localize your VI, use
captions in addition to labels and localize the captions only.
Related Information
- Associating Units with a Numeric Control or Indicator
- Creating Captions
Use captions on LabVIEW front panel objects to support VI localization without changing object names or recompiling callers. Captions also let you add detailed descriptions of objects without cluttering the block diagram.