Protocol
The Protocol add-on equips AIM-Linux gateways with the drivers, stacks, and configuration tools required to bridge OT field buses and IT services. Full documentation is available on the Advantech wiki: AIM-Linux AddOn Protocol.
Supported Field Protocols
- Modbus RTU/TCP – Poll, write, and expose register data to downstream MQTT, REST, or database targets.
- OPC UA – Host or subscribe to secure OPC UA servers for line monitoring.
- BACnet, IEC 61850, DNP3 – Optional stacks for building automation and energy verticals.
- Custom serial – Use template drivers and payload parsers to integrate proprietary devices.
Configuration Workflow
- Install the Protocol add-on package on AIM-Linux.
- Launch the configuration UI (EdgeLink Studio or the CLI helper) to define device drivers, points, and polling intervals.
- Map OT data tags to cloud or on-prem destinations such as DeviceOn, MQTT brokers, or databases.
- Validate connectivity with the built-in simulator before placing the gateway in production.
Best Practices
- Group devices by protocol type and polling frequency to optimise CPU usage.
- Use secure transports (TLS for Modbus TCP, certificates for OPC UA) when the OT network is shared or routed.
- Version-control configuration exports (
.jsonor.conffiles) to simplify fleet rollouts. - Combine with the Management add-on for remote deployment and monitoring of protocol profiles.