UNIVERSITI TEKNOLOGI MARA SOFTWARE DESIGN AND DEVELOPMENT FOR AUTOMOTIVE ONLINE MONITORING SYSTEM

Size: px
Start display at page:

Download "UNIVERSITI TEKNOLOGI MARA SOFTWARE DESIGN AND DEVELOPMENT FOR AUTOMOTIVE ONLINE MONITORING SYSTEM"

Transcription

1 UNIVERSITI TEKNOLOGI MARA SOFTWARE DESIGN AND DEVELOPMENT FOR AUTOMOTIVE ONLINE MONITORING SYSTEM NOOR HAFIZI BIN HANAFI Thesis submitted in fulfillment of the requirements for the degree of Master of Science Faculty of Electrical Engineering May 2011

2 Candidate's Declaration I declare that the work in this thesis was carried out in accordance with the regulation of Universiti Technologi MARA. It is original and is the result of my own work, unless otherwise indicated or acknowledged as referenced work. This topic has not been submitted to any other academic institution or non academic institution for any other degree or qualification. In the event that my thesis be found to violate the conditions mentioned above, I voluntarily waive the right of conferment of my degree and agree be subjected to the disciplinary rules and regulations of University Teknologi MARA. Name of Candidate Candidate's ID NO. Programme Faculty Thesis Title Signature of Candidate Noor Hafizi bin Hanafi Master of Science in Electrical Engineering Electrical Engineering Software Design and Development for Automotive Online Monitoring System. m/ Date ii

3 ABSTRACT An online monitoring system is an electronic system that collects data over time or in relation to location either with a built in instrument or sensor or via external instruments and sensors. An electronic online monitoring has replaced chart recorders in many applications. The vehicle online monitoring records the status data related to the security performance of automobile and integrate them, which can implement a real-time monitoring and diagnosis for the vehicle safety state. The Data acquisition can be classified three types: analogue quantity, switching value and instantaneous quantity. The goal of this research is to help scientist and engineers to more quickly and effectively extract important information from experimented car. The amount of data recorded can be overwhelming, which can restrain the effectiveness of the data. The purpose of this research is to increase the usefulness of the data through organizing, summarizing and analyzing. A computer program will be developed and written to implement more sophisticated data viewing methods. The online monitoring data functionalities is to record the speed of vehicle, engine revolution (rpm), engine temperature, fuel volume and distance. All values such as tyre sizes (to determine speed), fuel sender (to determine fuel volume in litre) and temperature sender (to determine engine temperature in Celsius) is downloaded to EEPROM. All the recorded information is saved in RAM of Microprocessor, which can be reset after load the information to the PC using serial communication (UART). The V-model technique is very helpful for the software development. The NEC microcontroller can support for other application likes CAN Bus, LIN Bus and Serial communication likes Manchester code. The microcontroller has reserved more memory space for expend the application. The online monitoring data can save a lot of money and time to measure the data from the sensors. The behavior of the sensor input can be monitored by using the online monitoring data. The existence of the online monitoring system has an advantage for the vehicle consumers. Since the system could retrieve accurate signals such as the fuel volume with resolution 0.01 litre and the traveling distance in meter with resolution 100m, actual speed in km/h with resolution 0.1 km/h and actual revolution. Using the online monitoring data the driver can also detect the defective sensor when the sensor input remain at certain value or zero during car moving. The driver could realize the fuel consumption in seconds and can optimized their driving maneuver. The retrieved data from the sensor can be studied and analyzed for further improvement of the vehicle. iii

4 ACKNOWLEDGEMENT IN THE NAME OF ALLAH, (AL MIGHTY) THE GRACIOUS, THE MOST MERCIFUL Alhamdulillah, with His willing has allowed me to complete this research. First and foremost, I would like to express my special gratitude to my principal supervisor, Encik Zuraidi bin Saad for his guidance, advice, co-operation, useful ideas and encouragement in order to complete this research. I would like to dedicate a deep appreciation to my co-supervisor, Associate Professor Dr. Hj Mohd. Asri Bin Mansor who had given very good technical guidance, valuable suggestions and moral support throughout the completion of this research. My appreciation also goes to the Coordinator of Master of Science (Faculty of Electrical Engineering) (by Research), Associate Professor Dr. Mohammad Nawawi Seroji, and Associate Professor Dr. Mohd Hezri Fazalul Rahiman for their effort to ensure her students are always comfortable with the research environment. Special thanks, as always, are reserved for my loving parents, who have given their unfailing inspiration, love and understanding throughout all these years. I am also grateful to my wife and my lovely kids, who always pray for my success in my studies in UiTM. Not to forget, special thanks to lecturers and to all my friends for their support and those who were involved whether directly or indirectly in helping me to finish this research. Noor Hafizi Bin Hanafi May iv

5 TABLE OF CONTENTS Contents TITLE PAGE AUTOR'S DECLARATION ABSTRACT ACKNOWLEDGEMENT TABLE OF CONTENTS LIST OF TABLES LIST OF FIGURES LIST OF ABBREVIATIONS Page ii iii iv v x xi xiii CHAPTER I: INTRODUCTION 1.1 Introduction Problem Statement Significance of the Research to Body of Knowledge Project Objectives Scope of the Research Dissertation Layout of the Thesis 4 CHAPTER II: LITERATURE REVIEW 2.1 Introduction of Literature Review Hardware Implementation in Data Acquisition System Software Implementation in Data Acquisition System Summary of Literature Review 22 v

6 CHAPTER III: HARDWARE/SOFTWARE METHODOLOGY FOR AUTOMOTIVE ONLINE DATA MONITORING DESIGN 3.1 Introduction Methodology of Hardware Development Microcontroller Hardware Design Design Procedure of Microcontroller System for Automotive 26 Application Microcontroller Configuration Base on Result from Design 28 Procedure In-car sensors/ecus network topology Hardware from Vehicle to Microcontroller Interfacing 34 Circuit Speed Tacho (Revolution) Fuel Temperature of Engine Coolant Methodology of Software Development Introduction Software Methodology V-Model Verification Phases Requirement Analysis System Design Architecture Design Module Design Validation Phase Module Test Phase Integration Test Phase System Test Phase Programming Technique Single Loop Operation 43 vi

7 Naming Convention Software Testing Technique Bench Test Vehicle Test System Architecture Static Structure Communication Function Coupling Global Data System States Container Module Writing Data Storage Time Synchronization Interface Description of System Container Event Routine Routine SYCONsrEventStandby Routine SYCONsrActionReset Routine SYCONsrActionStandby Routine SYCONsrActionActive Routine SYCONsrActionOn Routine SYCONsrActionStandbyActive Routine SYCONsrActionActiveStandby Routine SYCONsrActionActiveOn Routine SYCONsrActionOnActive Routine SYCONsrActionStandbyOn Interaction between System Kernel and System Container System Kernel Module Interface Description of System Kernel Function SYKERsrMain Port Analogue Module Dynamic Description of Port Analogue Module Structure Description of Port Analogue Module vii

8 Data Interface Basic Function in Port Analogue Module Port Digital Module Dynamic Description of Port Digital Module Structure Description of Port Digital Module Data Interface Basic Function in Port Digital Module Velocity Module Dynamic Description of Velocity Module State Interrupt Structure Description of Velocity Module Data Interface Basic Function in Velocity Module Revolution Module Dynamic Description of Revolution Module State Interrupt Structure Description of Revolution Module Data Interface Basic Function in Revolution Module Tank Input Module Dynamic Description of Tank Input Module Structure Description of Tank Input Module Data Interface Basic Function in Tank Input Module Coolant Temperature Input Module Dynamic Description of Coolant Temperature Input Module Structure Description of Coolant Temperature Input Module Data Interface Basic Function in Coolant Temperature Input Module Monitoring Module Structure Description of Monitoring Module 92 Vlll

9 Data Interface Dynamic Description Traveling Distance (Odometer) Calculation Module Dynamic Description of Odometer Module Structure Description of Odometer Module 103 Basic Function of Odometer Module Software Computer Interface Software Flashing 104 CHAPTER IV: BENCH TEST AND VEHICLE TEST 4.1 Bench Test Introduction Setting Parameter Vehicle Test Introduction Setting the Online Monitoring System inside the Target 109 Vehicle 4.3 Uitm Pulau Pinang Campus Road as the Testing Track Field Test Result Field Test Result in Term of Velocity, Revolution, Fuel Volume and 111 Trip 4.6 Data Analysis and Data Validation 116 CHAPTER V: DISCUSSIONS, CONCLUSION, AND SUGGESTIONS 5.1 Introduction Discussions Finding of Project Objective Conclusion Suggestions 123 BIBLIOGRAPHY 124 ix

10 TABLE OF CONTENTS Contents TITLE PAGE AUTOR'S DECLARATION ABSTRACT ACKNOWLEDGEMENT TABLE OF CONTENTS LIST OF TABLES LIST OF FIGURES LIST OF ABBREVIATIONS Page ii Hi iv v x xi xiii CHAPTER I: INTRODUCTION 1.1 Introduction Problem Statement Significance of the Research to Body of Knowledge Project Objectives Scope of the Research Dissertation Layout of the Thesis 4 CHAPTER II: LITERATURE REVIEW 2.1 Introduction of Literature Review Hardware Implementation in Data Acquisition System Software Implementation in Data Acquisition System Summary of Literature Review 22 v

11 CHAPTER III: HARDWARE/SOFTWARE METHODOLOGY FOR ONLINE DATA MONITORING DESIGN 3.1 Introduction Methodology of Hardware Development Microcontroller Hardware Design Design Procedure of Microcontroller System for Automotive 26 Application Microcontroller Configuration Base on Result from Design 28 Procedure In-car sensors/ecus network topology Hardware from Vehicle to Microcontroller Interfacing 34 Circuit Speed Tacho (Revolution) Fuel Temperature of Engine Coolant Methodology of Software Development Introduction Software Methodology V-Model Verification Phases Requirement Analysis System Design Architecture Design Module Design Validation Phase Module Test Phase Integration Test Phase System Test Phase Programming Technique Single Loop Operation 43 vi

12 Naming Convention Software Testing Technique Bench Test Vehicle Test System Architecture Static Structure Communication Function i Coupling Global Data System States Container Module Writing Data Storage Time Synchronization Interface : Description of System Container Event Routine Routine SYCONsrEventStandby Routine SYCONsrActionReset Routine SYCONsrActionStandby Routine SYCONsrActionActive Routine SYCONsrActionOn Routine SYCONsrActionStandbyActive Routine SYCONsrActionActiveStandby Routine SYCONsrActionActiveOn Routine SYCONsrActionOnActive Routine SYCONsrActionStandbyOn Interaction between System Kernel and System Container System Kernel Module Interface ; Description of System Kernel Function SYKERsrMain Port Analogue Module Dynamic Description of Port Analogue Module Structure Description of Port Analogue Module Vll

13 Data Interface Basic Function in Port Analogue Module Port Digital Module Dynamic Description of Port Digital Module Structure Description of Port Digital Module Data Interface Basic Function in Port Digital Module Velocity Module Dynamic Description of Velocity Module State Interrupt Structure Description of Velocity Module Data Interface Basic Function in Velocity Module Revolution Module Dynamic Description of Revolution Module State Interrupt Structure Description of Revolution Module Data Interface Basic Function in Revolution Module Tank Input Module Dynamic Description of Tank Input Module Structure Description of Tank Input Module Data Interface Basic Function in Tank Input Module Coolant Temperature Module Dynamic Description of Coolant Temperature Input Module Structure Description of Coolant Temperature Input Module Data Interface Basic Function in Coolant Temperature Input Module Monitoring Module Structure Description of Monitoring Module 92 viii

14 Data Interface Dynamic Description Traveling Distance (Odometer) Calculation Module Dynamic Description of Odometer Module Structure Description of Odometer Module 102 Basic Function of Odometer Module Software Computer Interface Software Flashing 104 CHAPTER IV: BENCH TEST AND VEHICLE TEST 4.1 Bench Test Introduction Setting Parameter Vehicle Test Introduction Setting the Online Monitoring Data inside the Target Vehicle Uitm Pulau Pinang Campus Road as the Testing Track Field Test Result Field Test Result in Term of Velocity, Revolution, Fuel Volume and 111 Trip 4.6 Data Analysis and Data Validation 116 CHAPTER V: DISCUSSIONS, CONCLUSION, AND SUGGESTIONS 5.1 Introduction Discussions Finding of Project Objective Conclusion Suggestions 123 BIBLIOGRAPHY 124 ix

15 Figure No. Table 3.1 Table 3.2. Table 3.3 Table 3.4 Table 3.5 Table 3.6 Table 3.7 Table 3.8 Table 3.9 Table 3.10 Table 3.11 Table 3.12 Table 3.13 Table 3.14 Table 3.15 Table 3.16 Table 3.17 LIST OF TABLES Name of Table Spending Cost for Hardware Microcontroller Comparison Speed Characteristic -km/h Scales Revolution Characteristic Fuel Level Characteristics Sender Value of Temperature Interface Description Data Interface Description Data Interface Description Data Interface Description Data Interface Description Data Interface Description Data Interface Description State Transaction Event Parameter Used in Odometer Module Page No X

16 LIST OF FIGURES Figure No. Name of Figure Page No Figure 3.1 Hardware methodology Process 25 Figure 3.2. Data logger in-car network topology 30 (with conventional network) Figure 3.3 Data logger in-car with CAN network topology 31 Figure 3.4 System architecture of the data logger 32 Figure 3.5 Circuit diagram design of the data logger 33 Figure 3.6 Speedometer connection diagram 34 Figure 3.7 Tacho connection diagram 36 Figure 3.8 Fuel sender connection diagram 37 Figure 3.9 Temperature sender connection diagram 38 Figure 3.10 V-Model diagram 40 Figure 3.11 Parameter transfer data source transfers data to data sink 51 Figure 3.12 Parameter transfer data sink fetches data from data source 51 Figure 3.13 Data coupling with a data source 52 Figure 3.14 Schematic drawing of system states and their relations 53 Figure 3.15 Schematic drawing of the time synchronization 57 Figure 3.16 The port analogue module interface 65 Figure 3.17 Dynamic state of port analogue module 66 Figure 3.18 Structure description of port analogue module 67 Figure 3.19 Dynamic chart of port digital module 69 Figure 3.20 Structure description of port digital module 71 Figure 3.21 Velocity interface 72 Figure 3.22 Dynamic description of velocity module 73 Figure 3.23 Interrupt windows for frequency input 74 Figure 3.24 Structure description of velocity module 76 Figure 3.25 Revolution interface 78 Figure 3.26 Dynamic description of revolution module 79 Figure 3.27 Interrupt windows for frequency input 80 Figure 3.28 Structure description of revolution module 81 XI

17 Figure 3.29 Tank interface 83 Figure 3.30 Dynamic description of tank module 84 Figure 3.31 Structure description of tank module 85 Figure 3.32 Data interface of coolant temperature module 87 Figure 3.33 Dynamic description of coolant temperature module 88 Figure 3.34 Structure description of coolant temperature module 89 Figure 3.35 Structure description of online monitoring module 92 Figure 3.36 Dynamic state diagrams 93 Figure 3.37 Travel distance related parameter 101 Figure 3.38 Dynamic description of odometer module 101 Figure 3.39 Structure description of odometer module 103 Figure 3.40 The setup of software flashing 104 Figure 4.1. PC interface software 106 Figure 4.2 UART interface circuit 108 Figure 4.3 Car meter removed to plug in the online monitoring device 109 to sensor outlet Figure 4.4 The device is connected to car sensor via sensor outlet 110 Figure 4.5 Roadmap from satellite image on Uitm Pulau Pinang 110 Figure 4.6 Velocity versus Time (with air-condition on) 111 Figure 4.7 Revolution versus Time (with air-condition on) 112 Figure 4.8 Trip versus Time (with air-condition on) 112 Figure 4.9 Fuel Volume versus Time (with air-condition on) 113 Figure 4.10 Fuel Volume versus Trip (with air-condition on) 113 Figure 4.11 Velocity versus Time (with air-condition off) 114 Figure 4.12 Revolution versus Time (with air-condition off) 114 Figure 4.13 Trip versus Time (with air-condition off) 115 Figure 4.14 Fuel Volume versus Time (with air-condition off) 115 Figure 4.15 Fuel Volume versus Trip (with air-condition off) 116 xii

18 ABBREVIATION ADC CAN EEPROM ID LIN PC PCB PWM RAM ROM UART Analogue Digital Converter Controller Area Network Electrically-Erasable Programmable Read-Only Memory Identifier Local Interconnected Network Personal Computer Printed Circuit Board Pulse Width Modulation Read Access Memory Read Only Memory Universal Asynchronous Receiver and Transmitter xiii

19 CHAPTER 1 INTRODUCTION 1.1 Introduction An online monitoring system is an electronic system that collects data over time or in relation to location either with a built in instrument or sensor or via external instruments and sensors. Increasingly, but not entirely, they are based on a digital processor (or computer). They generally are small, battery powered and portable. Online monitoring varies between general purpose types for a range of measurement applications to very specific devices for measuring in one environment only. It is common for general purpose types to be programmable however many remain as static machines with only a limited number of variable parameters. An electronic online monitoring has replaced chart recorders in many applications. The vehicle online monitoring records the status data related to the security performance of automobile and integrate them, which can implement a real-time monitoring and diagnosis for the vehicle safety state. The Data acquisition can be classified three types: analogue quantity, switching value and instantaneous quantity. The collection of analogue quantity such as water temperature, oil temperature, fuel capacity, oil pressure and engine speed. The switching value mainly includes brake, headlights, turns right and left light, ignition, high beam, ignition, front door and brake pressure and hand braking. The instantaneous quantity includes speed and mileage. The travelling recorder consists of predictive failure and diagnosis system to the traditional system. It can give the reasonable suggestion to the driver by comparing the parameters to the normal parameters. The goal of this research is to help scientist and engineers to more quickly and effectively extract 1

20 important information from experimented car. Modern cars employ data acquisition systems that record many aspects of vehicle behaviour. The amount of data recorded can be overwhelming, which can restrain the effectiveness of the data. The purpose of this research is to increase the usefulness of the data through organizing, summarizing and analyzing. A computer program will be developed and written to implement more sophisticated data viewing methods. The program will utilizes a new framework based on track segmenting to better organize data, instantly provides summaries of segment data and attempts to better display the driving performance. A special purposes online monitoring data for vehicle will be developed. The online monitoring data functionalities is to record the Speed of vehicle, engine revolution (rpm), engine temperature, fuel volume and distance. All values such as tyre sizes (to determine speed), fuel sender (to determine fuel volume in Litre) and temperature sender (to determine engine temperature in Celsius) is downloaded to EEPROM. All the recorded information is saved in RAM of Microprocessor, which can be reset after load the information to the PC using serial communication (UART). 1.2 Problem Statement An online data collection system (vehicle data logger) from general vehicle currently is not available in the market. Only vehicle manufacture has a tool to access the engine ECU to monitor the vehicle data. Current available automotives meter are not accurately display the speed, engine revolution, fuel and temperature. 1.3 Significance of Research to Body of Knowledge Outcome of the research is a vehicle electronic system that can detect the malfunction of the sensor. Incase of malfunction of the sensors the related data will remain zero meaning that 2

21 no input from the sensor. Besides logging the data from the sensor the system can detect the malfunction of the sensors such as speed sensor, engine sensor, engine temperature sensor, fuel sender sensor and voltage of battery. The engine tuning can be done base on the revolution data collection from the vehicle. Basically the engine tuning is done base on the engine idling condition. 1.4 Project Objectives The main objective of this project is to develop a fast, reliable with high accuracy and sensitivity of automotive data logger using microcontroller. The detail objectives of the research are as follows: 1. To study and select a suitable microcontroller for automotive data logging purposes. 2. To design and developed a new microcontroller programming technique for automotive data logging purposes. 3. To identify and implement data logging techniques to extract important information from experimented car. 4. To validate the logged data from the data logger. 1.5 Scope of the Research The research scope involves the following key tasks: 1. Study and select a suitable microcontroller for automotive data logging purposes. 2. Preparation of car data specification in normal condition from target car will be obtained from automotive trader and automotive part specification. See Appendix 1 for detail car specification. 3. Hardware Development 3

22 The hardware is developed for the automotive system that can collect data from vehicle sensors via UART. The system consists of a microcontroller that will read the rpm, speed, battery voltage, trip, engine temperature and etc. from the car sensor. 4. Software Development Design and developed a single loop microcontroller programming technique for automotive data logging purposes. The single loop programming technique is meaning that the system has cyclic main loop which is called for every 25ms. The detail explanation is in chapter System State Container Module. 5. Laboratory Testing The functionality test of data logger will be carry out in the laboratory to verify the stability of the integrated system. 6. Validation of the data logger The accuracy of collected data from data logger of the systems will be compared to the theoretical result that is done by mathematical calculation. 1.6 Dissertation Layout of the Thesis In general this thesis consists of 5 chapters. First chapter described an introduction of thesis correlating to the input triggering and data acquisition to be collected and analyzed, the availability of data acquisition in the market, objective of the thesis need to be achieved, scope of thesis and the last once the Dissertation Layout is described in this chapter as well. Chapter 2 describes the related topic of literature review based on Data acquisition system. The method and technique of Software and Hardware development are described. In this chapter most of the researchers are focus on the accuracy of the devices, stability, timeline and cost for the development. The famous communication techniques are CAN and UART for the data logging or collection. The MAX 232 serial interface chip for UART 4

23 communication is incorporated in the detached module, which acts as a data transfer interface between the data acquisition system and the computer. The acquisition data will retrieve from the EEPROM or Computer for analyzing. In the third chapter the Hardware and Software methodology are described. The Hardware interface for the online monitoring data are shown in detailed, where the data inputs are triggered and calculated. The analogue data are supplied to the analogue port of microcontroller and converted to the digital value (ADC) and frequency inputs triggered by the interrupt port for the time calculation. The software methodology described the method of software development using V-Model concept. The single loop method with 25ms every loop is called for the data calculation. The state transitions are also shown in this chapter. The vehicle test was performed using a Perodua Kancil 850cc and result was analyzed in the chapter 4. The driving style was performed with different condition during data collection. The driving test was conducted in Uitm P.Pinang. The speed, revolution and distance are successfully measured using the online monitoring devices. Finally the conclusion of the online monitoring results will be published in Chapter 5. Future suggestions that were obtained from the research will be summarized and included in this chapter. 5

24 CHAPTER 2 LITERATURE REVIEW 2.1 Introduction of Literature Review This chapter will describe the literature review from other researchers. The literature review will be divided to two parts. First part explained about the software development including method used and the second part explained hardware development, example what kind of microcontroller is used for the data acquisition system and what is the important criteria of the microcontroller. Most of the researcher considers the cost effective, time consuming in product development and capability of microcontroller. Time and cost are very important to consider the right component in order to speed up the product into the market. This is due to compete with another competitors' in the same electronic company that produce the same product. Stability and robustness of the system are the main significant criterion for the software in the product development to ensure the product is marketable. 2.2 Hardware Implementation in Data Acquisition System Qiang et al (2009) have developed the data collected for DPF (Diesel Particulate Filter) from vehicle using microcontroller C8051F340. The collected Data's are vehicle speed, vent-pipe temperatures and counter pressure in the pipe. The data will be sent to the PC by serial port (USB) for analysis. The interval of detection is every 0.5 seconds. The results is shown that a scientific and reasonable basis for the upgrade of the relevant parts of vehicle and important parameter for technical support of installation of DPF. The Data recorder can also be used for the evaluation of extent of vehicle emissions. 6

SOFTWARE DESIGN AND DEVELOPMENT OF ONLINE MONITORING SYSTEM IN SOC ENCOUNTER

SOFTWARE DESIGN AND DEVELOPMENT OF ONLINE MONITORING SYSTEM IN SOC ENCOUNTER SOFTWARE DESIGN AND DEVELOPMENT OF ONLINE MONITORING SYSTEM IN SOC ENCOUNTER 1 A.ANASUYAMMA & 2 T.SANATH KUMAR 1&2 ASCET, Gudur, Andhra Pradesh, India, 1 E-mail:anasuya404@gmail.com. Abstract - This paper

More information

Autos Limited Ghana Vehicle Tracking Business Proposal

Autos Limited Ghana Vehicle Tracking Business Proposal Autos Limited Ghana Vehicle Tracking Business Proposal Executive Summary Our Understanding of Your Goals We understand that you or your business needs to monitor all your vehicles or company's to minimize

More information

M.S Ramaiah School of Advanced Studies - Bangalore. On completion of this session, the delegate will understand and be able to appriciate:

M.S Ramaiah School of Advanced Studies - Bangalore. On completion of this session, the delegate will understand and be able to appriciate: Transmission Control Lecture delivered by: Prof. Ashok C.Meti MSRSAS-Bangalore 1 Session Objectives On completion of this session, the delegate will understand and be able to appriciate: Rl Role of electronic

More information

Vehicle Off-Line GPS and Fuel Monitoring System (post trip vehicle monitoring system) Riga ; Latvia www.guardmagic.com

Vehicle Off-Line GPS and Fuel Monitoring System (post trip vehicle monitoring system) Riga ; Latvia www.guardmagic.com Vehicle Off-Line GPS and Fuel Monitoring System (post trip vehicle monitoring system) About Off-Line monitoring Off-Line vehicle and fuel monitoring system is the most inexpensive and the most cost effective

More information

EEL 4924 Electrical Engineering Design (Senior Design) Final Report. 19 April 2011. Name: Brandon Kalarovich

EEL 4924 Electrical Engineering Design (Senior Design) Final Report. 19 April 2011. Name: Brandon Kalarovich EEL 4924 Electrical Engineering Design (Senior Design) Final Report 19 April 2011 Project Name: Digital Dashboard Team Name: Uncensored Sensors Team Members: Name: Matthew Greenberg Email: matt8@ufl.edu

More information

Project Plan. Project Plan. May13-06. Logging DC Wattmeter. Team Member: Advisor : Ailing Mei. Collin Christy. Andrew Kom. Client: Chongli Cai

Project Plan. Project Plan. May13-06. Logging DC Wattmeter. Team Member: Advisor : Ailing Mei. Collin Christy. Andrew Kom. Client: Chongli Cai Project Plan May13-06 Logging DC Wattmeter Team Member: Ailing Mei Andrew Kom Chongli Cai Advisor : Collin Christy Client: Garmin International David Hoffman Qiaoya Cui Table of Contents Need Statement...

More information

DELLORTO. Instructions Manual. Deuss Service Tool For ECS System ECU. Dell Orto Deuss Service Tool instruction manual Page 1 of 11.

DELLORTO. Instructions Manual. Deuss Service Tool For ECS System ECU. Dell Orto Deuss Service Tool instruction manual Page 1 of 11. DELLORTO Deuss Service Tool For ECS System ECU Instructions Manual Dell Orto Deuss Service Tool instruction manual Page 1 of 11 Revision History Level Date Author Change Description and section(s) affected

More information

Chapter 02: Computer Organization. Lesson 04: Functional units and components in a computer organization Part 3 Bus Structures

Chapter 02: Computer Organization. Lesson 04: Functional units and components in a computer organization Part 3 Bus Structures Chapter 02: Computer Organization Lesson 04: Functional units and components in a computer organization Part 3 Bus Structures Objective: Understand the IO Subsystem and Understand Bus Structures Understand

More information

Transport System. Transport System Telematics. Satellite vehicle supervision as a management tool in a transport company

Transport System. Transport System Telematics. Satellite vehicle supervision as a management tool in a transport company Archives of Volume 7 Transport System Telematics J. MIKULSKI, A. KALAŠOVÁ Transport System Issue 4 November 2014 Satellite vehicle supervision as a management tool in a transport company J. MIKULSKI a,

More information

Android based Alcohol detection system using Bluetooth technology

Android based Alcohol detection system using Bluetooth technology For more Project details visit: http://www.projectsof8051.com/android-based-alcohol-detection-system-usingbluetooth-technology/ Code 1435 Project Title Android based Alcohol detection system using Bluetooth

More information

USER S MANUAL TACHOTERMINAL PRO. Firmware 2.00.191

USER S MANUAL TACHOTERMINAL PRO. Firmware 2.00.191 USER S MANUAL TACHOTERMINAL PRO Firmware 2.00.191 In the Box miniusb-usb cable (1.8 metres) 2GB removable memory card (in the slot) TTConfigurator (pre-installed in TERMINAL folder) Optional Accessories

More information

ATB50v1 GPRS / GPS Based Fleet Management Terminal. Datasheet

ATB50v1 GPRS / GPS Based Fleet Management Terminal. Datasheet ATB50v1 GPRS / GPS Based Fleet Management Terminal Datasheet Contents 1. Introduction... 2 2. Block Diagram... 2 3. Technical Specifications... 3 4. Functional Specifications... 4 5. Connector Description...

More information

USER MANUAL V5.0 ST100

USER MANUAL V5.0 ST100 GPS Vehicle Tracker USER MANUAL V5.0 ST100 Updated on 15 September 2009-1 - Contents 1 Product Overview 3 2 For Your Safety 3 3 ST100 Parameters 3 4 Getting Started 4 4.1 Hardware and Accessories 4 4.2

More information

INSTRUMENT PANEL. 1995 Volvo 850 DESCRIPTION & OPERATION. 1995-96 ACCESSORIES & EQUIPMENT Volvo Instrument Panels

INSTRUMENT PANEL. 1995 Volvo 850 DESCRIPTION & OPERATION. 1995-96 ACCESSORIES & EQUIPMENT Volvo Instrument Panels INSTRUMENT PANEL 1995 Volvo 850 1995-96 ACCESSORIES & EQUIPMENT Volvo Instrument Panels 850 WARNING: When working around steering column and before performing repairs, disconnect and shield battery ground

More information

Microcontroller-based experiments for a control systems course in electrical engineering technology

Microcontroller-based experiments for a control systems course in electrical engineering technology Microcontroller-based experiments for a control systems course in electrical engineering technology Albert Lozano-Nieto Penn State University, Wilkes-Barre Campus, Lehman, PA, USA E-mail: AXL17@psu.edu

More information

GETTING STARTED WITH LABVIEW POINT-BY-POINT VIS

GETTING STARTED WITH LABVIEW POINT-BY-POINT VIS USER GUIDE GETTING STARTED WITH LABVIEW POINT-BY-POINT VIS Contents Using the LabVIEW Point-By-Point VI Libraries... 2 Initializing Point-By-Point VIs... 3 Frequently Asked Questions... 5 What Are the

More information

Service Manual Trucks

Service Manual Trucks Service Manual Trucks Group 36 Vehicle Electronic Control Unit (MID 144), Diagnostic Trouble Code (DTC), Guide From build date 1.2007 PV776-88951780 Foreword The descriptions and service procedures contained

More information

Data Analysis Software

Data Analysis Software Data Analysis Software Compatible with all Race Technology products Fully integrated video support Accurate track maps Graphs generated with a single mouse click for fast analysis Automatically splits

More information

Lab Experiment 1: The LPC 2148 Education Board

Lab Experiment 1: The LPC 2148 Education Board Lab Experiment 1: The LPC 2148 Education Board 1 Introduction The aim of this course ECE 425L is to help you understand and utilize the functionalities of ARM7TDMI LPC2148 microcontroller. To do that,

More information

In VehIcle MonItorIng SolutIonS

In VehIcle MonItorIng SolutIonS In Vehicle Monitoring Solutions SecureLocate provides an intuitive tracking platform to better fit the needs of commercial transportation and private security providers. Easily track & monitor thousands

More information

Digital Single Axis Controller

Digital Single Axis Controller Digital Single Axis Controller The concept of intelligent hydraulic drive a vision? DSAC (Digital Single Axis Controller) Do you need hydraulic servo drive for your machine/system? What would it be like

More information

Video VBOX Pro RLVD10P2P/RLVD10P2PV/RLVD10P4PV/RLVD20P2PV/RLVD20P4PV. Features

Video VBOX Pro RLVD10P2P/RLVD10P2PV/RLVD10P4PV/RLVD20P2PV/RLVD20P4PV. Features Video VBOX Pro combines a powerful GPS data logger with a high quality multi-camera video recorder and real-time graphics engine. Multi Camera Recording Taking up to four waterproof cameras and combining

More information

New OBD Smart PC Tool User Manual

New OBD Smart PC Tool User Manual New OBD Smart PC Tool User Manual V0.6 2013-07-30 1 / 16 Catalogue I Installation... 3 II Configuration... 3 2.1 Main interface... 4 2.2 Alarms... 6 2.3 Network... 8 2.4 Regular Report... 9 2.5 Others...

More information

8051 MICROCONTROLLER COURSE

8051 MICROCONTROLLER COURSE 8051 MICROCONTROLLER COURSE Objective: 1. Familiarization with different types of Microcontroller 2. To know 8051 microcontroller in detail 3. Programming and Interfacing 8051 microcontroller Prerequisites:

More information

Documentation. M-Bus 130-mbx

Documentation. M-Bus 130-mbx Documentation M-Bus 130-mbx Introduction The mx M-Bus module is part of the mx Smart Slot communications family. With the integrated SmartSlot technology, mx systems ag offers automatic consumer data read-out

More information

Automation and Systems Technology. LABCONTROL TFM/TPM User Manual TroxMConnect Operating Software. 1. Introduction 1. 2. Software Installation 2

Automation and Systems Technology. LABCONTROL TFM/TPM User Manual TroxMConnect Operating Software. 1. Introduction 1. 2. Software Installation 2 1. Introduction 1 2. Software Installation 2 2.1 System Requirements 2 2.2 TroxMConnect Installation 2 2.3 Connection to the PC 3 3. TroxMConnect Description 4 3.1 Starting the Software 4 3.2 Layout 4

More information

Develop a Dallas 1-Wire Master Using the Z8F1680 Series of MCUs

Develop a Dallas 1-Wire Master Using the Z8F1680 Series of MCUs Develop a Dallas 1-Wire Master Using the Z8F1680 Series of MCUs AN033101-0412 Abstract This describes how to interface the Dallas 1-Wire bus with Zilog s Z8F1680 Series of MCUs as master devices. The Z8F0880,

More information

8-Bit Flash Microcontroller for Smart Cards. AT89SCXXXXA Summary. Features. Description. Complete datasheet available under NDA

8-Bit Flash Microcontroller for Smart Cards. AT89SCXXXXA Summary. Features. Description. Complete datasheet available under NDA Features Compatible with MCS-51 products On-chip Flash Program Memory Endurance: 1,000 Write/Erase Cycles On-chip EEPROM Data Memory Endurance: 100,000 Write/Erase Cycles 512 x 8-bit RAM ISO 7816 I/O Port

More information

DS1104 R&D Controller Board

DS1104 R&D Controller Board DS1104 R&D Controller Board Cost-effective system for controller development Highlights Single-board system with real-time hardware and comprehensive I/O Cost-effective PCI hardware for use in PCs Application

More information

Unjverslti Teknologi MARA. Prototype Of Web - Based Journal Publication Systems For Institute Of Research, Development Commercialization (IRDC)

Unjverslti Teknologi MARA. Prototype Of Web - Based Journal Publication Systems For Institute Of Research, Development Commercialization (IRDC) 31 Goo Unjverslti Teknologi MARA Prototype Of Web - Based Journal Publication Systems For Institute Of Research, Development Commercialization (IRDC) Shanniza binti A. Hamid Thesis submitted in fulfillment

More information

Network Enabled Battery Health Monitoring System

Network Enabled Battery Health Monitoring System Network Enabled Battery Health Monitoring System Research Team: Fan Yang Zhengyang Liu Supervisor: Advisor: Hanlei Zhang (PhD Student) Wencong Su (PhD Student) Dr. Mo-Yuen Chow Presentation Outline Project

More information

Digital Controllers ACTUATOR COMPATABILITY

Digital Controllers ACTUATOR COMPATABILITY Product Specification 36502B DESCRIPTION APECS DPG-21XX-00X Digital Controllers The DPG-21XX-00X digital controller is used primarily to govern diesel or gas fueled engines of generator sets. This microprocessor-based,

More information

AND8336. Design Examples of On Board Dual Supply Voltage Logic Translators. Prepared by: Jim Lepkowski ON Semiconductor. http://onsemi.

AND8336. Design Examples of On Board Dual Supply Voltage Logic Translators. Prepared by: Jim Lepkowski ON Semiconductor. http://onsemi. Design Examples of On Board Dual Supply Voltage Logic Translators Prepared by: Jim Lepkowski ON Semiconductor Introduction Logic translators can be used to connect ICs together that are located on the

More information

FLEET MANAGEMENT & CAR SECURITY SYSTEM GPRS/GPS

FLEET MANAGEMENT & CAR SECURITY SYSTEM GPRS/GPS FLEET MANAGEMENT & CAR SECURITY SYSTEM FOR PROVIDERS AND CUSTOMERS The Tracker Server Communication Program for data collection The Tracker Client Map Program intended for dispatching desks The GSM/GPRS

More information

Software engineering for real-time systems

Software engineering for real-time systems Introduction Software engineering for real-time systems Objectives To: Section 1 Introduction to real-time systems Outline the differences between general-purpose applications and real-time systems. Give

More information

2.0 Command and Data Handling Subsystem

2.0 Command and Data Handling Subsystem 2.0 Command and Data Handling Subsystem The Command and Data Handling Subsystem is the brain of the whole autonomous CubeSat. The C&DH system consists of an Onboard Computer, OBC, which controls the operation

More information

In-Vehicle Networking

In-Vehicle Networking In-Vehicle Networking SAE Network classification Class A networks Low Speed (

More information

Fault codes DM1. Industrial engines DC09, DC13, DC16. Marine engines DI09, DI13, DI16 INSTALLATION MANUAL. 03:10 Issue 5.0 en-gb 1

Fault codes DM1. Industrial engines DC09, DC13, DC16. Marine engines DI09, DI13, DI16 INSTALLATION MANUAL. 03:10 Issue 5.0 en-gb 1 Fault codes DM1 Industrial engines DC09, DC13, DC16 Marine engines DI09, DI13, DI16 03:10 Issue 5.0 en-gb 1 DM1...3 Abbreviations...3 Fault type identifier...3...4 03:10 Issue 5.0 en-gb 2 DM1 DM1 Fault

More information

The modular concept of the MPA-3 system is designed to enable easy accommodation to a huge variety of experimental requirements.

The modular concept of the MPA-3 system is designed to enable easy accommodation to a huge variety of experimental requirements. HARDWARE DESCRIPTION The modular concept of the MPA-3 system is designed to enable easy accommodation to a huge variety of experimental requirements. BASE MODULE GO LINE Digital I/O 8 Analog Out AUX 1

More information

EBERSPÄCHER ELECTRONICS automotive bus systems. solutions for network analysis

EBERSPÄCHER ELECTRONICS automotive bus systems. solutions for network analysis EBERSPÄCHER ELECTRONICS automotive bus systems solutions for network analysis DRIVING THE MOBILITY OF TOMORROW 2 AUTOmotive bus systems System Overview Analyzing Networks in all Development Phases Control

More information

DSO138 oscilloscope program upgrade method

DSO138 oscilloscope program upgrade method DSO138 oscilloscope program upgrade method Applicable models: 13801K, 13802K Program upgrade Principle The DSO138 is a SCM STM32F103C8 internal oscilloscope that is preinstalled with a flash bootloader,

More information

TURBOtech srl. SED-635 Digital Excitation System. Industrial Electronics Sector FEATURES

TURBOtech srl. SED-635 Digital Excitation System. Industrial Electronics Sector FEATURES SED-635 Digital Excitation System SED-635 is a complete excitation system capable of adapting to control synchronous generators of any size. The integration of the TOUCH SCREEN operator interface and a

More information

Open Architecture Design for GPS Applications Yves Théroux, BAE Systems Canada

Open Architecture Design for GPS Applications Yves Théroux, BAE Systems Canada Open Architecture Design for GPS Applications Yves Théroux, BAE Systems Canada BIOGRAPHY Yves Théroux, a Project Engineer with BAE Systems Canada (BSC) has eight years of experience in the design, qualification,

More information

Intelligent Fleet Management System Using Active RFID

Intelligent Fleet Management System Using Active RFID Intelligent Fleet Management System Using Active RFID Ms. Rajeshri Prakash Mane 1 1 Student, Department of Electronics and Telecommunication Engineering, Rajarambapu Institute of Technology, Rajaramnagar,

More information

ECM Diagnosis. Section 11. Learning Objectives:

ECM Diagnosis. Section 11. Learning Objectives: Section 11 ECM Diagnosis Learning Objectives: 1. Diagnose ECM specific Diagnostic Trouble Codes. 2 Troubleshooting the diagnostic circuit. 3. Reprogramming the ECU. Engine Control Systems II - Course 874

More information

Solar Cybertech: A Competition of Digitally Controlled Vehicles Poweredby Solar Panels

Solar Cybertech: A Competition of Digitally Controlled Vehicles Poweredby Solar Panels 118 ELECTRONICS, VOL. 17, NO. 2, DECEMBER 2013 Solar Cybertech: A Competition of Digitally Controlled Vehicles Poweredby Solar Panels O. García, J. A. Oliver, D. Díaz, D. Meneses, P. Alou, M. Vasić, J.

More information

The DL-1000/2000 series offers further breakthroughs in data acquisition and processing.

The DL-1000/2000 series offers further breakthroughs in data acquisition and processing. Series The hardware components can be freely combined to support the different types of sensors, allowing you to build a compact test system that can best meet your measurement needs, especially for actual

More information

Intelligent Home Automation and Security System

Intelligent Home Automation and Security System Intelligent Home Automation and Security System Ms. Radhamani N Department of Electronics and communication, VVIET, Mysore, India ABSTRACT: In todays scenario safer home security is required, As the technology

More information

Access Control Using Smartcard And Passcode

Access Control Using Smartcard And Passcode IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676 Volume 4, Issue 5 (Jan. - Feb. 2013), PP 29-34 Access Control Using Smartcard And Passcode Omorogiuwa Eseosa 1., Uhunmwangho

More information

Automobile Speed Violation Detection System using RFID and GSM Technologies

Automobile Speed Violation Detection System using RFID and GSM Technologies Automobile Speed Violation Detection System using RFID and GSM Technologies Lujaina Al-Shabibi Student, Telecommunications Engineering Caledonian College of Engineering Muscat, Oman Nadarajan Jayaraman

More information

Lecture 2: Computer Hardware and Ports. y.alharbi@sau.edu.sa http://faculty.sau.edu.sa/y.alharbi/en

Lecture 2: Computer Hardware and Ports. y.alharbi@sau.edu.sa http://faculty.sau.edu.sa/y.alharbi/en BMTS 242: Computer and Systems Lecture 2: Computer Hardware and Ports Yousef Alharbi Email Website y.alharbi@sau.edu.sa http://faculty.sau.edu.sa/y.alharbi/en The System Unit McGraw-Hill Copyright 2011

More information

PHYS 2P32 Project: MIDI for Arduino/ 8 Note Keyboard

PHYS 2P32 Project: MIDI for Arduino/ 8 Note Keyboard PHYS 2P32 Project: MIDI for Arduino/ 8 Note Keyboard University April 13, 2016 About Arduino: The Board Variety of models of Arduino Board (I am using Arduino Uno) Microcontroller constructd similarly

More information

SOFTWARE TEST DESCRIPTION (STD) FOR ON BOARD AUTOMOBILE SYSTEM (OBA) OF DRIVING ASSISTANCE SYSTEM (DAS)

SOFTWARE TEST DESCRIPTION (STD) FOR ON BOARD AUTOMOBILE SYSTEM (OBA) OF DRIVING ASSISTANCE SYSTEM (DAS) Ilimitado Dominio Inc. SOFTWARE TEST DESCRIPTION (STD) FOR ON BOARD AUTOMOBILE SYSTEM (OBA) OF DRIVING ASSISTANCE SYSTEM (DAS) Contract No: CASE (Man_Doc_001) CDRL Sequence No: CASE (Man_Doc_003) Prepared

More information

Operating Instructions Display, graphic. Numeric language

Operating Instructions Display, graphic. Numeric language Operating Instructions Display, graphic Numeric language Contents Numeric language, general... 1 Numeric language, general... 1 Display control stalk... 1 Text strings... 1 Stop message... 2 Change language...

More information

A Practical Approach to Education of Embedded Systems Engineering

A Practical Approach to Education of Embedded Systems Engineering A Practical Approach to Education of Embedded Systems Engineering Özgür Yürür Department of Electrical Engineering University of South Florida Tampa, Florida, 33620 oyurur@mail.usf.edu Wilfrido Moreno

More information

Overview. 1. GPS data tracking via GSM SMS / GPRS. 2. GPS data logging in internal memory. 3. Alarm alert via GSM SMS / Dialing / GPRS

Overview. 1. GPS data tracking via GSM SMS / GPRS. 2. GPS data logging in internal memory. 3. Alarm alert via GSM SMS / Dialing / GPRS Vehicle or Personal Position Tracking Vehicle Status and Speed Tracking Auto Accident Report Global Position System (GPS) Navigation System Anti theft Alarm System Overview 1. GPS data tracking via GSM

More information

PDA Software Manual For the Windows CE and Mobile Operating Systems

PDA Software Manual For the Windows CE and Mobile Operating Systems PDA Software Manual For the Windows CE and Mobile Operating Systems Global Water Instrumentation, Inc. 151 Graham Road P.O. Box 9010 College Station, TX 77842-9010 T: 800-876-1172 Int l: (979) 690-5560,

More information

Self-Evaluation Configuration for Remote Data Logging Systems

Self-Evaluation Configuration for Remote Data Logging Systems IEEE International Workshop on Intelligent Data Acquisition and Advanced Computing Systems: Technology and Applications 6-8 September 2007, Dortmund, Germany Self-Evaluation Configuration for Remote Data

More information

DASH2 General Layout. Figure 1: DASH2 general layout

DASH2 General Layout. Figure 1: DASH2 general layout Introduction Congratulations on your purchase of a DASH2 display unit from Race Technology. This is an advanced, feature-packed display system, designed to be compact, robust and water resistant. Make

More information

GSM Based Electrical Control System for Smart Home Application

GSM Based Electrical Control System for Smart Home Application Journal of Convergence Information Technology GSM Based Electrical Control System for Smart Home Application Faculty of Electrical and Electronic Engineering Universiti Tun Hussein Onn Malaysia, 86400

More information

Microcontrollers in Practice

Microcontrollers in Practice M. Mitescu I. Susnea Microcontrollers in Practice With 117 Figures, 34 Tables and CD-Rom 4y Springer Contents Resources of Microcontrollers, 1 1.1 In this Chapter 1 1.2 Microcontroller Architectures 1

More information

International Journal of Engineering Research & Management Technology

International Journal of Engineering Research & Management Technology International Journal of Engineering Research & Management Technology March- 2015 Volume 2, Issue-2 Radio Frequency Identification Security System Mr. Shailendra Kumar Assistant Professor Department of

More information

Virtual KNX/EIB devices in IP networks

Virtual KNX/EIB devices in IP networks WEINZIERL ENGINEERING GmbH WEINZIERL ENGINEERING GMBH F. Heiny, Dr. Y. Kyselytsya, Dr. Th. Weinzierl Bahnhofstr. 6 D-84558 Tyrlaching Tel. +49 (0) 8623 / 987 98-03 E-Mail: info@weinzierl.de Web: www.weinzierl.de

More information

How to design an insulin pump

How to design an insulin pump How to design an insulin pump Learn about the purpose of an insulin pump, its overall workings, and the requirements needed for its design as well as implementation. By Asha Ganesan Applications Engineer

More information

Technical Manual. (TLT-2H GPS/GSM Vehicle Tracker) V1.5

Technical Manual. (TLT-2H GPS/GSM Vehicle Tracker) V1.5 Technical Manual (TLT-2H GPS/GSM Vehicle Tracker) V1.5 Product main features Real-time SMS query coordinates time position, Phone Position active help feature speed alarm function historical data uploading

More information

Serial port interface for microcontroller embedded into integrated power meter

Serial port interface for microcontroller embedded into integrated power meter Serial port interface for microcontroller embedded into integrated power meter Mr. Borisav Jovanović, Prof. dr. Predrag Petković, Prof. dr. Milunka Damnjanović, Faculty of Electronic Engineering Nis, Serbia

More information

AC/DC Power Supply Reference Design. Advanced SMPS Applications using the dspic DSC SMPS Family

AC/DC Power Supply Reference Design. Advanced SMPS Applications using the dspic DSC SMPS Family AC/DC Power Supply Reference Design Advanced SMPS Applications using the dspic DSC SMPS Family dspic30f SMPS Family Excellent for Digital Power Conversion Internal hi-res PWM Internal high speed ADC Internal

More information

SMART DRUNKEN DRIVER DETECTION AND SPEED MONITORING SYSTEM FOR VEHICLES

SMART DRUNKEN DRIVER DETECTION AND SPEED MONITORING SYSTEM FOR VEHICLES SMART DRUNKEN DRIVER DETECTION AND SPEED MONITORING SYSTEM FOR VEHICLES Bandi Sree Geeta 1, Diwakar R. Marur 2 1,2 Department of Electronics and Communication Engineering, SRM University, (India) ABSTRACT

More information

Waterproof portable tracker and

Waterproof portable tracker and Catalog for GPS tracking system Model Description Picture Mainstream GPS/GSM/GPRS vehicle tracking device, designed as solution for fleet management, which is a GP4000 robust fleet tracking device not

More information

Introduction to Electronic Signals

Introduction to Electronic Signals Introduction to Electronic Signals Oscilloscope An oscilloscope displays voltage changes over time. Use an oscilloscope to view analog and digital signals when required during circuit diagnosis. Fig. 6-01

More information

Embedded OS. Product Information

Embedded OS. Product Information Product Information Table of Contents 1 Operating Systems for ECUs... 3 2 MICROSAR.OS The Real-Time Operating System for the AUTOSAR Standard... 3 2.1 Overview of Advantages... 3 2.2 Properties... 4 2.3

More information

Radio sensor powered by a mini solar cell the EnOcean STM 110 now functions with even less light

Radio sensor powered by a mini solar cell the EnOcean STM 110 now functions with even less light Radio sensor powered by a mini solar cell the EnOcean STM 110 now functions with even less light In this issue, we would like to present the EnOcean radio sensor module STM 110 in more detail. The module

More information

C Programming. for Embedded Microcontrollers. Warwick A. Smith. Postbus 11. Elektor International Media BV. 6114ZG Susteren The Netherlands

C Programming. for Embedded Microcontrollers. Warwick A. Smith. Postbus 11. Elektor International Media BV. 6114ZG Susteren The Netherlands C Programming for Embedded Microcontrollers Warwick A. Smith Elektor International Media BV Postbus 11 6114ZG Susteren The Netherlands 3 the Table of Contents Introduction 11 Target Audience 11 What is

More information

A Truck Driver s Guide to Care and Maintenance of Diesel Particulate Filters (DPFs)

A Truck Driver s Guide to Care and Maintenance of Diesel Particulate Filters (DPFs) A Truck Driver s Guide to Care and Maintenance of Diesel Particulate Filters (DPFs) Disclaimer: This handbook is not a substitute for the detailed instructions/warranty limitations supplied by the manufacturer

More information

Chapter 1 Lesson 3 Hardware Elements in the Embedded Systems. 2008 Chapter-1L03: "Embedded Systems - ", Raj Kamal, Publs.: McGraw-Hill Education

Chapter 1 Lesson 3 Hardware Elements in the Embedded Systems. 2008 Chapter-1L03: Embedded Systems - , Raj Kamal, Publs.: McGraw-Hill Education Chapter 1 Lesson 3 Hardware Elements in the Embedded Systems 1 Typical Embedded System Hardware units 2 Basic Circuit Elements at the System 3 (i) Power Source 1. System own supply with separate supply

More information

Keywords ATM Terminal, Finger Print Recognition, Biometric Verification, PIN

Keywords ATM Terminal, Finger Print Recognition, Biometric Verification, PIN ATM Terminal Security Using Fingerprint Reconition. Prof. B.Jolad, Tejshree Salunkhe, Rutuja Patil, Puja Shindgi Padmashree Dr. D. Y. Patil Institute Of Engineering and Technology,Pimpri,Pune - 411018

More information

isppac-powr1220at8 I 2 C Hardware Verification Utility User s Guide

isppac-powr1220at8 I 2 C Hardware Verification Utility User s Guide November 2005 Introduction Application Note AN6067 The isppac -POWR1220AT8 device from Lattice is a full-featured second-generation Power Manager chip. As part of its feature set, this device supports

More information

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING Question Bank Subject Name: EC6504 - Microprocessor & Microcontroller Year/Sem : II/IV

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING Question Bank Subject Name: EC6504 - Microprocessor & Microcontroller Year/Sem : II/IV DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING Question Bank Subject Name: EC6504 - Microprocessor & Microcontroller Year/Sem : II/IV UNIT I THE 8086 MICROPROCESSOR 1. What is the purpose of segment registers

More information

Signature and ISX CM870 Electronics

Signature and ISX CM870 Electronics Signature and ISX CM870 Electronics Cummins West Training Center System Description General Information The Signature and ISX CM870 engine control system is an electronically operated fuel control system

More information

Workshop Repair Manual

Workshop Repair Manual Workshop Repair Manual N.T. 2863A All types Basic manual: M.R. 302 - M.R. 307 - M.R. 311 - M.R. 312 M.R. 291 - M.R. 293 77 11 196 407 OCTOBER 1997 Edition Anglaise "The repair methods given by the manufacturer

More information

Fleet Management Solution

Fleet Management Solution Fleet Optimization Fleet Management Solution Power by Overview Schlowy Customs Advance solutions is a leading provider of Remote Performance Monitoring or stationary and mobile assets, energy and power

More information

PROCEDURES FOR SELF DIAGNOSTICS

PROCEDURES FOR SELF DIAGNOSTICS PROCEDURES FOR SELF DIAGNOSTICS Baum Tools Unlimited Inc. March 31, 1999 TAU 2.1 READING ACTUAL VALUES 1. Remove the operating console from the TAU 2. At the upper side of the operating consol there is

More information

THE BUSINESS VALUE OF AN ERP SYSTEM

THE BUSINESS VALUE OF AN ERP SYSTEM THE BUSINESS VALUE OF AN ERP SYSTEM AJMAL BEG THE BUSINESS VALUE OF AN ERP SYSTEM AJMAL BEG ii Copyright c 2010 by Ajmal Beg. All rights reserved. This technology described in this publication is based

More information

A COMPARATIVE ON PERFORMANCE OF VOIP USING POWER LINE AND WIRED (UTP CAT5)

A COMPARATIVE ON PERFORMANCE OF VOIP USING POWER LINE AND WIRED (UTP CAT5) A COMPARATIVE ON PERFORMANCE OF VOIP USING POWER LINE AND WIRED (UTP CAT5) BY KHAINORIZAN BINTI KHALID BACHELOR OF SCIENCE (Hons) DATA COMMUNICATION AND NETWORKING Thesis proposal submitted in fulfillment

More information

Wireless monitoring system for temperature and humidity based on ZigBee

Wireless monitoring system for temperature and humidity based on ZigBee Wireless monitoring system for temperature and humidity based on ZigBee Abstract Jianjun Chen* Shaoxing University uanpei College, Shaoxing, Zhejiang, 3000, China Received March 04, www.cmnt.lv Traditional

More information

Kokii BatteryDAQ. BMS Software Manual. Battery Analyzer Battery DAS

Kokii BatteryDAQ. BMS Software Manual. Battery Analyzer Battery DAS Kokii BatteryDAQ BMS Battery Analyzer Battery DAS Updated: October 2008 Caution: High Voltage Exists on Battery Power and Sampling Connectors! Please refer to device installation and operation manual for

More information

Proactive Monitoring of Friction Management Systems Reduces Costs and Downtime

Proactive Monitoring of Friction Management Systems Reduces Costs and Downtime Proactive Monitoring of Friction Management Systems Reduces Costs and Downtime By: Nicholas Dryer and David Mintskovsky Abstract The latest research shows that friction management systems reduce friction

More information

DS1621 Digital Thermometer and Thermostat

DS1621 Digital Thermometer and Thermostat www.maxim-ic.com FEATURES Temperature measurements require no external components Measures temperatures from -55 C to +125 C in 0.5 C increments. Fahrenheit equivalent is -67 F to 257 F in 0.9 F increments

More information

Car Alarm Series 2 B 2 Buttons

Car Alarm Series 2 B 2 Buttons Car Alarm Series 2 B 2 Buttons G22 SE (External - Shock Sensor) Version 3 Software 67 Plus www.geniuscaralarm.com 21 CAR ALARM GENIUS Series 2B 2 Buttons - G22 Se (External Shock Sensor) Module controlled

More information

Gsm Based Controlled Switching Circuit Between Supply Mains and Captive Power Plant

Gsm Based Controlled Switching Circuit Between Supply Mains and Captive Power Plant International Journal of Computational Engineering Research Vol, 03 Issue, 4 Gsm Based Controlled Switching Circuit Between Supply Mains and Captive Power Plant 1, Mr.S.Vimalraj, 2, Gausalya.R.B, 3, Samyuktha.V,

More information

CPU ARM926EJ-S, 200MHz. Fast Ethernet 10/100 Mbps port. 6 digital input 2 digital open-drain alarm output

CPU ARM926EJ-S, 200MHz. Fast Ethernet 10/100 Mbps port. 6 digital input 2 digital open-drain alarm output NTA CPU board PROCESS INTERFACES NTA is a CPU board for STAR DualBus DCS systems. NTA provides the internal bus communication, managing all I/O boards of the STAR DualBus modular system. NTA also manages

More information

SuperGuard VT-05 Vehicle Tracking Device

SuperGuard VT-05 Vehicle Tracking Device SuperGuard VT-05 Vehicle Tracking Device The SuperGuard VT-05 Vehicle Tracker is a professional GPS tracking device designed for fleet management and commercial data centers, with customizable data upload

More information

EEM870 Embedded System and Experiment Lecture 1: SoC Design Overview

EEM870 Embedded System and Experiment Lecture 1: SoC Design Overview EEM870 Embedded System and Experiment Lecture 1: SoC Design Overview Wen-Yen Lin, Ph.D. Department of Electrical Engineering Chang Gung University Email: wylin@mail.cgu.edu.tw Feb. 2013 Course Overview

More information

A Review of Security System for Smart Home Applications

A Review of Security System for Smart Home Applications Journal of Computer Science 8 (7): 1165-1170, 2012 ISSN 1549-3636 2012 Science Publications A Review of Security System for Smart Home Applications Mohammad Syuhaimi Ab-Rahman and Mohd Ariff Razaly Department

More information

TRITON V. Cylinder Pressure Monitoring CPM 500. Replaces mechanical indicators on diesel engines. Improves combustion

TRITON V. Cylinder Pressure Monitoring CPM 500. Replaces mechanical indicators on diesel engines. Improves combustion TRITON V Cylinder Pressure Monitoring CPM 500 Replaces mechanical indicators on diesel engines Improves combustion Reduces fuel consumption and emissions Optimises engine settings Engine & Turbine Management

More information

DS1621 Digital Thermometer and Thermostat

DS1621 Digital Thermometer and Thermostat Digital Thermometer and Thermostat www.dalsemi.com FEATURES Temperature measurements require no external components Measures temperatures from 55 C to +125 C in 0.5 C increments. Fahrenheit equivalent

More information

Multi-Protocol decoder 76 200 with Load regulation

Multi-Protocol decoder 76 200 with Load regulation Multi-Protocol decoder 76 2 with Load regulation For locomotives with universal motors on digital layouts operating in the DCC and Motorola data format. Features 76 2 Load regulated multi-protocol decoder

More information

AVL DISCAN 8000. Handheld-Scantool for multifunctional fields of application Faultcode-reader with integrated Informationsystem and Oscilloscope

AVL DISCAN 8000. Handheld-Scantool for multifunctional fields of application Faultcode-reader with integrated Informationsystem and Oscilloscope AVL DISCAN 8000 Handheld-Scantool for multifunctional fields of application Faultcode-reader with integrated Informationsystem and Oscilloscope Thomas Penz 26.11.2010 Seite 1 Content and Topics Description

More information

Versions. Q.station Q.station T. Q.station D. Q.station DT x x

Versions. Q.station Q.station T. Q.station D. Q.station DT x x Most important features: Very high data rates up to 100 khz each channel 100 khz at 16 channels, 10 khz at 128 channels 64 Q.bloxx modules connectable Ethernet interface for configuration and data output

More information

Big Data Collection and Utilization for Operational Support of Smarter Social Infrastructure

Big Data Collection and Utilization for Operational Support of Smarter Social Infrastructure Hitachi Review Vol. 63 (2014), No. 1 18 Big Data Collection and Utilization for Operational Support of Smarter Social Infrastructure Kazuaki Iwamura Hideki Tonooka Yoshihiro Mizuno Yuichi Mashita OVERVIEW:

More information