picking boxes without reducing the stock in racks

picking boxes without reducing the stock in racks

MatteoMano
Not applicable
57 Views
7 Replies
Message 1 of 8

picking boxes without reducing the stock in racks

MatteoMano
Not applicable

[ FlexSim 24.2.3 ]

My question is about the possibility to picking boxes from racks without reducing the stock in it. because my model is quite large the simulations are very slow and I'm looking for to reduce the initial stock in racks. To do that I need to pick the boxes without reducing the stock in the rack. Is that possible ?

0 Likes
Accepted solutions (1)
58 Views
7 Replies
Replies (7)
Message 2 of 8

aldo_martindelcampo
Enthusiast
Enthusiast

Yes, it is possible to do this, but the approach depends on how you are working whether directly in process flow or in 3D. Here's a brief example: in this case, the arrival and departure of products are controlled directly in 3D, but the replenishment of items is managed through the process flow using an event-triggered source. Each time an object leaves the racks, a token is created, which then triggers the creation of the item in the rack from which it was removed. I hope this clarifies things.


2502_Answers_PickingInf.fsm

0 Likes
Message 3 of 8

moehlmann_fe
Explorer
Explorer
Accepted solution

You could even do picks without creating initial inventory at all. Assign SKU labels to the slots as discussed in your previous post (but without creating any items). Then search for slots rather than items when picking and create items on the fly to place them there.

capture1.png

0 Likes
Message 4 of 8

MatteoMano
Not applicable

I think I understand the logic but I dont know how to implement it correctly in the model. In particular, I dont know how found slot works and where I have to move the Object. Maybe you can help me !! thaks WAREHOUSE AS-IS PRELIEVI 5 op.fsm

0 Likes
Message 5 of 8

moehlmann_fe
Explorer
Explorer

For the most part it works the same as the option to find an item in the storage system that is used in the "Find Item By SKU" activity in your model. Crucially though, it also allows you to assign the found slot to an item right away, so the item will be placed accordingly when entering the rack.

capture1.png

To move the item, you can get a reference to the respective rack from the slot.

capture2.png

0 Likes
Message 6 of 8

MatteoMano
Not applicable

Sorry for my ingnorance but It's still give me some kind of error that I don't understand. WAREHOUSE AS-IS PRELIEVI 5 op.fsm

0 Likes
Message 7 of 8

moehlmann_fe
Explorer
Explorer

When you create the item the slot is not known yet, so "token.Slot.SKU" does not work. The SKU is present on the token though, so use that.

capture1.png

You assign the found slot to the label "Slot". In the Move Object activity you wrote used my version with a small s.

You also have to adjust "Record Item onto Parent". The label value is not a Storage.Slot.Item class value anymore but the object already.

capture2.png

warehouse-as-is-prelievi-5-op.fsm

0 Likes
Message 8 of 8

Jacob_White
Community Manager
Community Manager

Hi @MatteoMano, was Felix Möhlmann's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes