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
NOYES
6co_cotCause of TransmissionSee Cause of TransmissionYES
7co_testis test command ?[0 ..1] (default = 0, test data object = 1)or 1YES
8co_negativeis negative command ?0 or 1YES
9co_quis pulse defined ?0 or 1YES
10co_tstimestamp
YES


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

Code Block
languagepy
{
   "command_object":{
      "co_type":"type_idC_DC_TA_1",
      "co_ca":"ca"18325,
      "co_oa":"oa"0,
      "co_cot":"cot"7,
      "co_test":0,
      "co_negative":0,
      "co_ioa":"ioa"6438967,
      "co_value":"value"2,
      "co_qu":"pulse"0,
      "co_se":"Select/Execute"0,
	  "co_ts":"time_marker"1653484330239
   }
}