Versions Compared

Key

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

...

AttributeDescriptionExpected valuesMandatory
do_typemessage typeTSCE, TSCG, TMA, TMN, ACK_TC, ACK_TVCYES
do_stationstation address
YES
do_addressmessage address
YES
do_valuevalue
YES
do_validvalidityvalid = 0 or invalid = 1YES
do_tstime codetimestampepoch timestamp in milliseconds10 ms fraction in the 10 min moduloTS only
do_ts_ivtimestamp invalidvalid = 0 or invalid = 1TS only
do_ts_closs of chronologylost = 0 else = 1TS only
do_ts_sts not synchronizedsynchronized = 0 else = 1TS only

...

Code Block
languagepy
{
    "data_object":{
        "do_type":"TSCE",
        "do_station":12,
        "do_addr":325,
        "do_value":1,
        "do_valid":0,
        "do_ts":801685019425432,
        "do_ts_iv":0,
        "do_ts_c":0,
        "do_ts_s":0
    }
 }

...