Discrete-event models for a PCB manufacturing line.
Requirements: * Python3 (version > 3.2) * SimPy (version > 3.0.9) Optionally, for GUI: * Kivy (https://kivy.org/#home)
Contents: documentation : A block diagram of the assembly line models : Simpy model for the assembly line and GUI frontend
To run a simulation in the terminal: $ cd model $ python3 SMT_simulation.py
To open a GUI window in the Linux terminal: $ cd model $ python3 SMT_dashboard.py