Bridge workflow
Mapping is an engineering decision, not a dump of the full IED model
IEC 61850 object names are descriptive. Modbus addresses are numeric. A gateway must translate from a rich model to a simpler map without losing the meaning of the value.
Recommended mapping flow
- Add the IED by IP or load SCL engineering files.
- Select only useful SCADA/HMI points: breaker position, trip/start indications, alarms, mode/status, and measurements.
- Probe the selected points and confirm they are readable.
- Assign deterministic Modbus address ranges and data types.
- Document scaling, Boolean meaning, quality handling, and stale behavior.
- Validate with an HMI client before using the map in a serious workflow.
Example mental mapping
XCBR1.Pos.stValcan become a discrete status point or encoded register for breaker position.PTOC1.Op.generalcan become a protection operation Boolean.MMXU1.A.phsA.cValcan become an input register or register pair depending on scaling and numeric format.
Important: Modbus by itself does not carry IEC 61850 quality and timestamp semantics. The gateway and mapping document must define how stale, invalid, substituted, or communication-failed values are represented.
Why ARServer helps
ARServer keeps selected IEC 61850 values in a runtime cache, displays quality/timestamp context, and exposes configured outputs to Modbus TCP clients. That makes the Modbus side practical while keeping the IEC side auditable.