I have a model which Processor1 processtime is set to 5sec, and Process2 is set to 20sec. During process, operator is been assigned and for Processor1 1 operator, Process2 2 operator.
After operator1 finishes at Processor1, operator1 will join Processor2.
What I want to do is, I want the Processor2 to start process with 1 operator in the begining right after the flowitem arrives, and when operator1 becames available, it will join Processor2 and then, accelerate processtime of Processor2 to 15sec because second operator joined.
Can you do such a thing in FlexSim? If it can be done with ProcessFlow, that would be fine also. Thank you in advance.