question

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

How to create a Sync-Up Index Conveyor

I am trying to build a Sync-Up Index Conveyor with two parallel conveyors. The first conveyor has five stations, and the second conveyor also has five stations. The stations on both conveyors are placed at 2-meter intervals, and each conveyor is 11 meters long.

My question is: How can I ensure that both conveyors run in parallel? Both conveyors must move and stop simultaneously. Parts should not accumulate; each part must wait until all parts in both conveyors have completed processing before the conveyors can index forward. The conveyors should move only when all stations on both conveyors have completed their respective processes.

At the end of the conveyor, an operator needs to pick up the parts from both conveyors one by one. At the beginning, two operators need to place the parts at Station 1 on each conveyor.

I tried removing the Accumalating option still it does'nt work.

1741943038303.png

FlexSim 24.0.0
using conveyors
1741943038303.png (77.3 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
1 Like"
Felix Möhlmann answered Felix Möhlmann commented

As you write yourself: "conveyors should move only when all stations on both conveyors have completed their respective processes". You can use a Tracked Variable that is the sum of 'ready signals' from all stations. Only if all stations are ready and the variable thus reaches a given value, are the conveyors resumed. As soon as one station stops its signal, the conveyors are stopped again. (After a small delay to make sure that all items have arrived at the next station.)

synced-cycle-conveyors.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.