Versions Compared

Key

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

...

draw.io Diagram
bordertrue
diagramNameprotocols_conversion_process
simpleViewerfalse
width
linksauto
tbstyletop
lboxtrue
diagramWidth1061
revision6

Protocol translation configuration

Code Block
languagejs
{
   "protocol_translation":{
      "name":"SAMPLE",
      "version":"1.0",
      "mapping_rules":[
         {
            "input_type":"M_SP_TB_1",
            "output_type":"SpsTyp",
            "mapping_rule":"104toP_1"
         },
         {
            "input_type":"M_DP_TB_1",
            "output_type":"DpsTyp",
            "mapping_rule":"104toP_2"
         },
         {
            "input_type":"M_ME_NA_1",
            "output_type":"MvTyp",
            "mapping_rule":"104toP_3"
         },
         {
            "input_type":"M_ME_NC_1",
            "output_type":"MvTyp",
            "mapping_rule":"104toP_4"
         },
         {
            "input_type":"SpsTyp",
            "output_type":"M_SP_TB_1",
            "mapping_rule":"Pto104_1"
         },
         {
            "input_type":"DpsTyp",
            "output_type":"M_DP_TB_1",
            "mapping_rule":"Pto104_2"
         },
         {
            "input_type":"MvTyp",
            "output_type":"M_ME_NA_1",
            "mapping_rule":"Pto104_3"
         },
         {
            "input_type":"MvTyp",
            "output_type":"M_ME_NC_1",
            "mapping_rule":"Pto104_4"
         },
         {
            "input_type":"SpsTyp",
            "output_type":"Data_StateQTimeTagExtended",
            "mapping_rule":"PtoT2_1"
         },
         {
            "input_type":"DpsTyp",
            "output_type":"Data_DiscreteQTimeTagExtended",
            "mapping_rule":"PtoT2_2"
         },
         {
            "input_type":"MvTyp",
            "output_type":"Data_RealQ",
            "mapping_rule":"PtoT2_3"
         }
      ]
   }
}


IEC 104 south plugin (client/master)

...