...
However, on GI response they must always be sent to 0.
Configuration
The following attributes are read from the Exchanged data configuration:
- pivot_subtypes has "transient" in the list.
Filtering rules
R1 : Only status points configured as transient in subtypes are processed by the plugin, ie pivot_subtypes has "transient" in the list.
...
The module uses the identification (Attribute "PIVOTTSPIVOT.GTIS.Identifier") of the data to identify the transient status point to process.
...
- For a simple point data type :
- PIVOTTSPIVOT.GTIS.SpsTyp.stVal = False
- PIVOTTSPIVOT.GTIS.SpsTyp.t.SecondSinceEpoch (incremented timestamp)
- PIVOTTSPIVOT.GTIS.SpsTyp.t.FractionOfSecond (incremented timestamp)
- PIVOT.GTIS.SpsTyp.q.Source = "substituted"
- PIVOTTSPIVOT.GTIS.TmOrg.stVal = "substituted"
- For a double point data type :
- PIVOTTSPIVOT.GTIS.DpsTyp.stVal = "off"
- PIVOTTSPIVOT.GTIS.DpsTyp.t.SecondSinceEpoch (incremented timestamp)
- PIVOTTSPIVOT.GTIS.DpsTyp.t.FractionOfSecond (incremented timestamp)
- PIVOT.GTIS.DpsTyp.q.Source = "substituted"
- PIVOTTSPIVOT.GTIS.TmOrg.stVal = "substituted"
...