fledge-power / fledge-south-iec61850

A south plugin for collecting data via the IEC 61850 protocol
3 stars 5 forks source link

Redundancy handling #25

Closed aklira closed 7 months ago

aklira commented 1 year ago

See §6.5 Modelling redundancy from IEC_61850_6 standard document.

aklira commented 9 months ago

The goal is to be able to have multiple connections using different network routes to the same IED The connections are defined in the protocol stack configuration as an array of connections. The iec61850 client plugin would try to connect to the first connection in the array and if OK then it sticks with this connection otherwise it will try the next connection in the list and so on.