I have an AGV network, where AGVs pickup from the Source, and deliver one item to one of 6 different types of queues (orange, red squares at the bottom).
Current sequence:
- 1. Pick up from Source
- 2. Deliver to an empty queue (bottom of the screen)
- 3. Repeat until all queues are full
I am trying to have it so that when AGVs deliver to the red queues, they first stop at the red square called 'Flip Station 1'. Therefore, those with the orange squares would continue following the current sequence, but the red squares would be:
- 1. Pick up from Source (1)
- 2. Stop by Flip Station 1 (2) [I will add some delay logic here]
- 3. Deliver to an empty red queue (3) --> continue doing this until all queues are full.
I thought of adding labels and having a subflow by label name, but I didn't know how to give it a label based on the destination; or if it even is the most practical way of approaching this.
Notes: My AGVs are supported by an AGV Advanced Process Flow Template.
Thanks so much for any help you can provide! It is very much appreciated!