question

MatteoMano avatar image
0 Likes"
MatteoMano asked Jacob W2 commented

picking boxes without reducing the stock in racks

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 ?

FlexSim 24.2.3
warehouseorder pickingbox
· 2
5 |100000

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

Aldo Martin del Campo avatar image Aldo Martin del Campo commented ·

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 0 ·
Jacob W2 avatar image Jacob W2 ♦ commented ·

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 0 ·

1 Answer

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Felix Möhlmann commented

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


capture1.png (12.9 KiB)
· 4
5 |100000

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

MatteoMano avatar image MatteoMano commented ·

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 0 ·
Felix Möhlmann avatar image Felix Möhlmann MatteoMano commented ·

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 0 ·
capture1.png (15.9 KiB)
capture2.png (8.0 KiB)
MatteoMano avatar image MatteoMano Felix Möhlmann commented ·

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 0 ·
Show more comments