question

Erick L avatar image
0 Likes"
Erick L asked Joseph Gillespie commented

How to set up a process flow to make a layer pick of cartons off of a pallet?

I am trying to set up a process flow to make a pick of 4 cartons (or a layer) off a pallet using the crane and place them on a take away conveyor, and when the pallet no longer has cartons, have the crane then pick up the empty pallet and move it to port 2 to be taken away. I am sure this needs to be done using process flow but dont know where to start. Any help would be greatly appreciated. Thank you for your help in advance.

FlexSim 19.1.0
process flowcombinerrackpickingcrane
· 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.

1 Answer

Joseph Gillespie avatar image
1 Like"
Joseph Gillespie answered Joseph Gillespie commented

@Erick L

I decided to take a look at your model and found the issue with the pulling in your process flow. In the "Push to List" activity of your process flow, you gave it the Partition ID of current. Since your list had no partitions in it, it was not pushing to the list.

By removing the ID (changing it to None), it began to pull from the list.

----

After that began working, I noticed that it was still only loading one item at a time from the pallet. You could try telling it to load an array of items off of the pallet (I'm not sure if that would work or not). I made some modifications to your model that would implement Jorg's idea of putting layers in invisible pallets in these models: gantryquestionanswer.fsm gantryquestionanswer2.fsm

The difference between the first model and the second model is that in the first one I visually moved the layers down relative to the bottom pallet, so it looks good until a layer gets loaded on the conveyor. In the second one, I individually moved the items down into the invisible pallets, and it looks good all the way through.

I didn't put in functionality to separate the items from the invisible pallets at the end, but let me know if you want to and can't figure out how to do it. Also, I made a lot of changes to the model in the examples, so let me know if you have any questions about them.


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