VILLASframework / node

Connecting real-time power grid simulation equipment
https://fein-aachen.org/projects/villas-node/
Apache License 2.0
10 stars 5 forks source link

Add a new node-type for IEC61850-8-1 (GOOSE) #89

Open stv0g opened 7 years ago

stv0g commented 7 years ago

Similar to #87 we might consider implementing GOOSE messaging as a new node-type.

GOOSE is specified in:

IEC 61850-8-1:2011 - Specific communication service mapping (SCSM) - Mappings to Manufacturing Message Specification MMS (ISO 9506-1 and ISO 9506-2) and to ISO/IEC 8802-3

There are very simple examples in libiec61850:

stv0g commented 7 years ago

Hi @georg.reinke,

I already started with some basic stuff in the new branch node-iec61850-8-1

stv0g commented 2 years ago

Here some more examples:

https://git-ce.rwth-aachen.de/acs/private/research/eon-meister/61850to60870/-/blob/master/goose_client.c

stv0g commented 2 years ago

From @alberto.dognini

Hi Steffen,

Here you find all the manuals of the relay: https://new.abb.com/medium-voltage/digital-substations/protection-relays/feeder-protection-and-control/relion-for-medium-voltage/feeder-protection-and-control-ref615-iec

In the Downloads area in the middle of the page --> Manuals. I think the "IEC 61850 Engineering Guide" and the " Engineering Manual" contains what are you looking for.

Cheers Alberto

stv0g commented 2 years ago

marked this issue as related to #331