EVENTS

EVENTS

OBD II UDS Script has events which make it easier to diagnose problems if they occur. Events will be sent using two sensors. Sensor_8207 - event Type and sensor_8206 - reason of the event.

Event types

  1. MAIN_EVENTS

  2. DTC_EVENTS

  3. PIDS_EVENTS

  4. CONNECTION_EVENT

Event reasons

  1. MAIN_EVENTS

  • BAUDRATE_NOT_FOUND 1 - CAN bus baud rate not found. If you get no data check if the physical connection is right.

  • DIAGNOSTICS_DETECTED 6 - Diagnostics detected. Our module will stop getting data from car if diagnostics are detected, so smooth diagnosis of the car can be done.

  • QUIT_TIMEOUT_MOTION 7 - OBD II script started reading data, reason: motion detected.

  • QUIT_TIMEOUT_ENGINE_ON 8 - OBD II script started reading data, reason: engine on detected.

  • QUIT_TIMEOUT_WHEEL_SPEED 9 - OBD II script started reading data, reason: wheel speed detected.

  • QUIT_TIMEOUT_GPS_SPEED 10 - OBD II script started reading data, reason: gps speed detected.

  • SEND_VIN_QUERIES 11 - Sent queries to read car VIN. If script doesn’t send data, check if this event is present, if not check condition of reading VIN Script settings>General OBD settings>Read VIN number when and check below if Store VIN number to: string sensor is selected.

  • GOT_VIN_RESPONSE 12 - Our device got response from car to VIN query.

  • VIN_SUCCESSFUL_READ 13 - VIN read successful. If no VIN got do the same actions as with event - SEND_VIN_QUERIES 11.

  • VIN_READ_ERROR 14 - VIN read unsuccessful, script will try again.

  • GOT_SUPPORTED_PIDS 15 - Positive response got from car, with supported OBD II service 01 PIDS.

2. DTC_EVENTS

  • no event so far

3. PIDS_EVENTS

  • PIDS_READ_TIMEOUT_PLUS 0 - PIDS reading timer incremented.

  • PIDS_READ_TIMEOUT_REACHED 1 - PIDS reading timer reached timeout set in VIN Script settings>General OBD settings>Stop reading parameters after. Data reading will stop.

  • PIDS_READ_TIMEOUT_ZEROED_IGNITION 2 - PIDS reading timer zeroed, because Ignition is detected.

  • PIDS_READ_TIMEOUT_ZEROED_MOTION 3 - PIDS reading timer zeroed, because Motion is detected.

  • PIDS_READ_TIMEOUT_ZEROED_WHEEL_SPEED 4 - PIDS reading timer zeroed, because Wheel_Speed is detected.

  • PIDS_READ_TIMEOUT_ZEROED_GPS_SPEED 5 - PIDS reading timer zeroed, because GPS_Speed is detected.

4. CONNECTION_EVENT

  • Connection_Event - will send id of chosen connection either CAN1 or CAN2.