sampleoperatorseq.fsmHello, I am trying to build a model where there are group of operator working. Basically I have 2 questions
1) How to select operator Randomly from the group
In my model first customer are coming and going to processor(according to their type) where processor uses operator for processing. There are total 3 operators. (Please refer attached sample model)
Operator P can work on both processor A and B. and Operator Q , R can work only on processor B.
If operator P is working on proc B, and any customer arrives at processor A then operator must finish current work and immediately goes to processor A.
Whereas for working on Processor B, any operator (P ,Q, R) randomly selected. How to do that.
2) And after finishing process customer takes 4 min to reach exit how to give this condition in model.
Eagerly waiting for your valuable suggestions.
Thank You.