question

Michael C20 avatar image
0 Likes"
Michael C20 asked Andrew O commented

Stop a queue accepting certain label types based on quantity?

Hi,

Is it possible to stop a queue accepting items from a combiner once a certain number has been reached?

Thanks

FlexSim 22.1.3
batch processing
· 3
5 |100000

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

Felix Möhlmann avatar image
1 Like"
Felix Möhlmann answered

In general, to filter the input of an object you can either use process flow to control the material flow or have the object "Pull" the items, so the "Pull Requirement" can be used to restrict which items can be pulled.

In this case, you could define two array labels on the queue. One determines the target quantity of each type and the other how many items of each type were already received. (I would recommend to use numerical type values rather than letters, so they can directly be used as the index to find the correct value in the array. If the rest of the process uses the letters, I would still create a numerical label and map each type value to a number.)

1661329169813.png

1661329187831.png

1661329316275.png

1661329393104.png


1661329169813.png (6.8 KiB)
1661329187831.png (8.3 KiB)
1661329316275.png (8.0 KiB)
1661329393104.png (136.9 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.

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

I would use a process flow with lists to create a kanban type call system where 3 cards for the product are put on the list and are taken off as they're produced. As the product is despatched and the finished stock is depleted you put the card for that product back on the list - causeing another batch to be produced. You need to control what goes into the presses to limit production of a certain type, not what goes into the despatch queues.

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