Fieldbus integration interface¶
Gap capability: the shape by which fieldbus protocol stacks (EtherCAT, Modbus, Profinet, CIP) plug into the runtime — without committing to any specific protocol implementation in the core.
The shape by which fieldbus protocol stacks (EtherCAT, Modbus, Profinet, CIP) plug into the runtime — without committing to any specific protocol implementation in the core. |
The runtime shall expose an adapter trait by which a fieldbus driver
produces |
Fieldbus driver implementations shall live in separate crates and shall not require modifications to the executor core. |
The executor core shall not embed any specific fieldbus protocol implementation; protocol selection is a deployment concern carried in adapter crates. |