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.

Joerg Vogel avatar image Joerg Vogel commented ·

To Flexsim Inc: I worked on the model with a educational license.

0 Likes 0 ·
Fernanda Becker avatar image Fernanda Becker commented ·

@Jörg Vogel Thank you very much, Jörg! The logic helped a lot! It's my first time in the forum and it's wonderful to see how helpful and cooperative everybody is here.

0 Likes 0 ·
Ben Wilson avatar image Ben Wilson ♦♦ Fernanda Becker commented ·

Hi @Fernanda Becker, you asked another question as part of this response, but I separated it into its own question, here.

Because this forum is a Question and Answer format, each new post represents a question, and that question could have multiple correct answers. Each answer under the question should pertain directly to the top question, and not to other answers. Commentary on answers should be added as comments under the answer itself.

Answers aren't really meant to be used as a conversation - that is another purpose for comments, which is why I changed your answer above to a comment.

You may want to check out the Best Practices for using this Answers Site article for more information.

Thanks to you and @Jörg Vogel for your participation on this Q&A, and on the forum!

0 Likes 0 ·

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.