Skip to main content
Version: 8.1

Vision - LED Display

Component Palette Icon

The LED display is a stylized numeric or alphanumeric label. It has three different visual styles: 7-segment, 14-segment, and 5x7 matrix. By default this component is in numeric mode. To display text, switch the component to alphanumeric mode.

Properties​

PropertyDescriptionProperty TypeScriptingCategory
Background ColorThe color of the background. Can be chosen from color wheel, chosen from color palette, or entered as RGB or HSL value. See Color Selector.Color.backgroundAppearance
BorderThe border surrounding this component. Options are No border, Etched (Lowered), Etched (Raised), Bevel (Lowered), Bevel (Raised), Bevel (Double), and Field Border.
Note: The border is unaffected by rotation.

Changed in 8.1.21
As of 8.1.21, the "Button Border" and "Other Border" options are removed.
Border.borderCommon
CursorThe mouse cursor to use when hovering over this component. Options are: Default, Crosshair, Text, Wait, Hand, Move, SW Resize, or SE Resize.int.cursorCodeCommon
Horizontal AlignmentDetermines the alignment of the display's contents along the X axis.int.horizontalAlignmentLayout
LED LitThe color of lit LED segments. See Color Selector.Color.glyphForegroundAppearance
LED UnlitThe color of unlit LED segments. See Color Selector .Color.glyphBackgroundAppearance
Letter GapThe percentage of the height to be used as an inter-character spacing.float.gapLayout
MarginThe margin for the interior of the display.Insets.marginLayout
ModeThe mode of the display.int.modeBehavior
Mouseover TextThe text that is displayed in the tooltip which pops up on mouseover of this component.String.toolTipTextCommon
NameThe name of this component.String.nameCommon
Number Format PatternThe number formatting string used to format the value.String.numberFormatBehavior
QualityThe data quality code for any Tag bindings on this component.QualityCode.qualityData
StyleThe visual style of the display.int.styleAppearance
StylesContains the component's styles.Dataset.stylesAppearance
TextThe text value of the display, used when Mode is Alphanumeric.String.textData
ValueThe numeric value of the display, used when Mode is Numeric.double.valueData
VisibleIf disabled, the component will be hidden.boolean.visibleCommon

Deprecated Properties​

PropertyDescriptionProperty TypeScriptingCategory
Data QualityThe data quality code for any Tag bindings on this component.int.dataQualityDeprecated

Scripting​

Component Functions​

This component does not have component functions associated with it.

Extension Functions​

This component does not have extension functions associated with it.

Event Handlers​

Event handlers allow you to run a script based off specific triggers. See the full list of available event handlers on the Component Events page

Customizers​

Examples​

Custom LED Component​

Property NameValue
ModeAlphanumeric
TextERR-28
Background Color0,0,0
LED Lit255,0,0
LED Unlit0,0,0

Custom LED Component​

Property NameValue
ModeAlphanumeric
TextHello World
Horizontal AlignmentCenter

Custom LED Component​

Property NameValue
BorderLine Border
ModeAlphanumeric
Text852.23 lbs
Style7 Segment
Background Color255,255,255
LED Lit0,0,0
LED Unlit255,255,255

Custom LED Component​

Property NameValue
Style5x7 Matrix
Background Color255,255,255
Horizontal AlignmentRight