Versions Compared

Key

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

...

AttributeDescriptionExpected valuesMandatory
namethis identifies the protocol stackiec104client, iec104server, tase2client, tase2server, 61850client, 61850server, etc...Yes
versionversion number of the configuration file2 digits x.y => x = major change, y = minor changeYes
connectionsarray of connections
Yes
connections.srv_ipIP address to remote IEC 104 serverIP addressYes
connections.portport number to remote IEC 104 serverdefault = 6001No
remote_station_addrremote server station address6 bitsYes
local_station_addrlocal server station address6 bitsYes
remote_addr_in_local_stationremote address in local station0, 1 or 2Yes
Inacc_timeouttimeout before declaring the remote server unreachabledefault = 180 (seconds)No
Maxmax_sarmmax number of SARM messagesdefault = 30No
Toto_socket


Repeatrepeat_path_Amax number of authorized repeats for path Adefault = 3No
Repeatrepeat_path_Bmax number of authorized repeats for path Bdefault = 3No
Repeatrepeat_timeoutTime allowed for the receiver to acknowledge a frame,
After this time, the sender repeats the frame.
default = 3000NoAnticipation
anticipation_ratiomax number of messages send without ACKframes allowed to be transmitted while waiting for acknowledgement default = 3
Defaultdefault_msg_period


Test_msg_sendTest message in sending direction
Yes
Test_msg_receiveTest message in receiving direction
Yes

...

This is the Datapoint representation of an HNZ message.

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:

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
    }
 }

...