Versions Compared

Key

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

...

AttributeDescriptionExpected valuesMandatory
do_typemessage typeTSCE, TSCG, TMA, TMN, ACK_TC, MOD10YES
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_address":325,
       "do_value":1,
       "do_valid":1,
       "do_ts":80,
       "do_ts_iv":0,
       "do_ts_c":0,
       "do_ts_s":0
    }
 }

Example for a TMA:

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

Path exploration

In redundant network configuration or generally in cases where several communication paths exist between one client and one server, the path checking exploration mechanism allows the client to try all the paths one by one without making any difference between them. The client uses the first available path. On disconnection this procedure starts again from the beginning.