We are working on a simple system that includes a simple sorting conveyor loop. The model is quite simple, but after 1 hr of simulation it starts to get really slow and it seems like the reason is that the registry of traversalPoints keeps growing infinitely every time that an item reenters the loop. I have made a small sample to show the issue.
Is this expected behaviour?
Is there a way to reset or clear this data ?
I have tested in older versions of FlexSim (23.0) and the behaviour is the same.