I would like to set the work sequence between two processors(1) and two racks(2).
1. For example, when boxes of the same type arrive at Processor 1 and Processor 2, each has a processing time of 100 seconds.
If a box arrives at Processor 1 and processing begins, I want to prevent processing from starting on Processor 2 even if a box arrives there.
Once Processor 1 finishes processing, Processor 2 should begin, and the same rule should apply in the reverse case.
2-1. For the rack, I would like to know if it is possible to set different dwell times for each cell of the rack,
e.g., [1][1] = 100s, [2][1] = 50s.
2-2. When the first box is assigned to the rack, its dwell time (e.g., 100 seconds) starts counting down.
If a second box is assigned afterward, I would like the dwell time for the second box not to start immediately,
but only after the first box’s dwell time reaches zero, at which point the second box’s dwell time will begin.
Do you have any ideas for implementing this?
Thank you for taking the time to read my long questions.
Can't find what you're looking for? Ask the community or share your knowledge.