question

Luis Gallardo avatar image
0 Likes"
Luis Gallardo asked Luis Gallardo commented

How can I send items to the combiner with the most items while collecting?

I would like to send items to the combiner with the most quantity of items in it, I have the First Available oprtion at the moment but since I'm using MTBFMTTR and TimeTables, some times the combiners are left mid way.

p1.fsm

FlexSim 16.0.9
prioritycombinersflowefficientlyfillrate
p1.fsm (127.3 KiB)
· 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.

1 Answer

Jeff Nordgren avatar image
1 Like"
Jeff Nordgren answered Luis Gallardo commented

@Luis Gallardo,

Attached is your model with the changes that I made.

In QueueSubEns24, I changed the Send To Port option to be "Longest Queue if Available". This option will look at how many flowitems are in the combiners, which is always 1, being the tote. So I modified that code so that it would look inside the tote for the correct number.

Look at the model and see if it is now doing what you are wanting it to do.

p1-jn1.fsm


p1-jn1.fsm (129.7 KiB)
· 7
5 |100000

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