项目作者: jo-chr

项目描述 :
Simulation and generation of synthetic reliability-related data.
高级语言: Python
项目地址: git://github.com/jo-chr/i40lab-simulation.git
创建时间: 2021-04-06T09:25:13Z
项目社区:https://github.com/jo-chr/i40lab-simulation

开源协议:GNU General Public License v3.0

下载


I4.0 Laboratory Simulation

Simulation and generation of synthetic reliability-related data.

Production Line Layout and Production Sequence

production line

  1. Warehouse 1 prepares parts for one drone
  2. Mobile robot transports parts to assembly track
  3. Track transports parts to Cell 1
  4. Cell 1 executes assembly step
  5. Track transports parts to Cell 2
  6. Cell 2 executes assembly step
  7. Track transports assembled product to pickup point
  8. Mobile robot transports product to Warehouse 2

Setup

  1. Clone repository: git clone https://github.com/jo-chr/i40lab-simulation.git
  2. Install requirements: pip install -r requirements.txt
  3. Run python3 main.py

Custom Configuration

Use config.ini to configure the simulation.

Usage & Attribution

If you are using the tool for a scientific project please consider citing our publication:

  1. # Plain
  2. J. Friederich, S. C. Jepsen, S. Lazarova-Molnar and T. Worm,
  3. "Requirements for Data-Driven Reliability Modeling and Simulation of Smart Manufacturing Systems,"
  4. 2021 Winter Simulation Conference (WSC), 2021, pp. 1-12, doi: 10.1109/WSC52266.2021.9715410.
  5. # BibTeX
  6. @inproceedings{friederich_requirements_2021,
  7. author={Friederich, Jonas and Jepsen, Sune Chung and Lazarova-Molnar, Sanja and Worm, Torben},
  8. booktitle={2021 Winter Simulation Conference (WSC)},
  9. title={Requirements for Data-Driven Reliability Modeling and Simulation of Smart Manufacturing Systems},
  10. year={2021},
  11. pages={1-12},
  12. doi={10.1109/WSC52266.2021.9715410}
  13. }