I have a simple demo model for pick aisle using network node.
I want the Operator1 to travel to NNP7 network node following the path. I manually hardcoded the destination for this demo model. If you change the "travel to" node less than 6, it stops and make a time delay as it is planned. But beyond NNP7, the Operator can't stop or passing NNP7. Instead, it just make a forever loop travel between NNP6 and NNP7. There got to be something blocking the path on NNP7 or beyond but I couldn't find what it is. Could anyone help me?
Thank you much in advance!!