Message 1 of 2
Dispatcher with 8 operators – only 4 are working, and nearest Source assignment issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I have a model where 2 different Sources are feeding into the same Queues. There are 8 operators responsible for transporting boxes, and I connected them to a Dispatcher.
Problem 1: Only 4 operators are actually working, while the other 4 remain idle. I would like all 8 to be active.
Problem 2: After delivering a box, I want each operator to return to the nearest Source (based on distance). Currently, boxes are generated from Sources with random percentage distribution, but operators don’t automatically go to the closest Source after their task.
How can I fix both issues? Any suggestions would be appreciated.