Hello, I am building a model with advanced agv and back order list as job sequence. But I am wondering how does the job sequence setting interact with each others. My global list job sequence is as follow:
Queue (push to)-> ItemReadyForDelivery -> Processor(pull from)
Processor (push to) -> ItemReadyForSink ->Sink (pull from)
I use the query " ORDER BY RAND() " so as to make the agvs reached the processors randomly.
I am wondering how does the next work point branches work with the global list. Does the agv follow the global list sequence first or follow the path choosing of the next work point branches? The attached file is my model, thank you so much for your help!