Simulation and generation of synthetic reliability-related data.
- Warehouse 1 prepares parts for one drone
- Mobile robot transports parts to assembly track
- Track transports parts to Cell 1
- Cell 1 executes assembly step
- Track transports parts to Cell 2
- Cell 2 executes assembly step
- Track transports assembled product to pickup point
- Mobile robot transports product to Warehouse 2
- Clone repository:
git clone https://github.com/jo-chr/i40lab-simulation.git
- Install requirements:
pip install -r requirements.txt
- Run
python3 main.py
Use config.ini
to configure the simulation.
If you are using the tool for a scientific project please consider citing our publication:
# Plain
J. Friederich, S. C. Jepsen, S. Lazarova-Molnar and T. Worm,
"Requirements for Data-Driven Reliability Modeling and Simulation of Smart Manufacturing Systems,"
2021 Winter Simulation Conference (WSC), 2021, pp. 1-12, doi: 10.1109/WSC52266.2021.9715410.
# BibTeX
@inproceedings{friederich_requirements_2021,
author={Friederich, Jonas and Jepsen, Sune Chung and Lazarova-Molnar, Sanja and Worm, Torben},
booktitle={2021 Winter Simulation Conference (WSC)},
title={Requirements for Data-Driven Reliability Modeling and Simulation of Smart Manufacturing Systems},
year={2021},
pages={1-12},
doi={10.1109/WSC52266.2021.9715410}
}