GPS Jump Issue

techguru6 years ago

Dear Friends,

we have configured a new tracker of TopTen Company it is giving Issue of Gps Jumping if the update interval is 20 Second when the ignition is off
We are using following port: 5009
If we use following custom setting it stop updating location when while car is traveling

<entry key='filter.enable'>true</entry>
<entry key='filter.invalid'>true</entry>
<entry key='filter.zero'>true</entry>
<entry key='coordinates.filter'>true</entry>
<entry key='coordinates.minError'>5</entry>
<entry key='filter.skipLimit'>2500</entry>
<entry key='filter.distance'>10</entry>
<entry key='filter.maxSpeed'>500</entry>
<entry key='filter.zero'>true</entry>

https://i.imgur.com/ZfkCVFB.png

Slawek6 years ago

try

    <entry key='distance.enable'>true</entry>

    <entry key='filter.enable'>true</entry>
    <entry key='filter.distance'>40</entry>
    <entry key='filter.maxSpeed'>25000</entry>
    <entry key='filter.invalid'>true</entry>
    <entry key='filter.accuracy'>40</entry>
    <entry key='filter.duplicate'>true</entry>
    <entry key='filter.skipLimit'>1800</entry>
    <entry key='filter.future'>600</entry>
    <entry key='filter.zero'>true</entry>

    

    <entry key='report.trip.minimalTripDuration'>250</entry>
    <entry key='report.trip.minimalTripDistance'>300</entry>
    <entry key='report.trip.minimalParkingDuration'>300</entry>
    <entry key='report.trip.minimalNoDataDuration'>1200</entry>
    <entry key='report.trip.greedyParking'>true</entry>


    <entry key='coordinates.filter'>true</entry> 
    <entry key='coordinates.minError'>50</entry>
    <entry key='event.motion.speedThreshold'>1.11</entry>
techguru6 years ago

Will it filter Event also?
i face issue that whenever i use filters , it doesnt shows events

Slawek6 years ago
    <entry key='event.enable'>true</entry>
    <entry key='event.ignoreDuplicateAlerts'>true</entry>
techguru6 years ago

one more thing command for meiligao protocol is not working

Slawek6 years ago

what do you mean ?