question

Patrick Zweekhorst avatar image
0 Likes"
Patrick Zweekhorst asked anthony.johnson commented

Conveyor items stop with moving space > 0

Hi,

Attached is an example model from my conveyor problem. There is a main conveyor loop with some stations attached to it. In the example you will see part of this loop and 1 station. The items on the conveyor should have a distance of 1.36 meters in between them, which is the setting at the moving space for the belt conveyor. 4 items are removed from the loop and directed to the station. The fifth item should just continue on the loop:

However this is not happening. This 5th item just stops and will never move again. The roller conveyor don't have any moving distance (although I might need that for the roller conveyors on the loop). The belt conveyor is non-accumulating. How can this be solved? I noticed that if I remove a traversel from the 4th item the 5th item continues to move. However I am a bit afraid that this might break other stuff in the conveyor network. Is there a clean solution or work around available?

The example model:

ConveyorMoveDist.fsm

I tested this in the latest release (20.1.3 and 20.0.7)

Thank you for any tips

FlexSim 20.1.2
conveyorflexsim 20.1.2item stopmove distancetraversels
1592465222365.png (72.2 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

anthony.johnson avatar image
0 Likes"
anthony.johnson answered anthony.johnson commented

While this behavior is weird given the branch-off, it is technically by design. By specifying a move/entry space larger than the item length, the item will "stay on" the conveyor (it is still seen as an item that is part of the conveyor's set of conveying items) even after it is physically off the conveyor. Thus, if that item stops later down the line, it will stop the upstream nonaccumulating conveyor.

I measured the distances behind the item:

They are only 1.2 meters added up, meaning the item is still "on" that conveyor, and thus the conveyor will block when it blocks.

We could look into this, but I'm not sure exactly what we should do about it. Imagine that this was not a branch-off but a straight inline chain of multiple conveyors. In that case the conveyor would be acting properly IMO. Since the transfer is an inline transfer, the system sees this situation the same as it would that straight inline scenario.


1592492079866.png (197.6 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.