Changes

Line 1: Line 1: −
==Crash Detection==
  −
[[File:FTC921 Crash Detection.png|alt=|right|500px]]
  −
If ''Crash Detection'' is enabled, it monitors the acceleration on each axis (X,Y,Z) that assists in detecting an accident.
  −
  −
*'''Priority''' – defines the priority of crash detection scenario: 0 – disabled, 1 – low, 2 – high.
  −
*'''Crash Duration (ms)''' - Time needed to exceed the accelerometer threshold to trigger the crash event.
  −
*'''Crash Threshold (mG)''' - Acceleration threshold that needs to be exceeded for the length of the configured duration to generate a crash event.
  −
''Threshold'' and ''Duration'' values are set depending on the impact magnitude that is required to be detected. FTC921 can detect events ranging between a slight tapping on the device and a severe accident.
  −
  −
<br />
  −
<br />
  −
<br />
  −
<br />
  −
<br />
  −
   
== Overspeeding ==
 
== Overspeeding ==
[[File:FTC921 Overspeeding new.png|alt=|right|500px]]
+
[[File:Overspeedinggif2.gif|alt=|right|374x374px]]
 
When the vehicle speed exceeds the configured maximum speed value, the scenario is activated, and an event record is generated{{{text_dout| and digital output status is changed to 1 when configured}}}.<br />Detected speed has to be greater than configured max speed +3% of configured max speed for the overspeeding event to start. To stop the overspeeding event, the detected speed has to be lower than the configured max speed -3% of the configured max speed.  
 
When the vehicle speed exceeds the configured maximum speed value, the scenario is activated, and an event record is generated{{{text_dout| and digital output status is changed to 1 when configured}}}.<br />Detected speed has to be greater than configured max speed +3% of configured max speed for the overspeeding event to start. To stop the overspeeding event, the detected speed has to be lower than the configured max speed -3% of the configured max speed.  
 
Configurable parameters:
 
Configurable parameters:
Line 22: Line 7:  
*'''Priority''' – defines the priority of overspeeding scenario: 0 – disabled, 1 – low, 2 – high.
 
*'''Priority''' – defines the priority of overspeeding scenario: 0 – disabled, 1 – low, 2 – high.
 
*'''Max speed (km/h)''' – the maximum allowed speed that can be reached. If the speed exceeds the configured value, then the event will be generated.
 
*'''Max speed (km/h)''' – the maximum allowed speed that can be reached. If the speed exceeds the configured value, then the event will be generated.
*'''Output Control''' - Source of digital output (DOUT) for feature activation/deactivation.
  −
''None'' - DOUT is not affected.
  −
''DOUT 1'' - DOUT will activate when the event happens
  −
*'''DOUT ON duration (ms)''' - Value in milliseconds, duration for how long DOUT should be active.
  −
*'''DOUT OFF duration (ms)''' - Value in milliseconds, duration for how long DOUT should be inactive.
  −
  −
<br />
  −
<br />
  −
<br />
  −
<br />
  −
<br />
  −
<br />
      
==Trip==
 
==Trip==