Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If one of the inputs was never received, assume its value is 0.

A new output data points is generated with the following format based on the operation output data point type :

  • For a simple point data type :
    • PIVOT.GTIS.* = copy from input PIVOT.GITS.*

    • PIVOT.GTIS.Identifier = output status point pivot ID
    • PIVOT.GTIS.SpsTyp.* = copy from input PIVOT.GITS.<PivotType>.*
    • PIVOT.GTIS.SpsTyp.stVal = operation result
    • PIVOT.GTIS.SpsTyp.q.Source = "substituted"
  • For a double point data type :
    • PIVOT.GTIS.* = copy from input PIVOT.GITS.*
    • PIVOT.GTIS.Identifier = output status point pivot ID
    • PIVOT.GTIS.DpsTyp.* = copy from input PIVOT.GITS.<PivotType>.*
    • PIVOT.GTIS.DpsTyp.stVal"on" if operation result is 1, else "off"
    • PIVOT.GTIS.DpsTyp.q.Source = "substituted"

...