-
Notifications
You must be signed in to change notification settings - Fork 2
How to connect awtSCADA to IEC 61850 devices (MMS, GOOSE, Sampled Values) #2
Unanswered
larionovavi-stack
asked this question in
Q&A
Connecting awtSCADA to IEC 61850 Equipment
awtSCADA includes a full IEC 61850 communication stack:
- MMS (Manufacturing Message Specification) — read/write data objects, control commands
- GOOSE (Generic Object Oriented Substation Event) — fast multicast events
- SV (Sampled Values) — real-time measurement streams
Setup Steps
- Start the Python Gateway:
python3 scada_gateway.py - Configure IED connection in the gateway config
- Open awtSCADA HTML in your browser
- Add IEC 61850 tags to your project
- Map tags to graphic elements
Supported IEDs
- ABB REL670, REF615
- Siemens SIPROTEC 5
- GE Multilin
- SEL-400 series
- Any IED supporting IEC 61850 Ed.1 or Ed.2
Python Gateway Architecture
Browser (WebSocket) <-> Python Gateway <-> libiec61850 <-> Physical IED
The gateway handles:
- MMS client connections
- GOOSE subscriber
- SV subscriber
- Data model parsing (SCL/ICD files)
Resources
Ask questions below!
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment