route planning software
Hi
Does anyone havea system which links to a 3rd party route planning application ? I have a client asking me about this - they want to take orders due for next day delivery, through them into an application and have it assign the orders to the vehicles and then plan the vehicle routes.
Just wanted to see if anyone has any experience of this and/or 3rd party products they could reccommend ?
Hi Gordon
We have integrated with Descartes - Fleetwise and Omnitracs (formerly Roadnet). Both of these systems are set-up to handle multi-truck routing and have some fairly advanced rules that can be put in place for route optimization. Our initial integrations were via a simple csv file that was loaded daily. With Roadnet, we rewrote it leverage their Web Services. That allows the orders to be fed in through-out the day so that dispatcher can handle same day deliveries.
We also have a scheduling application that we developed. It allows a dispatcher to place orders on a truck/route. After all of the order have been placed, we use Microsoft's Map routing to optimize the route for the truck. It doesn't handle multi-truck routing, but it's very effective for smaller operations. There are some licensing considerations, so we don't purchase it directly from Microsoft, but instead go through a third-party.
Jim
We have integrated with omnitracs (roadnet) and ran on them for years. We have just finished switching to maven-machines (https://mavenmachines.com/). Both have served us fairly well and would probably work for you.
Thanks,
Greg
Roadnet is very popular, but our customer is recently migrating to Descarte for its additional features and flexibility. I can't help on the code end, they send CSV files to a middleware that then sends the data to Descarte, probably via REST.