Versions Compared

Key

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

...

Order

Attribute JSON (not currently used)

Description

Expected values

Mandatory

0co_caCommon Address of ASDU
YES
1co_ioaMessage address
YES
2co_valueValue
YES
3co_seSelect or Execute0 or 1YES
4co_typeType of ASDU
YES
5co_oaOriginator address
NO
6co_cotCause of TransmissionSee Cause of TransmissionYES
7co_test
[0..1] (default = 0, test data object = 1)
8co_negative


9co_qu


10co_ts



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

Code Block
languagepy
{
   "command_object":{
      "co_type":"type_id",
      "co_ca":"ca",
      "co_oa":"oa",
      "co_cot":"cot",
      "co_test":"istest"0,
      "co_negative":0,
      "co_ioa":"ioa",
      "co_value":"value",
      "co_qu":"pulse",
      "co_se":"Select/Execute",
	  "co_ts":"time_marker"
   }
}

...