Viewing 1 reply thread
  • Author
    Posts
    • #9382
      leo
      Keymaster

      El API de rawdata cuenta con diferentes campos de odómetro para los dispositivos y cada uno tiene su función.

      vo – odómetro virtual, valor calculado de las posiciones GPS
      dev_dist – odómetro ajustado con filtros y llena valores nulos
      vehicle_dev_dist – odómetro definido por el usuario, este valor es comúnmente ajustado al odómetro del vehículo, y incrementa con el valor dev_dist.

      Uso
      vo – no debe ser usado, es un odómetro que puede contener valores nulos
      dev_dist – debe ser usado para calcular las distancias recorridas, tiene filtros y rellena los valores nulos
      vehicle_dev_dist – ya que es editable por el usuario se puede usar para conocer el valor aproximado del odómetro del vehículo

      Cuando se usa el accesorio ECU monitor, el valor puede llegar como:
      ecu_distance – valor crudo del odómetro del motor entregado por la computadora del vehículo
      ecu_dist – valor ajustado con filtros y llena los valores nulos
      vehicle_ecu_dist – odómetro del motor editado por el usuario, incrementa con el valor del ecu_dist

      Uso
      ecu_distance – no debe ser usado, es un odómetro que puede contener valores nulos
      ecu_dist – debe ser usado para calcular las distancias recorridas, tiene filtros y rellena los valores nulos
      vehicle_ecu_dist – es opcional, se han encontrado casos donde el odómetro marcado por el tablero del vehículo no es igual al que arroja el ECU monitor

      Los odometros de los vehiculos se pueden editar por la aplicacion Vehicle Counters, para mas informacion favor de ver este foro.
      How to set the odometer of a vehicle

    • #9384
      leo
      Keymaster

      The rawdata API has different fields for the odometer of a device and each field has it’s own function.

      vo – Virtual odometer, raw value from the device, calculated by the GPS positions
      dev_dist – Adjusted odometer, fills nulls values and has useful filters
      vehicle_dev_dist – Odometer defined by the user, this value is commonly set as the odometer of the vehicle, and it increments along with the dev_dist value.

      Use
      vo – should not be used, it’s a raw value that can be null from the device
      dev_dist – should be used to calculate distances traveled, it has filters fills null values
      vehicle_dev_dist – since this value is user editable, it’s useful to know the total final value of the vehicle’s odometer.

      When you use the ECU monitor accesory, the value can come in as:
      ecu_distance – raw value from the vehicle’s engine
      ecu_dist – adjusted value with filters and no null values
      vehicle_ecu_dist – engine odometer editable by the user, increases with the ecu_dist

      Use
      ecu_distance – should not be used, it can contain null values
      ecu_dist – should be used to know the actual total distance traveled by the vehicle
      vehicle_ecu_dist – it’s optional, but we have seen cases where the odometer on the vehicle’s dashboard is not the same as the odometer being read by the ECU monitor.

      The vehicle’s odometer can be edited from the application using the Vehicle Counters app, visit the following forum for more information.
      How to set the odometer of a vehicle

Viewing 1 reply thread
  • You must be logged in to reply to this topic.