Integration route
Relay / IED → ARServer → Modbus TCP → HMI/SCADA
ARServer reads selected IEC 61850 values from the relay, keeps a runtime cache, and exposes mapped points through a Modbus TCP server. The HMI or SCADA system polls ARServer instead of speaking IEC 61850 directly.
Best signals to start with
- Breaker or switch position.
- Protection start, trip, and operation indications.
- Major alarms and equipment status.
- Measurements that have clear scaling and engineering units.
What must be documented
Every Modbus point needs address, data type, scale, Boolean meaning, source IEC object, quality behavior, stale behavior, and expected HMI interpretation.
Do not hand over a register number only. A Modbus map without source object, quality handling, and stale behavior is not an engineering deliverable.
Acceptance checklist
- IED communication is stable on the test network.
- Selected IEC objects read correctly.
- Modbus client can poll every mapped point.
- HMI displays the correct meaning and scaling.
- Communication loss produces a visible stale or diagnostic state.