question

Adil M avatar image
0 Likes"
Adil M asked Felix Möhlmann commented

Conveyor Speed

Hi I was using a model which was used for a accumulating mechlite (Power of upstream conveyor section is reduced if the downstream conveyor gets 95% full). However, I also wanted to test what would be the effect in case the conveyor was fully powered. I removed all the triggers from the conveyors but it seems that the upstream conveyor is still slowing down, and not maintaining a constant speed. Is there something in the process flow that continues to slow the conveyor down? Attaching both models for reference. @Felix Möhlmann


Full Power Conveyor.fsmMech Accumulation Without pick off.fsm

FlexSim 21.2.4
conveyor
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
0 Likes"
Felix Möhlmann answered Felix Möhlmann commented

The last conveyor section still had the triggers set and some sections were set to have a reduced speed of 2 in/s.

You also seem to have reduced the maximum speed of the operators which needs to be reflected in the code for the pickup prediction. (I adjusted it so it reads the max. speed instead of using a fixed value)

full-power-conveyor_1.fsm


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

Adil M avatar image Adil M commented ·

Thanks Felix- I also noticed that in some instances the operator moves far away from the conveyor belt to pick a package. Is it because the last section of the conveyor is smaller? Operator Movement.PNG

0 Likes 0 ·
operator-movement.png (233.3 KiB)
Felix Möhlmann avatar image Felix Möhlmann Adil M commented ·

No, this happens because the pickup point calculation has no way of knowing if the item has stopped (well, you could determine if it has stopped, but you wouldn't know if it might resume at some point). So it still uses the current speed of the conveyor to calculate the intersect point.

I actually added a workaround for this in the the attached model above. The x-location of the pickup point is restricted to not be larger than the number in the "Math.min" expression. So if you use that version and haven't moved the conveyors this shouldn't happen.

1670270267753.png

0 Likes 0 ·
1670270267753.png (4.1 KiB)

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.