Expand description
Interface protocols for communication between control programs and external sources.
§Interface Protocols
Reusable interface protocols for communication between control programs and external sources (UI, HMI, other modules) via shared memory.
Unlike function blocks which are cyclical IEC 61131-3 primitives, these are stateful protocol handlers that manage handshake sequences over shared memory fields.
§Available Interfaces
| Interface | Description |
|---|---|
[CommandInterface] | Request/acknowledge command handshake (CANopen/EtherCAT style) |
Structs§
- Command
Interface - Command Interface function block.
- Command
Interface View - View struct for mapping command interface signals to GlobalMemory fields.
Enums§
- Command
Request - Request codes written by the external source (UI/HMI).
- Command
Status - Status of the command interface, written by the control program.