AID / AIMC Runtime Demonstrator as Docker infrastructure "all-in-one" for development
- AID / AIMC Runtime Demonstrator
The runtime environment uses an AID submodel from a specific shell to configure an MQTT or OPC UA broker connection. The runtime then reads machine data from the broker at regular intervals. If an Influx database has been connected, the data is stored there. The runtime runs as a server component and provides REST endpoints to output the currently read machine data.
The demonstrator provides a complete infrastructure as a Docker stack. This means that no further components are required to implement the entire process. Each plays a specific role in data management and system integration:
| Component | Requirement | Description | Link |
|---|---|---|---|
| AAS Server | Required | Responsible for managing all Asset Administration Shells (AAS). | Link |
| Asset Connector | Required | Interfaces with MQTT or OPC UA brokers to retrieve real-time machine data. | Link |
| InfluxDB | Optional | Stores the data collected by the Asset Connector. | Link |
| OPC UA Broker Mockup | Required | Delivers |
