Question

PSO Travel Details

  • 9 August 2021
  • 2 replies
  • 116 views

Userlevel 3
Badge +4

Need input on the below queries 

1.Is the travel distance for every task captured in PSO apart from travel time during below events
    when using HTM data before commit
    when using TomTom realtime API after commit

2.How long is the above data available in PSO after the task is completed so that we can use it for reporting purpose.

3.Detail of TomTom API that is called for real time tracking in PSO


This topic has been closed for comments

2 replies

Userlevel 6
Badge +21
  1. Travel distance is captured and recorded in distance entity of Plan_Travel
  2. In the databases, these values are available for defined periods. As an example, in Scheduling database, they retain during OutputRetentionSeconds period. If you are using Archives, they retain during AuditRetentionDays period. 
  3. Details are available in page 10 of below guide.

 

Userlevel 6
Badge +21

For Realtime travels, you should be able to connect to https://www.tomtom.com and make API calls to https://api.tomtom.com/routing/1/calculateRoute

If an active internet connection is not allowed in the environment, proxy setup should be used for this.