question

chisholm31 avatar image
0 Likes"
chisholm31 asked Jason Lightfoot commented

Batch processing with operator

Hi,

I am trying to create a batch process that represents a single one of our bottle soaking tanks. I have tried using a queue to release the entire batch onto a processor at once which seems to work fine however I would like to stop that queue from refilling until the process is finished. The queue is loaded by an operator and the processor is unloaded by the same operator. I will also need to scale this up to have 8 ques and processors all operated by the same operator.

Any help would be greatly appreciated.


FlexSim 24.0.2
process flowbatch processingflexsim24.0.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

Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Jason Lightfoot commented

On the queue's EndCollecting trigger you can stop the input of the queue and then have the processor resume the input when the last item exits (test for content==1).

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