question

Carson M avatar image
0 Likes"
Carson M asked Carson M commented

Best way to pick items by priority and route them accordingly?

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

testing-lists-5-16.fsm

FlexSim 18.1.1
loadpriorityunloadsequencepick
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Joshua S avatar image
0 Likes"
Joshua S answered Carson M commented

When you assigned the label "destination" in the Assign Labels activity you assign integers rather than an object, so once you changed those "Value by Case" values to processors, then change the Station value of the Unload activity to token.destination. Then to clean up your process a little you can completely remove both the travel activities because the load and unload activities include a travel motion in them already. Hope this helps.

Can you explain what you mean by not being able to use a global list? because it looks like what you are pushing and pulling your items onto is a global list named "ItemList1".

· 5
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.