Versions Compared

Key

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

...

Warning

The current implementation does not use a json structure, so the order of parameters is mandatory.


negativeco_
Order

Attribute JSON (not currently used)

Description

Expected values

Mandatory

0co_caCommon Address of ASDU
YES
1co_ioaInformation object address
YES
2co_valueValue
YES
3co_seSelect or Execute0 or 1YES
4co_tstimestamp
YES
5co_typeType of ASDU
YES
6co_oaOriginator address
YES
7co_cotCause of TransmissionSee Cause of TransmissionYES
8co_testis test command ?0 or 1YES
9co_is negative command ?0 or 1YES10quis pulse defined ?0 or 1YES


The processing of FLEDGE commands should evolve. Below is an example of JSON format :

Code Block
languagepy
{
   "command_object":{
      "co_type":"C_DC_TA_1",
      "co_ca":18325,
      "co_oa":0,
      "co_cot":6,
      "co_test":0,
      "co_negative":0,
      "co_ioa":6438967,
      "co_value":2,
      "co_qu":0,
      "co_se":0,
	  "co_ts":1653484330239
   }
}

...