Hi I have a question regarding preventing a long line of product due to combiner's downtime using operator. On my model below, I have an incoming product called FG that go through ConvA, ConvB and ConvC.
My question is that, in case the combiner is going through a downtime, how can I model and build the logic so that the two operators, OP_1 and OP_2, to do the combiner's job by taking some amount of FG from ConvA/ConvB/ConvC, pack it on a case and put it on ConvOP (in front of OP_1)?
To do this, do I need to add a processor next to the Operator to input the time taken for each one of them to do this job?
I attached my model below. Any kind of help is appreciated.