Versions Compared

Key

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

...

south_monitoring.asset: asset name used to send the connection and gi status information to the north

Structure of the south event readings:

Code Block
languagepy
{
    "south_event": {
        "connx_status": "not connected",
        "gi_status": "idle"
    }
}

IEC104 north plugin

"mode":

...

south_monitoring.asset[]: array of assets name used to monitor the connection and gi status information from the south

Structure of the south event operation to request latest status:

Code Block
languagepy
"request_connection_status"