We are working on a very large model (> 35.000 object treenodes) and are facing the problem that it takes about 10-12 seconds to reset it. To work efficiently with the model in the long-term, we would like to reduce the model reset time.
One solution is to move the object nodes, that are currently not needed for a specific simulation scenario, into a “dummy”-node outside the model-node in the model tree. Thereby these objects get ignored on reset and the model reset takes less time. The big disadvantage of this solution is, that you have to move all objects back under the model-node before saving the model. Otherwise the objects are gone once you close FlexSim.
To resolve this issue, our idea is the following: Is it possible to create a special node/folder under (or outside) the model-node, which content is ignored on reset but the contained objects are still there after saving the model and can be moved back under the model-node if needed?
The same functionality would be great for toolbox-elements like Process Flows, Global Lists, etc.