Vehicle Diagnostic Logging Device

Size: px
Start display at page:

Download "Vehicle Diagnostic Logging Device"

Transcription

1 UCCS SENIOR DESIGN Vehicle Diagnostic Logging Device Design Requirements Specification Prepared by Mackenzie Lowrance, Nick Hermanson, and Whitney Watson Sponsor: Tyson Hartshorn with New Planet Technologies 5/8/2009 Most modern commercial vehicles provide a standard OBD 2 diagnostic port. Many companies that use commercial vehicles would like the capability to capture and transmit this information in order to process and evaluate it. An ELM327 chip paired with a microcontroller, Bluetooth module, and a smartphone will be used to record and communicate vehicle diagnostic data from a car to an understandable interface for average consumers.

2 Table of Contents 1 Overview 3 2 Statement of the Problem 3 3 Operation Description 4 4 Requirements Specification Design Deliverables 5 6 Preliminary System Test Plan Implementation Considerations 6 8 Appendix A: System Diagram 7 9 Appendix B: System Concept 8 10 Appendix C: Definitions 9 2

3 1 Overview Microcontrollers have transformed the amount of data that exists on a modern automobile s performance. Information such as engine idle time, engine settings, error codes, and the data necessary to calculate fuel efficiency are all available data outputs can all be measured in ECU[1] based vehicles. This project will give consumers the ability to capture and transmit this information via Bluetooth [2] to a smartphone [3] and eventually to a central server in order to process and evaluate it. 2 Statement of the Problem Many companies with commercial vehicles, such as those made by Peterbilt and Kenworth, would like to be aware of the information provided by the OBD 2 [4] diagnostic ports on their vehicles. These companies would be able to receive information about their vehicles, such as maximum and average speed, any braking violations that occur, the average fuel efficiency, engine temperatures, total idle time of the engine, and the total distance traveled. This data along with additional information can be pulled from the OBD 2 diagnostic port. The Vehicle Diagnostic Logging Device will be designed to diagnose engine performance of commercial vehicles. Information will be pulled off the OBD 2 diagnostic port, at regular intervals, that is provided in most modern commercial vehicles. The information will then be processes by the ELM327 [5] chip (as requested by New Planet Technologies), transmitted via Bluetooth to a smartphone, and finally displayed on the smartphone as well as on a server, both operating with a custom user interface. There are several objectives for the design of this project. The product will be designed to have all the power supplied to the device through the OBD 2 diagnostic port. The ELM327 chip needs to read data every one to three seconds (to be determined after testing) from the OBD 2 port and send the data to the microcontroller for processing. The ELM327 chip should use the standard codes [6] of the OBD 2 diagnostic port to analyze faults seen in the vehicle. The microcontroller will need the ability to calculate maximum speed, average speed, braking violations, average fuel efficiency, total engine idle time, engine temperatures, and total distance traveled. The Bluetooth module will have a profile that is recognized as a simple serial device. The Bluetooth module should be detected when the smartphone is within range. The Bluetooth module will also transmit data to the smartphone. There will also be some flash memory that will store data pulled from the OBD 2 diagnostic port until the smartphone is connected to the module. The amount of flash memory will be determined based on the sampling rate from the OBD 2 port and the method with which we store information. The flash memory should then delete the old data once it has been transmitted to the smartphone. The smartphone should then use Java 2 Platform Micro Edition (J2ME) in order to create a user interface to understand the information sent via the Bluetooth. This information will then be sent to a central server where a functional web application will display the data as well. The server space will be provided by UCCS for the proof of concept. For actual implementation, the customer must provide their own server space, such as renting server space from a third party or purchasing a server. 3

4 3 Operation Description The Vehicle Diagnostic Logging Device is designed to be hands off. Once connected to the OBD 2 port, the actual device will not be handled. However, the user will be able to access the data via the smartphone and interact with the server. The smartphone application can be accessed by anyone (i.e. the driver, the driver s supervisor, etc.) in order to the view the most recent data in a read only format. This will allow a user to always be up to date on the performance of the engine. Authorized personnel (i.e. managers) will be able to access the information on the server from any link to the World Wide Web. The user interface will consist of a display of the gathered data, as well as a that can be used to manipulate the data. This toolbox will allow the user to specify a timeframe to look at, ranging from the entire collection of data for a specific vehicle down to a single upload, and also empowering the user to have the system show only specific events, ignore data of a certain type, or mix them to show cases when something changed at a certain rate or when multiple events occurred at once. 4 Requirements Specification The requirements are as follows: 1. All power must be supplied by the OBD 2 port. 2. The ELM327 chip must read data every 1 3 seconds. 3. The ELM327 chip must send the data to the microcontroller for processing. 4. The microcontroller will be 8 bit and low powered. 5. The microcontroller must calculate the maximum speed, average speed, breaking violations, average fuel efficiency, total engine idle time, engine temperature, and the total distance traveled. 6. The microcontroller must be able to distinguish the standard codes used in the OBD 2 port. 7. The Bluetooth device must use a simple serial profile. 8. The Bluetooth device must be able to detect when a smartphone is within transmission range. 9. The Bluetooth device must be able to transmit all of the calculated data to the smartphone. 10. The 2MB flash must be able to store all of the calculated data until a smartphone is within transmission range, and have a method for handling an excess of data with minimal losses in case a smartphone is not within range. 11. The 2MB flash must be able to delete old data once it s been transmitted through the Bluetooth device. 12. The Smartphone application will be implemented using J2ME wireless toolkit in combination with CDLC. 13. The server must have a functional web application with a user interface. 4

5 14. The device must use an SPI interface to interface across a bus to the flash memory from the microcontroller. 15. The packaging of the final product must be small enough to fit within the dash board of the vehicle. Maximum dimensions will be determined after researching the vehicles that will implement this system. 16. The total budget for building and testing the device must not exceed $ Design Deliverables There are four deliverables to obtain. They are listed below. 1. A working prototype corresponding to the block diagram shown in Figure 1 of the Appendix. 2. A read only Smartphone application, implemented using J2ME wireless toolkit in combination with CDLC. 3. A functional web application for data uploaded to the server. 4. Documented test results of the prototype including the success/failure of the prototype to perform, the accuracy of calculations (average fuel efficiency, average speed, etc.), the ability to recognize violations and mark them appropriately, the accessibility of the smartphone application, and the functionality of the web application. 6 Preliminary System Test Plan The performance testing will be completed in two stages. 1. Data that can be given from the OBD 2 port will be simulated within the laboratory. We will verify successful transmission of the simulated data from the serial port to the ELM327, the proper decision making of the microcontroller, the storage of the flash memory, and the successful transmission of the Bluetooth module to the smart phone. We will then verify the functionality of the web application and server. 2. After the laboratory research is conducted, the performance will then be measured by pulling data from an OBD 2 port on a vehicle. We will verify successful transmission of the data from the OBD 2 port to the ELM327, the proper decision making of the microcontroller, the storage of the flash memory, and the successful transmission of the Bluetooth module to the smart phone. The cost to perform these tests will be based on the cost of the parts to implement the design. Acceptance Test for Simulation: 1. The device will be laid out on a prototype board. PCB will be considered if adequate time remains and minimal errors occur with the prototype board. PCB is not a requirement. 2. Standard codes will be used to push data to the ELM327 chip from a PC. 3. Verification that data was transmitted to the ELM327 will be conducted. 4. Confirmation that data from the ELM327 is sent to the microcontroller. 5

6 5. Check that the microcontroller can calculate maximum speed, braking violations, etc. correctly. 6. Confirmation that data can be transmitted to the flash memory from the microcontroller. 7. Verification that data can be sent to the Bluetooth module from the microcontroller. 8. Verification that data can be sent to the Smartphone and that the Bluetooth has a simple serial profile. 9. Confirmation that data can be sent to the server and the web application can display the information. Acceptance Test for a Vehicle: 1. The device will be laid out on a prototype board. PCB will be considered if adequate time remains and minimal errors occur with the prototype board. PCB is not a requirement. 2. Data can be pulled from the OBD 2 port correctly using the ELM Verification that data was transmitted to the ELM327 will be conducted. 4. Verification that the standard OBD 2 codes are interpreted. 5. Confirmation that data from the ELM327 is sent to the microcontroller. 6. Check that the microcontroller can calculate average fuel efficiency, total distanced traveled, etc. correctly by checking the gauges on the dashboard display during the test run and making simple hand calculations. Fuel efficiency can be calculated by measuring the amount of gas used compared to the distance traveled. 7. Confirmation that data can be transmitted to the flash memory from the microcontroller. 8. Verification that data can be sent to the Bluetooth module from the microcontroller. 9. Verification that data can be sent to the Smartphone and that the Bluetooth has a simple serial profile. 10. Confirmation that data can be sent to the server and the web application can display the information. 7 Implications Considerations The device shouldn t require any maintenance once it is installed, and the user interface on the server should require very little training to operate. Since the device is completely run off of the OBD 2 port, it should be able to be installed by any trained mechanic without special instruction. Security of the device could be an issue. It is outside the scope of our project, but customers should be aware that tampering may occur and should take measures to protect the device. 6

7 8 Appendix A: System Diagram Figure 1: Block Diagram 7

8 Appendix B: System Concept Figure 2: System Diagram 8

9 Appendix C: Definitions [1] Engine Control Unit [2] An open wireless protocol for exchanging data over short distances from fixed and mobile devices, creating personal area networks [3] A phone with advanced operating capabilities, including access to the internet and PC like operating systems [4] Diagnostic port found under the dashboard of most vehicles [5] A chip designed to interpret the OBD 2 port [6] The standard codes used by the OBD 2 port, some companies make non standard codes that must be purchased in order to decode 9

TESTING OF CONTROL UNITS FOR THE APPLICATION OF WIRELESS COMMUNICATION PROTOCOLS IN ON-BOARD VEHICLE DIAGNOSTIC SYSTEMS

TESTING OF CONTROL UNITS FOR THE APPLICATION OF WIRELESS COMMUNICATION PROTOCOLS IN ON-BOARD VEHICLE DIAGNOSTIC SYSTEMS TESTING OF CONTROL UNITS FOR THE APPLICATION OF WIRELESS COMMUNICATION PROTOCOLS IN ON-BOARD VEHICLE DIAGNOSTIC SYSTEMS MAREK VIT, CUPERA JIRI Department of Technology and Automobile Transport Mendel University

More information

SentryGOLD Fully-Automated Fuel Management System

SentryGOLD Fully-Automated Fuel Management System SentryGOLD Fully-Automated Fuel Management System Trak s SentryGOLD Fully Automated Fuel Management System provides the highest level of security for your fleet and the highest level of accuracy for your

More information

Huf Group. Your Preferred Partner for Tire Pressure Monitoring Systems. IntelliSens App

Huf Group. Your Preferred Partner for Tire Pressure Monitoring Systems. IntelliSens App IntelliSens App For Android & ios devices Revision 2.0 17.10.2016 Overview Function flow... 3 HC1000... 4 First Steps... 5 How to Read a Sensor... 7 How to Program a Sensor... 10 Program a Single Universal

More information

CAN-bus. Scanning of diagnostic trouble codes via OBD-II connector

CAN-bus. Scanning of diagnostic trouble codes via OBD-II connector CAN-bus. Scanning of diagnostic trouble codes via OBD-II connector 2016 Contents Necessary tools, devices, materials... 2 General information... 4 Connection of the terminal to a diagnostic connector...

More information

Connection. 1. Diagnostic socket 2. Adaptor 3. Main cable 4. PC-MAX main unit 5. PC 6. Wireless adaptor

Connection. 1. Diagnostic socket 2. Adaptor 3. Main cable 4. PC-MAX main unit 5. PC 6. Wireless adaptor PC MAX Wireless VCI Connection 1. Diagnostic socket 2. Adaptor 3. Main cable 4. PC-MAX main unit 5. PC 6. Wireless adaptor PC-MAX offers --Over 40 makes, 1,000 vehicle system coverage, --including CANbus

More information

Agnik AGNIK TECHNOLOGY SOLUTIONS AGNIK DATA MINING SOLUTIONS. MINEFLEET - REAL-TIME VEHICLE PREDICTIVE ANALYTICS ABOUT AGNIK

Agnik AGNIK TECHNOLOGY SOLUTIONS AGNIK DATA MINING SOLUTIONS.   MINEFLEET - REAL-TIME VEHICLE PREDICTIVE ANALYTICS ABOUT AGNIK www.agnik.com AGNIK TECHNOLOGY SOLUTIONS AGNIK DATA MINING SOLUTIONS ABOUT AGNIK is a data analytics company for distributed, mobile, and embedded environments. s mission is to provide software products

More information

Electronic Logging Device (ELD) Rule

Electronic Logging Device (ELD) Rule Electronic Logging Device (ELD) Rule Paper RODS Log Book Definitions Logging Software a computer software program of application on a phone or tablet that does not comply with 395.15. Not connected to

More information

Automated Seat Belt Switch Defect Detector

Automated Seat Belt Switch Defect Detector pp. 10-16 Krishi Sanskriti Publications http://www.krishisanskriti.org/publication.html Automated Seat Belt Switch Defect Detector Department of Electrical and Computer Engineering, Sri Lanka Institute

More information

Momentu. Brake-by-Wire Gathers. HIL Test System for Developing a 12-V Brake-by-Wire System BRAKE-BY-WIRE SYSTEMS

Momentu. Brake-by-Wire Gathers. HIL Test System for Developing a 12-V Brake-by-Wire System BRAKE-BY-WIRE SYSTEMS PAGE 14 BRAKE-BY-WIRE SYSTS Brake-by-Wire Gathers omentu HIL Test System for Developing a 12-V Brake-by-Wire System PAGE 15 The future of the brake is electric (brake-bywire system). An electric motor

More information

ZEPHYR FAQ. Table of Contents

ZEPHYR FAQ. Table of Contents Table of Contents General Information What is Zephyr? What is Telematics? Will you be tracking customer vehicle use? What precautions have Modus taken to prevent hacking into the in-car device? Is there

More information

TABLE OF CONTENTS General information... 4 Benefits of the system... 4 OPERATION CONCEPT... 5 Algorithm of deactivation... 5 Authorization with the

TABLE OF CONTENTS General information... 4 Benefits of the system... 4 OPERATION CONCEPT... 5 Algorithm of deactivation... 5 Authorization with the OPERATING MANUAL Dear car owner! Please note that the AUTHOR Alarm s anti-theft devices are not intended for self-installation. We strongly recommend to install and configure the purchased equipment only

More information

On the Development and Implementation of the OBD II Vehicle Diagnosis System

On the Development and Implementation of the OBD II Vehicle Diagnosis System International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 7, Issue 4 [April 2018] PP: 19-27 On the Development and Implementation of the OBD II Vehicle Diagnosis System

More information

WHAT S NEW FEATURE LIST

WHAT S NEW FEATURE LIST JPRO Professional Diagnostic Software WHAT S NEW Dashboard Brake Lamp Tests on Bendix EC-80 braking systems. Ability to resolve partial Chassis ID to full VINs on Mack/Volvo vehicles. Improved powertrain

More information

USER GUIDE incardoc ios

USER GUIDE incardoc ios USER GUIDE incardoc ios OVERVIEW Use Smartphone for Quick View of the Car and Engine Main Parameters: Read real-time parameters: speed, rotation, timings, economy Read diagnostic trouble codes Clean trouble

More information

Electric Vehicle Cyber Research

Electric Vehicle Cyber Research Electric Vehicle Cyber Research SANS Automotive Cybersecurity Workshop www.inl.gov Kenneth Rohde May 2017 INL/CON-17-41746 Background CAN Bus Security (2013) Hacker Smart Grid EVSE Assessments (2014) Four

More information

Table of Contents. Abstract... Pg. (2) Project Description... Pg. (2) Design and Performance... Pg. (3) OOM Block Diagram Figure 1... Pg.

Table of Contents. Abstract... Pg. (2) Project Description... Pg. (2) Design and Performance... Pg. (3) OOM Block Diagram Figure 1... Pg. March 5, 2015 0 P a g e Table of Contents Abstract... Pg. (2) Project Description... Pg. (2) Design and Performance... Pg. (3) OOM Block Diagram Figure 1... Pg. (4) OOM Payload Concept Model Figure 2...

More information

Kit Number Used with the TE Transmission Simula. Reference Guide /05/06

Kit Number Used with the TE Transmission Simula. Reference Guide /05/06 62TE Transmission Simula ulator Adapter Harness Manual Kit Number 9944 Used with the 8333 Transmission Simulator Reference Guide 541263 12/05/06 Copyright 2006 by SPX Corporation INTRODUCTION The following

More information

WHAT S NEW v2.3

WHAT S NEW v2.3 2016 v2.3 WHAT S NEW JPRO Professional Diagnostic Software for AU Includes all features provided by the following modules: JPRO Heavy-Duty Module JPRO Heavy-Duty Command Module Cummins JPRO Heavy-Duty

More information

Electric Vehicle Cyber Research

Electric Vehicle Cyber Research Track 7 Vehicle Cyber Security Electric Vehicle Cyber Research Kenneth Rohde Idaho National Laboratory August 16, 2017 Tampa Convention Center Tampa, Florida INL/CON-17-42726 Background CAN Bus Security

More information

The next generation car to smartphone technology is here. Kiwi 3 User Manual V1.0.6

The next generation car to smartphone technology is here. Kiwi 3 User Manual V1.0.6 The next generation car to smartphone technology is here. Kiwi 3 User Manual V1.0.6 Contents Setup... 2 1. Locate your car s OBDII port and plug in Kiwi 3...2 2. Launch your favorite app and enjoy...2

More information

Holden VZ 3.6L ECU & Powertrain Interface Module Linking Instructions

Holden VZ 3.6L ECU & Powertrain Interface Module Linking Instructions Holden VZ 3.6L 2004-2006 ECU & Powertrain Interface Module Linking Instructions Contents Page In Brief PIM Replacement, ECM Replacement 2 VZ 3.6L System Overview 3 PIM Functions 4 PIM Location 4 ECM Functions

More information

Additions, Revisions, or Updates

Additions, Revisions, or Updates 1 01 29-14 SUBJECT DATE SPN 3511/FMI 3 and 4 - GHG14 January 2014 Additions, Revisions, or Updates Publication Number / Title Platform Section Title Change SPN 3511/FMI 3 - DDC-SVC-MAN-0084 GHG14 DD Platform

More information

Vehicle makes models and variants known or believed to be using this vehicle system, required diagnostic lead and degree of known compatibility.

Vehicle makes models and variants known or believed to be using this vehicle system, required diagnostic lead and degree of known compatibility. TRW SPS (TYPE 2/P38 NRR) - System Overview Introduced into the P38 range rover during the 1999 face lift, specifically to support additional safety features of Seat Belt Pretensioners and Side Air Bags

More information

Slippage Detection and Traction Control System

Slippage Detection and Traction Control System Slippage Detection and Traction Control System May 10, 2004 Sponsors Dr. Edwin Odom U of I Mechanical Engineering Department Advisors Dr. Jim Frenzel Dr. Richard Wall Team Members Nick Carter Kellee Korpi

More information

Overview. Battery Monitoring

Overview. Battery Monitoring Wireless Battery Management Systems Highlight Industry s Drive for Higher Reliability By Greg Zimmer Sr. Product Marketing Engineer, Signal Conditioning Products Linear Technology Corporation Overview

More information

INTRODUCTION PRELIMINARY DIAGNOSIS

INTRODUCTION PRELIMINARY DIAGNOSIS NO: 21-11-98 SUBJECT: Transmission Simulator Diagnostic Tool DATE: Dec. 11, 1998 NOTE: THIS INFORMATION APPLIES TO VEHICLES EQUIPPED WITH A 45RFE TRANSMISSION. DISCUSSION: A new transmission simulator

More information

High Level Design ElecTrek

High Level Design ElecTrek High Level Design ElecTrek EE Senior Design November 9, 2010 Katie Heinzen Kathryn Lentini Neal Venditto Nicole Wehner Table of Contents 1 Introduction...3 2 Problem Statement and Proposed Solution...3

More information

INTRODUCTION OF A HANDS-ON BATTERY AND SYSTEM ANALYZER. CONDUCTANCE PROFILING TM Where did the need come from?

INTRODUCTION OF A HANDS-ON BATTERY AND SYSTEM ANALYZER. CONDUCTANCE PROFILING TM Where did the need come from? TECHLOGY VS. VALUE CP Profiling Technology Connectivity Ease-of-use Image: CPX-900 INTRODUCTION OF A HANDS-ON BATTERY AND SYSTEM ANALYZER Why the CPX-900? The CPX, the Profiling TM Battery and System Analyzer,

More information

GCAT. University of Michigan-Dearborn

GCAT. University of Michigan-Dearborn GCAT University of Michigan-Dearborn Mike Kinnel, Joe Frank, Siri Vorachaoen, Anthony Lucente, Ross Marten, Jonathan Hyland, Hachem Nader, Ebrahim Nasser, Vin Varghese Department of Electrical and Computer

More information

QUICK GUIDE: ELECTRONIC DRIVER LOGS AUTOMATED LOGGING PROVEN RELIABILITY DRIVER & VEHICLE SAFETY HOS & DVIR COMPLIANCE

QUICK GUIDE: ELECTRONIC DRIVER LOGS AUTOMATED LOGGING PROVEN RELIABILITY DRIVER & VEHICLE SAFETY HOS & DVIR COMPLIANCE QUICK GUIDE: ELECTRONIC DRIVER LOGS DRIVER & VEHICLE SAFETY HOS & DVIR COMPLIANCE AUTOMATED LOGGING PROVEN RELIABILITY Introduction The FMCSA (Federal Motor Carrier Safety Administration) has recently

More information

Your smartphone is now a powerful automotive tool.

Your smartphone is now a powerful automotive tool. Your smartphone is now a powerful automotive tool. Kiwi 2+ Android User Manual V0.99 Contents Setup... 2 1. Locate your car s OBDII port and plug in Kiwi 2+... 2 2. Pair Kiwi 2+... 2 3. Launch your favorite

More information

WIRELESS BLOCKAGE MONITOR OPERATOR S MANUAL

WIRELESS BLOCKAGE MONITOR OPERATOR S MANUAL WIRELESS BLOCKAGE MONITOR OPERATOR S MANUAL FOR TECHNICAL SUPPORT: TELEPHONE: (701) 356-9222 E-MAIL: support@intelligentag.com Wireless Blockage Monitor Operator s Guide 2011 2012 Intelligent Agricultural

More information

KEEP TRACK OF WHAT MATTERS

KEEP TRACK OF WHAT MATTERS KEEP TRACK OF WHAT MATTERS AUTOMATIC PASSENGER COUNTING SOLUTIONS For subways, trains, trams and train stations Automatic Passenger Counting For Subways, Trains, Trams and Train Stations INFODEV offers

More information

IVTM Installation Manual

IVTM Installation Manual Integrated Vehicle Tire Pressure Monitoring IVTM Installation Manual 2nd edition Copyright WABCO 2006 Vehicle Control Systems An American Standard Company The right of amendment is reserved Version 002/06.06(us)

More information

Team HydroFly: Fuel Cell

Team HydroFly: Fuel Cell Team HydroFly: Fuel Cell Team Members: Adam Lint Chris Cockrell Dan Hubbard Sponsors: Dr. Herb Hess Dr. Brian Johnson Overview Project Purpose Project Objective Background (Fuel Cell and AMPS) Basic Design

More information

Southern California Edison Rule 21 Storage Charging Interconnection Load Process Guide. Version 1.1

Southern California Edison Rule 21 Storage Charging Interconnection Load Process Guide. Version 1.1 Southern California Edison Rule 21 Storage Charging Interconnection Load Process Guide Version 1.1 October 21, 2016 1 Table of Contents: A. Application Processing Pages 3-4 B. Operational Modes Associated

More information

SPD DEVICE USER MANUAL V1.2.

SPD DEVICE USER MANUAL V1.2. USER MANUAL V1.2 contact@sedox.com www.sedox-performance.com 1. Introduction Congratulations! With your new Sedox SPD Device you can now easily reprogram your car in a few minutes. Sedox SPD Device is

More information

Huf Group. Your Preferred Partner for Tire Pressure Monitoring Systems

Huf Group. Your Preferred Partner for Tire Pressure Monitoring Systems IntelliSens App Interactive Guide For Android & ios devices Revision 2.0 17.10.2016 Overview Function flow... 3 HC1000... 4 First Steps... 5 How to Read a Sensor... 7 How to Program a Sensor... 10 Program

More information

Electrical Energy Engineering Program EEE

Electrical Energy Engineering Program EEE Faculty of Engineering Cairo University Credit Hours System Electrical Energy Engineering Program EEE June 2018 Electrical Engineers: What they do? Electrical engineers specify, design and supervise the

More information

Lester Electrical ChargerConnect App User s Guide

Lester Electrical ChargerConnect App User s Guide Lester Electrical ChargerConnect App User s Guide Lester Electrical Summit Series II chargers features Bluetooth wireless communication, which can be accessed using an Apple or Android smart phone, tablet,

More information

User Guide Electronic Logging Device

User Guide Electronic Logging Device Nero (ELD) On December 16, 2015, the U.S. Department of Transportation ( https://www.transportation.gov/ ) approved the final ruling for the use of s (ELDs) for driver Hours of Service (HOS) and Driver-Vehicle

More information

AcuBMS Battery Management System for Rechargeable Lithium-Based Batteries ELECOMP Capstone Design Project

AcuBMS Battery Management System for Rechargeable Lithium-Based Batteries ELECOMP Capstone Design Project AcuBMS Battery Management System for Rechargeable Lithium-Based Batteries ELECOMP Capstone Design Project 2018-2019 Sponsoring Company: Acumentrics, Inc 10 Walpole Park South Walpole, MA 02081 1-617-935-7877

More information

WHAT S NEW. Regen Zone Information providing detailed information concerning regeneration zones.

WHAT S NEW. Regen Zone Information providing detailed information concerning regeneration zones. WHAT S NEW JPRO Professional Diagnostic Software Regen Zone Information providing detailed information concerning regeneration zones. JPRO Professional Diagnostic Software with NextStep Now integrates

More information

Deploying Smart Wires at the Georgia Power Company (GPC)

Deploying Smart Wires at the Georgia Power Company (GPC) Deploying Smart Wires at the Georgia Power Company (GPC) January, 2015 Contents Executive Summary... 3 Introduction... 4 Architecture of the GPC Installations... 5 Performance Summary: Long-term Test...

More information

SOFTWARE UPGRADE 17.4 PRICE BOOK OCTOBER my.snapon.com

SOFTWARE UPGRADE 17.4 PRICE BOOK OCTOBER my.snapon.com SOFTWARE UPGRADE 17.4 PRICE BOOK OCTOBER 2017 my.snapon.com SOFTWARE UPGRADE 17.4 HIGHLIGHTS Exclusive access to SureTrack, providing Real Fixes and verified parts replacement records from millions of

More information

Don't just Perform Service - Sell It!

Don't just Perform Service - Sell It! INTRODUCTION When is the last time you got really excited about a battery analyzer? Odds are it was your introduction to the Micro400 or Micro500 from Midtronics - the products that changed battery and

More information

ABSTRACT INTRODUCTION

ABSTRACT INTRODUCTION NEW METHODOLOGIES FOR OBD VALIDATION David Gary Hickman ETAS GmbH, Stuttgart Mahesh Dhavale TATA Technologies Ltd. Pune Khushal Malpure ETAS Automotive India Pvt.Ltd. ABSTRACT Validation of OBD calibration

More information

Quick Installation Guide for X50 Plus Car OBD Multi-function instrument Product introductions

Quick Installation Guide for X50 Plus Car OBD Multi-function instrument Product introductions Quick Installation Guide for X50 Plus Car OBD Multi-function instrument Product introductions Appropriate models for products The product is suitable for standard OBD-II protocol compliant petrol and diesel

More information

LLTek Introduces PowerBox Chip-Tuning Technology

LLTek Introduces PowerBox Chip-Tuning Technology LLTek Introduces PowerBox Chip-Tuning Technology Fast Do it Yourself Installation With Stealth Technology Applications: for gas turbo or supercharged cars for diesel, turbo diesel or supercharged diesel

More information

Based Development of a PC and Smartphone Based Wireless Automobile Diagnostic System

Based Development of a PC and Smartphone Based Wireless Automobile Diagnostic System Based Development of a PC and Smartphone Based Wireless Automobile Diagnostic System Selvaraj D 1, Arulkumar D 2, Dhinakaran D 3 Professor, Department of Electronics and Communication Engineering, Panimalar

More information

Beyond Standard. Dynamic Wheel Endurance Tester. Caster Concepts, Inc. Introduction: General Capabilities: Written By: Dr.

Beyond Standard. Dynamic Wheel Endurance Tester. Caster Concepts, Inc. Introduction: General Capabilities: Written By: Dr. Dynamic Wheel Endurance Tester Caster Concepts, Inc. Written By: Dr. Elmer Lee Introduction: This paper details the functionality and specifications of the Dynamic Wheel Endurance Tester (DWET) developed

More information

Abrites Diagnostics for Peugeot/ Citroën User Manual abrites.com

Abrites Diagnostics for Peugeot/ Citroën User Manual abrites.com abrites.com 1 List of Revisions Date 19.Oct.2010 Chapter ALL 22. Oct.2010 1 Description First version of the document. Revision 1.0 Added information for 25-to-25 pin adapter 1.1 Clear Fault log 1.1 2.2.3

More information

ITCEMS950 Idle Timer Controller - Engine Monitor Shutdown Isuzu NPR 6.0L Gasoline Engine

ITCEMS950 Idle Timer Controller - Engine Monitor Shutdown Isuzu NPR 6.0L Gasoline Engine Introduction An ISO 9001:2008 Registered Company ITCEMS950 Idle Timer Controller - Engine Monitor Shutdown 2014-2016 Isuzu NPR 6.0L Gasoline Engine Contact InterMotive for additional vehicle applications

More information

Dr. Christopher Ganz, ABB, Group Vice President Extending the Industrial Intranet to the Internet of Things, Services, and People (EU6)

Dr. Christopher Ganz, ABB, Group Vice President Extending the Industrial Intranet to the Internet of Things, Services, and People (EU6) Dr. Christopher Ganz, ABB, Group Vice President Extending the Industrial Intranet to the Internet of Things, Services, and People (EU6) Slide 1 ABB paves the way for the big shifts Internet of Things,

More information

Estimation Approval Confirmation. Dear. Machine name : ACR- 2P. 20- Jul Author Review Confirm

Estimation Approval Confirmation. Dear. Machine name : ACR- 2P. 20- Jul Author Review Confirm Estimation Approval Confirmation Dear Machine name : ACR 2P 20 Jul 11 3... Author Review Confirm 2... 1... No Edit date Modifications Modifier / / / 1. Outline A portable automatic pipe cutting robot is

More information

Function ECU, Wireless

Function ECU, Wireless Commercial Vehicle Systems Product DATA PD-551-000 Function ECU, Wireless The is a Gateway Receiver system to alert the driver if any monitored tyre runs under its normal pressure or above its normal temperature.

More information

ELM327 OBD to RS232 Interpreter

ELM327 OBD to RS232 Interpreter OBD to RS232 Interpreter Description Almost all new automobiles produced today are required, by law, to provide an interface from which test equipment can obtain diagnostic information. The data transfer

More information

Real Time Vehicle Monitoring

Real Time Vehicle Monitoring Real Time Vehicle Monitoring GPS-GSM/GPRS Vehicle Modules Fuel level Sensors and Adapters Office PC Based Monitoring System WEB Based Monitoring System 2 About Real Time Monitoring System About Real Time

More information

Pothole Tracker. Muhammad Mir. Daniel Chin. Mike Catalano. Bill Quigg Advisor: Professor Ciesielski

Pothole Tracker. Muhammad Mir. Daniel Chin. Mike Catalano. Bill Quigg Advisor: Professor Ciesielski Pothole Tracker Muhammad Mir. Daniel Chin. Mike Catalano. Bill Quigg Advisor: Professor Ciesielski Pothole Tracker Muhammad Mir CSE Team 5 Daniel Chin CSE Mike Catalano EE Bill Quigg EE Why are Potholes

More information

(The following instructions are an excerpt from the Record CG3 User Guide) 4.5 Setting up the CG3 OBDII Interface

(The following instructions are an excerpt from the Record CG3 User Guide) 4.5 Setting up the CG3 OBDII Interface (The following instructions are an excerpt from the Record CG3 User Guide) 4.5 Setting up the CG3 OBDII Interface As of Software Version 1.18, the CG3 provides a superior alternative to measuring distance

More information

INDEX. 1.Safety Precautions and Warnings...3

INDEX. 1.Safety Precautions and Warnings...3 INDEX 1.Safety Precautions and Warnings...3 2. General Information...5 2.1 On-Board Diagnostics (OBD) II... 5 2.2 Diagnostic Trouble Codes (DTCs)... 6 2.3 Location of the Data Link Connector (DLC)...7

More information

The Power Systems Industry Experts. Installation Instructions. PT100 Stationary Generator Monitoring System

The Power Systems Industry Experts. Installation Instructions. PT100 Stationary Generator Monitoring System The Power Systems Industry Experts Installation Instructions PT100 Stationary Generator Monitoring System PLEASE READ ALL INSTRUCTIONS PRIOR TO INSTALLATION Planning the Installation The monitoring unit

More information

RS232. CAN. Integration with Tachograph Continental VDO DTCO

RS232. CAN. Integration with Tachograph Continental VDO DTCO RS232. CAN. Integration with Tachograph Continental VDO DTCO User Manual www.galileosky.com Contents Necessary Tools, Equipment and Materials... 3 General Information... 4 Connecting tachograph to the

More information

ECT Display Driver Installation for AP2 Module

ECT Display Driver Installation for AP2 Module ECT Display Driver Installation for AP2 Module Overview The ECT Display Driver is a small module with a removable wire harness that mounts behind the driver's foot well cover. All wiring connections are

More information

SOME BASICS OF TROUBLESHOOTING

SOME BASICS OF TROUBLESHOOTING SOME BASICS OF TROUBLESHOOTING DICK RANDALL I decided to pull these ideas together because I have spent plenty of hobby time figuring out things that did not work or that needed repair. This process and

More information

GREENER CLEANER PLANET FOR A. TekMindz develops a Cloud based platform for managing charge network stations. INDZ TEK

GREENER CLEANER PLANET FOR A. TekMindz develops a Cloud based platform for managing charge network stations. INDZ TEK FOR A GREENER CLEANER PLANET TekMindz develops a Cloud based platform for managing charge network stations. TEK INDZ TM About The Client The Client is one of the leading providers of electrical charging

More information

Initial Project and Group Identification Document. Metal detecting robotic vehicle (seek and find metallic objects using a robotic vehicle)

Initial Project and Group Identification Document. Metal detecting robotic vehicle (seek and find metallic objects using a robotic vehicle) Initial Project and Group Identification Document Project Idea: Metal detecting robotic vehicle (seek and find metallic objects using a robotic vehicle) Team Members: Robertson Augustine (Computer Engineer)

More information

Residential Smart-Grid Distributed Resources

Residential Smart-Grid Distributed Resources Residential Smart-Grid Distributed Resources Sharp Overview for EPRI Smart Grid Advisory Meeting Carl Mansfield (cmansfield@sharplabs.com) Sharp Laboratories of America, Inc. October 12, 2009 Sharp s Role

More information

Potential Electronic Causes of Unintended Acceleration

Potential Electronic Causes of Unintended Acceleration Potential Electronic Causes of Unintended Acceleration Prof. Todd Hubing Michelin Professor of Vehicle Electronic Systems Integration Clemson University International Center for Automotive Research Summary

More information

Vehicle Disabling Systems

Vehicle Disabling Systems Vehicle Disabling Systems Objective Vehicle disabling systems are used to prevent unauthorized users from initially operating a vehicle and to gradually decelerate and stop a vehicle in-transit under certain

More information

ENGINE IMMOBILISER SYSTEM

ENGINE IMMOBILISER SYSTEM System Name Power Window Control System Sliding Roof System ENGINE IMMOBILISER SYSTEM PRECAUTION 1. PRECAUTION FOR DISCONNECTING BATTERY TERMINAL NOTICE: When disconnecting the negative () battery terminal,

More information

Current Problems with Automotive Electrical Power.

Current Problems with Automotive Electrical Power. Current Problems with Automotive Electrical Power. Hybrid car designers also need accurate current datalogging capabilities. By accurately measuring how efficiently experimental batteries store and deliver

More information

Syllabus: Automated, Connected, and Intelligent Vehicles

Syllabus: Automated, Connected, and Intelligent Vehicles Page 1 of 8 Syllabus: Automated, Connected, and Intelligent Vehicles Part 1: Course Information Description: Automated, Connected, and Intelligent Vehicles is an advanced automotive technology course that

More information

Function ECU, Wireless

Function ECU, Wireless Commercial Vehicle Systems Product DATA PD-551-000 Function ECU, Wireless The is a Gateway Receiver system to alert the driver if any monitored tyre runs under its normal pressure or above its normal temperature.

More information

Technical Article. How to implement a low-cost, accurate state-of-charge gauge for an electric scooter. Manfred Brandl

Technical Article. How to implement a low-cost, accurate state-of-charge gauge for an electric scooter. Manfred Brandl Technical How to implement a low-cost, accurate state-of-charge gauge for an electric scooter Manfred Brandl How to implement a low-cost, accurate state-of-charge gauge for an electric scooter Manfred

More information

The Design of Vehicle Tire Pressure Monitoring System Based on Bluetooth

The Design of Vehicle Tire Pressure Monitoring System Based on Bluetooth 5th International Conference on Advanced Engineering Materials and Technology (AEMT 2015) The Design of Vehicle Tire Pressure Monitoring System Based on Bluetooth Liqing Geng 1, a *, Li Zhao 2,b, Zeyu

More information

AMS ValveLink SNAP-ON Applications

AMS ValveLink SNAP-ON Applications Product Data Sheet AMS ValveLink SNAP-ON Applications n Communicate with both HART and FOUNDATION fieldbus FIELDVUE digital valve controllers in the same application n Online, in-service performance diagnostics

More information

Vehicle-Grid Integration

Vehicle-Grid Integration Vehicle-Grid Integration Cyber-security of PEVs Authors: Nihan Karali Energy Analysis and Environmental Impacts Division Lawrence Berkeley National Laboratory International Energy Studies Group July 2017

More information

COMMERCIAL FLEET PRODUCTS CATALOG. Medium and Heavy Duty Diagnostics

COMMERCIAL FLEET PRODUCTS CATALOG. Medium and Heavy Duty Diagnostics COMMERCIAL FLEET PRODUCTS CATALOG Medium and Heavy Duty Diagnostics JPRO COMMERCIAL FLEET DIAGNOSTICS v5.1 JPRO Heavy Duty Fleet Diagnostics JPRO MEDIUM DUTY FLEET SERVICE KITS & BUNDLES P/N: 11201 JPRO

More information

Centerwide System Level Procedure

Centerwide System Level Procedure 5.ARC.0004.2 1 of 10 REVISION HISTORY REV Description of Change Author Effective Date 0 Initial Release J. Hanratty 7/17/98 1 Clarifications based on 7/98 DNV Audit and 6/98 Internal Audit (see DCR 98-029).

More information

Overview of operation modes

Overview of operation modes Overview of operation modes There are three main operation modes available. Any of the modes can be selected at any time. The three main modes are: manual, automatic and mappable modes 1 to 4. The MapDCCD

More information

Alan Kilian Spring Design and construct a Holonomic motion platform and control system.

Alan Kilian Spring Design and construct a Holonomic motion platform and control system. Alan Kilian Spring 2007 Design and construct a Holonomic motion platform and control system. Introduction: This project is intended as a demonstration of my skills in four specific areas: Power system

More information

AEL.TF.32 INTRODUCTORY AND OPERATING MANUAL THREE-PHASE ACTIVE ELECTRONIC ELECTRICITY METERS

AEL.TF.32 INTRODUCTORY AND OPERATING MANUAL THREE-PHASE ACTIVE ELECTRONIC ELECTRICITY METERS AEL.TF.32 INTRODUCTORY AND OPERATING MANUAL THREE-PHASE ACTIVE ELECTRONIC ELECTRICITY METERS 0 122 CONTENTS Part Name Page No 0. Introduction 1 1. Introduction Technical Specifications of the Electricity

More information

Electronic Logging Devices Technical Specifications Public Meeting. U.S. Department of Transportation Media Room May 9, 2017

Electronic Logging Devices Technical Specifications Public Meeting. U.S. Department of Transportation Media Room May 9, 2017 Electronic Logging Devices Technical Specifications Public Meeting U.S. Department of Transportation Media Room May 9, 2017 Our Vision: Making our roads safer Introducing: Our presenters Facilitator: Julianne

More information

Issue 2.0 December EPAS Midi User Manual EPAS35

Issue 2.0 December EPAS Midi User Manual EPAS35 Issue 2.0 December 2017 EPAS Midi EPAS35 CONTENTS 1 Introduction 4 1.1 What is EPAS Desktop Pro? 4 1.2 About This Manual 4 1.3 Typographical Conventions 5 1.4 Getting Technical Support 5 2 Getting Started

More information

Manual Capristo Lambda Simulator Control Suite (basic version)

Manual Capristo Lambda Simulator Control Suite (basic version) Manual Capristo Lambda Simulator Control Suite (basic version) V1.0 Overview...3 Adding a Bluetooth Device / connection... 4 Connect to CLS1 module...8 Settings for CLS...11 Overview When you fit a sports

More information

Table of Contents. Preface Introduction Legal notice PDF viewing notes Document change log...

Table of Contents. Preface Introduction Legal notice PDF viewing notes Document change log... Table of Contents Preface... 2 1.1 Introduction... 2 1.2 Legal notice... 2 1.3 PDF viewing notes... 2 1.4 Document change log... 2 Device installation... 3 2.1 Device... 3 2.2 Antenna... 3 2.3 FM device

More information

Declaration. EZ400 Diagnosis System

Declaration. EZ400 Diagnosis System Declaration 1. The manual is designed for the usage of EZ400, applying to EZ400 automotive diagnosis platform. No part of this manual allowed to be reproduced, stored in a retrieval system or transmitted,

More information

System Overview Quick-Start Guide Mini-Hybrid Cooling System for Refuse Applications

System Overview Quick-Start Guide Mini-Hybrid Cooling System for Refuse Applications System Overview Quick-Start Guide Mini-Hybrid Cooling System for Refuse Applications Prepared for Serial number Rev Rev By Date Description of Change Approved By A JRB 7/26/2016 New Release ECN4325 9970039096_Rev

More information

DIAGNOSIS AND TESTING

DIAGNOSIS AND TESTING 204-04-1 Wheels and Tires 204-04-1 DIAGNOSIS AND TESTING Tire Pressure Monitoring System Special Tool(s) Vehicle Communication Module (VCM) and Integrated Diagnostic System (IDS) software with appropriate

More information

10+ YEARS SPECIFIED BATTERY LIFE. Case study: Strips by. Optimizing power usage in IoT devices

10+ YEARS SPECIFIED BATTERY LIFE. Case study: Strips by. Optimizing power usage in IoT devices Case study: Strips by Published: September 2017 10+ YEARS SPECIFIED BATTERY LIFE Optimizing power usage in IoT devices In many modern battery operated systems, the expected battery life is dependent on

More information

SNMP dedicated to ORVALDI Solar Infini

SNMP dedicated to ORVALDI Solar Infini SNMP dedicated to ORVALDI Solar Infini User s Manual Management Software for Solar Inverter Table of Contents 1. 2. 3. Overview...1 1.1 Introduction...1 1.2 Features...1 1.3 Overlook...1 1.4 Installation

More information

SI AT A22. English. Printed: Doc-Nr: PUB / / 000 / 03

SI AT A22. English. Printed: Doc-Nr: PUB / / 000 / 03 SI AT A22 English 1 Information about the documentation 1.1 About this documentation Read this documentation before initial operation or use. This is a prerequisite for safe, trouble-free handling and

More information

MIPRover: A Two-Wheeled Dynamically Balancing Mobile Inverted Pendulum Robot

MIPRover: A Two-Wheeled Dynamically Balancing Mobile Inverted Pendulum Robot ECE 3992 Senior Project Proposal MIPRover: A Two-Wheeled Dynamically Balancing Mobile Inverted Pendulum Robot 6 May 2005 Prepared By: Kevin E. Waters Department of Electrical and Computer Engineering University

More information

User s Manual XOB15091 OBD II / EOBD CODE READER. All Rights Reserved. Warranty and Service

User s Manual XOB15091 OBD II / EOBD CODE READER. All Rights Reserved. Warranty and Service 5. Warranty and Service 5.1 Limited One Year Warranty The manufacturer/supplier warranty provided to customers for this product will be free from all defects in materials and workmanship for a period of

More information

ELD DRIVER GUIDE June 21, 2018

ELD DRIVER GUIDE June 21, 2018 ELD DRIVER GUIDE June 21, 2018 Contents Getting Started with PrePass ELD...4 Enroll in the PrePass ELD Program... 4 For a Carrier Enroll in the ELD Service... 4 For a Driver Get Driver Login Information...

More information

REV F2.0. User's Manual. Hydraulic ABS (HABS) Hydraulic Power Brake (HPB) Page 1 of 28

REV F2.0. User's Manual. Hydraulic ABS (HABS) Hydraulic Power Brake (HPB) Page 1 of 28 REV F2.0 User's Manual Hydraulic ABS (HABS) Hydraulic Power Brake (HPB) Page 1 of 28 Table of Contents INTRODUCTION...4 Starting TOOLBOX Software... 5 MAIN MENU...6 System Setup... 6 Language... 7 Select

More information

Operating Manual OBD Link Connector

Operating Manual OBD Link Connector Operating Manual OBD Link Connector OBD Link Connector (OLC) provides the following functions when it is plugged into the car or truck Diagnostic Link Connector (DLC) port: 1. TEST OBD2 PORT BEFORE PLUG

More information

Understanding future customer needs by monitoring EV-drivers' behavior

Understanding future customer needs by monitoring EV-drivers' behavior Understanding future customer needs by monitoring EV-drivers' behavior Marina de Queiroz Tavares 1, Jonas Gartmann, Flavio Perucchi, Franz Baumgartner 2 and Maria Youssefzadeh 3 1 Center for Signal Processing

More information

ZT-USB Series User Manual

ZT-USB Series User Manual ZT-USB Series User Manual Warranty Warning Copyright All products manufactured by ICP DAS are under warranty regarding defective materials for a period of one year, beginning from the date of delivery

More information