question

zeynepz avatar image
0 Likes"
zeynepz asked Joshua S answered

Warehouse optimization model

Hi,

I want to simulate the warehouse of manufacturing company. Please find attached simulation model, I have tried to draw receiving and storage processes. Packaging department send 1.50m and 2.40m package which are described as low and high pallets in that model. Low and high pallets can stack 4 and 2 layers respectively. Therefore, I created 11*25 floor storage for low pallets and 11*7 floor storage for high pallets. However, the capacity of first and last bays should be limited as 2 and 1 for the floor storages. Also, I tried to use separator to split the palets but I could not do it.

warehouse-simulation.fsmWhat do I need to know about solving these problems?

FlexSim (other)
FlexSim (other - please specify)
warehouse optimization model
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 zeynepz commented

Here's a model where it separates the items to the rack it needs to go to based on an itemtype which is assigned on a OnCreation trigger for both sources. Then on the SendtoPort for the Queue, it sends it to the port based on the item's itemtype. For having it fill on the first and last only up to 1 and 2, the easiest way to do this would be to add 2 more racks to the sides of your racks, then in your SendtoPort you can do Port by Case, and have the small pallets go to racks 1-3, and large pallets go to racks 4-6. The hard way is to add a bunch of code to the Place in Bay field in the racks.

16095-warehouse-simulation.fsm


5 |100000

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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