Send items to another conveyor

Send items to another conveyor

jose_antonio_ie
Not applicable
354 Views
3 Replies
Message 1 of 4

Send items to another conveyor

jose_antonio_ie
Not applicable

[ FlexSim 23.1.0 ]

CP2_EntregaPulmonPausas_ReparteStations.fsm

Hello everyone,

I need you help. In the attached model, items are distributed in round robin mode between DP and stations 1 and 2.

What I'm looking for is that items go through station 1 until it will be saturated, then items must go through station 2 until station 1 will be available again and so on.

I hope I will be cristal clear with the question since English is not my home language.

Thanks in advance for your support.

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

jason_lightfoot_adsk
Autodesk
Autodesk
Accepted solution

Here's one approach where station 'queue slots' are pushed to a list and the DP pulls them as items arrive. I've used labels on the stations for the priority and queue length and the DP has an array of stations containing them both.

cp2-entregapulmonpausas-repartestations_jl.fsm


1714035863818.png


0 Likes
Message 3 of 4

jose_antonio_ie
Not applicable

It works very fine!!!

Thanks a lot!

0 Likes
Message 4 of 4

jason_lightfoot_adsk
Autodesk
Autodesk

No problem. Note that this scales easily in that you can use the same process flow with other decision points you add as instances. Each DP just needs the station array label and for the stations to have the same label names.

If you were to select and copy the DP and Stations to a new location, they will just work for the new location too, without any further modifications.

0 Likes