How to Run the OBDII Info Script

Purpose

To understand exactly which parameters can be collected from your particular vehicle using the OBDII standard.

Prerequisites

For below instructions to work you need the following:

  • Your 829 or 819 router is provisioned and communicating with RuBAN.
  • Your router is communicating successfully with your vehicle using an OBDII streamer.


Instructions

Step 1:

Paste the below commands into your router. These commands will disable BB_ODBStreamer.tcl, download the info script, then run it. Please insert correct RuBAN IP address in below command.

conf t

no ev m p BB_ODBStreamer.tcl

do copy http://<ruban_ip>:58000/eem/tcl/public/BB_OBDStreamerInfo.tcl flash:/RuBAN/BB_OBDStreamerInfo.tcl

ev m p BB_OBDStreamerInfo.tcl

end

ev m r BB_OBDStreamerInfo.tcl


Step 2:

Save the output from the above script run. Sample output below:

 

BB OBDII Streamer Info:
VIN: NM1LE7F98F1316179
OBDII Protocol: CAN 11 bit
Supported parameters:
ABSActiveLamp
BatteryVoltage
BrakeSwitchStatus
EngineCoolantTemp
EngineSpeed
FuelLevel
FuelRate
FuelRateDistance
Idling
IgnitionStatus
MILStatus
Odometer
ThrottlePosition
TripFuelConsumption
TripOdometer
VehicleSpeed

 

This contains the information on what parameters can be collected from your particular vehicle.


Step 3:

When done, re-enable BB_ODBStreamer.tcl:

conf t

ev m p BB_ODBStreamer.tcl

end