question

Josué Islas avatar image
0 Likes"
Josué Islas asked Emily Hardy commented

Unload items from one pallet to another based on SKU label

My model unloads 26 pallets from the truck and each pallet has 20 boxes distributed in 4 different SKUs and I store them in the queue "Pallet Receipt 1". I need the PalletStacker to take a pallet from "Stock Pallet". Up to this point the logic works fine, but I'm stuck trying to solve the following: I want PalletStacker to sort SKU 1 and 2 into the new pallet, then this pallet to put into the queue "Reorder Pallets 1", then PalletStacker to go get a new pallet from "Stock Pallet" for a second pallet and sort SKU 3 and 4 into the new pallet, then this pallet to put into the queue "Reordered Pallets 1", the vacated pallet to disappear. With the above activity I should have at the end 52 reordered pallets ready to be racked.Warehouse CCLS v1.3.fsm

FlexSim 24.1.0
process flowqueuepalletsskurun subflow
· 1
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

Adam C avatar image
0 Likes"
Adam C answered Emily Hardy commented

Add the SKU label to the box instead of/in addition to the token. If you have both of your pallets made (SKU 1-2 and SKU 3-4), it is an easy fix. Make your Unload station Object by Case, with the case for each SKU number. That should sort your SKUs into the correct pallet, for you to then move those pallets to the reorder pallet queue.

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