...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
Module description
A This plugin has been developed aims to manage system status points system. This . A system status point is a specific type of status points used to transmit technical information on the operating status of the gateway or the equipment to which it is connected
In the current version, the plugin handles the processing of the following system status points system :
- Status ACCESS status point of accessibility
- PRT.INFO
This module is responsible for managing status points system. It will evolve as new status point are added.
...
- CONNEXION LOSS status point
The plugin can be extended to add more system status points in the future if needed.
ACCESS status point
The 104 centers must receive an accessibility status point indicating that the connected RTU is still functional.
This status message is generated and sent cyclically. The details of the sent message and its cycling are determined in the configuration.
PRT.INFO
In case of a loss of connection with the RTU, the idea is to inform the Center that the connection has been lost. This information is sent as follows:
...
Since this information is configured as fugitive, it is not necessary to reset the piloting to 0.
Configuration
Status point cyclic
The configuration of a status point cyclic is present in the Exchanged_data configuration.
An attribute called "ts_syst_cycle" is added to allow the configuration of a status point as cyclic.
Example :
Code Block | ||
---|---|---|
| ||
{ "label" :"GAMBS_0_TS-SYST_ACCES", "pivot_id" :"xxx", "pivot_type" :"SpsTyp", "pivot_subtypes" : ["acces"], "ts_syst_cycle" :30 "protocols" :[ { "name" :"hnzip", "typeid":"yyy", "address":"zzz" } ] } |
PRT.INFO
The configuration of the status point in Exchanged_data includes the subtype of the status point. To configure a status point as PRT.INFO, the pivot_subtypes attribute is set to prt.inf.
Code Block | ||
---|---|---|
| ||
{ "label" :"GAMBS_0_TS-SYST_ACCES", "pivot_id" :"xxx", "pivot_type" :"SpsTyp", "pivot_subtypes" : ["prt.inf"], "protocols" :[ { "name" :"hnzip", "typeid":"yyy", "address":"zzz" } ] } |
...
- "asset" is the name of the status transmission asset.
Filtering rules
Status point cyclic
The readings are transmitted without verification or modification.
PRT.INFO
The readings are transmitted without verification or modification.
Data processing
Status point cyclic
Input
The cycling of the status point is not conditioned by the reception of data by the module.
Ouput
For each status point configured to be sent cyclically, the generated data is as follows:
...
The type of the status point is read directly from the exchanged_data configuration.
PRT.INFO
Input
The plugin listens to the status reading of the associated South service.
If the "connx_status" is in the "not connected" state, the plugin must generate a status point configured with the value 0.
If the "gi_status" is in the "finished" state, the plugin must generate a status piont configured with the value 1.
Output
The plugin generates the status point in its output as follows:
...