Versions Compared

Key

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

...

Parameters

Description

Default value

Value range

Cyclic Verification period

Period when cycling is expected.

0=cyclic check is disabled

30 seconds

[0..3600]


The module does not need the list of measured values, it only monitors the ones it receives. When a measured value is received for the first time the module triggers the monitoring of its non renewal. Only measured values with a TOC cause of transmission of "cyclic" are monitored.

...

Code Block
languagejs
{
   "plugin_stack":{
      "name":"measured_values_cycling_check",
      "cyclicverification_period" :30
   }
}

Pivot model interaction

This module is designed to work on values measured in pivot format. The other types of information are not affected by this module. Outside the detection period of the non-renewal fault, the measured values pass through the module without modification.

...

  • Update the date of reception of the measured value,
  • Know which measured value to read again in order to send the non-renewal message at the end of the timer.

The module uses the data PIVOTTM.GTIM.Cause.stVal (at "cyclic") to determine if the measured value is configured as cyclic. If it is, the module performs the monitoring processing, otherwise the message is ignored.

...

  • PIVOTTM.GTIM.MvTyp.q.DetailQuality.oldData = True
  • PIVOTTM.GTIM.MvTyp.q.Validity = "questionable"
  • PIVOTTM.GTIM.MvTyp.q.Source = "substituted"
  • PIVOTTM.GTIM.MvTyp.t.SecondSinceEpoch = timestamp of non-renewal detection
  • PIVOTTM.GTIM.MvTyp.t.TimeQuality .clockFailure = if the time source is unreliable =  Quality of the timestamp of the gateway (optional)PIVOTTM.GTIM.MvTyp.t.TimeQuality.clockNotSynchronized = if not synchronized (optional)
  • PIVOTTM.GTIM.TmOrg = "substituted" 
  • PIVOTTM.GTIM.TmValidity = Quality of the timestamp of the gateway
  • PIVOTTM.GTIM.Cause.stVal = "3" (Spontaneous)