Research Article Research on Fault Diagnostic System in CVT Based on UDS

Size: px
Start display at page:

Download "Research Article Research on Fault Diagnostic System in CVT Based on UDS"

Transcription

1 Hindawi Publishing Corporation Advances in Mechanical Engineering Article ID Research Article Research on Fault Diagnostic System in CVT Based on UDS Jiande Wang, Yunshan Zhou, and Quan Li Engineering Research Centre of Automotive Electronics and Control Technology, Ministry of Education, Hunan University, Changsha , China Correspondence should be addressed to Jiande Wang; Received 9 July 2014; Revised 6 September 2014; Accepted 15 September 2014 Academic Editor: Hongwei Guo Copyright Jiande Wang et al. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. A communication model of diagnostic network and implementation of unified diagnostic services (UDS) based on controller area network () bus are presented in this paper, and fault diagnostic function of transmission control unit (TCU), USB- (universal serial bus-) hardware and software modules, and fault diagnostic software based on personal computer (PC) are designed. Model diagnostic method is applied on ratiocontrol, and fault diagnostic system is tested in vehicle. 1. Introduction More and more automotive electronic control modules start touseinsteadoftraditionalk(iso14230)diagnostic mode due to its higher speed and reliable method. In order to unify different on-board network diagnostic services, ISO established a general diagnostic communication protocol, ISO14229, which is also called UDS. The protocol can satisfy the demands of Europe on-board diagnostics (E- OBD)systemandconformtothedevelopmenttrendof modern network bus system, which will become the future vehicle industry general diagnostic criteria [1, 2]. Continuously variable transmission (CVT) electronic control unit, as an important module of automotive electronics, uses a diagnostic method to monitor the transmission system and components operation. On the one hand, if a fault happens in system, the diagnostic system freezes frame data and providesreal-timewarning.also,thediagnosticequipment can provide real-time, accurate working data, and diagnostic information for after-sale diagnostic analysis, achieving the purpose of repairing and monitoring [3]. 2. The Communication Mode of Diagnostic Network Diagnostic protocol is divided into application layer, network layer, data link layer, and physical layer. Service identifier and the format of the parameters and content of specific diagnostic service which follow ISO14229 are defined on application layer. The format of the parameters and content of specific diagnostic service in service identifier in application layer conform to ISO Data is transmitted in the form of a single frame or multi frame, which follow ISO [4]. On data link layer, it is responsible for the single frame or multi frame under the network layer data sent by the physical layer, or which received frame from the physical layer and submitting it to the network layer [5]. Diagnosticprocessisalwaystobelaunchedbydiagnostic equipment, after electronic control unit accepting the request of service and resolving step by step according to diagnostic protocol.eventually,theserviceispassedtotheapplication layer, as shown in Figure The Implementation of the UDS on Bus Theunsegmenteddataflowandsegmenteddatafloware defined in network layer of ISO15765 protocol. The unsegmented data flow consists of a single frame, where single frame length is no more than 7 under normal addressing mode or less than 6 under extended addressing mode. The segmenteddataflowconsistsofamessageofmultiframe section. The data length is more than 7 under normal

2 2 Advances in Mechanical Engineering Tester node Application layer Diagnostic service Diagnostic service Network layer Message package/unpackage Message package/unpackage Data link layer Message transmit/receive Message transmit/receive Physical layer driver driver _H _L Response Request Figure 1: The communication model of diagnostic network. addressing mode or more than 6 under extended addressing mode.thedatastreamcontainsofafirstframeandmultiple consecutive frames. Two types of message transmission are shown in Figure 2. The single frame, first frame, the consecutive frame, and flow control all contain data domain of 8 bytes. The data domain consists of protocol control information and data transmission. The structure of all kinds of messages is shown in Table 1 [6]. TCU supports the following addressing modes: physical addressing mode and functional addressing mode. In the physical addressing mode, all messages are received by TCU physical address. TCU can perform services which are supported by the activation diagnostic session when the physical addressing mode request is activated. In the functional addressing mode, message is requested when request information of diagnostic equipment is not in the case of a particular module. TCU supports normal and extended diagnostic modes. When the vehicle is ignited, TCU is initialized into the normal mode. Meanwhile, the controller functions and diagnostic services are activated, but the specification execution from the customer is not allowed under the extended mode. Table 1: Data domain structure. Frame type Byte 1 Bit 7-4 Bit 3-0 Byte 2 Byte 3 Byte 4 8 Single frame 0 SF DL SID data 1 6 First frame 1 FF DL SID data SN data 1 7 Flow control 3 FS BS STmin Remarks: SF DL denotes 4-bit single frame data length; SID denotes service identifier; FF DL denotes 12-bit first frame data length; SN denotes sequence number; FS denotes data flow state; BS denotes block size; STmin denotes the minimum time interval. 4. UDS Diagnostic Services The application of the diagnostic function of UDS is the diagnostic services. UDS diagnostic services can be organized into the six categories, including diagnostic and communication management service, data transmission service, data storage, input/output control service routines, remote wakeup service, and upload/download service [7]. Diagnostic and communication management service is to define the main session control service and the communication parameter setting, which guarantee the normal work during the process

3 Advances in Mechanical Engineering 3 Sender Receiver Sender Receiver Sender Receiver First frame Flow control frame Flow control frame Single frame (a) Unsegmented message (b) Segmented message Figure 2: Unsegmented and segmented message. Table 2: UDS diagnostic services. Service Function addressing Physical addressing SID Service name rmal mode Extended mode rmal mode Extended mode Diagnostic and communications management 10 Diagnostic session control I I I I 11 ECU reset service I I 27 Security access I I 3E Tester present I I I I Data transmission 22 Read data by identifier I I I I 2E Write data by identifier e Stored data 14 Clear diagnostic information I I I I 19 Read DTC information I I I I Remarks: I denotes diagnostic supported under any security condition; e denotes diagnostic only supported under unlock security condition. of diagnostic communication. Data transmission service mainly monitors the parameters of vehicle in real-time. Storing data service reads and clears up the ECU internal fault code for fault diagnosis. Input/output control function unit controls the input/output of vehicle ECU. Remote wake-up service activates ECU internal diagnostic routines. Upload/download service is primarily used in exchanging a large number of data between diagnostic equipment and the internal ECU of vehicles. UDS diagnostic services implementation of TCU is shown in Table The Design of the Fault Diagnostic System According to ISO15765, information ID from TCU to diagnostic equipment is set to 0x7E9 (standard frame). physical addressing information ID from diagnostic equipment to TCU is set to 0x7E1. functional addressing information ID from diagnostic equipment to TCU is set to 0x7DF.Thecommunicationusesthebaudratewith 500 kbps. The structure of fault diagnostic system is shown in Figure 3, including TCU fault diagnostic software, the USB- hardware and software, and implementation of TCU diagnostic function TCU Fault Diagnostic Software Design. The software is developed with the platform C++ Builder, which adopts modular design. The structure of the software system is shown in Figure 4. (1) Communication Module. It receives TCU fault information and the important parameters in the process of transmission operation, which is based on the diagnostic communication specification. (2) Fault Information Management Database. It builds up the fault table and stores the fault information and specific description of the fault codes.

4 4 Advances in Mechanical Engineering TCU fault diagnostic software (PC) USB USB- TCU Figure 3: Structure diagram of TCU fault diagnostic system. Fault diagnostic interface Software setting DTC operation Data flow operation Fault information management database Fault diagnostic management module Monitoring alarm module communication module Figure 4: Structure diagram of TCU fault diagnostic software. Figure 5: Main interface of TCU fault diagnostic system. (3) Fault Diagnostic Management Module. It analyzes the fault diagnostic message for fault diagnostic information. Fault code, description, and other information can be displayed in the interface of the fault diagnostic software. (4) Monitoring Alarm Module. When the failures are detected, they are divided into general failure and severe failure, according to the severity of the fault. General failure lights trouble light, while severe failure flashes trouble light. (5) Fault Diagnostic Interface. It is used to set the communication port number, baud rate, and diagnostic data storage paths and show fault codes. Moreover, the data flow operation is also in fault diagnostic interface, which provides real-time data flow monitoring function, and display the important parameters. The main interface of TCU fault diagnostic system is shown in Figure The Hardware Design of USB-. USB- include MCU,transceiverandUSBserialportmodule.Its framework is shown in Figure 6. The controller uses the MC9S08DZ60 because of its low cost and low power consumption. communication module adopts the TJA1040 of NXP. The transceiver has very low electromagnetic radiation and high ability of resistance to electromagnetic, which is fully compatible with ISO11898 protocol and supports high communication rate up to 1 Mbps. The interface between the USB and serial port module adopts FTDI s FT232RL, which is applied for the USB to serial port interface conversion The Software Design of USB-. The software function of the USB- is to realize the data interaction between the message on the bus and the USB of PC which serves a virtual serial port. This is because many current

5 Advances in Mechanical Engineering 5 USB- OBD interface tranreceiver MCU SCI USB converter USB PC diagnostic software Figure 6: Framework of USB-. TCU Secondary pressure Key lock Oil temperature P Analog input High side onoff output Shift lock Reverse light R N D S Manual plus Manual minus Digital input PWM output Primary valve control Secondary valve control Clutch valve control Snow mode Lock valve control Brake Ignition H Primary speed Calibration L Secondary speed Turbo speed Frequency input Communication H L 12 V GND Power input Sensor power output 5 V Figure 7: Principle block diagram of TCU. notebook makers canceled the serial port. Since serial port protocolissimple,theinterfaceiseasytobedeveloped.the virtualserialportisselectedtocommunicatewithpc.firstly, slave computer receives some serial communication data with ID, which was sent by diagnostic software from PC. Then a message is sent to the TCU by MCU and MCU receives a reply message from TCU. After that, MCU restructures the message and sends it to the host PC The Development of TCU Diagnostic Function. The TCU diagnostic function diagram is shown in Figure 7.

6 6 Advances in Mechanical Engineering Start of service Request SID supported? Negative response $11 Service not supported Session supported? Negative response $7F Service not supported in current session Length supported? Negative response $13 Invalid message length Sub-function supported? Negative response $12 Sub-function not supported Positive response ready? Extended response time window? Negative response $78 Request received Response pending Positive response Negative response $XX Other negative response End of service Figure 8: The process of TCU responding diagnostic service. (1) TCU Self-Diagnosis Function. The input and output signal have a certain range when CVT is operating. If a signal value is beyond this range and this phenomenon does not disappear after a period of time, TCU will make a judge based on the rule of failure [8]. TCU will store the fault in the form of a code in EEPROM, lighting trouble light at the same time. (2) TCU Failure Protection Function. When TCU detects some malfunctioning in the sensors or actuators, TCU will provide alternative signals or setting goals to take the place of the fault signal, which is to maintain the control system to ensure the transmission operating. The flow chart of diagnostic services is shown in Figure 8. The diagnostic services adopt the judgment step by step. In Table 3, the subfunction, the request parameters, positive response identifier, positive response parameters, and the negative response code in diagnostic services are listed. Taking diagnostic model control as an example, if diagnostic equipmentrequestmessageis ,tcu responsemessagewillbe negative response message of unmatched session is 03 7F Studying the Method of CVT Fault Diagnosis. The schematic diagram of CVT hydraulic system is shown in Figure 9. In CVT, the clamping force of the primary pulley and the secondary pulley is controlled by a hydraulic valve. The secondary cylinder pressure is controlled by the proportional relief valve, preventing large metal belt slip

7 Advances in Mechanical Engineering 7 x y Primary pulley Pump V-belt P s Clamping control Ratio control P P Secondary pulley Figure 9: CVT hydraulic principle diagram. Table 3: UDS diagnostic service definition. SID Request subfunction Request parameter Positive response identifier Positive response parameter 01 rmal mode Extended mode 03 Negative response code 1 12, 13, Hardware reset , 13, 22, Software reset Request seed 67 xxxxxxxx 12,13,22,24,31,35, 02 Transmit key xxxxxxxx 36, 37 3E 00 Need response 7E 0 12, DID 2 62 DID + content 12,22,31,33 2E DID + content 6E DID 12,22,31,33,72 14 FF FF , 22, Read DTC 3 number 19 by identifier FF 59 DTC 12, 13, 31 0A Read all DTC DTC Remarks: 1 negative response code: definition as shown in Table 4; 2 DID: data identifier; 3 DTC: diagnostic trouble code. Table 4: Negative response code. NRC Meaning 12 h Subfunction not supported 13 h Incorrect message length or invalid format 22 h Conditions not correct 24 h Request sequence error 31 h Request out of range 33 h Security access denied 35 h Invalid key 36 h Exceed number of attempts 37 h Required time delay not expired 71 h Transfer data suspended 72 h General programming failure 7F h Service not supported in active session between the pulley and the metal belt and also maintaining an effective torque transmission of the engine [9, 10]. In the meanwhile, the primary cylinder pressure is controlled by the proportional reducing valve to achieve ratio control. Given the metal belt constraints, there is a nonlinear relationship between the speed ratio and the displacement between the primary pulley and secondary pulley. The real ratio is calculated by measuring the speed of the primary and the secondary pulley according to the ratio control. Considering the installation of a shift sensor, cost, and other factors, the ratio control is achieved by wheel speed detection of the primary pulley and secondary pulley through the speed sensor [11]. A ratio control model is designed as shown in Figure 10. The target ratio is obtained by a look-up table of the throttle

8 8 Advances in Mechanical Engineering Fuzzy control rule de/dt Fuzzy Fuzzy decision Ambiguity K p K i K d θ V Target ratio dθ/dt Ratio revise + PID PWM Ratio control vavle CVT variator ω P ω s Real ratio i=ω P /ω s Figure 10: Ratio control model. Ratio ( ) Target ratio Real ratio Time (s) Figure 11: Ratio comparing. position degree θ and the vehicle speed V, and then the target ratio is revised according to the rate of the throttle changing [12, 13]. Based on the difference between current ratio and the target ratio, the fuzzy controller calculates PWM (pulse width modulate) output, controlling the proportional valve in order to regulate the hydraulic cylinder to achieve the ratio control [14, 15]. Without the addition of CVT sensors, the online fault diagnostic ways of model-based ratio control system is explored [16, 17]. Firstly, the global and local output prediction models are developed based on the collection of data. Based on the discrepancy between the predicted output of the model and the actual output, diagnostic services are performed. Then the failure is isolated and positioned, according to measuring signal, output results of the global and local element s diagnostic model, and the preestablished diagnostic logic table [18]. 6. Diagnostic Function Tests In the early development stage of UDS function and TCU fault diagnostic software, the diagnostic function of Vector s bus analysis tool alyzer is used. The TCU and laptopareconnectedbyausb-modulefortestingand verifying completeness of whole diagnostic system. As can be seen in red oval of Figure 11, intherealvehicletest,thereal ratio cannot follow the target ratio well. So the diagnostic function is activated. Test results of reading the fault code and data flow in TCU fault diagnostic software are shown in Figure Conclusion A TCU fault diagnostic system is developed based on UDS in this paper. An accurate, fast, stable, and reliable data

9 Advances in Mechanical Engineering 9 (a) DTC operation (b) Data flow operation Figure 12: The test case of TCU fault diagnostic software. communication between the TCU and diagnostic platform canbeseeninthissystem.thediagnosticsoftwareissimple and intelligent. The entire system can run smoothly and diagnose accurately. Application result shows that the scheme of the design is reasonable and the system has the advantages of stable operation, low hardware cost, and a simple operation. Moreover, it has practical application promotion. Conflict of Interests The authors declare that there is no conflict of interests regarding the publication of this paper. Acknowledgment The work described in this paper was supported by the National High Technology Research and Development Program of China (863) (no. 2012AA111710). References [1] K. H. Johansson, M. Törngren, and L. Nielsen, Vehicle applications of controller area network, in Handbook of Networked and Embedded Control Systems Control Engineering, pp , [2] M.DiNatale,H.Zeng,P.Giusto,andA.Ghosal,Understanding and Using the Controller Area Network Communication Protocol, Theory an d Practice, Springer, New York, NY, USA, [3] R. Isermann, Diagnosis methods for electronic controlled vehicles, Vehicle System Dynamics, vol. 36, no. 2-3, pp , [4] ISO :2004, Road Vehicles Diagnostics on Controller Area Networks () Part 2: Network Layer services,2004. [5] M. Rings and P. Phillips, Adding unified diagnostic services over to an HIL test system, SAE Technical Paper , [6] ISO , Road Vehicles Diagnostics on Controller Area Networks () Part 3: Implementation of Unified Diagnostic Services (UDS on ),2004. [7] ISO, Road vehicles unified diagnostic services (UDS) part 1: specification and requirements, ISO :2013, [8] F. M. Discenzo, P. J. Unsworth, K. A. Loparo, and H. O. Marcy, Intelligent motor provides enhanced diagnostics and control for next generation manufacturing systems, Computing and Control Engineering Journal,vol.11,no.5,pp ,2000. [9]D.Patel,J.Ely,andM.Overson, CVTdriveresearchstudy, SAE Technical Paper , [10] M. Pesgens, B. Vroemen, B. Stouten, F. Veldpaus, and M. Steinbuch, Control of a hydraulically actuated continuously variable transmission, Vehicle System Dynamics,vol.44,no.5, pp , [11] W. Ryu and H. Kim, CVT ratio control with consideration of CVT system loss, International Journal of Automotive Technology,vol.9,no.4,pp ,2008. [12] H. Yeo, C. H. Song, C. S. Kim, and H. S. Kim, Hardware in the loop simulation of hybrid vehicle for optimal engine operation by cvt ratio control, International Journal of Automotive Technology,vol.5,no.3,pp ,2004. [13] Y.-H. Bae, S.-H. Lee, H.-C. Kim, B.-R. Lee, J. Jang, and J. Lee, A real-time intelligent multiple fault diagnostic system, International Journal of Advanced Manufacturing Technology, vol. 29, no. 5, pp , [14] H. Jin and A. Ge, On the intelligent slope shift strategy, Proceedings of the Institution of Mechanical Engineers Part D: Journal of Automobile Engineering, vol.221,no.8,pp , [15] L.A.M.Riascos,M.G.Simoes,andP.E.Miyagi, On-linefault diagnostic system for proton exchange membrane fuel cells, Journal of Power Sources,vol.175,no.1,pp ,2008. [16] B. M. Wilamowski, Neural networks and fuzzy systems, in Mechatronics Handbook,R.R.Bishop,Ed.,pp.1 50,CRCPress, [17] W. Ryu, J. Nam, Y. Lee, and H. Kim, Model based control for a pressure control type CVT, International Journal of Vehicle Design,vol.39,no.3,pp ,2005. [18] A. Scacchioli, G. Rizzoni, M. A. Salman, W. Li, S. Onori, and X. Zhang, Model-based diagnosis of an automotive electric power generation and storage system, IEEE Transactions on Systems, Man and Cybernetics,vol.44,no.1,pp.72 85,2013.

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

RA Automotive. Silver Scan-Tool for the testing of OBD functionality. Peter Stoß Senior Manager RA Automotive. Mai 2008

RA Automotive. Silver Scan-Tool for the testing of OBD functionality. Peter Stoß Senior Manager RA Automotive. Mai 2008 RA Automotive Silver Scan-Tool for the testing of OBD functionality Peter Stoß Senior Manager RA Automotive RA Consulting GmbH Zeiloch 6a D-76646 Bruchsal Tel +49 (0)7251 3862-0 Fax +49 (0)7251 3862-11

More information

PC-Based Vehicle OBD Tester

PC-Based Vehicle OBD Tester PC-Based Vehicle OBD Tester Presented by: Peter Dzhelekarski, M. Sc. Ph. D. Student at the Technical University of Sofia E-mail: pid@tu-sofia.bg Research director: Dimiter Alexiev, Assoc. Prof. Dr. Sofia

More information

In-Vehicle Networking

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

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

LIN (Local Interconnect Network):

LIN (Local Interconnect Network): LIN (Local Interconnect Network): History: LIN (Local Interconnect Network) was developed as cost-effective alternate to CAN protocol. In 1998 a group of companies including Volvo, Motorola, Audi, BMW,

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

DESCRIPTION. DTC P0351 Ignition Coil "A" Primary / Secondary Circuit. DTC P0352 Ignition Coil "B" Primary / Secondary Circuit

DESCRIPTION. DTC P0351 Ignition Coil A Primary / Secondary Circuit. DTC P0352 Ignition Coil B Primary / Secondary Circuit 1 of 10 6/4/2012 10:38 PM Last Modified: 3-27-2012 6.4 C From: 201203 Model Year: 2013 Model: FR-S Doc ID: RM000000XH40PUX Title: FA20 ENGINE CONTROL: SFI SYSTEM: P0351-P0354: Ignition Coil "A" Primary

More information

1. SAFETY PRECAUTIONS AND WARNINGS

1. SAFETY PRECAUTIONS AND WARNINGS Table of Contents 1. SAFETY PRECAUTIONS AND WARNINGS...1 2. INTRODUCTION...3 2.1 On Board Diagnostics (OBD)...3 2.2 Vehicles Covered...4 2.3 Diagnostic Trouble Codes (DTCs)...6 2.4 Location of the Data

More information

LOCAL INTERCONNECT NETWORK (LIN)

LOCAL INTERCONNECT NETWORK (LIN) 54B-1 GROUP 54B LOCAL INTERCONNECT NETWORK (LIN) CONTENTS GENERAL INFORMATION........ 54B-2............ 54B-3 STRUCTURE................... 54B-2 54B-2 LIN refers to "Local Interconnect Network," which

More information

PEMS Conference. Acquiring Data from In-Vehicle Networks. Rick Walter, P.E. HEM Data Corporation

PEMS Conference. Acquiring Data from In-Vehicle Networks. Rick Walter, P.E. HEM Data Corporation PEMS Conference Acquiring Data from In-Vehicle Networks Rick Walter, P.E. HEM Data Corporation Acquiring Data from In-Vehicle Networks Topics Overview/Benefits Heavy Duty J1939 protocol Available J1939

More information

K-line Communication Description

K-line Communication Description K-line Communication Description Introduction There are two primary ISO documents that describe how to perform OBD communications on K- line between a tester and a vehicle. There are actually several ISO

More information

IQAN MDM Operation Manual

IQAN MDM Operation Manual IQAN MDM Operation Manual Purpose The primary purpose of this document is to inform a user of the IQAN system on the ease of adjustments of the system. A person can create a much smoother machine control

More information

CHASSIS - 4WD SYSTEM. Realizes stable start-off and acceleration performance

CHASSIS - 4WD SYSTEM. Realizes stable start-off and acceleration performance CH-66 CHASSIS - 4WD SYSTEM 4WD SYSTEM DESCRIPTION The 4WD system of the 06 RAV4 uses an active torque control 4WD system. It is a compact, lightweight, and high performance 4WD system that optimally controls

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

Road Vehicles - Diagnostic Systems

Road Vehicles - Diagnostic Systems SSF 14230 Road Vehicles - Diagnostic Systems Keyword Protocol 2000 - Part 1 - Physical Layer Swedish Implementation Standard Document: SSF 14230-1 Status: Issue 3 Date: October 22, 1997 This document is

More information

AUTOMATIC TRANSMISSION IN-CAR DIAGNOSTICS

AUTOMATIC TRANSMISSION IN-CAR DIAGNOSTICS Learning Guide CHASSIS ELECTRICAL SPECIALIST AUTOMATIC TRANSMISSION IN-CAR DIAGNOSTICS COURSE NUMBER: C050-01 Notice Due to the wide range of vehicles makes and models, the information given during the

More information

Design of UPS Battery Remote Monitoring System

Design of UPS Battery Remote Monitoring System , pp.26-268 http://dx.doi.org/.4257/ijmue.24.9.9.28 esign of UPS Battery Remote Monitoring System Jiabin Wang, Haiying Wang 2,*,Tianjun Sun 2,Yuran Wang 2 and Ruilin Wang 2 aqing Oil Field Chemical Co.,LT,

More information

WBAN Beaconing for Efficient Resource Sharing. in Wireless Wearable Computer Networks

WBAN Beaconing for Efficient Resource Sharing. in Wireless Wearable Computer Networks Contemporary Engineering Sciences, Vol. 7, 2014, no. 15, 755-760 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.4686 WBAN Beaconing for Efficient Resource Sharing in Wireless Wearable

More information

www.imprezer.tk Introduction to www.union88.tk RACE FUELS Hans-Christian von der Wense Munich, Germany

www.imprezer.tk Introduction to www.union88.tk RACE FUELS Hans-Christian von der Wense Munich, Germany Introduction to Hans-Christian von der Wense Munich, Germany Overview Progress in Automotive Electronics and it s Impacts on Networking LIN Consortium LIN Concept Physical Layer Data Link Layer LIN Network

More information

LOCAL INTERCONNECT NETWORK (LIN)

LOCAL INTERCONNECT NETWORK (LIN) 54C-1 GROUP 54C LOCAL INTERCONNECT NETWORK (LIN) CONTENTS GENERAL INFORMATION...54C-2 SPECIAL TOOL...54C-3...54C-4 DIAGNOSTIC FUNCTION...54C-4 DIAGNOSTIC TROUBLE CODE CHART...54C-6 DIAGNOSTIC TROUBLE CODE

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

S4000TH HART. HART Communication Manual

S4000TH HART. HART Communication Manual HART Communication Manual The information and technical data disclosed in this document may be used and disseminated only for the purposes and to the extent specifically authorized in writing by General

More information

Product Information CANalyzer.J1939

Product Information CANalyzer.J1939 Product Information CANalyzer.J1939 Table of Contents 1 Introduction... 3 1.1 Application Areas... 3 1.2 Features and Advantages... 3 1.3 Further Information... 3 2 Functions... 4 3 Hardware Interfaces...

More information

LOCAL INTERCONNECT NETWORK (LIN)

LOCAL INTERCONNECT NETWORK (LIN) 54B-1 GROUP 54B LOCAL INTERCONNECT NETWORK (LIN) CONTENTS GENERAL INFORMATION 54B-2 SPECIAL TOOLS 54B-3 54B-4 DIAGNOSIS FUNCTION 54B-4 DIAGNOSTIC TROUBLE CODE CHART 54B-5 DIAGNOSTIC TROUBLE CODE PROCEDURES

More information

Diagnosing Hydraulic Problems

Diagnosing Hydraulic Problems Diagnosing Hydraulic Problems 1 Problems A pressure test is a key check when you need to determine if a problem is caused by something that is inside or outside of the transmission. Low automatic transmission

More information

Note: This information obtained from internet sources and not verified- use at your own risk!!!!

Note: This information obtained from internet sources and not verified- use at your own risk!!!! Cummins Engine Diagnostic Fault Codes for 2003 and later engines (generally for 2004 and later Alpines; see page 13 for earlier engine diagnostic codes): Note: This information obtained from internet sources

More information

TIRE PRESSURE WARNING SYSTEM

TIRE PRESSURE WARNING SYSTEM CH-71 TIRE PRESSURE WARNING SYSTEM DESCRIPTION A direct-sensing type tire pressure warning system is used on U.S.A. model. If the vehicle continues to be driven with 1 or more of the 4 inflated to a low

More information

ENGINE DIAGNOSTICS & CONTROL

ENGINE DIAGNOSTICS & CONTROL ENGINE DIAGNOSTICS & CONTROL CONTROL SYSTEM WIRING DIAGRAM Page 1 Page 2 MONITORING SYSTEM AND CONTROL SYSTEM DEVICE RELATIONSHIP CHART : Applicable Component Input Battery Ignition switch A/C switch,

More information

Introduction to LIN. Webinar

Introduction to LIN. Webinar Introduction to LIN Webinar V2.2.07 2014-03-03 Agenda > Information 4 Overview 6 LIN Workflow 9 LIN Physical Layer 12 LIN Communication 14 Synchronization of the LIN nodes 16 LIN Message & Scheduling 19

More information

ON-Board Diagnostic Trouble Codes

ON-Board Diagnostic Trouble Codes ON-Board Diagnostic Trouble Codes The list below contains standard diagnostic trouble codes (DTC s) that are used by some manufacturers to identify vehicle problems. The codes provide below are generic

More information

P545 Autonomous Cart

P545 Autonomous Cart P545 Autonomous Cart Cart Overview The P545 Cart is designed to allow students to explore embedded system design and development through the control of an autonomous vehicle. Cart Overview The vehicle

More information

Computer Controlled Vortex Tube Refrigerator Unit, with SCADA TPVC

Computer Controlled Vortex Tube Refrigerator Unit, with SCADA TPVC Technical Teaching Equipment Computer Controlled Vortex Tube Refrigerator Unit, with SCADA TPVC Teaching Technique used EDIBON SCADA System 2 Control Interface Box 5 Cables and Accessories 6 Manuals 3

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

Diagnostic Fault Codes For Cummins Engines

Diagnostic Fault Codes For Cummins Engines Section - Diagnostic Fault Codes For Cummins Engines Applies to Engine Models T, T, QSL T, QSM, QS, QSK9, QSK, QST, QSK//8 Note: These fault codes are current at date of publication. Always refer to engine

More information

Analysis of Performing Secure Remote Vehicle Diagnostics

Analysis of Performing Secure Remote Vehicle Diagnostics Analysis of Performing Secure Remote Vehicle Diagnostics Dennis Kengo Oka 1 Takahiro Furue 1 Stephanie Bayer 2 Camille Vuillaume 1 1 ETAS K.K. Queen s Tower C-17F, 2-3-5, Minatomirai, Nishi-ku, Yokohama,

More information

OIL PRESS 71.8 PSI FUEL. Cloud based, diagnostic, engine monitoring and reporting system. www.faria-instruments.com www.beede.com

OIL PRESS 71.8 PSI FUEL. Cloud based, diagnostic, engine monitoring and reporting system. www.faria-instruments.com www.beede.com OIL PRESS 71.8 PSI Cloud based, diagnostic, engine monitoring and reporting system www.faria-instruments.com www.beede.com Start Updating Send Data The Faria EntelNet service is a multi part system which

More information

IEEE Projects in Embedded Sys VLSI DSP DIP Inst MATLAB Electrical Android

IEEE Projects in Embedded Sys VLSI DSP DIP Inst MATLAB Electrical Android About Us : We at Ensemble specialize in electronic design and manufacturing services for various industrial segments. We also offer student project guidance and training for final year projects in departments

More information

LOCAL INTERCONNECT NETWORK (LIN)

LOCAL INTERCONNECT NETWORK (LIN) 54B-1 GROUP 54B LOCAL INTERCONNECT NETWORK (LIN) CONTENTS GENERAL INFORMATION 54B-2 SPECIAL TOOLS 54B-3 54B-4 DIAGNOSIS FUNCTION 54B-4 DIAGNOSTIC TROUBLE CODE CHART 54B-6 DIAGNOSTIC TROUBLE CODE PROCEDURES

More information

INTERACTIVE DISTANCE LEARNING ANTI-LOCK BRAKE SPECIALIST: KELSEY HAYES REAR WHEEL ANTI-LOCK BRAKING SYSTEMS (RWAL/RABS)

INTERACTIVE DISTANCE LEARNING ANTI-LOCK BRAKE SPECIALIST: KELSEY HAYES REAR WHEEL ANTI-LOCK BRAKING SYSTEMS (RWAL/RABS) INTERACTIVE DISTANCE LEARNING ANTI-LOCK BRAKE SPECIALIST: KELSEY HAYES REAR WHEEL ANTI-LOCK BRAKING SYSTEMS (RWAL/RABS) LEARNING GUIDE CARS KNOWLEDGE NETWORK 6 9120 Leslie Street Richmond Hill, ON L4B

More information

Electronic Power Control

Electronic Power Control Service. Self-Study Programme 210 Electronic Power Control Design and Function With the Electronic Power Control system, the throttle valve is actuated only by an electric motor. This eliminates the need

More information

Wireless Sensor Network Based Low Power Embedded System Design For Automated Irrigation System Using MSP430

Wireless Sensor Network Based Low Power Embedded System Design For Automated Irrigation System Using MSP430 Wireless Sensor Network Based Low Power Embedded System Design For Automated Irrigation System Using MSP430 Mr. Patil Vikas Anandrao. M Tech. Student (Digital Systems) Rajarambapu Institute of Technology,

More information

Vario Tractors - Fault Codes. Faults. all Vario tractors Tractor / General system. EDC / EMR bus fault. Fault in ECU Programming errors in ECU.

Vario Tractors - Fault Codes. Faults. all Vario tractors Tractor / General system. EDC / EMR bus fault. Fault in ECU Programming errors in ECU. 12/1999 f 1/58 Vario Tractors - Codes 0000 000001 Date Version Page Capitel Index Docu-No. FCT_InitPage 0.0.11 A021; A022 Id rief description Description Consequences Link FENDIAS / Note ECU, EDC; ECU,

More information

Real Time Simulation for Off-Road Vehicle Analysis. Dr. Pasi Korkealaakso Mevea Ltd., May 2015

Real Time Simulation for Off-Road Vehicle Analysis. Dr. Pasi Korkealaakso Mevea Ltd., May 2015 Real Time Simulation for Off-Road Vehicle Analysis Dr. Pasi Korkealaakso Mevea Ltd., May 2015 Contents Introduction Virtual machine model Machine interaction with environment and realistic environment

More information

How to read this guide

How to read this guide How to read this guide The following shows the symbols used in this Quick start guide with descriptions and examples. Symbol Description Example P oint Reference Caution [ ] This symbol explains information

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

Global OBD Vehicle Communication Software Manual

Global OBD Vehicle Communication Software Manual Global OBD Vehicle Communication Software Manual August 2013 EAZ0025B43C Rev. A Trademarks Snap-on is a trademark of Snap-on Incorporated. All other marks are trademarks or registered trademarks of their

More information

LOCAL INTERCONNECT NETWORK (LIN)

LOCAL INTERCONNECT NETWORK (LIN) 54B-1 GROUP 54B LOCAL INTERCONNECT NETWORK (LIN) CONTENTS SPECIAL TOOLS................ 54B-2............ 54B-3 DIAGNOSIS CODE CHART............ 54B-3 DIAGNOSIS FUNCTION............... 54B-4 DIAGNOSIS

More information

Tutorial Introduction

Tutorial Introduction Tutorial Introduction PURPOSE: This tutorial describes concepts related to communication busses, including attributes, functions, and the different types of bus systems. The intent is to provide a baseline

More information

CONTINUOUSLY VARIABLE TRANSMISSION (CVT)

CONTINUOUSLY VARIABLE TRANSMISSION (CVT) GROUP 23 CONTINUOUSLY VARIABLE TRANSMISSION (CVT) CONTENTS CVT........................... 23-2 GENERAL INFORMATION............. 23-2 ELECTRONIC CONTROL SYSTEM...... 23-3 EEPROM...........................

More information

sip Sanyo Modbus Guide Technical Specification Pinouts, Cable Connections & Wiring Issue 2: February 2009 Synapsys Solutions Ltd, all rights reserved

sip Sanyo Modbus Guide Technical Specification Pinouts, Cable Connections & Wiring Issue 2: February 2009 Synapsys Solutions Ltd, all rights reserved Sanyo Section : Section : Section : Section : Section : sip Modbus Guide Configuration Modbus Table Technical Specification Pinouts, Cable Connections & Wiring Alarm Fault Codes Issue : February 009 Section

More information

Electronic Manual Gearbox

Electronic Manual Gearbox Service. Self-Study Programme 221 Electronic Manual Gearbox Design and Function Taking the Lupo as the basis, Volkswagen has developed the world's first 3 L car that will also go into volume production.

More information

6-speed automatic transmission 09D

6-speed automatic transmission 09D Service. Self-Study Programme 300 6-speed automatic transmission 09D Design and function Compared to the 5-speed automatic transmission, the 09D 6-speed automatic transmission provides: a reduction in

More information

Software User Guide UG-461

Software User Guide UG-461 Software User Guide UG-461 One Technology Way P.O. Box 9106 Norwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com ezlinx icoupler Isolated Interface Development Environment

More information

IDD-213T User Manual. (Rev. 1.0) China Aerospace Telecommunications Limited

IDD-213T User Manual. (Rev. 1.0) China Aerospace Telecommunications Limited (Rev. 1.0) China Aerospace Telecommunications Limited Contents 1. Introduction......3 2. Specifications...4 2.1 External Interface... 4 2.2 Status Indicator...... 5 2.3 Technical Parameters... 6 3. Device

More information

Unit LT01 Carry Out Routine Lift Truck Maintenance

Unit LT01 Carry Out Routine Lift Truck Maintenance Unit LT01 Carry Out Routine Lift Truck Maintenance UNIT OVERVIEW This unit is about conducting routine maintenance, adjustment and replacement activities as part of the periodic servicing of Lift Trucks.

More information

4 non-safe digital I/O channels 2 IO-Link Master V1.1 slots. Figure 1. Figure 2. Type code. TBPN-L1-FDIO1-2IOL Ident no. 6814053.

4 non-safe digital I/O channels 2 IO-Link Master V1.1 slots. Figure 1. Figure 2. Type code. TBPN-L1-FDIO1-2IOL Ident no. 6814053. PROFINET slave Integrated Ethernet switch 100 Mbps supported 2 x M12, 4-pin, D-coded, Ethernet fieldbus connection Glass-fiber reinforced housing Shock and vibration tested Potted module electronics Protection

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

Designing and Embodiment of Software that Creates Middle Ware for Resource Management in Embedded System

Designing and Embodiment of Software that Creates Middle Ware for Resource Management in Embedded System , pp.97-108 http://dx.doi.org/10.14257/ijseia.2014.8.6.08 Designing and Embodiment of Software that Creates Middle Ware for Resource Management in Embedded System Suk Hwan Moon and Cheol sick Lee Department

More information

Adaptive Cruise Control System Overview

Adaptive Cruise Control System Overview 5th Meeting of the U.S. Software System Safety Working Group April 12th-14th 2005 @ Anaheim, California USA 1 Introduction Adaptive Cruise System Overview Adaptive Cruise () is an automotive feature that

More information

I2C PRESSURE MONITORING THROUGH USB PROTOCOL.

I2C PRESSURE MONITORING THROUGH USB PROTOCOL. I2C PRESSURE MONITORING THROUGH USB PROTOCOL. Product Details: To eradicate human error while taking readings such as upper precision or lower precision Embedded with JAVA Application: Technology Used:

More information

ISO11783 a Standardized Tractor Implement Interface

ISO11783 a Standardized Tractor Implement Interface ISO a ized Tractor Implement Interface Peter Fellmeth, Vector Informatik GmbH The upcoming ISO standard will be the preferred tractor Implement interface in the agricultural industry. Therefore the ISO

More information

NEW. EVEN MORE data acquisition and test stand automation

NEW. EVEN MORE data acquisition and test stand automation NEW EVEN MORE data acquisition and test stand automation the new class of data The plug&play complete package User benefits Expert Series is the latest generation of data acquisition Complete hardware

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

TOYOTA ELECTRONIC TRANSMISSION CHECKS & DIAGNOSIS

TOYOTA ELECTRONIC TRANSMISSION CHECKS & DIAGNOSIS Checks and Adjustments The transmission requires regular maintenance intervals if it is to continue to operate without failure. As we discussed in previous sections, transmission fluid loses certain properties

More information

Modbus Communications for PanelView Terminals

Modbus Communications for PanelView Terminals User Guide Modbus Communications for PanelView Terminals Introduction This document describes how to connect and configure communications for the Modbus versions of the PanelView terminals. This document

More information

Vehicle Engine Management Systems

Vehicle Engine Management Systems Unit 11: Vehicle Engine Management Systems NQF level 3: Guided learning hours: 60 BTEC National Unit abstract Modern motor vehicles continue to make use of the rapid advances in electronics technology

More information

Instruction Manual Service Program ULTRA-PROG-IR

Instruction Manual Service Program ULTRA-PROG-IR Instruction Manual Service Program ULTRA-PROG-IR Parameterizing Software for Ultrasonic Sensors with Infrared Interface Contents 1 Installation of the Software ULTRA-PROG-IR... 4 1.1 System Requirements...

More information

DTC P1271/78 FUEL PRESSURE REGULATOR CIRCUIT MALFUNCTION (OPEN/SHORT) DTC P1272/78 FUEL PRESSURE REGULATOR SYSTEM MALFUNCTION

DTC P1271/78 FUEL PRESSURE REGULATOR CIRCUIT MALFUNCTION (OPEN/SHORT) DTC P1272/78 FUEL PRESSURE REGULATOR SYSTEM MALFUNCTION 05 596 DIAGNOSTICS ECD SYSTEM (1KD FTV)(From August, 2004) DTC P1271/78 FUEL PRESSURE REGULATOR CIRCUIT MALFUNCTION (OPEN/SHORT) 05NJ6 01 DTC P1272/78 FUEL PRESSURE REGULATOR SYSTEM MALFUNCTION For more

More information

ECU State Manager Module Development and Design for Automotive Platform Software Based on AUTOSAR 4.0

ECU State Manager Module Development and Design for Automotive Platform Software Based on AUTOSAR 4.0 ECU State Manager Module Development and Design for Automotive Platform Software Based on AUTOSAR 4.0 Dhanamjayan P.R. 1, Kuruvilla Jose 2, Manjusree S. 3 1 PG Scholar, Embedded Systems, 2 Specialist,

More information

DeviceNet Communication Manual

DeviceNet Communication Manual DeviceNet Communication Manual Soft-Starter Series: SSW-07/SSW-08 Language: English Document: 10000046963 / 00 03/2008 Summary ABOUT THIS MANUAL... 5 ABBREVIATIONS AND DEFINITIONS... 5 NUMERICAL REPRESENTATION...

More information

Implementing MOD bus and CAN bus Protocol Conversion Interface

Implementing MOD bus and CAN bus Protocol Conversion Interface Implementing MOD bus and CAN bus Protocol Conversion Interface Umesh Goyal, Gaurav Khurana M.E., Electronics & Electrical Communications Department, PEC University of Technology, India M.E., Electronics

More information

DESIGN OF 6 DOF ROBOTIC ARM CONTROLLED OVER THE INTERNET

DESIGN OF 6 DOF ROBOTIC ARM CONTROLLED OVER THE INTERNET DESIGN OF 6 DOF ROBOTIC ARM CONTROLLED OVER THE INTERNET G. Rajiv and Sivakumar Sathyabama University, Chennai, India E-Mail: Rajiv.srkm@gmail.com ABSTRACT The purpose of the project is to build a robotic

More information

Saint Paul Public Schools Secondary Course Syllabus. Course Title: Automotive Technology 3 Course Length: Quarter/Semester/Trimester

Saint Paul Public Schools Secondary Course Syllabus. Course Title: Automotive Technology 3 Course Length: Quarter/Semester/Trimester Saint Paul Public Schools Secondary Course Syllabus Grade Level: 9-12 High School Subject Area: Technology Education Course number: T406131 Course Title: Automotive Technology 3 Course Length: Quarter/Semester/Trimester

More information

Open Field Network CC-Link Troubleshooting Guide

Open Field Network CC-Link Troubleshooting Guide 2006 Mar Open Field etwork CC-Link Troubleshooting Guide Mitsubishi Electric Corporation agoya Works is a factory certified for ISO14001 (standards for environmental management systems) and ISO9001 (standards

More information

Module 6 Engine Control Module (ECM)

Module 6 Engine Control Module (ECM) Module 6 Engine Control Module (ECM) Author: Grant Swaim E-mail: sureseal@nr.infi.net URL: www.tech2tech.net Phone: (336) 632-9882 Fax: (336) 632-9688 Postal Address: Tech-2-Tech Website PO Box 18443 Greensboro,

More information

Introduction. In this Self-study Programme we will explain to you the design and function of the CAN data bus. SSP 186/01

Introduction. In this Self-study Programme we will explain to you the design and function of the CAN data bus. SSP 186/01 Introduction The requirements relating to driving safety, driving comfort, exhaust emissions and fuel economy are are becoming ever more stringent. This entails more intensive information exchange between

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

AUTOMOTIVE FIELDBUS TECHNOLOGY: DEVELOPMENT TOOLS AND ELECTRONIC EQUIPMENT FOR LABORATORY PRACTICES

AUTOMOTIVE FIELDBUS TECHNOLOGY: DEVELOPMENT TOOLS AND ELECTRONIC EQUIPMENT FOR LABORATORY PRACTICES AUTOMOTIVE FIELDBUS TECHNOLOGY: DEVELOPMENT TOOLS AND ELECTRONIC EQUIPMENT FOR LABORATORY PRACTICES S. OTERO, F. POZA, M. A. DOMÍNGUEZ AND P. MARIÑO Electronic Technology Department. University of Vigo.

More information

ENGINE CONTROLS AND FUEL SYSTEMS

ENGINE CONTROLS AND FUEL SYSTEMS ENGINE CONTROLS AND FUEL SYSTEMS SPRING 2005 FORD VEHICLE COMPUTER RELEARN PROCEDURES Performing repairs or service on any of the following may require you to initiate a computer relearn procedure in order

More information

Release: 1. AURT575393A Analyse and evaluate electrical and electronic faults in transmission/driveline systems

Release: 1. AURT575393A Analyse and evaluate electrical and electronic faults in transmission/driveline systems Release: 1 AURT575393A Analyse and evaluate electrical and electronic faults in transmission/driveline systems AURT575393A Analyse and evaluate electrical and electronic faults in transmission/driveline

More information

Process Control and Automation using Modbus Protocol

Process Control and Automation using Modbus Protocol Process Control and Automation using Modbus Protocol Modbus is the fundamental network protocol used in most industrial applications today. It is universal, open and an easy to use protocol. Modbus has

More information

Standardized software components will help in mastering the. software should be developed for FlexRay were presented at

Standardized software components will help in mastering the. software should be developed for FlexRay were presented at Embedded Software for FlexRay Systems Special aspects and benefits of implementing modularized software Standardized software components will help in mastering the growing complexity of the interplay of

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

DCM. Product Brochure. Diagnostic Communication Master

DCM. Product Brochure. Diagnostic Communication Master DCM Product Brochure Diagnostic Communication Master DCM The DCM Diagnostic Communication Master is the best solution for the control of actuators from a remote control room through a two-wire transmission-mode

More information

Important: Always perform the Diagnostic System Check - Vehicle prior to using this diagnostic procedure. P0106, P0107 P0107

Important: Always perform the Diagnostic System Check - Vehicle prior to using this diagnostic procedure. P0106, P0107 P0107 Page 1 of 5 DTC P0106 DTC Descriptor 2006 Pontiac GTO GTO (VIN V) Service Manual Document ID: 1417869 DTC P0106: Manifold Absolute Pressure (MAP) Sensor Diagnostic Fault Information Important: Always perform

More information

An Analysis of Regenerative Braking and Energy Saving for Electric Vehicle with In-Wheel Motors

An Analysis of Regenerative Braking and Energy Saving for Electric Vehicle with In-Wheel Motors , pp. 219-23 http://dx.doi.org/1.14257/ijca.214.7.12.2 An Analysis of Regenerative Braking and Energy Saving for Electric Vehicle with In-Wheel Motors 1 Li-qiang Jin, 2 Peng-fei Chen and 3 *Yue Liu State

More information

Bus Data Acquisition and Remote Monitoring System Using Gsm & Can

Bus Data Acquisition and Remote Monitoring System Using Gsm & Can IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 8, Issue 3 (Nov. - Dec. 2013), PP 88-92 Bus Data Acquisition and Remote Monitoring System

More information

Advanced Electronic Platform Technologies Supporting Development of Complicated Vehicle Control Software

Advanced Electronic Platform Technologies Supporting Development of Complicated Vehicle Control Software 133 Hitachi Review Vol. 63 (2014), No. 2 Advanced Electronic Platform Technologies Supporting Development of Complicated Vehicle Control Software Yoshinobu Fukano, Dr. Sci. Kosei Goto Masahiro Matsubara

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

The Problem: Automotive safety recalls, Control Systems Diagnostics, Stability Control, Traction Control, Anti-lock Braking, Adaptive Cruise Control

The Problem: Automotive safety recalls, Control Systems Diagnostics, Stability Control, Traction Control, Anti-lock Braking, Adaptive Cruise Control AUTOPLUG: Remote Diagnostics Automotive Architecture for Control Software Safety Rahul Mangharam, Yash V. Pant and Truong X. Nghiem Department of Electrical & Systems Engineering University of Pennsylvania

More information

APPENDIX D PUBLIC AWARENESS INFORMATION

APPENDIX D PUBLIC AWARENESS INFORMATION APPENDIX D PUBLIC AWARENESS INFORMATION READINESS FAILURE FACT SHEET Beginning December 2004, New York will implement a new motor vehicle emission testing program in 53 of New York s upstate counties,

More information

Car Alarm Tracker Manual-20150814

Car Alarm Tracker Manual-20150814 CCTR-922 Car Alarm Tracker Manual-20150814 Welcome to use this GSM car alarm with tracker function CCTR-922. this product use 2G GSM network (LBS locate) to locate the car, it has many new and unique functions,

More information

PCAN-MicroMod Universal I/O Module with CAN Interface. User Manual. Document version 2.1.0 (2014-01-16)

PCAN-MicroMod Universal I/O Module with CAN Interface. User Manual. Document version 2.1.0 (2014-01-16) PCAN-MicroMod Universal I/O Module with CAN Interface User Manual Document version 2.1.0 (2014-01-16) Products taken into account Product Name Part number Model PCAN-MicroMod IPEH-002080 with firmware

More information

Serial Communications / Protocol in AirTest Products

Serial Communications / Protocol in AirTest Products Serial Communications / Protocol in AirTest Products General The standard sensor has two different ways of serial communication with sensor s peripherals and the outside world. One is through the UART

More information

Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester

Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester Leonardo Journal of Sciences ISSN 1583-0233 Issue 20, January-June 2012 p. 31-36 Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester Ganesh Sunil NHIVEKAR *, and Ravidra Ramchandra MUDHOLKAR

More information

Technical Specifications: The specifications represent a particular hardware platform. Application-specific software is provided.

Technical Specifications: The specifications represent a particular hardware platform. Application-specific software is provided. Preliminary TECHNICAL DATASHEET #TDAX020700 HYDRAULIC VALVE CONTROLLER 24 I/O 5 Analog and 6 Digital Inputs 1 Temperature Sensor and 1 RPM Sensor Interface 2 PWM Inputs 6 Proportional and 4 ON/OFF Current

More information

FEV Parallel Mode Strategy

FEV Parallel Mode Strategy FEV Parallel Mode Strategy Peter Janssen MSc. Dipl.-Ing Glenn Haverkort FEV Motorentechnik As the automotive industry has to react to the global concern about climate change related to CO2 emissions and

More information

CrossChasm Embedded Control Systems Whitepaper For Powertrain Design Teams

CrossChasm Embedded Control Systems Whitepaper For Powertrain Design Teams CrossChasm Embedded Control Systems Whitepaper For Powertrain Design Teams Background For vehicle design teams looking to rapidly develop and field early stage vehicle prototypes, a typical problem is

More information

DTC P0125 Insufficient Coolant Temperature for Closed Loop Fuel Control

DTC P0125 Insufficient Coolant Temperature for Closed Loop Fuel Control EINE (5VZFE) DI195 DI8YY02 DTC P0125 Insufficient Coolant Temperature for Closed Loop Fuel Control CIRCUIT DESCRIPTION To obtain a high purification rate of the CO, HC and x components of the exhaust gas,

More information