I noticed some strange naming of the instance references in the Zone tree structure.
How to reproduce:
- FlexSim 21.0.2,
- Create a BasicFR, attach it to an Object PF, with an activity EnterZone and a local Zone
- Copy-paste this object
- Run this model
- Explore attribute tree of the Zone
What is observed:
nodes of both instances have the same name, even if they refer different objects. See the highlighted text:
This issue doesn't seem to affect how models work, but it may be a trap if someone decides that names of the subnodes of >stats/instances are meaningful.
`gettokens` command works as expected:
gettokens(Model.find("BasicFR4"), node("MODEL:/Tools/ProcessFlow/Object/Zone")) // -> [/Tools/ProcessFlow/Object>stats/instances/BasicFR4/tokens/1]