Problem with conveyor side transfers

Problem with conveyor side transfers

Anatole_V
Not applicable
14 Views
3 Replies
Message 1 of 4

Problem with conveyor side transfers

Anatole_V
Not applicable

[ FlexSim 24.0.3 ]

Hello,


I have an issue with side transfers of conveyors, an item can either go to the right or the left, and when it goes to the left, the item does a "jump" before arriving in the second conveyor.

crossing-pb.png

conveyor_crossing_1.fsm


I looked at the conveyor points and I didn't see anything strange, am I misunderstanding the behaviour of these transfers ? Or is there a bug ?


Like this it looks like to be only visual error, but I actually have this issue in a much bigger model, and this error causes some bugs on the whole conveyor system.


Thanks,

0 Likes
Accepted solutions (1)
15 Views
3 Replies
Replies (3)
Message 2 of 4

moehlmann_fe
Observer
Observer
Accepted solution

Conveyors aren't really designed to be overlapped like this. The intersection should either be build by having the horizontal conveyors connect to the sides of the vertical one.

capture1.png

Or by using a small conveyor in the middle whose direction you change when needed.

capture2.png

The second case needs control logic to make sure that items with different destinations cannot enter the intersection at the same time. For the first case this is optional but can potentially come close to how the intersection would operator in reality.

conveyor-crossing-1.fsm

conveyor-crossing-2.fsm

Message 3 of 4

logan_gold
Community Manager
Community Manager

Hi @Anatole, was Felix Möhlmann's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes
Message 4 of 4

Anatole_V
Not applicable

Thank you for this answer, I changed the conveyor crossing and it works now.


I also think I actually found the reason why my bigger model was bugging.

In the same crossing, if I have acceleration and deceleration superior to 0, the box get stuck and is not able to transfer to the other conveyor :

crossing-image.png


Is this normal ?

Should the acceleration and decelaration always be equal to 0 ?


Thanks,



conveyor_crossing_w_pb_acceleration.fsm

0 Likes