In FlexSim v20.2.3 when I use the option "periodic rates" to set up "process time" of a processor, the processor stops completly (doesn't process more parts).I dont have this problem in v19.1.0, this are the test that I made
test_update1.fsm (v19.1.0 ok)
test_update2.fsm (v20.2.3 same model, no ok, processor stops, output always 0)
In other test I noticed that the variable "cycletime" of the processor is set to 0 if "periodic rates" is used. I think this could be related with the problem as in my understanding "cycletime" should have a value greater than 0.
test_cycletime.fsm (v20.2.3, cycletime = 0 if option "periodic rates" is used)
How can I make this work in v20.2.3 as it shown in this tutorial?