Versions Compared

Key

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

...

seSelect or Execute
Order

Attribute JSON (not currently used)

Description

Expected values

Mandatory

0co_typeType of ASDU
YES
1co_caCommon Address of ASDU
YES
12co_ioaInformation object address
YES
23co_valuecotValueCause of Transmission
YES
34co_negativeis negative command ?0 or 1 = negativeYES
45co_tstimestampseSelect or Execute0 = Direct execute or 1 = Select before ExecuteYES
56co_typeType of ASDUYEStestis test command ?0 or 1 = test6co_oaOriginator addressYES
7co_cottsCause of TransmissiontimestampSee Cause of TransmissionYES
8co_testis test command ?0 or 1valueValue
YES
9co_quis pulse defined ?0 or 1 = pulse definedYESNO


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

Code Block
languagepy
{
operation: {
    type: "IEC104Command",
    nbParams=9,
    names=[
        "co_type",
        "co_ca",
        "co_ioa",
        "co_cot",
        "co_negative",
        "co_se",
        "co_test",
        "commandco_objectts":{,
        "co_type":value"
    ],
    parameters=[
        "C_DCSC_TA_1",
        "co_ca21441":18325,
        "co_oa74":0,
        "co_cot7":6,
        "co_test0":0,
        "co_ioa0":6438967,
        "co_value0":2,
        "co_qu1701426945586":0,
        "co_se":0,
	  "co_ts":1653484330239
   }1"
    ],
    cmdDest="hnzsouth_s1"
}