Performence related to Process Points

Hi all,

there is one thing that would be interesting for me regarding my understanding of the simulation.

If have created a Process Point for a Conveyor Stopper. This Stopper has 14 differnent Operation modes that i implementet by using a “CASE of xx” Statement.

That means, depending on the Mode i choose (means the Case), the process will always only perform 1 of 14 Cases.

From my knowledge of classic PLC Programming it will not effect PErformence of the System if every of my Stopper Processes (total ~160) has the complete CASE State inside.

So now my Question: How does this behave in this Simulation Environment?

Is it disadvantage to always have the 14 CASE States in each Process?

Hope you can follow may thoughts.

That is the Process.

thx and have a great day,

Florian

The statements don’t do much when they are not being executed or viewed.
So I would expect having many statements just have effect on things like loading and saving of the layout, and maybe UI or script performance whenever all statements are iterated.

understand, thx a lot!