StopDetectionTimeOut is a block that detects when a person never walk. When we set a time limit value to this block, it may give some alert (I guess).
Now, I wish to set the time limit value of this block as the time when the 'location sensor' speed crosses 10 m/s.
The purpose is to know when a person starts driving. So, 1) We need to know when he is not moving and 2) when the speed value crosses some value. eg, 10 m/s. After knowing this we have to give some alert message to the driver as 'You Started Driving'.
We used 2 sensors. 1) Pedometer and 2) Location Sensor.