tiptr / SINDIT_Cognition_through_Similarity

Sintef Digital Twin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SINDIT - SINTEF Digital Twin

Description

This work has bee presented at the ICSA22 conference

Watch the presentation here

Cite the work:

@inproceedings{waszak2022ICSA,
  title={Let the Asset Decide: Digital Twins with Knowledge Graphs},
  author={Waszak, Maryna and Lam, An Ngoc and Hoffmann, Volker and Elvesæter, Brian and Mogos, Maria Flavia and Roman, Dumitru},
  booktitle={IEEE 19th International Conference on Software Architecture Companion (ICSA-C)},
  year={2022}
}

description

Chocolate Production Process

Here, we have several steps before the chocolate bars can be moulded and finally wrapped. The process starts with conching ground sugar with melted cocoa butter. Through tempering of the chocolate it obtains the sheen and crisp properties that we all know from chocolate bars.

Picture1

Modelling the Chocolate Factory

This is a simplified digital model of the chocolate factory. M1-M5 are machines with sensors S1-S5. Between the machines the ingredients are stored in queues Q1-Q9. At the last queue Q9 the packaged chocolate bars are modelled as pink squares P1-P3.

Picture2

Requirements

System:

  1. Docker compose

If you are using windows see here

Local deployment of example factory:

  1. Build the Docker containers

    docker compose build
  2. Start up the Docker containers

    docker compose up
  3. The example dash board of a chocolate factory can be reached at http://localhost:8050/

dash

To start the simulation enter the simulation duration and press 'Simulate'. With 'Reset' the original state of the factory graph can be restored.

References

  1. simpy

Blame & Contact

About

Sintef Digital Twin

License:MIT License


Languages

Language:Python 98.9%Language:Shell 0.8%Language:Dockerfile 0.3%