question

WH avatar image
1 Like"
WH asked WH edited

Box with Pallet and putaway

Hi, Thank you for reading my question.
I have two questions to use Flexsim. I want to make Boxes with Pallet for each SKUs and then putaway to Rack.


I would like to combine Box with Pallet from 1 source. First, I made 2 SKUs from 1 source and it would product pallets randomly.
Each Pallets have own SKU information. (ex. SKU_A, SKU_B)
After that, I would like to combine boxes which have information about SKU_A, SKU_B.

Each Pallets have SKU information, However, It doesn't combine boxes which have SKU information.


If I solve this first question, I want to putaway to Rack.

Thank you

P.S. My actual version is 23.0.14

Inbound_SKU.fsm

FlexSim 23.0.15
warehousepalletboxesputaway
inbound-sku.fsm (59.2 KiB)
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

Felix Möhlmann avatar image
1 Like"
Felix Möhlmann answered WH edited

You can use the SKU label to get the correct quantity from the table directly in the Quantity field. There is no need for a Decide activity.

In the attached model I slightly changed the structure of the logic. The Sub Flow is run as many times as there should be items on the pallet with each token creating one item. This makes it easier to also resize and recolor the created items.

If you want to assign the pallet to a specific slot, you can use "Storage.system.getSlot()" to get a reference to that slot, then assign the pallet to it and move the pallet into the respective rack.

If you want to assign any available slot, use the "Find Slot" activity and query for slots with space for the pallet.

inbound-sku-fm.fsm


inbound-sku-fm.fsm (59.3 KiB)
· 5
5 |100000

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