Print

Gauge Widget

Summary


The gauge widget shows the latest value from a single tag, and renders it as a gauge with upper and lower values. Additional thresholds can be added to a gauge by configuring a tag’s range properties (applies everywhere that tag is used), or by configuring a gauge widget’s display options (applies to that widget only). Details on setting range properties are available here.

Examples at a glance


  • Default view displaying the most recent value with minimum range set to zero and maximum set to 100.

Common applications


  • Monitor multiple attributes of complex machines at a glance across unrelated units and scales, such as a turbine’s power output (kW), speed (rmp), fuel pressure (psi), and exhaust temperature(°F).
  • Observe real-time activity across multiple devices when prototyping and testing new production flows or machine settings.

Configuration options


Hover over a widget and click the Configure Widget button () to control which tags to include and how data should be handled, such as defining the amount of data to display or scaling up subtle signals to make them easier to use. Once you have selected the tags to be shown, click ‘Next’ to configure data handling options using the properties below.

PropertyOptionsDescription
RangeDefines the upper and lower values of the widget.
MinimumDefine the lower boundary value.
MaximumDefine the upper boundary value.
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


Hover over a widget and click the Display Options button () to define conditions that change the way data is displayed, such as changing colors or showing text based on incoming data. Setting up multiple conditions can create widgets that are very dynamic, elevating critical information as data conditions change. See our tutorial on creating your first dashboard for an interface breakdown.

PropertyDescription
TagSelect the tag or tag state to configure from the list of incoming data. States will be shown in the format ‘StackName:TagName.State’
ConditionDefine the logic conditions under which your chosen settings will take effect relative to the Trigger Value.
Trigger ValueDefine the threshold at which your chosen settings will take effect relative to the Condition setting.
ColorSelect the display color for the section of the gauge defined by the Condition and Trigger Value.
Display IconNot currently implemented for this widget type.
Display TextNot currently implemented for this widget type.
Background ColorNot currently implemented for this widget type.
In This Article