Skip to content

Commit 45d044d

Browse files
author
Penubakula
committed
Update digital_twin.md
1 parent e7bac78 commit 45d044d

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

docs/twin/digital_twin.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ Additionally, the Digital Twin Core contains three essential supporting services
1212

1313
The Change Handler serves as an intermediary layer between the Agent Control and data integration on one side and the State Model on the other, ensuring all state changes are validated and consistent. Model Learning provides basic functionalities for machine learning, enabling the system to learn from historical data. Repository Services provide the capability to persist the State Model, ensuring long-term data retention, versioning, and recoverability of the entire system state.
1414

15-
<div align="center">
16-
<img src="../assets/imgs/twin.png" width="500" height="300" alt="Schematic Structure Twin" />
17-
<h3>Schematic Structure Twin</h3>
18-
</div>
15+
![Schematic Structure Twin](../assets/imgs/twin.png)
16+
17+
### Schematic Structure Twin
1918
State Model
2019
The State Model contains the data model of the environment (production and logistics). The idea is that each scenario has its own state model object. This means that no distinction is made between scenarios that reflect the physical world and virtually generated simulation scenarios. In both cases, changes from the environment are included in the state model in the same way (however, in some cases through passing the agents first). Next to environment the planning services such as the factory planner or the scenario analytics are based on the state model. While the "static" state model is the output of the factory planner, the state model serves as input for the scenario analytics. Concluding, the state model is connected to all areas of the digital twin framework.
2120

0 commit comments

Comments
 (0)