Hi,
I encountered an issue while developing a very simple model that used the AGV network and a few AGVs to transport products between stations.
At a certain point of the simulation, all the AGVs were blocked and the model couldn't keep running. When I took a closer look at the situation, I noticed that there were two of them overlapped on a "Default accumulation" path. While the second AGV was still travelling, the accumulation was noticeably detected (see picture below); however, it didn't stop where it should.
I also noticed that this issue doesn't happen when changing the accumulation on the origin path of the second AGV. Adding a second control point with "unlimited" allocations too works as well. However, I couldn't find what changed inside the navigator tree to be able to identify this error on any other networks I may build.
I developed a dummy model that replicates the situation: Dummy accumulation.fsm
Thanks in advance!