question

Fernanda Becker avatar image
0 Likes"
Fernanda Becker asked Ben Wilson commented

Pull strategy for racks

20160919-modeloteste-v5-autosave.fsm

Hi everybody,

I'm simulating an warehouse, with 200 types of SKUs equally distributed into 5 departments (racks). There's a central stock before the racks, where the items arrive from the source. I need to set a dedicated storage strategy in the racks, in order to make them have at maximum 10 units of each item type. So, i need the racks to pull the items from the stock, depending of the quantity of each one they already have.

Each rack is responsable for 40 item types and each rack has a maximum content of 400 units. So, there can be at maximum 10 units of each item type in a rack, even if there are another blank spaces in the rack. I tried the pull strategy pulling from item list, but I didn't succeed. Can anyone help me?

Thank you very much!!

Choose One
rackwarehousepull strategy
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

Joerg Vogel avatar image
1 Like"
Joerg Vogel answered Ben Wilson commented

I wrote a source code in the pull requirement. It is the same for all departments. Each department contains a standard range of SKU. Department1 the SKU range is 1 to 40; Department2 range 41 to 80. The range is defined by the output port number of the previous queue connected to the Departments. Then I count the SKUs in the rack. If 10 SKUs are already stored the tested item isn't pulled in the requirement (For "do not Pull" is the source code return-value false or "0". Otherwise I pull the item with the return value of true or "1". Somewhere in the model is a stop event that stops the model simulation run at 88 time units. Simply press run in the simulation control panel again and the simulation runs over this stop time.


· 3
5 |100000

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