hello, I am trying to control the number of successor a object should send part for processing. So I am opening and closing the input ports of the successor processors onreset. The program is not throwing any error. but its not working.
forexample i want to activate only 1 successive processor out of 3 so onreset I am closing the ports of all and then opening the port of only 1 processor. But when i run the model its sending parts to 2. and no matter what, it always send part to 2 processors, even if i open all 3 ports. Please check the program on reset and let me know what I am missing. question.fsm