1

How to get GPS mileage & Odometer meter mileage in single Reports

Тема: How to get GPS mileage & Odometer meter mileage in single Reports

Hi,


We are using tracking device model MVT17L3 and to check the difference between the GPS mileage & mileage from Odometer we have taken the output from the odometer.Now my query is that how can i get both the mileage in single report to check the difference.

Please suggest.

2

How to get GPS mileage & Odometer meter mileage in single Reports

Re: How to get GPS mileage & Odometer meter mileage in single Reports

Hello.

Simplest way would be
Mileage counter - GPS (http://docs.gurtam.com/en/hosting/cms/units/counters)
Odometer parameters from messages - a sensor with "counter" type (http://docs.gurtam.com/en/hosting/cms/u … sors/types)
A job created to store mileage counter in messages (http://docs.gurtam.com/en/hosting/user/ … accounting)
Report interval should include the mileage update in it (the best way is to store mileage in parameters in the morning)
A table to use is "trips" with mileage and "counter" columns.

Also a table can be created with SDK of a custom type. In such a case odometer from mesages may be used as "custom" type. And SDK can be used for "statistics" fields ammendments.

Best regards.