Print

Properties by category

Each set of tag properties is organized by category. In this article, we will define each category, list the properties it contains, and explain their application.

Standard Properties


Standard Properties are ‘cosmetic’ properties that make it easier to define a tag an the kind of data it is sending.

  • Name: Replace the internal tag ID with a custom tag name throughout the MyStacks front-end.
  • Units: Display this unit in certain visualizations, such as vertical axis of line charts.

Numeric Measurement Properties


Numeric Measurement Properties control how much data gets passed to a widget to be displayed, and make adjustments to scale or smooth data.

  • Moving Average Window: Set the size of the window to determine the degree of data smoothing to reduce data noise. 
  • Minimum / Maximum: Set the minimum and maximum values that will be passed to a widget. 
  • Scale Factor: Scale incoming data values up by a multiplier.
  • Offset: Offset incoming data values by a fixed +/- amount.

Range Properties


Range Properties define ranges of values to establish visual thresholds in the Datapoint, Gauge, Tank Level, Line Chart widgets. Exact rendering behavior differs among these widgets.

Note: This feature is under active development. Setting ranges that exceed the Numeric Measurement Maximum currently cause graphical glitches in the Gauge widget. ‘Baseline’ and ‘Low’ level thresholds are not currently implemented.

  • Notify High: Define the threshold between  ‘Green’ and ‘Blue’ status. Values below the Notify threshold will be displayed in green. 
  • Warning High: Define the threshold between ‘Blue’ and ‘Yellow’ status. Values between Notify and Warning will be displayed in blue. 
  • Critical High: Define the threshold between ‘Yellow’ and ‘Red status. Values between Warning and Critical will be displayed in yellow. Values above Critical will be displayed in red.

Asset Properties


Asset Properties allow you to enter any internal asset identifiers that may exist in your organization, to help document which device this tag is monitoring.

  • Asset ID: An ID that may be used in your organization. 
  • Equipment Class: A category that may be used in your organization.

States Properties


States Properties define the mapping from raw data to semantically meaningful ‘states,’ defined by upper and lower boundary values. For clarity, the example below has two states already applied.  Use the ‘Add State’ button to create another row, or the X button under Actions to delete a row.

  • Series type: Change this setting to accommodate either a continuous (analog) or discrete (digital) data series. Switching from Continuous to Discrete will hide or disable irrelevant UI elements until the setting is switched back; No entered data will be lost.
  • Color for Missing/Unclassified Data: Set the color to be displayed in gaps when data is missing, or does not match any defined state.
  • Minimum Duration for Missing/Unclassified Data: Set how many seconds to wait before data is assigned as missing/unclassified. Use to smooth over expected levels of signal noise.
  • State Label: Set the label that will be used on the X axis or legend in data visualizations.
  • Lower / Upper Bound: Set the ranges within which data will be defined to be in a given state.
  • Min. Duration: Set how many seconds data must be in a given range before entering  a state. Use to smooth over expected levels of signal noise.
  • Color: Set the color with which to render a state on the dashboard.
In This Article