Page 1 of 1

AT take different path in network

Posted: Friday 22 March, 2019 - 12:04
by bob77
Helloooo

I'm working on a project where there are two AT linked to a network. This network has different paths that the AT can take. Is there the possibility to say which path an AT should take? Like when an AT has to travel to server3, he always has to go through node1? I thought about travelTo or movingTo, but the coordinates doesn't mach the ones from the nodes. :?: :?:

Thanks
BOB

Re: AT take different path in network

Posted: Friday 22 March, 2019 - 12:18
by HarryBunnik
Ha Bob,

That is the result of the shortest path algorithm. What you perhaps can do is to make the returning connection a one-way option. That is changing the network, thereby forcing the AT over the route you have in mind.

I hope this helps you further,

Regards,

Harry