Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Historian

Understand interpolation type

  • Last UpdatedJan 25, 2024
  • 1 minute read

Analog tag values can be retrieved using stairstep or linear interpolation methods to help calculate a value if none is stored for a given point in time.

  • Stairstep: The value at the cycle boundary is assumed to be the same value as the last stored value before the cycle boundary.The last known point is returned with the given cycle time. If no valid value can be found, NULL is returned.

    Graph of stair step retrieval mode.

  • Linear: The historian calculates a new value at the cycle boundary by interpolating between the last stored value before the boundary and the first stored value after the boundary. If either of these values is NULL, it returns the last stored value before the boundary.

    Expressed as a formula, Vc is calculated as:

    Vc = V1 + ((V2 - V1) * ((Tc - T1) / (T2 - T1)))

    Graph of interpolated retrieval mode.

TitleResults for “How to create a CRG?”Also Available in