Hello,
Situation:
I want to simulate a bottle filling machine.
The machine has 100 filling valves (for each bottle). -> So I set the max content on 100.
The process for filling one bottle should take 20 seconds. -> I set the process time on 20 seconds.
The filling machine is taking the bottles from a queue, which is always completly filled up.
Problem:
Now I want the filling machine to take up a new bottle whenever one bottle left the machine. (One bottle after another) So the average time between two bottles getting taken up should be 0.2 seconds. How can I set this interval? I tried to set the setup time on 0.2 seconds, but this doesn´t work.
Can you help me with this problem?
Kind regards,
Julius