Versions Compared

Key

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

...

This status message is generated and sent cyclically. The details of the sent message and its cycling are determined in the configuration.


...

CONNEXION LOSS status point

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

...

ACCESS status point

...

The configuration of a status point cyclic is present in the Exchanged_data configuration.

...

Code Block
languagejs
 {
	"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"
	   }
	]
 }

...

CONNEXION LOSS status point

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.

...

  • "asset" is the name of the status transmission asset.


Filtering rules

...

ACCESS status point

...

The readings are transmitted without verification any check or modification.

...

CONNEXION LOSS status point

The readings are transmitted without verification any check or modification.

Data processing

...

ACCESS status point

...

Input

The cycling of the status point is not conditioned by the reception of data by the module.

...

The type of the status point is read directly from the exchanged_data configuration.

...

CONNEXION LOSS status point

Input

The plugin listens to the status reading of the associated South service.

...