I have a pretty simple model but I feel that I am not doing this in the most effective way and I am looking for tips to simplify it (or point out where I am doing this wrong).
I am trying to have items of various types arrive in a queue, have the operator pick them by a sequence, and have him transport the items to processors depending on the type. In this model, I have simplified it so that the item type is also the priority, and also the destination processor number. In my real life model I will be transporting about 10 product types each with a different routing.
Particular things that I feel I have not done the best way are the "Travel to Processor" and "Unload at Processor" activities since I am using "Object by Case" for both the destination and Station respectively. I assume there is a way to make the unload station the location where the operator is traveling to? Also, I assume there is a better way to use a Global table to check product type and then route based on that? When I tried using the global table method I was not successful.
Thank you,
Carson