Versions Compared

Key

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

...

This is the Datapoint representation of an HNZ message.

AttributeDescriptionExpected valuesMandatory
do_typemessage typeTSCE, TSCG, TMA, TMN, ACK_TC, MOD10YES
do_stationstation address
YES
do_addressmessage address
YES
do_valuevalue
YES
do_validvalidityvalid = 0 or invalid = 1YES
do_tstime code10 ms fraction in the 10 min moduloYES
do_ts_ivtimestamp invalidvalid = 0 or invalid = 1YES
do_ts_closs of chronologylost = 0 else = 1YES
do_ts_sts not synchronizedsynchronized = 0 else = 1YES

Example for a TSCE:

Code Block
languagejs
{
    "data_object":{
       "do_type":"TSCE",
       "do_addressstation":12,
       "do_addr":325,
       "do_value":1,
       "do_valid":1,
       "do_ts":80,
       "do_ts_iv":0,
       "do_ts_c":0,
       "do_ts_s":0
    }
 }

...

Code Block
languagejs
{
    "data_object":{
       "do_type":"TMA",
       "do_station":12,
       "do_address":71,
       "do_value":-15,
       "do_valid":1
    }
 }

...