I created an automatic arrival process that just as the title says, automatically marks stops as arrived or departed based off of when the GPS of a truck is within the radius of the stop company's geofence.
The program works as a server process that automatically updats the TMW Systems database to mark these stops as arrived or departed in TMW Suite. (The same process will work with TMW.Net as well.)
It automatically records the time of the arrival and the time of the departure along with several alerts necessary along the way.
I also created a way for the dispatchers to see the auto-arrival data shown here.
The column Auto-Arv Time is when the driver entered the geofence, and the Auto-Dep Time is when the driver has left the geofence. We can see in the snippet above, that driver CHAPMI has not yet left the "Riverside Transport Inc" location. as no depart time has been entered yet.
There is a bunch of logic that was built in to prevent multiple discontinuous arrival of the same stop and multi-stop arrivals across orders.
Comments
Post a Comment