question

Mayuresh J avatar image
0 Likes"
Mayuresh J asked gilbert jerald commented

Pallet Storage and box picking

Hello!

In this model I am palletizing four different types of cartons and placing them in a rack. Two operators palletize the cartons and one operator with hand pallet trolley puts the palletized cartons into rack.

1. I want to pick up individual or multiple individual cartons from the palletized racks. For picking I will use a schedule that will specify time, type and quantity of the cartons to be picked. How to perform this operation?

2. I also want to store the leftover cartons on combiner to a separate rack.

Please help me with above problems.

Thank You.

carton-picking.fsm

FlexSim 17.1.4
Choose One
order pickingpalletscartons
carton-picking.fsm (194.4 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.

gilbert jerald avatar image
2 Likes"
gilbert jerald answered gilbert jerald commented

@ Mayuresh J,

Hi,

I have attached a sample model for your second question "After palletizing all the possible boxes some boxes are still left on combiner"

To overcome this issue I have handled this problem using Process Flow. The boxes that enter to Queue1 will be Pushed to a list "ItemList1" and in the list, the boxes are stored as partitation ID based on item type. Now in the Process Flow, the required quantity of box will be pulled from the list based on the combiner combine quantity.

The bellow is the key code to overcome your issue. The bellow code will keep on tracking current content of each item type with respective Partition ID in List. once the current content of that particular item type is lower than the combined quantity this code will make the combine to combine whatever the remaining quantity and release the pallet.

I have attached a sample model for your reference.have a look on it and iam trying to solve your first question. I will post an answer to your first question if I get any solution.

combiner-sample-model.fsm

Thank you.


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

Jeff Nordgren avatar image
2 Likes"
Jeff Nordgren answered Mayuresh J edited

@Mayuresh J,

Attached is your model with the changes that I've made. I changed the PF modules a little bit to make the transport of the HPT and pallet a little better. I also added code in the OnModelReset to check to see if the HPT is still in the Operator. If it is, I move it back into the model.

I also changed some of the information that gets sent to the ItemList. It now contains the ItemType of the pallet which is what itemtypes the pallet contains. I also include the palletQty for the number of flowitems on a pallet, if they are different.

So when you go to pull from the ItemList for your scheduled orders, you should now have the information you need to do that.

carton-picking-jn1.fsm


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