Hello,
I have an end-of-aisle system (two racks) with two Queues. One Queue on each side of the aisle.
I Want to make this sequence of tasks: my ASRS first picks up a box from Queue1 stores the box, then proceeds to a retrieval task. The drop points of the retrieval task are either Queue3 or the conveyor. After this I want my ASRS to do the same procedure but starting from Queue2
The flow is: Q1-STORE -RETRIEVE-Q3/CONVEYOR-Q2-STORE-RETRIEVE-Q3/CONVEYOR
I have made the process flow for the first store and retrieval task but it's like the ASRS doesn't want to follow it.
I made a push to list with the items from Queue1 and Queue2 and I assigned to them type values. In the first pull to list, I put a condition of pulling items that their type is 1 with the aim that the ASRS will start the procedure from Queue1 but this doesn't happen. It only happens if the Inter-arrival time of Queue2 is later than the Queue1, but this shouldn't be the way to fix the problem.
I am attaching my model with the process flow, any suggestion will be very helpful.
Thank you.