Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello Everyone,
I am currently working on a simulation involving quick-lanes, self-lanes, and traditional lanes, all of which are fed by an arrival rate stored in a global table. I've added labels to my flow items to track item count and customer type. I'm seeking assistance with the routing logic for my flow items. Here's the logic I'm aiming for:
- If the label item count is 5 or less, the items can go to any lane, but they should preferably choose quick-lanes (QL) and self-lanes (SL) if the queue lengths for traditional lanes are equal to QL and SL queue lengths.
- If the label item count is greater than 5, the items should prefer traditional lanes R1-5 and avoid quick-lanes 99.9% of the time (with a 0.1% chance of mistakenly going to a quick-lane).
- Items should enter the self-lane queue if all Q1-Q5 queue lengths exceed the Q_SL queue length by 2 or more.
I'm unsure if this routing logic is achievable. I've tried several solutions using process flow to monitor queue lengths and attempted custom code, but nothing seems to be working. I've attached the simulation for reference. Thank you in advance for your help!
Solved! Go to Solution.