question

Afthab L avatar image
0 Likes"
Afthab L asked Afthab L commented

How to prevent side transferred items from bumping into each other?

Hi,

I've been trying to model one very long conveyor with numerous side transfer conveyors as shown in the image below.

1625488141784.png

When the entry space is reduced for the main conveyor, the items still enter into the main conveyor despite bumping into the item behind it causing it to stick together. Does this not violate the entry space condition?

1625488250598.png I don't want them to stick together so if the distance is insufficient, the transfer conveyor should not send through the package. I'm not sure how to go about doing this. Any help would be appreciated.Throughput_1.fsm

FlexSim 19.2.4
conveyorside transfer
1625488141784.png (166.6 KiB)
1625488250598.png (242.5 KiB)
throughput-1.fsm (47.3 KiB)
· 1
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

Eric M avatar image
0 Likes"
Eric M answered Afthab L commented

Hi @Afthab L I made a solution using process flow. It works by putting items in a zone when they're travelling on the main conveyor. The incoming side transfers check the content of that zone and are only allowed to continue when the zone content changes to 0. This way the main conveyor items never stop. The incoming items are the ones that have to defer to whatever is in the zone. Of course, the zone can be manipulated by changing the location of DP2 and DP3.

acquire-priority_1.fsm


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