Тема: Free Wheeling virtual senosr
Good day to you all,am wondering how to create a virtual sensor to see every when a driver does free wheeling by storing then in the events report
Вы не вошли. Пожалуйста, войдите или зарегистрируйтесь.
Good day to you all,am wondering how to create a virtual sensor to see every when a driver does free wheeling by storing then in the events report
Good day,
how to create a virtual sensor to see every when a driver does free wheeling by storing then in the events report
Try the following steps:
1) Create an ignition sensor, if you don't have it yet. Let's say it has a name "Ignition".
2) Create a custom digital sensor based on the formula: speed*(const1-[Ignition]) -- and add 2 lines into it's the calculation table:
X = 0; a = 0; b = 0
X = 1; a = 0; b = 1
3) Add a new notification with type "Sensor value". You should control value in the range from 1 to 1 for the sensor created in point 2 above. Choose "Register event for unit" as a notification action.