question

Sung Kim avatar image
0 Likes"
Sung Kim asked tannerp edited

Network Node Not Recognised?

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!!

Choose One
travelnetwork nodenetwork node defined pathnetwork node reference
pickdemo.fsm (148.2 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Steven Hamoen avatar image
1 Like"
Steven Hamoen answered Sung Kim commented

@Sung Kim The onarrival and oncontinue triggers of the nodes have a return 1 in there. For these triggers it means the operator continues on the edge that is specified in the return. See also this post alternative path on travel network

· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.