Print

Datapoint Widget

Summary


The datapoint widget is used to display the most recent value of a tag. It can be configured to display the raw numerical value, or customized to display icons and text if the value falls within a range you define. It is commonly used to determine the current status of a single device at a glance, or to compare a large number of devices in a single view.

Examples gallery


  • Default view displaying the most recent data value

Common applications


  • Create an overview of machine temperatures throughout  a factory line, and turn them orange or red if a device starts to overheat.
  • Measure the power consumption of a machine to determine if it is currently off, on/idle, or in use.

Configuration Options


PropertyOptionsDescription
MetricEnables data smoothing. Used to remove noise from data.
SnapshotNo smoothing; Shows the most recent value.
MaximumAverage the maximum values over a number of samples.
MinimumAverage the lowest values over a number of samples.
RefreshDetermines the frequency with which the widget will refresh the displayed data. Set longer refresh times for widgets that are not checked often.
AutoSets the refresh rate automatically, based on the incoming signal.
SetSpecify a refresh rate in seconds, minutes, or hours.
Scale and OffsetModify the raw data to either scale up the value by a multiplier, or offset the value by a fixed amount. Used to convert units (eg, watts to kW), or to correlate data streams with drastically different scales (eg, °F vs vibrations per second).
RawNo adjustment.
CustomSpecify a scale factor and/or offset amount.

Display Options


PropertyDescription
TagSelect the tag or state to visually configure from the list of incoming data. States that have been configured at the tag level will be show in the format, ‘StackName:TagName.State’
ConditionDefine the logic conditions under which your chosen settings will take effect, relative to a Trigger Value.
Trigger ValueDefine a threshold at which your chosen settings will take effect, as modified by your Condition setting.
ColorSelect the primary color to be displayed. Compatible with icons or alphanumeric characters.
Display IconReplace the raw value with an icon. May be used simultaneously with Display Text.
Display TextReplace the raw data value with a text string. May be used simultaneously with Display Icon.
Background ColorSelect a background color to fill in the white space of the widget.
In This Article