question

Adil M avatar image
0 Likes"
Adil M asked Adil M answered

Model comparison with pick off vs without pick off

Hi, I have two models which represent a packaging warehouse. One model utilizes "pick offs" wherein an operator generates WIP- the scanner would then need to pick the package up and scan it into a pallet location based on 'Type' of package. In the other model the scanners are directly picking 2 packages from the belt and placing them on the pallet position based on package 'Type'.

So the main difference/advantage in the pick off model over the mech accumulation model is
1.) WIP generated on buffer zones closer to where the pallet position for a certain package would be- reducing travel distance.

2.) Lower loading time- since the operator now needs to choose from 12 pallet locations if picking from a buffer as opposed to 60 if picking up from the main belt. The loading time is 3.5 seconds( normally distributed) instead of 4.5 seconds.


Still after running both the models it seems that the 2nd model performs better, furthermore the distance travelled but the operators in the non pick off model seems lower with higher throughput. Is there something I'm missing. I would have expected the opposite results. @Felix Möhlmann


With Pick off.fsmMech Accumulation without pick off.fsm

FlexSim 21.2.4
pick off comparison
5 |100000

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

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

In the model without pick offs, the operators are pulling the items (via Process Flow), ordered by distance, so they will always choose the item closest to them.

In the model with pick offs, the transport tasks are distributed by a dispatcher in FIFO order. So essentially, the items are "pulling" an operator to move them. While the closest operator is chosen, there might still be other items closer to that operator which should be picked first to avoid unnecessary travel.

So to make the models comparable, I would suggest you use the same task distribution logic in the model without pick offs: Items are pushed to a list by the pick off queues and then pulled by tokens representing the operators. Since the items are not moving, you can use the default "distance" field in the list and simplify the Process Flow since the calculation to predict the pick up location is not needed anymore.

with-pick-off-list.fsm


5 |100000

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

Adil M avatar image
0 Likes"
Adil M answered

That makes sense! Thank you.

5 |100000

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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