Preliminary Design Report. Project Name: Digital Dashboard. Team Name: Uncensored Sensors

Size: px
Start display at page:

Download "Preliminary Design Report. Project Name: Digital Dashboard. Team Name: Uncensored Sensors"

Transcription

1 EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report 25 January 2011 Project Name: Digital Dashboard Team Name: Uncensored Sensors Team Members: Name: Matthew Greenberg Name: Brandon Kalarovich Project Abstract: Our project is to design a digital dashboard for a motorcycle. We will replace all the gauges (except perhaps the analog tachometer) with a graphical LCD. The dashboard will include the standard features found on the original gauge cluster, like a speedometer, tripometer, odometer, and engine coolant temperature. Additional features we'd like to implement would be speed control, like that found in automobiles, vehicle telemetry data, and other sensors not found on this model of motorcycle, like oil pressure and oil temperature. Calculation based features (those not needing any additional sensors than what is listed above) will include a gear position indicator (using vehicle speed and engine RPM), and projected instantaneous MPG rating using throttle position and an engine load parameter. The tire size and front/rear sprocket ratio will be user customizable. This will allow the speedometer and odometer to remain accurate if the user decides to stray away from original manufacturer's settings.

2 2 Digital Dashboard Uncensored Sensors Table of Contents Project Features...3 Project Objectives...4 Concept/Technology Selection...6 Components...8 Distribution of Labor...9 Projected Timeline...9 List of Tables/Figures Project block diagram... 6 LCD module... 8 Distribution of labor... 9 Gantt chart... 9

3 3 Digital Dashboard Uncensored Sensors Project Features The objective of the project is to design a digital dashboard that will have many more features than an analog dashboard used in older motorcycles. Features include: Speedometer. Tripometer. Odometer. Gear position indicator. Engine Coolant temperature. Oil temperature and pressure. Customizable tire size and sprocket ratio settings Speed/cruise control Telemetry data (Lean angle, lateral/longitudinal acceleration rate). Projected instantaneous miles per gallon (MPG) rating

4 4 Digital Dashboard Uncensored Sensors Project Objectives We have a few performance criteria will need to meet, and other's we plan to meet. The most crucial criteria to meet are maintaining accuracy for the speedometer and odometer. The United States mandates an allowed error of 5%. The United Nations Economic Commission for Europe (UNECE) mandates that a speedometer should never read slower than the vehicle is moving, and allows up to 110% + 4 kmh error from true speed for common speeds. The factory speedometer from Yamaha reads about 110% from true speed. This was proven by experiment using multiple unique speed stations found on the interstate (the speedometer would read 80 mph, and the speed station would display 72 mph). The speed control feature will need to be capable of being turned off if a failure occurs with the device. This will require the speed control portion of the device to have direct access to the clutch and brake control signals. Accuracy in additional sensors will also be desired; however because they are only for display purposes only, we feel they can have a tolerance of a few percent. Additional performance specifications we would like to meet would be to have the display updated at 0.5 second intervals. This would allow up to date vehicle data, without a refresh rate that may be too high and cause ghosting of numbers, which may become evident in colder temperatures. Because a motorcycle is a small vehicle with space constraints, our device will need to be kept as small as possible, however removal of the existing dashboard will supply additional space. The parts that are

5 5 Digital Dashboard Uncensored Sensors required to be in the gauge cluster area are of small volume. Overall, we believe that the space constraint is not a very strict requirement.

6 6 Digital Dashboard Uncensored Sensors Concept/Technology Selection Figure 1: Device Design Block Diagram Our device will be divided into 4 sections: the Host up, the Display and Basic Features (Display) up, the Speed, Mileage, and Speed Control (Speed) up, and the Telemetry and Additional Vehicle Data (Data) up. The purpose of utilizing a multiple microcontroller design was to manage interrupts. Because most motorcycle ignition systems use a wasted spark design, the tachometer signal is triggered every engine revolution (as opposed to every 2 revolution like a typical automobile engine). This means that the tachometer interrupt can be called up to 13,000 times per second. After doing some math, I figured the Hall Effect sensor interrupt can be triggered up to 2,000 times per second. Because we wish to maintain accuracy for the Hall Effect sensor, we decided to separate the two into different microcontrollers. Another reason for multiple microcontrollers was pin control. Because of the large number of sensors and ADC's required, multiple microprocessors allow us to use many cheap up instead of one large up.

7 7 Digital Dashboard Uncensored Sensors The various features will be implemented as follows: 1. The speed and mileage calculations will be done using pulses from a Hall Effect sensor over a set time in US and metric units. 2. The instantaneous MPG rating can be calculated with the throttle position and engine load parameters. 3. Temperature sensor will be used to calculate engine coolant temperature. 4. The gyroscope and accelerometer will be used to calculate the telemetry features such as lean angle and lateral/longitudinal acceleration rate. As seen in figure 1, the data from the sensors and the motorcycle itself such as the brake and clutch signals will be converted into digital form using the Atmega324p A/D converter, and then transmitted to the host microcontroller with interrupts. The host microcontroller will place the data into a buffer and transmit it to the display microcontroller where it will then be displayed on the graphical LCD.

8 8 Digital Dashboard Uncensored Sensors Components We will use a large graphical LCD or possibly two smaller LCDs to display all the motorcycle data (similar to Figure 1). For user input, 4 pushbuttons will be used so the user can select through various options and telemetry data. Our full design will require at least 4 microcontrollers; however because the calculation load is divided amongst all microcontrollers, we will be able to use cheaper, less powerful microcontrollers. We plan to use Atmel Figure 2 Possible LCD module to use, 2.76 in. x 2.04 in. area. T#photos microcontrollers. For development, we will use the Atmel ATmega324P because of its large number of I/O ports, 1 KB of built-in EEPROM, and included peripherals (SPI, UART/USART, etc.); however, after the device has been prototyped, we may be able to use smaller versions of the ATmega microcontrollers family for reduced cost and volume. If the desired sensors are not already available on the motorcycle, then those sensors will need to be purchased. This will include the Hall Effect sensor, gyroscopes, accelerometers, and oil temperature/pressure sensors. Typically this device will be used while the vehicle's engine is running, so power will be readily available. We plan to use DC-to-DC power converters to supply power to our electronics. We will seek a power converter that allows a range on input voltages from +9 V to at least V (the typical voltage range supplied by the vehicles charging system) and the output voltage to be +3.3 V to +5 V, depending on the requirements for chips we use.

9 9 Digital Dashboard Uncensored Sensors Distribution of Labor Matthew Greenberg Brandon Kalarovich Research Board construction/ soldering Testing/Debug Software Hardware Figure 3: Approximate distribution of tasks, subject to change. Gantt Chart Figure 4: Projected timeline of the project, subject to change. Figure 3: Work schedule.

EEL Project Design Report: Automated Rev Matcher. January 28 th, 2008

EEL Project Design Report: Automated Rev Matcher. January 28 th, 2008 Brad Atherton, masscles@ufl.edu, 352.262.7006 Monique Mennis, moniki@ufl.edu, 305.215.2330 EEL 4914 Project Design Report: Automated Rev Matcher January 28 th, 2008 Project Abstract Our device will minimize

More information

Title: Electric Trike

Title: Electric Trike 05/20/2015 TI Innovation Challenge Title: Electric Trike Submitted by: Abel Velazquez Table of Contents Abstract.3 Introduction. 3 Technical Achievements Electronics and PCB Design 4 Mechanical Fabrication

More information

Universal Wireless Dashboard Y-Dash + Android App Y-Dash GT. User Manual Firmware version 1.6 Software version 2.28 Hardware version 1.

Universal Wireless Dashboard Y-Dash + Android App Y-Dash GT. User Manual Firmware version 1.6 Software version 2.28 Hardware version 1. Universal Wireless Dashboard + Android App GT User Manual Firmware version 1.6 Software version 2.28 Hardware version 1.3 Page 2 is an electronic microprocessor based device that collects analog and digital

More information

Implementation of a Grid Connected Solar Inverter with Maximum Power Point Tracking

Implementation of a Grid Connected Solar Inverter with Maximum Power Point Tracking ECE 4600 GROUP DESIGN PROJECT PROGRESS REPORT GROUP 03 Implementation of a Grid Connected Solar Inverter with Maximum Power Point Tracking Authors Radeon Shamilov Kresta Zumel Valeria Pevtsov Reza Fazel-Darbandi

More information

General Information. Installation Tips. Connections

General Information. Installation Tips. Connections INSTALLATION INSTRUCTIONS ELITE DIGITAL SPEEDOMETER 2650-1951-77 Models 6789-CB, 6789-PH, 6789-SC, 6789-UL QUESTIONS: If after completely reading these instructions you have questions regarding the operation

More information

INSTALLATION GUIDE Chevrolet Monte Carlo Dash Panel Part Number: DP9002 Year Series:

INSTALLATION GUIDE Chevrolet Monte Carlo Dash Panel Part Number: DP9002 Year Series: Made in America Lifetime Guarantee Thank you for purchasing this instrument from Intellitronix. We value our customers! INSTALLATION GUIDE Chevrolet Monte Carlo Dash Panel Part Number: DP9002 Year Series:

More information

INSTALLATION GUIDE Ford Mustang Digital Dash Panel Part Number: DP7009 Year Series:

INSTALLATION GUIDE Ford Mustang Digital Dash Panel Part Number: DP7009 Year Series: Made in America Lifetime Guarantee Thank you for purchasing this gauge panel from Intellitronix. We value our customers! INSTALLATION GUIDE Ford Mustang Digital Dash Panel Part Number: DP7009 Year Series:

More information

CS 430RC. Solid De-icer Controller Configuration and Set-up Manual

CS 430RC. Solid De-icer Controller Configuration and Set-up Manual CS 430RC Solid De-icer Controller Configuration and Set-up Manual 2/17 Table of Contents 1 Systems Modes of Operation 3 2 System Features 4 3 System Description 5 4 System Specifications 6 4.1 CS-430RC

More information

CS 420RC. Solid De-icer Controller Configuration and Set-up Manual

CS 420RC. Solid De-icer Controller Configuration and Set-up Manual CS 420RC Solid De-icer Controller Configuration and Set-up Manual 2/15 Table of Contents 1 Systems Modes of Operation 3 2 System Features 4 3 System Description 5 4 System Specifications 6 4.1 CS-420RC

More information

6 Gauge Box Set IS0333

6 Gauge Box Set IS0333 Caution 6 Gauge Box Set IS0 Rev. B ecr 882 9/202 Disconnect the battery during installation. Tighten nuts on the back clamp only slightly more than you can tighten with your fingers. Six inch-pounds of

More information

Preliminary Design Report. Project Title: Lunabot

Preliminary Design Report. Project Title: Lunabot EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report 30 January 2012 Project Title: Lunabot Team Name: UF Lunabotics Team Members: Name: Matt Morgan Name: UF Lunabotics Team

More information

SPA MICROPROCESSOR COMBINED TACHO&SPEEDO/GAUGE INSTALLATION AND OPERATING MANUAL PAGE 2...INSTRUMENT FEATURES PAGE 3...OPERATING INSTRUCTIONS

SPA MICROPROCESSOR COMBINED TACHO&SPEEDO/GAUGE INSTALLATION AND OPERATING MANUAL PAGE 2...INSTRUMENT FEATURES PAGE 3...OPERATING INSTRUCTIONS SPA MICROPROCESSOR COMBINED TACHO&SPEEDO/GAUGE INSTALLATION AND OPERATING MANUAL PAGE 2...INSTRUMENT FEATURES PAGE 3...OPERATING INSTRUCTIONS PAGE 3...MENU SYSTEM PAGE 9...INSTALLATION DIAGRAMS PAGE 13...INSTALLATION

More information

Design and Experimental Study on Digital Speed Control System of a Diesel Generator

Design and Experimental Study on Digital Speed Control System of a Diesel Generator Research Journal of Applied Sciences, Engineering and Technology 6(14): 2584-2588, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: December 28, 2012 Accepted: February

More information

Final Report 4/25/12. Project: Intelli-Shade. Team: Test Curtains Please Ignore

Final Report 4/25/12. Project: Intelli-Shade. Team: Test Curtains Please Ignore EEL 4924 Electrical Engineering Design (Senior Design) Final Report 4/25/12 Project: Team: Test Curtains Please Ignore Team Members: Michael Feliciano Mark Heh Abstract: Our project is the design of an

More information

5 Gauge Box Set IS0342

5 Gauge Box Set IS0342 Caution 5 Gauge Box Set IS0342 Rev. B ecr 8832 9/202 Disconnect the battery during installation. Tighten nuts on the back clamp only slightly more than you can tighten with your fingers. Six inch-pounds

More information

EV-EMCU Electric Vehicle - Economy Mode Control Unit

EV-EMCU Electric Vehicle - Economy Mode Control Unit EV-EMCU Electric Vehicle - Economy Mode Control Unit Vanessa Baltacioglu Shauntice Diaz Chris Chadman Group 4 General Project Description A Overall control module Project to implement Description economy

More information

Full Sweep Minor Gauge Wiring:

Full Sweep Minor Gauge Wiring: Full Sweep Minor Gauge Wiring: Notes on Senders: Temp Hi match/vdo 150C: Normally used in Oil temp, 140 280F. Temp Low match/vdo120c: Normally used in water temp, 100 240F. To test the gauges work (oil,

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

Two Wheeled Self balancing Robot

Two Wheeled Self balancing Robot EE 318, Electronic Design Lab Project Report, EE Dept, IIT Bombay, April 2010 Two Wheeled Self balancing Robot Group No 8 Murtuza Patanwala (07d07026) Supervisor : Prof. P. C Pandey 1) Introduction The

More information

2009 Yamaha FZ6R OWNER S MANUAL

2009 Yamaha FZ6R OWNER S MANUAL 2009 Yamaha FZ6R OWNER S MANUAL 2 Table of Contents Get to Know Your Motorcycle... 3 Front View... 3 Right Side View... 4 Left Side View... 5 Rear View... 6 Right Handlebar... 7 Left Handlebar... 8 Dashboard...

More information

SAE Baja - Drivetrain

SAE Baja - Drivetrain SAE Baja - Drivetrain By Ricardo Inzunza, Brandon Janca, Ryan Worden Team 11A Concept Generation and Selection Document Submitted towards partial fulfillment of the requirements for Mechanical Engineering

More information

Arduino-based OBD-II Interface and Data Logger. CS 497 Independent Study Ryan Miller Advisor: Prof. Douglas Comer April 26, 2011

Arduino-based OBD-II Interface and Data Logger. CS 497 Independent Study Ryan Miller Advisor: Prof. Douglas Comer April 26, 2011 Arduino-based OBD-II Interface and Data Logger CS 497 Independent Study Ryan Miller Advisor: Prof. Douglas Comer April 26, 2011 Arduino Hardware Automotive OBD ISO Interface Software Arduino Italy 2005

More information

ELECTRONIC DASHBOARD GAUGE DROP-OUT CX, CV AND CH MODEL CHASSIS

ELECTRONIC DASHBOARD GAUGE DROP-OUT CX, CV AND CH MODEL CHASSIS SERVICE BULLETIN (Also applies to Mack Trucks Australia) (Supersedes bulletin SB-732-005 dated 12/10/02) NUMBER: SB-732-005 DATE: 1/13/03 MODEL: CX, CV, CH ELECTRONIC DASHBOARD GAUGE DROP-OUT CX, CV AND

More information

Sensing the position of throttle valve using Throttle Position Sensor

Sensing the position of throttle valve using Throttle Position Sensor Sensing the position of throttle valve using Throttle Position Sensor Nikita Dhenge 1, Krupa Deth 2, S T Valujkar 3 1&2 (National Institute of Electronics and Information Technology, Aurangabad, India)

More information

AUTOMOTIVE MAINTNENANCE

AUTOMOTIVE MAINTNENANCE This Workbook has been developed to help aid in organizing notes and references while working on the Automotive Maintenance Merit Badge Requirements. Visit www.scoutmasterbucky.com for more information

More information

Thank you for purchasing this instrument from Intellitronix. We value our customers!

Thank you for purchasing this instrument from Intellitronix. We value our customers! Made in America Lifetime Guarantee Thank you for purchasing this instrument from Intellitronix. We value our customers! INSTALLATION GUIDE Corvette Digital Dash Panel Part Number: DP2003 Year Series: 1984-1989

More information

Stressless Gear Using Embedded System Technology

Stressless Gear Using Embedded System Technology International Journal of Engineering Research and Technology. ISSN 0974-3154 Volume 6, Number 4 (2013), pp. 535-540 International Research Publication House http://www.irphouse.com Stressless Gear Using

More information

NO PART OF THIS DOCUMENT MAY BE REPRODUCED WITHOUT PRIOR AGREEMENT AND WRITTEN PERMISSION OF FORD PERFORMANCE PARTS.

NO PART OF THIS DOCUMENT MAY BE REPRODUCED WITHOUT PRIOR AGREEMENT AND WRITTEN PERMISSION OF FORD PERFORMANCE PARTS. Table of Contents Table of Contents... 1 Getting Started... 2 ProCal Flash Tool... 2 Verify Package Contents... 2 Getting to Know the ProCal 3 Software... 3 Prepare Vehicle for Flashing... 7 Download Calibration

More information

KOSO RX1N / PGO Gauge Cluster

KOSO RX1N / PGO Gauge Cluster KOSO RX1N / PGO Gauge Cluster Thank you for the purchase of this wonderful gauge! Here is some background information about the PGO gauge. When manufactured by Koso, it was called the RX1N. Recently, Koso

More information

SP4 DOCUMENTATION. 1. SP4 Reference manual SP4 console.

SP4 DOCUMENTATION. 1. SP4 Reference manual SP4 console. SP4 DOCUMENTATION 1. SP4 Reference manual.... 1 1.1. SP4 console... 1 1.2 Configuration... 3 1.3 SP4 I/O module.... 6 2. Dynamometer Installation... 7 2.1. Installation parts.... 8 2.2. Connectors and

More information

System Integration of an Electronic Monitoring System in All-Terrain Vehicles

System Integration of an Electronic Monitoring System in All-Terrain Vehicles System Integration of an Electronic Monitoring System in All-Terrain Vehicles Waylin Wing Central Michigan University, Mount Pleasant, MI 48858 Email: wing1wj@cmich.edu An electronic monitoring system

More information

AiM User Guide. MecTronic MKE1. Release 1.00

AiM User Guide. MecTronic MKE1. Release 1.00 AiM User Guide MecTronic MKE1 Release 1.00 1 Supported models This user guide explains how to connect MekTronik ECU to AiM devices. Supported model is: MekTronik MKE1 2 Wiring connection MecTronik MKE1

More information

INSTALLATION GUIDE Chevrolet Impala/Caprice Digital Dash Panel Part Number: DP1208 Year Series: 1968

INSTALLATION GUIDE Chevrolet Impala/Caprice Digital Dash Panel Part Number: DP1208 Year Series: 1968 Made in America Lifetime Guarantee Thank you for purchasing this instrument from Intellitronix. We value our customers! INSTALLATION GUIDE Chevrolet Impala/Caprice Digital Dash Panel Part Number: DP1208

More information

2 nd Generation Charging Station

2 nd Generation Charging Station 2 nd Generation Charging Station By Jasem Alhabashy, Riyadh Alzahrani, Brandon Gabrelcik, Ryan Murphy and Ruben Villezcas Team 13 Progress Report for ME486c Document Submitted towards partial fulfillment

More information

SPA MICROPROCESSOR 3 STAGE PROGRAMMABLE SHIFT LIGHT INSTALLATION AND OPERATING MANUAL PAGE 2...INSTRUMENT FEATURES. PAGE 3...OPERATING INSTRUCTIONS.

SPA MICROPROCESSOR 3 STAGE PROGRAMMABLE SHIFT LIGHT INSTALLATION AND OPERATING MANUAL PAGE 2...INSTRUMENT FEATURES. PAGE 3...OPERATING INSTRUCTIONS. SPA MICROPROCESSOR 3 STAGE PROGRAMMABLE SHIFT LIGHT INSTALLATION AND OPERATING MANUAL PAGE 2...INSTRUMENT FEATURES. PAGE 3...OPERATING INSTRUCTIONS. PAGE 4...MENU SYSTEM. PAGE 6...SPECIFICATIONS. PAGE

More information

Switch select of sender types:

Switch select of sender types: Full sweep minor gauges wiring: B -------------------------------------------------- battery or +12V input. L -------------------------------------------------- LED illumination, for back lighting, dimmable.

More information

(submitted by the Dutch delegation)

(submitted by the Dutch delegation) EUROPEAN COMMISSION ENTERPRISE DIRECTORATE-GENERAL Single market, regulatory environment, industries under vertical legislation Automotive industry Motor Vehicles Working Group (MVWG) Brussels, 27 October

More information

EVS28 KINTEX, Korea, May 3-6, Improvement on Driving Comfort and Energy Consumption of Electric Vehicle through Throttle Signal Control

EVS28 KINTEX, Korea, May 3-6, Improvement on Driving Comfort and Energy Consumption of Electric Vehicle through Throttle Signal Control EVS28 KINTEX, Korea, May 3-6, 2015 Improvement on Driving Comfort and Energy Consumption of Electric Vehicle through Throttle Signal Control Zhang Kun, Joerg D. Weigl National University of Singapore,

More information

Bayliner Model Year 2001

Bayliner Model Year 2001 Bayliner Marine Cluster Electrical & Functional Specification Page 1 of 49 Bayliner Model Year 2001 Electrical & Functional Specification Approvals: Sam Reaves Date: Don Hopkins Date: Wilt Rogers Date:

More information

Analyzing Numerical Data: Using Ratios I.B Student Activity Sheet 5: Changing Tires

Analyzing Numerical Data: Using Ratios I.B Student Activity Sheet 5: Changing Tires You have just purchased a new vehicle equipped with factory-installed P245/70R16 tires. You think these tires look too small, so you replace them with P285/75R16 tires. How does this change in tire size

More information

Part Number DP6003 Chevy Truck Digital Dash YEARS 67-72

Part Number DP6003 Chevy Truck Digital Dash YEARS 67-72 Part Number DP6003 Chevy Truck Digital Dash YEARS 67-72 KIT COMPONENTS: One (1) Digital Circuit Board One (1) Smoked Acrylic See-Through Lens *Peel off protective covering from both sides of lens attached

More information

EVS28 KINTEX, Korea, May 3-6, Improvement on Driving Comfort and Energy Consumption of Electric Vehicle through Throttle Signal Control

EVS28 KINTEX, Korea, May 3-6, Improvement on Driving Comfort and Energy Consumption of Electric Vehicle through Throttle Signal Control EVS28 KINTEX, Korea, May 3-6, 2015 Improvement on Driving Comfort and Energy Consumption of Electric Vehicle through Throttle Signal Control Zhang Kun, Joerg D. Weigl National University of Singapore,

More information

OPERATOR S GUIDE OPERATOR S GUIDE OPERATOR S GUIDE

OPERATOR S GUIDE OPERATOR S GUIDE OPERATOR S GUIDE ENGINE MONITORING SYSTEM For Caterpillar Electronically Controlled Marine Engines 3176 3196 3406E 3408C 3412C Introduction The Caterpillar Engine Monitoring System (EMS) is designed to display various

More information

DEFINITION OF ACRONYMS

DEFINITION OF ACRONYMS DEFINITION OF ACRONYMS No. ACRONYMS DESCRIPTION 1 MOTOBOX Technical data box for motorcycle repair 2 MT006-LINK Signal cable used to transfer data 3 INPUT Input signal of ECM 4 OUTPUT Ouput signal of ECM

More information

Lingenfelter NCC-002 Nitrous Control Center Quick Setup Guide

Lingenfelter NCC-002 Nitrous Control Center Quick Setup Guide Introduction: Lingenfelter NCC-002 Nitrous Control Center Quick Setup Guide The NCC-002 is capable of controlling two stages of progressive nitrous and fuel. If the NCC-002 is configured only for nitrous,

More information

Side view. Fig. 1 Vehicle side overview.

Side view. Fig. 1 Vehicle side overview. Side view Fig. 1 Vehicle side overview. Key to fig. 1: (1) Fuel filler flap (2) Roof antenna (3) Outside door handles (4) Outside mirror Additional turn signal light (5) Lift points for the jack Front

More information

Motronic MS Electronic design. Functionality. Mechanical data. Conditions for use

Motronic MS Electronic design. Functionality. Mechanical data. Conditions for use Motronic MS 1.10 The MS 1.10 is a highly sophisticated engine management system for high performance engines. The system contains 12 ignition power stages and 24 independent injection power stages. All

More information

COMBINATION METER. To increase the product s desirability and visibility, a red luminescent meter is used on the STi models.

COMBINATION METER. To increase the product s desirability and visibility, a red luminescent meter is used on the STi models. W1860BE.book Page 2 Tuesday, January 28, 2003 11:01 PM 1. Combination Meter A: RED LUMINESCENT METER To increase the product s desirability and visibility, a red luminescent meter is used on the STi models.

More information

Contents. Preface... xiii Introduction... xv. Chapter 1: The Systems Approach to Control and Instrumentation... 1

Contents. Preface... xiii Introduction... xv. Chapter 1: The Systems Approach to Control and Instrumentation... 1 Contents Preface... xiii Introduction... xv Chapter 1: The Systems Approach to Control and Instrumentation... 1 Chapter Overview...1 Concept of a System...2 Block Diagram Representation of a System...3

More information

Setup for using our speedometer with GPS sensor

Setup for using our speedometer with GPS sensor Setup for using our speedometer with GPS sensor Wiring: Speedometer red (1) power +12V Speedometer black (5) - ground Speedometer green (4) LED illumination (can be 12V) Speedometer blue (7) signal input,

More information

INSTALLATION GUIDE Chevrolet Digital Dash Panel Part Number: DP6002 Year Series:

INSTALLATION GUIDE Chevrolet Digital Dash Panel Part Number: DP6002 Year Series: Made in America Lifetime Guarantee Thank you for purchasing this instrument panel from Intellitronix. We value our customers! INSTALLATION GUIDE Chevrolet Digital Dash Panel Part Number: DP6002 Year Series:

More information

Please check our application list to see if we have a specific Harness Kit available for your motorcycle.

Please check our application list to see if we have a specific Harness Kit available for your motorcycle. GIpro X-type Install Guide for GPX-WSS Harness Kit Compatibility: This universal harness kit includes a Wheel Speed Sensor and will fit all motorcycles and vehicles which have electronic ignition system.

More information

IGNIJET_ Detailed description

IGNIJET_ Detailed description IGNIJET_2007 - Detailed description 1. Hardware Wiring of the main connector (IGNIJET_2007 unit view): 36 INJ 2 35 INJ 1 34 INJ 3 33 INJ 4 32 +12 V 31 COOL RELAY 30 IC 4 29 IC 3 28 IC 1 27 IC 2 26 BLOCK

More information

INTRODUCTION... 3 REQUIREMENTS... 3 SPECIFICATIONS... 4 DESIGN APPROACH... 5 PRODUCT COST ANALYSIS... 7 STATEMENT OF WORK... 8 SCHEDULES...

INTRODUCTION... 3 REQUIREMENTS... 3 SPECIFICATIONS... 4 DESIGN APPROACH... 5 PRODUCT COST ANALYSIS... 7 STATEMENT OF WORK... 8 SCHEDULES... Table of Contents INTRODUCTION... 3 REQUIREMENTS... 3 HAND... 3 CONTROL GLOVE... 3 TRANSMITTER AND RECEIVER... 3 PROGRAM... 4 BLOCK DIAGRAM... 4 SPECIFICATIONS... 4 DESIGN APPROACH... 5 THE CONTROL GLOVE...

More information

COMBINATION METER BE 45 PARTS LOCATION

COMBINATION METER BE 45 PARTS LOCATION BE45 PARTS LOCATION BE46 BODY ELECTRICAL SYSTEM METER CIRCUIT BE47 TROUBLESHOOTING The table below will be useful for you in troubleshooting these electrical problems. The most likely causes of the malfunction

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

SAE Baja - Drivetrain

SAE Baja - Drivetrain SAE Baja - Drivetrain By Ricardo Inzunza, Brandon Janca, Ryan Worden Team 11 Engineering Analysis Document Submitted towards partial fulfillment of the requirements for Mechanical Engineering Design I

More information

Preliminary Design Report. Project Title: The Ad-Flier! Team Name: Sky Lights

Preliminary Design Report. Project Title: The Ad-Flier! Team Name: Sky Lights EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report 2 February 2012 Project Title: The Ad-Flier! Team Name: Sky Lights Team Members: Name: David J. Greene Email: Djgreene@ufl.edu

More information

Autopilot System SAP2000

Autopilot System SAP2000 Autopilot System SAP2000 for computer controlled driving of cars on test stands precise reliable efficient Human drive style speed control Different human drive styles selectable Extreme high repeatability

More information

INSTALLATION GUIDE Multi-Gauge Set with sending units Part Number: M 9999

INSTALLATION GUIDE Multi-Gauge Set with sending units Part Number: M 9999 Made in America Lifetime Guarantee Thank you for purchasing this instrument set from Intellitronix. We value our customers! INSTALLATION GUIDE Multi-Gauge Set with sending units Part Number: M 9999 * Always

More information

TECHNICAL MANUAL FOR ELECTRONIC SPEEDOMETER STR-RIEJU MATRIX 2

TECHNICAL MANUAL FOR ELECTRONIC SPEEDOMETER STR-RIEJU MATRIX 2 FOR ELECTRONIC SPEEDOMETER STR-RIEJU MATRIX 2 Rel. 4.0 3.0 2.0 1.0 0.0 Release Disposal Aim Modifications on chapter 8 and 13 Deleted automatic and manual test procedure General modifications Added par.

More information

CAN Instruments CANcockpit* Ocean Link Accessories. * Only for trained partners

CAN Instruments CANcockpit* Ocean Link Accessories. * Only for trained partners CAN Instruments * Only for trained partners 1.3.1 CANcockpit* 1.3.2 Ocean Link 1.3.3 Accessories CANcockpit* Handle complex requirements with ease. The VDO brand is synonymous with customised solutions

More information

PHOENIX TACHOMETER WITH OLED DISPLAY

PHOENIX TACHOMETER WITH OLED DISPLAY PHOENIX TACHOMETER WITH OLED DISPLAY REV A0031418 PROGRAMMABLE TACHOMETER WIRING Standalone tachometers with AMP plugs are incandescent perimeter, backlit or LED backlit. Incandescent bulbs will be in

More information

INSTALLATION GUIDE Six Gauge Universal Digital Dash Panel Part Number: DP10002

INSTALLATION GUIDE Six Gauge Universal Digital Dash Panel Part Number: DP10002 Made in America Lifetime Guarantee Thank you for purchasing this digital dash panel from Intellitronix. We value our customers! INSTALLATION GUIDE Six Gauge Universal Digital Dash Panel Part Number: DP10002

More information

Series II ODYR/SLX-01-1-C PERFORMANCE SPEEDOMETER

Series II ODYR/SLX-01-1-C PERFORMANCE SPEEDOMETER Series II ODYR/SLX-01-1-C PERFORMANCE SPEEDOMETER MOUNTING: The gauge requires a round hole 3-3/8 in diameter. It should be inserted into the opening from the front and the U-clamp will be installed from

More information

ECE 480 Design Team 3: Designing Low Voltage, Low Current Battery Chargers

ECE 480 Design Team 3: Designing Low Voltage, Low Current Battery Chargers Michigan State University Electrical Engineering Department ECE 480 Design Team 3: Designing Low Voltage, Low Current Battery Chargers Application Note Created by: James McCormick 11/8/2015 Abstract: The

More information

SP5 INSTALLATION AND SETUP MANUAL

SP5 INSTALLATION AND SETUP MANUAL SP5 INSTALLATION AND SETUP MANUAL 1 Installation 1.1 Introduction The SP5 System consists of a Data Acquisition unit (DAQ) with two complete Roller control channels, each Roller Control Channel consists

More information

Speed Control of Vehicle Using Voice Commands

Speed Control of Vehicle Using Voice Commands Speed Control of Vehicle Using Voice Commands D. A. Torse 1, Abhishek S Sutar 2, Pavan Andagi 3, Mukund Hanamshet 4, Mahesh Talwar 5 1,2,3,4,5 Department of Electronics and Communication, KLS, Gogte Institute

More information

DISPLAYS: Revolution counters and Speedometers

DISPLAYS: Revolution counters and Speedometers DISPLAYS: Revolution counters Revolution counters MOTOMETER revolution counters are equipped with a moving coil measuring unit that shows the exact engine speed. The use of revolution counters is either

More information

Tach-Force Chevy Truck

Tach-Force Chevy Truck Classic Instruments Tach-Force 1955 1959 Chevy Truck Installation Manual Table of Contents Welcome from the Team at Classic Instruments!... 3 Mount New Gauge Cluster... 4 Instrument Cluster Wiring... 5

More information

Controller Ground (dual black 12awg) should be connected to chassis ground as close as possible to the battery.

Controller Ground (dual black 12awg) should be connected to chassis ground as close as possible to the battery. 1. Overview The Maximizer 4 progressive nitrous controller operates one or two separate stages of nitrous based on either time, RPM, MPH, throttle percentage or boost pressure. Whether your engine is naturally

More information

ELECTRONIC TRACTION CONTROL USER MANUAL

ELECTRONIC TRACTION CONTROL USER MANUAL DRAG-SPORTSMAN N2O For ELECTRONIC TRACTION CONTROL USER MANUAL TELEPHONE 828.645.1505 FAX 828.645.1525 WWW.MORETRACTION.COM US PATENT 6,577,944 Disclaimer...2 Introduction... 3 How Does It Work. 4 Installation...

More information

Small Engine EFI Control System Solution

Small Engine EFI Control System Solution Small Engine EFI Control System Solution FTF-AUT-F0002 Majid Eshaghi Product Line Manager A P R. 2 0 1 4 TM External Use Agenda SiP Small Engine Control - Analog Solutions Freescale small engine analog

More information

Test Plans & Test Results

Test Plans & Test Results Table of contents P09222 FSAE ECU Gen III Test Plans & Test Results By: Andrew Rittase, Robert Joslyn, Dereck Bojanowski, Robert Raymond, Giovanni Sorrentino, Jordan Hibbits 1. MSD I: WKS 8-10 TEST PLAN...

More information

MCL-5100, 5200, & 5400 Bar mount digital speedometer with indicators.

MCL-5100, 5200, & 5400 Bar mount digital speedometer with indicators. MCL-5100, 5200, & 5400 Bar mount digital speedometer with indicators. *To avoid damage to motorcycle, please see Speedometer and Indicators sections for details on locating VSS and indicator wires for

More information

LCD S900 User Manual. The Latest Version 2014

LCD S900 User Manual. The Latest Version 2014 LCD S900 User Manual The Latest Version 2014 1. Exterior Parameters Casing Material: ABS Display Material: High Hardness Acrylic (the same hardness value as tempered glass). Front View Side View Side View

More information

Direct Link Basic Tuning Guide (Delphi)

Direct Link Basic Tuning Guide (Delphi) Direct Link Basic Tuning Guide (Delphi) This Guide is intended to answer basic Direct Link tuning questions and to act as a Quick Start Guide. It is not intended to be the Gospel on the tuning process

More information

Theft Detection and Controlling System of a Vehicle Using GSM

Theft Detection and Controlling System of a Vehicle Using GSM Theft Detection and Controlling System of a Vehicle Using GSM M. Uday Kumar Naidu 1, Dr. K. Prahlada Rao 2 1 P.G Scholar, 2 Professor & principal JNTUACEA, Ananthapuramu, A.P. Department of Mechanical

More information

Miscellaneous Measuring Devices

Miscellaneous Measuring Devices Instrumentation 7 C H A P T E R Miscellaneous Measuring Devices Objectives After completing this chapter, you will be able to: Define terms associated with miscellaneous measuring devices: vibration rotational

More information

HLY-3016 PERFORMANCE SPEEDOMETER/TACHOMETER COMBO (weather and vibration resistant for exposed environments)

HLY-3016 PERFORMANCE SPEEDOMETER/TACHOMETER COMBO (weather and vibration resistant for exposed environments) HLY-3016 PERFORMANCE SPEEDOMETER/TACHOMETER COMBO (weather and vibration resistant for exposed environments) *To avoid damage to motorcycle, please see Speedometer, Tachometer, and Status and Warning Indicators

More information

Introduction...3. System Overview...3. PDC Control Unit Sensors PDC Button Interfaces Activation of the PDC...

Introduction...3. System Overview...3. PDC Control Unit Sensors PDC Button Interfaces Activation of the PDC... meeknet.co.uk/e64 Table of Contents PARK DISTANCE CONTROL (PDC) Subject Page Introduction...............................................3 System Overview...........................................3 Components

More information

Technical Information

Technical Information Technical Service 2/14 ENU WE02 9 WE02 - Re-programming Instrument Cluster (Workshop Campaign) Important Note: CRITICAL WARNING - THIS CAMPAIGN INCLUDES STEPS WHERE SEVERAL CONTROL UNITS IN THE VEHICLE

More information

Manual Where Do I Get Cars Save Gas Mileage Than Automatics

Manual Where Do I Get Cars Save Gas Mileage Than Automatics Manual Where Do I Get Cars Save Gas Mileage Than Automatics Where do automatic cars fare now in the big fuel consumption debate: automatic significant moves made to improve the technology in automatic

More information

Autopilot System SAP2000

Autopilot System SAP2000 Autopilot System SAP2000 for computer controlled driving of cars on test stands precise reliable efficient Human drive style speed control Different human drive styles selectable Extreme high repeatability

More information

1995 Aerostar/Ranger/Explorer

1995 Aerostar/Ranger/Explorer 95 Aerostar/Ranger/Explorer Section 13-01: Instrument Cluster, Conventional DIAGNOSIS AND TESTING 95 Aerostar/Ranger/Explorer Workshop Manual Pinpoint Tests PINPOINT TEST A: FUEL LEVEL READS INACCURATELY

More information

INSTALLATION GUIDE Chevrolet Digital Dash Panel Part Number: DP6002 YEAR SERIES:

INSTALLATION GUIDE Chevrolet Digital Dash Panel Part Number: DP6002 YEAR SERIES: Intelligent Electronics INSTALLATION GUIDE Chevrolet Digital Dash Panel Part Number: DP6002 YEAR SERIES: 1964-1966 * Disconnect the battery before attempting any electrical work on your vehicle. * KIT

More information

IS0306 rev. B ecn /2013. MG Tachometer (NMEA2000 and J-1939) TACH 1760 RPM FUEL. Installation / User Manual.

IS0306 rev. B ecn /2013. MG Tachometer (NMEA2000 and J-1939) TACH 1760 RPM FUEL. Installation / User Manual. IS0306 rev. B ecn 9055 11/2013 MG3000 - Tachometer (NMEA2000 and J-1939) TACH 1760 RPM FUEL Installation / User Manual www.faria-instruments.com IMPORTANT: This User s Guide outlines the functionality

More information

INSTALLATION GUIDE Chevrolet Digital Dash Panel Part Number: DP6004 Year Series:

INSTALLATION GUIDE Chevrolet Digital Dash Panel Part Number: DP6004 Year Series: INSTALLATION GUIDE Chevrolet Digital Dash Panel Part Number: DP6004 Year Series: 1973-1987 * Disconnect the battery before attempting any electrical work on your vehicle. * KIT COMPONENTS Three (3) Digital

More information

AURORA SERIES GAUGES FUEL GAUGE SUGGESTED TOOLS AND MATERIALS. 3 3 /8 in (85.7 mm) PARTS LIST

AURORA SERIES GAUGES FUEL GAUGE SUGGESTED TOOLS AND MATERIALS. 3 3 /8 in (85.7 mm) PARTS LIST GAUGE INSTALLATION. Select mounting locations for the fuel gauge. 2. Cut a 2 /6 (52 mm) diameter hole for the gauge and test for proper fitmate. 3. Tighten the gauge with the enclosed Aurora Mounting Clamp

More information

CRUISE CONTROL SYSTEM

CRUISE CONTROL SYSTEM CRUISE CONTROL SYSTEM 1993 Mitsubishi Montero 1993 ACCESSORIES & EQUIPMENT Mitsubishi Cruise Control Systems Montero DESCRIPTION & OPERATION The cruise control system is electronically and vacuum controlled.

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

Lesson 4: Fuel Costs and Fuel Economy

Lesson 4: Fuel Costs and Fuel Economy Lesson 4: Fuel Costs and Fuel Economy Fuel Economy (Fuel Consumption) A major operating cost of a vehicle is the gasoline. Different vehicles require different amounts of gasoline to drive the same distance.

More information

C&E Development Group 5500 Campanile Dr, San Diego, CA 92182

C&E Development Group 5500 Campanile Dr, San Diego, CA 92182 C&E Development Group 5500 Campanile Dr, San Diego, CA 92182 OMUS the Autonomous Mini-Sumo Robot OMUS.sdsu.edu Engineers: Adrian Alonzo Burcin Caliskan Ryan Dill Nick Kelley Mohamed Nagibulla Sahathep

More information

Owner s Manual 2004-UP DIGITAL SPEEDOMETER MODULE P/N ASM1609, ASM1610

Owner s Manual 2004-UP DIGITAL SPEEDOMETER MODULE P/N ASM1609, ASM1610 Owner s Manual 2004-UP DIGITAL SPEEDOMETER MODULE P/N ASM1609, ASM1610 Thunder Heart Performance Corporation MANUAL P/N EI1609 120 Industrial Drive Revision 3/8/05 White House, TN 37188 www.thunder-heart.com

More information

OPERATOR TROUBLESHOOTING GUIDE

OPERATOR TROUBLESHOOTING GUIDE OPERATOR TROUBLESHOOTING GUIDE ABOUT THE TROUBLESHOOTING GUIDE This document is provided for the use of qualified operator installers. The installer should familiarize themselves with this guide Options

More information

MODEL MCL-3212 SPEEDOMETER/TACHOMETER for 2012 up Dyna and Softail with 4 gauge

MODEL MCL-3212 SPEEDOMETER/TACHOMETER for 2012 up Dyna and Softail with 4 gauge MODEL MCL-3212 SPEEDOMETER/TACHOMETER for 2012 up Dyna and Softail with 4 gauge IMPORTANT NOTE! This gauge has an odometer preset option that is only available one time in the first 100 miles (160km) of

More information

*Shown with optional high pressure blowers

*Shown with optional high pressure blowers *Shown with optional high pressure blowers SUPERFLOW CYCLEDYN WITH CYCLEDYN YOU CAN The SuperFlow CycleDyn is a chassis dynamometer system, which means that you can select the appropriate Run tests with

More information

INSTALLATION GUIDE Chevrolet Digital Dash Panel Part Number: DP6003 Year Series:

INSTALLATION GUIDE Chevrolet Digital Dash Panel Part Number: DP6003 Year Series: INSTALLATION GUIDE Chevrolet Digital Dash Panel Part Number: DP6003 Year Series: 1967-1972 * Disconnect the battery before attempting any electrical work on your vehicle. * KIT COMPONENTS One (1) Digital

More information

2007 Mercury Marine SmartCraft Gauges

2007 Mercury Marine SmartCraft Gauges i 27 Mercury Marine SmartCraft Gauges 9-89828315 97 ii TABLE OF CONTENTS System Tachometer/Speedometer Basic Operation and Features...1 Automatic Engine Detection Feature...1 Master Reset...2 Alarm Warnings...3

More information

13. The signal check of Vehicle Speed Sensor

13. The signal check of Vehicle Speed Sensor 13. The signal check of Vehicle Speed Sensor 1. Troubles 1. Malfunction of vehicle speed sensor Cause of trouble Cause of trouble Engine state 1.1 Malfunction of vehicle speed sensor or wiring circuit

More information