Skip to main content

LED Widget

The LED widget is a numeric display that looks like a traditional 14-segment or 7-segment LED display. It utilizes the Perspective LED Display component.

led_widget.png

Parameters

  • Name: The name of the widget instance.
  • Tag: The path of the tag to be displayed on the LED display. This should be a numeric tag. Clicking the tag icon will open a tag browser to select the desired tag.
  • LED Type: The type of LED display to use, either 7-segment or 14-segment.
  • Number Format: The format in which to display the numeric value. Follows Java's DecimalFormat patterns.
  • LED Background Color: The background color of the LED display.
  • Diode On Color: The color of the LED segments when they are "on".
  • Diode Off Color: The color of the LED segments when they are "off".