Changes

Line 1: Line 1:  +
== How to set up Eco Driving in Wialon app ==
 +
 +
=== Solution applies for these FM devices ===
 +
This solution is suitable for all devices of the FMB, FMC, FMM, FMU lines.
 +
 +
=== Eco Driving setting in the configurator ===
 +
Please note that the functionality is available from firmware '''Ver.03.27.XX'''.
 +
 +
Enable parameter 258 (Eco Driving Maximum) in the configurator.
 +
[[File:Eco Driving Wialon 15.png|none|thumb|427x427px]]
 +
 +
=== Creation of Unit sensors ===
 
To configure the Eco Driving Wialon application, you need to create Unit sensors. To do this, go to the Unit properties.
 
To configure the Eco Driving Wialon application, you need to create Unit sensors. To do this, go to the Unit properties.
 
[[File:Eco Driving Wialon 1.png|none|thumb|442x442px]]
 
[[File:Eco Driving Wialon 1.png|none|thumb|442x442px]]
Line 7: Line 19:       −
Create a sensor based on the '''io_258''' parameter:
+
Create a sensor based on the '''io_258''' parameter.
 +
 
 +
==== Accel_MAX ====
 +
'''Accel_MAX''' sensor formula:<blockquote>(((io_258:48*const32768)-
 +
 
 +
(io_258:33*const1+io_258:34*const2+io_258:35*const4+io_258:36*const8+io_258:37*const16+i
 +
 
 +
o_258:38*const32+io_258:39*const64+io_258:40*const128+io_258:41*const256+io_258:42*cons
 +
 
 +
t512+io_258:43*const1024+io_258:44*const2048+io_258:45*const4096+io_258:46*const8192+io
 +
 
 +
_258:47*const16384))*io_258:48)/const1000</blockquote>[[File:Eco Driving Wialon 3.png|none|thumb|550x550px]]
 +
 
 +
==== Brk_MAX  ====
 +
'''Brk_MAX''' sensor formula:<blockquote>((-
 +
 
 +
(io_258:33*const1+io_258:34*const2+io_258:35*const4+io_258:36*const8+io_258:37*const16+i
   −
'''Accel_MAX''' sensor formula:
+
o_258:38*const32+io_258:39*const64+io_258:40*const128+io_258:41*const256+io_258:42*cons
   −
(((io_258:48*const32768)-(io_258:33*const1+io_258:34*const2+io_258:35*const4+io_258:36*const8+io_258:37*const16+io_258:38*const32+io_258:39*const64+io_258:40*const128+io_258:41*const256+io_258:42*const512+io_258:43*const1024+io_258:44*const2048+io_258:45*const4096+io_258:46*const8192+io_258:47*const16384))*io_258:48)/const1000
+
t512+io_258:43*const1024+io_258:44*const2048+io_258:45*const4096+io_258:46*const8192+io
[[File:Eco Driving Wialon 3.png|none|thumb|550x550px]]
      +
_258:47*const16384))*(io_258:48-const1))/const1000</blockquote>[[File:Eco Driving Wialon 4.png|none|thumb|550x550px]]
   −
The same for the '''Brk_MAX''' sensor:
+
==== Crn_MAX ====
 +
'''Crn_MAX''' sensor formula:<blockquote>(-
   −
((-(io_258:33*const1+io_258:34*const2+io_258:35*const4+io_258:36*const8+io_258:37*const16+io_258:38*const32+io_258:39*const64+io_258:40*const128+io_258:41*const256+io_258:42*const512+io_258:43*const1024+io_258:44*const2048+io_258:45*const4096+io_258:46*const8192+io_258:47*const16384))*(io_258:48-const1))/const1000
+
(io_258:17*const1+io_258:18*const2+io_258:19*const4+io_258:20*const8+io_258:21*const16+i
[[File:Eco Driving Wialon 4.png|none|thumb|550x550px]]
      +
o_258:22*const32+io_258:23*const64+io_258:24*const128+io_258:25*const256+io_258:26*cons
   −
And for the '''Crn_MAX''' sensor:
+
t512+io_258:27*const1024+io_258:28*const2048+io_258:29*const4096+io_258:30*const8192+io
   −
(-(io_258:17*const1+io_258:18*const2+io_258:19*const4+io_258:20*const8+io_258:21*const16+io_258:22*const32+io_258:23*const64+io_258:24*const128+io_258:25*const256+io_258:26*const512+io_258:27*const1024+io_258:28*const2048+io_258:29*const4096+io_258:30*const8192+io_258:31*const16384))*(io_258:32-const1))/const1000+(((io_258:32*const32768)-(io_258:17*const1+io_258:18*const2+io_258:19*const4+io_258:20*const8+io_258:21*const16+io_258:22*const32+io_258:23*const64+io_258:24*const128+io_258:25*const256+io_258:26*const512+io_258:27*const1024+io_258:28*const2048+io_258:29*const4096+io_258:30*const8192+io_258:31*const16384))*io_258:32)/const1000
+
_258:31*const16384))*(io_258:32-const1))/const1000+(((io_258:32*const32768)-
[[File:Eco Driving Wialon 5.png|none|thumb|500x500px]]
      +
(io_258:17*const1+io_258:18*const2+io_258:19*const4+io_258:20*const8+io_258:21*const16+i
    +
o_258:22*const32+io_258:23*const64+io_258:24*const128+io_258:25*const256+io_258:26*cons
 +
 +
t512+io_258:27*const1024+io_258:28*const2048+io_258:29*const4096+io_258:30*const8192+io
 +
 +
_258:31*const16384))*io_258:32)/const1000</blockquote>[[File:Eco Driving Wialon 5.png|none|thumb|500x500px]]
 +
 +
=== Adding new criterion ===
 
After creating the sensors, go to the Eco Driving tab and add new criterion for each of the sensors. Set the values ​​according to the screenshots:
 
After creating the sensors, go to the Eco Driving tab and add new criterion for each of the sensors. Set the values ​​according to the screenshots:
 
[[File:Eco Driving Wialon 6.png|none|thumb|550x550px]]
 
[[File:Eco Driving Wialon 6.png|none|thumb|550x550px]]
   −
 
+
==== Acceleration ====
'''Acceleration''':
   
[[File:Eco Driving Wialon 7.png|none|thumb|550x550px]]
 
[[File:Eco Driving Wialon 7.png|none|thumb|550x550px]]
   −
 
+
==== Braking ====
'''Braking''':
   
[[File:Eco Driving Wialon 8.png|none|thumb|550x550px]]
 
[[File:Eco Driving Wialon 8.png|none|thumb|550x550px]]
   −
 
+
==== Cornering ====
'''Cornering''':
   
[[File:Eco Driving Wialon 9.png|none|thumb|550x550px]]
 
[[File:Eco Driving Wialon 9.png|none|thumb|550x550px]]
   −
 
+
=== Calculation ===
 
'''Please note that «Calculate acceleration by: Eco Driving parameters» must be selected to calculate Eco Driving for io_258.'''
 
'''Please note that «Calculate acceleration by: Eco Driving parameters» must be selected to calculate Eco Driving for io_258.'''
[[File:Eco Driving Wialon 10.png|none|thumb|551x551px]]
+
[[File:Eco Driving Wialon 10.png|none|thumb|550x550px|alt=]]
 
      +
=== Eco Driving app ===
 
After completing the setup, take a test drive and view the results in the Eco Driving app:
 
After completing the setup, take a test drive and view the results in the Eco Driving app:
[[File:Eco Driving Wialon 11.png|left|thumb|550x550px]]
+
[[File:Eco Driving Wialon 11.png|thumb|550x550px|alt=|none]]
 
      +
''Apps -> Eco Driving''
   −
[[File:Eco Driving Wialon 12.png|none|thumb]]
+
[[File:Eco_Driving_Wialon_12.png|alt=|frameless|375x375px]]
    +
=== Driving quality in the EcoDriving app ===
 +
View the driver's quality in the app:
 +
[[File:Eco Driving Wialon 14.png|thumb|550x550px|alt=|left]]
   −
Now you can view the driver's driving quality in the app.
+
[[Category: Frequently Asked Questions - FAQ]]

Navigation menu