Good morning, hope everyone is doing fine.
What I like to clarify is, when my vessels/vehicles goes from location A to B and stops for few minutes (less than 5 mnts, m guessing).
In the Trip Report it is not not registering as a stop.
So in the config file I am thinking of overriding the default value of 300 second to:
<entry key='report.trip.minimalParkingDuration'>180</entry>
However my question is, will i need to adjust this configuration:
report.trip.minimalTripDuration
too??
Thank you.
If you're only worried about stop duration, then no.
Thank you.
What I am actually going for, is creating a new ReportTrip after every stop.
So after reducing the minimalParkingDuration
. When the vehicle is in motion and stops, then start moving (after the parking duration), it will create a new Report Trip?
Good morning, hope everyone is doing fine.
What I like to clarify is, when my vessels/vehicles goes from location A to B and stops for few minutes (less than 5 mnts, m guessing).
In the Trip Report it is not not registering as a stop.
So in the config file I am thinking of overriding the default value of 300 second to:
<entry key='report.trip.minimalParkingDuration'>180</entry>
However my question is, will i need to adjust this configuration:
report.trip.minimalTripDuration
too??Thank you.