PressProcess_1.fsm
Hello,
I am trying to simulate shared resources (press and robot) to understand their utilization and system throughput. There are two press operations that combine two parts. I used combiner as a fixed resource. A1 and A2 get pressed together and goes through a process to become B2. B1 and B2 then get pressed together and goes to sink.
I set up two combiners to mimic parallel process and want to set up the model in a way that either PressA or PressB is running -- both cannot run simultaneously. I tried to set OnEntry and OnExit triggers on both presses to close/open input for the other press. But when I run the model I see both the combiners operating simulaneously in prallel. Looking for guidance on correcting the logic.