question

Mike avatar image
0 Likes"
Mike asked Mike commented

How to stop the conveyor visualization keep running when it is jammed.

Hello,

Conveyor keeps running visually as long as the model run although the conveyor is jammed. How can conveyor be stopped if it is jammed.

Conveyor.fsm

FlexSim 24.0.1
conveyor
conveyor.fsm (64.6 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.

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Mike commented

The conveyors are currently set to be "Accumulating" conveyors, meaning items can stop independently of the conveyors speed. This represents a roller conveyor.

If you deactivate that option, an item being stopped on the conveyor will lead to the whole conveyor coming to a halt.

1706253922271.png


1706253922271.png (2.0 KiB)
· 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.

Mike avatar image Mike commented ·
Can we also do in a way that conveyor runs upon being trigger? In real life, the conveyor is not running upon starting the system, but it runs upon trigger from upstream handshake.

Regards,

Mike.

0 Likes 0 ·
Felix Möhlmann avatar image Felix Möhlmann Mike commented ·
You can set the start speed to 0 and later change the speed with the following expression (where "conv" is a pointer reference to the conveyor object).
conv.as(Conveyor).targetSpeed = X;
0 Likes 0 ·
Mike avatar image Mike Felix Möhlmann commented ·

Hi Mr. Felix, Is the below in red box initial speed?


1706852478856.png


0 Likes 0 ·
1706852478856.png (65.2 KiB)
Show more comments

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.