Versions Compared

Key

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

...

Warning

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


Order

Attribute JON (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


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",
      "co_ioa":"ioa",
      "co_value":"value",
      "co_qu":"pulse",
      "co_se":"Select/Execute",
	  "co_ts":"time_marker"
   }
}

...