1) I would need the WIP_Process1 to immediately have 24 boxes when simulation run. How do I do this?
2) How do I stop Process 1 from processing a new batch (24 boxes) if this incoming batch cannot be processed by all 3 processes? I would need to find out the idle time of Process 1 (and 2).
Background info:
- 6.51 hours of run time
- Batch must complete all 3 processes
- Process 1 cannot run a new batch unless, it is guaranteed that this batch can be completed within the shift
For the process flow, I am unsure on how to start, if anyone is able to help out, your help will be greatly appreciated. thank you