Good day,
I have this big model, where I assign task for picking in the warehouse. The list of picking included the material handling (container) and item in the rack. The operator need to get the container assigned to him, then go to pick all the item in different rack. Then, will unload all of them in one queue or more.
I haven't made the small model to help explaining what my problem is but I will try to explain what I already did :
1. I look some list in global table using on message in dispatcher to create container with the information detailed in that global table (like where to go, how many item should be picker for it) in the queue A assigned the label of the name of operator
2. When the container created, it will automatically ask for transport to Queue Final. In the pass to of dispatcher, using custom code it will only assign container to specific operator based on the label of the name of operator.
3. When operator being assigned to load the container, each time the container going to On Exit, the custom code to create item that should be picked for that container being created in the rack and automatically pulled to the Queue Final also.
What I expect is, the operator will pick all the container, then go pick all the item in the rack before going to the Final Queue, but somehow, because the final queue is closer to the Container Origin, the operator go to unload the container first then go do the picking.
I will attached the model if it will help, but I want to ask first here, if I can do little changing to what I did to achieve what I want. Because if not it will takes time to change all of the to something else.
Thank you!