Changes

Line 43: Line 43:  
== Odometer==
 
== Odometer==
 
[[File:FTC odometer.png|alt=|right|500px]]
 
[[File:FTC odometer.png|alt=|right|500px]]
Set odometer value from which the device will start counting.''Odometer Value'' sets the starting total odometer value. ''Priority'' allow to select how events are being sent to a server.
+
Set the odometer value from which the device will start counting.''Odometer Value'' sets the starting total odometer value. ''Priority'' allows to select how events are being sent to a server.
    
'''Priority'''
 
'''Priority'''
Line 53: Line 53:  
<br>
 
<br>
 
<br>
 
<br>
 +
<br>
 +
 +
==Eco Driving==
 +
[[File:FTC921 Eco Driving.png|alt=|right|500px]]
 +
The feature sends an event when a harsh acceleration, braking, or cornering incident happens. The device continuously monitors and processes accelerometer/GPS data to decide whether a harsh event has occurred. If either one of the three threshold values is exceeded, an event will be generated.
 +
 +
'''Priority'''
 +
*'''Disable''' - disable scenario.
 +
*'''Low Priority''' - when low priority event is triggered, device '''makes additional record''' with indication of event cause.
 +
*'''High Priority''' - module makes additional record with High priority flag and '''sends event packet immediately''' to the server by '''GPRS'''.
 +
 +
'''Harsh Thresholds'''
 +
*'''Acceleration threshold (m/s²)''' - the max allowed acceleration force that can be reached while accelerating without triggering a harsh acceleration event.
 +
*'''Braking threshold (m/s²)''' - the max allowed braking force that can be reached while braking without triggering a harsh braking event.
 +
*'''Cornering threshold (m/s²)''' - the max allowed cornering force which can be reached while cornering without triggering a harsh cornering event.
 +
 +
'''Source'''
 +
 +
The data source for the eco-driving feature. The accelerometer source is more accurate compared to GPS but requires tight installation and accelerometer calibration.
 +
*'''GNSS''' - Acceleration data is calculated from GNSS speed and heading using a mathematical model of motion.
 +
*'''Accelerometer'''- Acceleration data is taken from the built-in accelerometer sensor chip.
    
==Unplug detection==
 
==Unplug detection==