question

Jose_antonio Ie avatar image
0 Likes"
Jose_antonio Ie asked Jason Lightfoot edited

Send items to another conveyor

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.

FlexSim 23.1.0
conveyorsdecision points
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

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot edited

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



· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Jose_antonio Ie avatar image Jose_antonio Ie commented ·

It works very fine!!!

Thanks a lot!

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Jose_antonio Ie commented ·

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

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.