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.