Information center
Protocol learning for ARServer users
ARServer sits between a relay or IED and the systems that need readable values. The source side is IEC 61850 MMS. The classic control output is Modbus TCP. The modern data output is MQTT.
Simple mental model: IEC 61850 describes and reads the relay model. ARServer selects and validates useful points. Modbus TCP and MQTT expose those selected points to tools that are easier to integrate.
Recommended path
- Learn IEC 61850 terminology: IED, logical node, data object, data attribute, function constraint, quality, timestamp, and SCL.
- Learn Modbus TCP register thinking: address ranges, polling clients, coils, discrete inputs, input registers, and holding registers.
- Learn MQTT publishing: broker, topic, payload, retain behavior, quality context, and timestamp context.
- Use ARServer Quick Start to add a relay or SCL file, select signals, validate readings, map outputs, and run the gateway.
IEC 61850 basicsStart here if relay object names such as XCBR, PTOC, MMXU, stVal, and q are still unclear.
Modbus TCP basicsUnderstand how HMI and SCADA clients poll registers and status points.
MQTT basicsLearn broker-based publishing for dashboards, middleware, and historian workflows.
ARServer Quick StartMove from learning to a working relay IP or SCL based gateway setup.