- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I am currently working on a model where several operators, managed by a dispatcher, load boxes from a pallet in a rack into totes. These boxes represent material that is later consumed by processors. Each processor pulls material from its own queue, which serves as a buffer.
My goal is to have the operators move the tote, after it has been loaded, to the buffer queues of the processors. For this, I am using a process flow, which works to some extent.
At the moment, I determine the travel destination after loading the tote with the function “Lowest Content in Group”. However, this sometimes causes multiple operators to head for the same queue because they don’t yet “see” that another operator is already on the way there. Normally, this wouldn’t be a big issue, but since I’ve set the maximum content of each queue to 1, I get an error if another operator tries to unload the tote into a full queue.
To solve this, I believe the best approach would be to use a label that reserves the queue once an operator has chosen it as its destination.
Here is my current process flow:
Does anyone have a suggestion for how to best implement this reservation logic?
Thanks in advance for your help!
Felix
Solved! Go to Solution.