Engine Vehicle Management Systems
Engine Vehicle Management Systems
UNIT II SENSORS
Inductive, Hall effect, hot wire, thermistor, piezo electric, piezoresistive, based sensors. Throttle
position, air mass flow, crank shaft position, cam position, engine and wheel speed, steering
position, tire pressure, brake pressure, steering torque, fuel level, crash, exhaust oxygen level
(two step and linear lambda), knock, engine temperature, manifold temperature and pressure
sensors.
TEXT BOOKS
1. Understanding Automotive Electronics William B Ribbens, SAE 1998
2. Automobile Electronics by Eric Chowanietz SAE.
REFERENCES
3. Diesel Engine Management by Robert Bosch, SAE Publications.
4. Gasoline Engine Management by Robert Bosch, SAE Publications.
UNIT I FUNDAMENTALS OF AUTOMOTIVE ELECTRONICS
TWO MARKS
1. CONTROL SYSTEM
Control systems are systems that are used to regulate the operation of other systems. For this
discussion, the system being controlled is known as the system plant. The controlling system is
called an electronic controller.
5. Adjust each of Kp, Ki, and Kd until you obtain a desired overall response. You can always
refer to the table shown in this document to find out which controller controls what
characteristics.
6.FUZZY LOGIC
2. Ignition control
3. Ignition timing
16 MARKS
1. Microprocessor architecture:
The term microprocessor typically refers to the central processing unit (CPU) of aMicro
computer, containing the arithmetic logic unit (ALU) and the control units. It is
typicallyimplemented on a single LSI chip. This separates the "brains" of the operation from the
other units ofthe computer. The microprocessor contains the arithmetic logic unit (ALU) and the
control unit for a microcomputer. It is connected to memory and I/O by buses which carry
information between the units. Information is transferred between units of the microcomputer by
collections of conductors called buses. There will be one conductor for each bit of information to
be passed, e.g., 16 lines
FIG .1 LAY OUT FIG 2. BUS STRUCTURE
FIG 3. ALU
for a 16 bit address bus. There will be address, control, and data buses. All the arithmetic
operations of a microprocessor take place in the arithmetic logic unit (ALU). Using a
combination of gates and flip-flops, numbers can be added in less than a microsecond, even in
small personal computers. The operation to be performed is specified by signals from the control
unit. The data upon which operations are performed can come from memory or an external input.
The data may be combined in some way with the contents of the accumulator and the results are
typically placed in the accumulator. From there they may be transferred to memory or to an
output unit. The accumulator is the principal register of the arithmetic logic unit of a
microprocessor. Registers are sets of flip-flops which can hold data. The accumulator typically
holds the first piece of data for a calculation. If a number from memory is added to that date, the
sum replaces the original data in the accumulator. It is the repository for successive results of
arithmetic operations, which may then be transferred to memory, to an output device, etc. The
control unit of a microprocessor directs the operation of the other units by providing timing and
control signals. It is the function of the microcomputer to execute programs which are stored in
memory in the form of instructions and data. The control unit contains the necessary logic to
interpret instructions and to generate the signals necessary for the execution of those instructions.
The descriptive words "fetch" and "execute" are used to describe the actions of the control unit.
It fetches an instruction by sending and address and a read command to the memory unit. The
instruction at that memory address is transferred to the control unit for decoding. It then
generates the necessary signals to execute the instruction.
Memory
Program, data and stack memories occupy the same memory space. The total addressable
memory size is 64 KB.
Program memory - program can be located anywhere in memory. Jump, branch and call
instructions use 16-bit addresses, i.e. they can be used to jump/branch anywhere within 64 KB.
All jump/branch instructions use absolute addressing.
Data memory - the data can be placed anywhere as the 8085 processor always uses 16-bit
addresses.
Stack memory is limited only by the size of memory. Stack grows downward.
First 64 bytes in a zero memory page should be reserved for vectors used by RST instructions.
Interrupts
The 8085 microprocessor has 5 interrupts. They are presented below in the order of their priority
(fromlowest to highest):
INTR is maskable 8080A compatible interrupt. When the interrupt occurs the processor fetches
from the bus one instruction, usually one of these instructions:
One of the 8 RST instructions (RST0 - RST7). The processor saves current program counter
into stack and branches to memory location N * 8 (where N is a 3-bit number from 0 to 7
supplied with the RST instruction).
CALL instruction (3 byte instruction). The processor calls the subroutine, address of which is
specified in the second and third bytes of the instruction.
RST5.5 is a maskable interrupt. When this interrupt is received the processor saves the contents
of the PC register into stack and branches to 2Ch (hexadecimal) address.
RST6.5 is a maskable interrupt. When this interrupt is received the processor saves the contents
of the PC register into stack and branches to 34h (hexadecimal) address.
RST7.5 is a maskable interrupt. When this interrupt is received the processor saves the contents
of the PC register into stack and branches to 3Ch (hexadecimal) address.
Trap is a non-maskable interrupt. When this interrupt is received the processor saves the contents
of the PC register into stack and branches to 24h (hexadecimal) address.
All maskable interrupts can be enabled or disabled using EI and DI instructions. RST 5.5,
RST6.5 and RST7.5 interrupts can be enabled or disabled individually using SIM instruction.
I/O ports
256 Input ports
256 Output ports
Registers
Accumulator or A register is an 8-bit register used for arithmetic, logic, I/O and load/store
operations.
Flag is an 8-bit register containing 5 1-bit flags:
Sign - set if the most significant bit of the result is set.
Zero - set if the result is zero.
Auxiliary carry - set if there was a carry out from bit 3 to bit 4 of the result.
Parity - set if the parity (the number of set bits in the result) is even.
Carry - set if there was a carry during addition, or borrow during subtraction/comparison.
General registers:
8-bit B and 8-bit C registers can be used as one 16-bit BC register pair. When used as a pair
the C register contains low-order byte. Some instructions may use BC register as a data pointer.
8-bit D and 8-bit E registers can be used as one 16-bit DE register pair. When used as a pair
the E register contains low-order byte. Some instructions may use DE register as a data pointer.
8-bit H and 8-bit L registers can be used as one 16-bit HL register pair. When used as a pair
the L register contains low-order byte. HL register usually contains a data pointer used to
reference memory addresses.
Stack pointer is a 16 bit register. This register is always incremented/decremented by 2.
Program counter is a 16-bit register.
InstructionSet
Instruction set of Intel 8085 microprocessor consists of the following instructions:
Data moving instructions.
Arithmetic - add, subtract, increment and decrement.
Logic - AND, OR, XOR and rotate.
Control transfer - conditional, unconditional, call subroutine, return from subroutine and
restarts.
Input/output instructions.
Other - setting/clearing flag bits, enabling/disabling interrupts, stack operations, etc.
Addressingmodes
Register - references the data in a register or in a register pair.
Register indirect - instruction specifies register pair containing address, where the data is located.
Direct.
Immediate - 8 or 16-bit data.
2. OPEN LOOP AND CLOSED LOOP SYSTEM
Open-Loop Control
The components of an open-loop controller include the electronic controller, which has an output
to an actuator. The actuator, in turn, regulates the plant being controlled in accordance with the
desired relationship between the reference input and the value of the controlled variable in the
plant. Manyexamples of open-loop control are encountered in automotive electronic systems,
such as fuel control in certain operating modes. In the open-loop control system of Figure 4, the
command input is sent to the electronic controller, which performs a control operation on the
input to generate an intermediate electrical signal (denoted i in Figure 4). This electrical signal is
the input to the actuator which generates a control input (denoted u in Figure 4) to the plant that,
in turn, regulates the plant output to the desired value. This type of control is called open-loop
control because the output of the system is never compared with the command input to see if
they match. The operation of the plant is directly regulated by the actuator (which might simply
be an electric motor). The system output may also be affected byexternal disturbances that are
not an inherent part of the plant but are the result of the operating environment. One of the
principal drawbacks to the open-loop controller is its inability to compensate for changes that
might occur in the controller or the plant or for any disturbances. This defect is eliminated in a
closed-loop control system, in which the actual system output is compared to the desired output
value inaccordance with the input. Of course, a measurement must be made of the plant output in
such a system, and this requires measurement instrumentation
FIG 4.OPEN LOOP CONTROL SYSTEM
Closed-Loop Control
It is the potential for change in an open-loop system that led to feedback, or closed-loop, control.
In a closed-loop control system a measurement of the output variable being controlled is
obtained via a sensor and fed back to the controller, as illustrated in Figure 5. The measured
value of the controlled variable is compared with the desired value for that variable based on the
reference input. An error signal based on the difference between desired and actual values of the
output signal is created, and the controller generates an actuator signal u that tends to reduce the
error to zero. In addition to reducing this error to zero, feedback has other potential benefits in a
control system. It can affect control system performanceby improving system stability and
suppressing the effects of disturbances in the system. Later chapters will include numerous
examples of closed-loop control, such as idle speed control. The generic closed-loop control
system illustrated in Figure 5 has some of the components found in an open-loop control system,
including the plant to be controlled, actuator(s), and control electronics. In addition, however,
this system includes one or more sensors and some signal-conditioning electronics. The signal
conditioning used in a closed-loop controlsystem plays a role similar to that played by signal
processing in measurement instrumentation. That is, it transforms the sensor output as required
to achieve the desired measurement of the plant output. Compensation for certain sensor defects
(e.g., limited bandwidth) is possible, and in some cases necessary, to allow for the comparison of
the plant output with the desired value. Electronic control systems are classified by the way in
which the error signal is processed to generate the control signal. The major control systems
include proportional, proportional-integral, and proportional-integral-differential controllers.
FIG 5. CLOSED LOOP CONTROL SYSTEM
3.ADAPTIVE CONTROL
A set of techniques for automatic adjustment of the controllers in real time, in order to achieve or
to maintain a desired level of performance of the control system when the parameters of the plant
(disturbance) dynamic model are unknown and/or change in time.
An adaptive control system is nonlinear since controller parameters will depend upon u and y
ADAPTIVE CONTROL VS CONVENTIONAL FEED BACK
• High performance control systems may require precise tuning of the controller but plant
(disturbance) model parameters may be unknown or time-varying
•“Adaptive Control” techniques provide a systematic approach for automatic on-line tuning of
controller parameters
•“Adaptive Control “techniques can be viewed as approximations of some nonlinear stochastic
control problems
•Objective of “Adaptive Control”: to achieve and to maintain acceptable level of performance
when plant (disturbance) model parameters are unknown or vary
4. FUZZY LOGIC
FL is a problem-solving control system methodology that lends itself to implementation in
systems ranging from simple, small, embedded micro-controllers to large, networked, multi-
channel PC or workstation-based data acquisition and control systems. FL provides a simple way
to arrive at a definite conclusion based upon vague, ambiguous, imprecise, noisy, or missing
input information. FL's approach to control problems mimics how a person would make
decisions, only much faster.
PROGRAM REPRESENTATION
TWO MARKS
In this type, the iron cylinder moves in or out of the coil under the influence of the diaphragm
and spring. Variations in manifold absolute pressure increase or decrease the suction‘ force
acting on the diaphragm and the resultant changes in inductance are related to the manifold
absolute pressure. The coil (inductance) forms part of an electronic circuit and this circuit is
designed so that the changes in frequency of the square-wave output are accurate representations
of manifold absolute pressure.
The Hall element is a small, thin, flat slab of semiconductor material. When a current, I, is
passed through this slab by means of an external circuit, a voltage is developed across the slab
perpendicular to the direction of current flow and perpendicular to the direction of magnetic flux.
This voltage is proportional to both the current and magnetic flux density that flows through the
slab. This effect—the generation of a voltage that is dependent on a magnetic field—is called the
Hall effect. A Hall effect sensor is a transducer that varies its output voltage in response to
changes in magnetic field. Hall sensors are used for proximity switching, positioning, speed
detection, and current sensing applications.
The steel washer that makes up the seismic mass the sensor has very precise dimensions. The
mechanical vibrations are transmitted by the seismic mass, to the piezoelectric crystal. The
squeezing up‘and relaxing of the crystal in response to this action, produces a small electrical
signal. The electrical signal is conducted away from the crystal by wires that are secured to
suitable points on the crystal.
7. THROTTLE POSITION SENSOR
The throttle plate is linked mechanically to the accelerator pedal. When the driver depresses the
accelerator pedal, this linkage causes the throttle plate angle to increase, allowing more air to
enter the engine and thereby increasing engine power. Most throttle angle sensors are essentially
potentiometers. A potentiometer consists of a resistor with a movable contact, as illustrated in the
figure below. A section of resistance material is placed in an arc around the pivot axis for the
movable contact. One end of the resistor is connected to ground, the other to a fixed voltage Vc.
The voltage Vp at the contact point of the movable contact is proportional to the angle (a) from
the ground contact to the movable contact.
8. AIR MASS FLOW FOR ENGINE
A critically important aspect of fuel control is the requirement to measure the mass of air that is
drawn into the cylinder. An engine requires the correct air–fuel ratio to suit various conditions.
With electronic fuel injection the ECM controls the air–fuel ratio and in order to do this it needs
a constant flow of information about the amount of air flowing to the engine. With this
information, and data stored in its memory, the ECM can then send out a signal to the injectors,
so that they provide the correct amount of fuel. The amount of fuel delivered can then be
calculated such as to maintain the desired air/fuel ratio. There is no practically feasible way of
measuring the mass of air in the cylinder directly. However, the air charge can be determined
from the mass flow rate of air into the engine intake since all of this air eventually is distributed
to the cylinders.
9. CRANK SHAFT ANGULAR POSITION
An engine speed sensor is needed to provide an input for the electronic controller for several
functions. This information is used by the electronic engine controller to set ignition timing and,
in most cases, to set the fuel injector pulse timing. Crank angular position can be sensed on the
crankshaft directly or on the camshaft. Although the crankshaft location is potentially superior
for accuracy because of torsional and gear backlash errors in the camshaft drive train, many
production systems locate this sensor such that it measures camshaft position. It is desirable to
measure engine angular position with a non-contacting sensor to avoid mechanical wear and
corresponding changes in accuracy of the measurement. The two most common methods for
noncontact coupling to a rotating shaft is to employ magnetic fields or optics.
16 mark
1. AIR FLOW RATE SENSOR
we showed that the correct operation of an electronicallycontrolled engine operating with
government-regulated exhaust emissionsrequires a measurement of the mass flow rate of air
(Rm) into the engine. Themajority of cars produced since the early 1990s use a relatively simple
andinexpensive mass air flow rate (MAF) sensor. This is normally mounted as partof the air
cleaner assembly, where it measures air flow into the intake manifold.It is a ruggedly packaged,
single-unit sensor that includes solid-state electronicsignal processing. In operation, the MAF
sensor generates a continuous signalthat varies nearly linearly with true mass air flow Rm.The
MAF sensor is a variation of a classic air flow sensor that was knownas a hot wire anemometer
and was used, for example, to measure wind velocityfor weather forecasting. In the MAF, the
hot-wire, or sensing, element isreplaced by a hot-film structure mounted on a substrate. On the
air inlet side ismounted a honeycomb flow straightener that “smooths” the air flow
(causingnominally laminar air flow over the film element). At the lower portion of thestructure is
the signal processing circuitry.The film element is electrically heated to a constant temperature
abovethat of the inlet air. The latter air temperature is sensed using a solid-statetemperature
sensor (explained later in this chapter). The hot-film element isincorporated in a Wheatstone
bridge circuit (Figure). The power supplyfor the bridge circuit comes from an amplifier.The
Wheatstone bridge consists of three fixed resistors R1, R2, and R3 anda hot-film element having
resistance RHW. With no air flow the resistors R1, R2,and R3 are chosen such that voltage va
and vb are equal (i.e., the bridge is saidto be balanced). As air flows across the hot film, heat is
carried away from thefilm by the moving air. The amount of heat carried away varies in
proportionto the mass flow rate of the air. The heat lost by the film to the air tends tocause the
resistance of the film to vary, which unbalances the bridge circuit,thereby producing an input
voltage to the amplifier. The output of theamplifier is connected to the bridge circuit and
provides the power for thiscircuit. The amplified voltage changes the resistance in such a way as
tomaintain a fixed hot-film temperature relative to the inlet temperature.The amplifier output
voltage vc varies with MAF and serves as a measureof Rm. Typically the conversion of MAF to
voltage is slightly nonlinear, asindicated by the calibration curve depicted in Figure. Fortunately,
amodern digital engine controller can convert the analog bridge output voltagedirectly to mass
air flow by simple computation.it is advantageous to convertanalog sensor voltages to a digital
format within the solid-state electronicsassociated with the sensor. This conversion is convenient
since it eliminates theneed for an analog-to-digital converter, One scheme for converting the
analog output voltage to a digital signaluses a device that is known as a voltage-to-frequency (v/f
) converter. Thiscircuit is a variable-frequency oscillator whose frequency f is proportional tothe
input voltage (in this case, the amplifier output voltage).The variable-frequency output voltage
(vf ) is applied through anelectronic gate, which is essentially an electrically operated switch.
Controlcircuitry (also part of the sensor solid-state electronics) repeatedly closes theswitch for a
fixed interval t. Then it opens it for another fixed interval. Duringthe first interval the variable-
frequency signal from the v/f circuit is connectedto the binary counter (BC) (see Chapter 3). The
BC counts (in binary) at theinstantaneous frequency of the v/f, which is proportional to the
amplifieroutput voltage vf , which in turn varies with mass air flow rate.During each cycle of the
electronic gate, the BC contains a binarynumber given by the product of the v/f frequency and
the time interval. Forexample, if the mass air flow were such that the v/f frequency were
1,000cycles/sec and the switch were closed for 0.1 sec, then the BC would contain
Thus,where v(a) is the voltage at the contact point, k is a constant, and a is the angleof the
contact point from the ground connection.This potentiometer can be used to measure any angular
rotation. Inparticular, it is well suited for measuring throttle angle. The only disadvantageto the
potentiometer for automotive applications is its analog output. Fordigital engine control, the
voltage v(a) must be converted to digital formatusing an analog-to-digital converter.
7.TEMPERATURE SENSORS
Temperature is an important parameter throughout the automotivesystem. In operation of an
electronic fuel control system it is vital to knowthe temperature of the coolant, the temperature of
the inlet air, and thetemperature of the exhaust gas oxygen sensor (a sensor to be discussed in
thenext section). Several sensor configurations are available for measuring thesetemperatures,
but we can illustrate the basic operation of most of thetemperature sensors by explaining the
operation of a typical coolant sensor.
Typical Coolant Sensor
A typical coolant sensor, shown in Figure 6.16, consists of a thermistormounted in a housing that
is designed to be inserted in the coolant stream.This housing is typically threaded with pipe
threads that seal the assemblyagainst coolant leakage.A thermistor is made of semiconductor
material whose resistance variesinversely with temperature. For example, at -40°C a typical
coolant sensor hasa resistance of 100,000 ohms. The resistance decreases to about 70,000 ohmsat
130°C. The sensor is typically connected in an electrical circuit like that shown in Figure , in
which the coolant temperature sensor resistance is denotedRT. This resistance is connected to a
reference voltage through a fixed resistanceR. The sensor output voltage, VT, is given by the
following equation:
The sensor output voltage varies inversely with temperature; that is, the outputvoltage decreases
as the temperature increases.
Whenever the air/fuel ratio is at stoichiometry, the value for l is 1. Whenthe air–fuel mixture is
too lean, the condition is represented by lambda greater than one. Conversely, when the air–fuel
mixture is too rich,the condition is represented by an equivalence ratio of lambda less than one.
The two types of EGO sensors that have been used are based on the useof active oxides of two
types of materials. One uses zirconium dioxide (ZrO2)and the other uses titanium dioxide
(TiO2). The former is the most commonly used type today. Figure is a photograph of a typical
ZrO2 EGO sensor and Figure shows the physical structure. Figure indicates that avoltage, Vo, is
generated across the ZrO2 material. This voltage depends on theexhaust gas oxygen
concentration, which in turn depends on the engineair/fuel ratio.In essence, the EGO sensor
consists of a thimble-shaped section of ZrO2with thin platinum electrodes on the inside and
outside of the ZrO2. Theinside electrode is exposed to air, and the outside electrode is exposed
toexhaust gas through a porous protective overcoat.A simplified explanation of EGO sensor
operation is based on thedistribution of oxygen ions. An ion is an electrically charged atom.
Oxygenions have two excess electrons and each electron has a negative charge; thus,oxygen ions
are negatively charged. The ZrO2 has a tendency to attract theoxygen ions, which accumulate on
the ZrO2 surface just inside the platinumelectrodes.The platinum plate on the air reference side
of the ZrO2 is exposed to amuch higher concentration of oxygen ions than the exhaust gas side.
The airreference side becomes electrically more negative than the exhaust gas side;therefore, an
electric field exists across the ZrO2 material and a voltage, Vo,results. The polarity of this
voltage is positive on the exhaust gas side andnegative on the air reference side of the ZrO2. The
magnitude of this voltagedepends on the concentration of oxygen in the exhaust gas and on the
sensortemperature. partial pressure. Basically, this partial pressure is that proportion of the
totalexhaust gas pressure (nearly at atmospheric pressure) that is due to the quantityof oxygen.
The exhaust gas oxygen partial pressure for a rich mixture variesover the range of 10-16 to 10-32
of atmospheric pressure. The oxygen partialpressure for a lean mixture is roughly 10-2
atmosphere. Consequently, fora rich mixture there is a relatively low oxygen concentration in the
exhaustand a higher EGO sensor output. Correspondingly, for a lean mixture theexhaust gas
oxygen concentration is relatively high (meaning that thedifference between exhaust gas and
atmospheric oxygen concentrations islower), resulting in a relatively low EGO sensor output
voltage. For a fullywarmed EGO sensor the output voltage is about 1 volt for a rich mixture
andabout 0.1 volt for a lean mixture.
Desirable EGO Characteristics
The EGO sensor characteristics that are desirable for the type oflimit-cycle fuel control system
that was discussed in Chapter 5 are asfollows:
1. Abrupt change in voltage at stoichiometry
2. Rapid switching of output voltage in response to exhaust gas oxygenchanges
3. Large difference in sensor output voltage between rich and lean mixtureconditions
A three-way catalytic converter system differs from the two-way catalytic converter by virtue of
it promoting reactions actually among those constituents of the exhaust gases that are subject to
control. In effect, the unburned hydrocarbons and carbon monoxide remove the oxygen from the
oxides of nitrogen, thereby forming harmless water, carbon dioxide and nitrogen. However, a
three-way catalytic converter only possesses this capability in full when the engine is being
operated within a very narrow margin of its stoichiometric point, so that an extremely precise
means of monitoring and adjusting the air–fuel ratio must be used. In practice, this means
introducing a regulating oxygen sensor into the exhaust stream that responds electrically to
changes in oxygen content of the gases or, more specifically, measures the amount of excess
oxygen in the exhaust relative to that in the air. The oxygen sensor continually signals this
information on the completeness of combustion to the electronic control unit of the engine
management system, which then issues the appropriate commands for adjusting the mixture to
either the fuel injection system or, less commonly, an electronically controlled carburettor. This
provides what is sometimes referred to as a ‗closed-loop‘ control system.
2. ENGINE OPERATION PHASES
For a typical engine there are seven different engine operating modes that affect fuel control:
engine crank, engine warm-up, open-loop control, closed-loop control, hard acceleration,
deceleration, and idle. The program for mode control logic determines the engine operating
mode from sensor data and timers.
3. FUEL CONTROL MAPS
The development of any control system comes from knowledge of the plant, or system to be
controlled. In the case of the automobile engine, this knowledge of the plant (the engine) comes
primarily from a process called engine mapping. For engine mapping, the engine is connected to
a dynamometer and operated throughout its entire speed and load range. Measurements are made
of the important engine variables while quantities, such as the air/fuel ratio and the spark control,
are varied in a known and systematic manner. From this mapping, a mathematical model is
developed that explains the influence of every measurable variable and parameter on engine
performance.
4. Voltage correction
Pulse length is increased if battery voltage falls,this is to compensate for the slower reaction time
ofthe injectors.
5. Cranking enrichment
The injectors are fired every ignition pulse insteadof every other pulse for cranking enrichment.
6. After-start enrichment
This is to ensure smooth running after starting. Thisis provided at all engine temperatures, and it
decaysover a set time. It is, however, kept up for a longerperiod at lower temperatures. The ECU
increasesthe pulse length to achieve this enrichment.
7. Hot-start enrichment
A short period of extra enrichment, which decaysgradually, is used to assist with hot starting.
8. Acceleration enrichment
When the ECU detects a rising voltage from thethrottle sensor the pulse length is increased
toachieve a smoother response. The extra fuel isneeded as the rapid throttle opening causes a
suddeninrush of air and, without extra fuel, a weakmixture would cause a flat spot.
9. Deceleration weakening
The ECU detects this condition from a fallingthrottle potentiometer voltage. The pulse length
isshortened to reduce fuel consumption and exhaustemissions.
10. Full load enrichment
This is again an increase in pulse length but by afixed percentage of the look-up and corrected
value.
11. Overrun fuel cut-off
This is an economy and emissions measure. Theinjectors do not operate at all during this
condition.This situation will only occur with a warm engine,throttle in the closed position and
the engine speedabove a set level. If the throttle is pressed or theengine falls below the threshold
speed the fuel isreinstated gradually to ensure smooth take up.
16 mark
1. Catalytic converters
Stringent regulations in most parts of the worldhave made the use of a catalytic converter
almostindispensable. The three-way catalyst (TWC) is usedto great effect by most
manufacturers. It is a verysimple device and looks similar to a standardexhaust box. Note that, in
order to operate correctly,however, the engine must be run at – or very nearto – stoichiometry.
This is to ensure that the right‘ingredients’ are available for the catalyst to performits function.
Figure shows a view of the inside of a catalyticconverter. There are many types of
hydrocarbonsbut the following example illustrates the mainreaction. Note that the reactions rely
on some CObeing produced by the engine in order to reduce theNOx. This is one of the reasons
that manufacturershave been forced to run engines at stoichiometry.This legislation has tended to
stifle the developmentof lean-burn techniques. The fine details of the emission regulations can in
fact, have a verymarked effect on the type of reduction techniquesused. The main reactions in the
‘cat’ are as follows:
The ceramic monolith type of base, when usedas the catalyst material, is a magnesium
aluminiumsilicate and, due to the several thousand very smallchannels, provides a large surface
area. This area iscoated with a wash coat of aluminium oxide, whichfurther increases its effective
surface area by a factorof about seven thousand. Noble metals are usedfor the catalysts. Platinum
promotes the oxidationof HC and CO, and rhodium helps the reductionof NOx. The converter
shown is the latest metalsubstrate type with a built-in manifold. The wholethree-way catalytic
converter only contains about3–4 g of the precious metals. about 400 to 800 ° C. A serious
problem to counter isthe delay in the catalyst reaching this temperature.This is known as the
‘catalyst light-off time’. Variousmethods have been used to reduce this time assignificant
emissions are produced before ‘lightoff occurs. Electrical heating is one solution, as isa form of
burner, which involves lighting fuel insidethe converter. Another possibility is positioning
theconverter as part of the exhaust manifold and downpipe assembly. This greatly reduces light-
off timebut gas flow problems, vibration and excessive temperaturevariations can be problems
that reduce thepotential life of the unit.Catalytic converters can be damaged in two ways.The
first is by the use of leaded fuel, which causeslead compounds to be deposited on the active
surfaces,thus reducing the effective area, and, secondly,by engine misfire, which can cause the
catalyticconverter to overheat due to burning inside the unit.BMW, for example, uses a system
on some vehicleswhere a sensor monitors the output of the ignitionHT system and, if the spark is
not present, will notallow fuel to be injected.
L2-Jetronic
This system is changed little except for the removalof the injector series resistors as the ECU
now limitsthe output current to the injectors.
LE1-Jetronic
No current resistors are used and the throttle switchis adjustable. The fuel pump does not have
safetycontacts in the air flow sensor. The safety circuit isincorporated in the electronic relay.
This will only allow the fuel pump to operate when an ignitionsignal is present; that is, when the
engine is runningor being cranked.
LH-Jetronic
The LH system incorporates most of the improvementsnoted above. The main difference is thata
hot-wire type of air flow meter is used. The component layout is shown in Figure.
Furtherdevelopments are continuing but, in general, mostsystems have now developed into
combined fueland ignition control systems
UNIT IV CI ENGINE MANAGEMENT
Two mark
1. Engine operating conditions
The ideal air–fuel ratio is about 14.7 : 1. This is thetheoretical amount of air required to burn the
fuelcompletely. It is given a ‘lambda value of 1.Operating conditions of an engine to improve its
performance,drivability, consumption and emissions.
Cold starting – a richer mixture is needed tocompensate for fuel condensation and
improvesdrivability.
Load or acceleration – a richer mixture to improveperformance.
Cruise or light loads – a weaker mixture foreconomy.
Overrun – very weak mixture (if any) to improveemissions and economy.
The more accurately the air–fuel ratio is controlledto cater for external conditions, then the better
theoverall operation of the engine.
2. Exhaust emission
3. Crankcase emission
4.Injector resistors
These resistors were used on some systems whenthe injector coil resistance was very low. A
lowerinductive reactance in the circuit allows faster operationof the injectors. Most systems now
limitinjector maximum current in the ECU in much thesame way as for low resistance ignition
on coils.
5. Fuel pump
The pump ensures a constant supply of fuel to thefuel rail. The volume in the rail acts as a
swamp toprevent pressure fluctuations as the injectors operate.The pump must be able to
maintain a pressureof about 3 bar.
6. Fuel pressure regulator
This device ensures a constant differential pressureacross the injectors. It is a mechanical device
andhas a connection to the inlet manifold.
7. Cold start injector and thermotimeswitch
An extra injector was used on earlier systems as aform of choke. This worked in conjunction
with thethermo-time switch to control the amount of coldenrichment. Both engine temperature
and a heatingwinding heat it. This technique has been replaced onnewer systems, which enrich
the mixture by increasingthe number of injector pulses or the pulse length.
8. Combination relay
This takes many forms on different systems but isbasically two relays, one to control the fuel
pump and one to power the rest of the injection system.The relay is often controlled by the ECU
or will onlyoperate when ignition pulses are sensed as a safetyfeature. This will only allow the
fuel pump to operate.when the engine is being cranked or is running
9. Idle speed
Controlled by a stepper motor to prevent stallingbut still allow a very low idle speed to
improveeconomy and reduce emissions. Idle speed mayalso be changed in response to a signal
from anautomatic gearbox to prevent either the engine fromstalling or the car from trying to
creep.
10. Fast idle
The same stepper motor as above controls fast idlein response to a signal from the engine
temperaturesensor during the warm up period.
11. Choke (warm up enrichment)
A rotary choke or some other form of valve orflap operates the choke mechanism dependingon
engine and ambient temperature conditions.
12. Overrun fuel cut off
A small solenoid operated valve or similar cuts offthe fuel under particular conditions. These are
oftenthat the engine temperature is above a set level,the engine speed is above a set level and that
theaccelerator pedal is in the off position.The main control of the air–fuel ratio is a functionof the
mechanical design and is very difficult to control by electrical means. Some systems haveused
electronic control of a needle and jet but this did not prove to be very popular.
13. Advantage of fuel injection
The major advantage of any type of fuel injectionsystem is accurate control of the fuel
quantityinjected into the engine. The basic principle of fuelinjection is that if petrol is supplied to
an injector(electrically controlled valve), at a constant differentialpressure, then the amount of
fuel injected willbe directly proportional to the injector open time
16 mark
1. Common Rail Diesel Injection:
Solenoid or piezoelectric valves make possible fine electronic control over the fuel injection time
and quantity and the higher pressure that the common rail technology makes available provides
better fuel atomisation. In order to lower engine noise, the engine's electronic control unit can
inject a small amount of diesel just before the main injection event ("pilot" injection), thus
reducing its explosiveness and vibration, as well as optimising injection timing and quantity for
variations in fuel quality, cold starting and so on. Some advanced common rail fuel systems
perform as many as five injections per stroke.[7] Common rail engines require very short (< 1 s)
or no heating up time at all[citation needed] and produce lower engine noise and emissions than
older systems. Diesel engines have historically used various forms of fuel injection. Two
common types include the unit injection system and the distributor/inline pump systems (See
diesel engine and unit injector for more information). While these older systems provided
accurate fuel quantity and injection timing control, they were limited by several factors:
They were cam driven and injection pressure was proportional to engine speed.
This typically meant that the highest injection pressure could only be achieved at the
highest engine speed and the maximum achievable injection pressure decreased as engine
speed decreased. This relationship is true with allpumps, even those used on common rail
systems; with the unit or distributor systems, however, the injection pressure is tied to the
instantaneous pressure of a single pumping event with no accumulator and thus the
relationship is more prominent and troublesome.
They were limited in the number and timing of injection events that could be commanded
during a single combustion event. While multiple injection events are possible with these
older systems, it is much more difficult and costly to achieve.
For the typical distributor/inline system, the start of injection occurred at a pre-
determined pressure (often referred to as: pop pressure) and ended at a pre-determined
pressure. This characteristic resulted from "dummy" injectors in the cylinder head which
opened and closed at pressures determined by the spring preload applied to the plunger in
the injector. Once the pressure in the injector reached a pre-determined level, the plunger
would lift and injection would start.
In common rail systems, a high pressure pump stores a reservoir of fuel at high pressure — up to
and above 2,000 bars (29,000 psi). The term "common rail" refers to the fact that all of the fuel
injectors are supplied by a common fuel rail which is nothing more than a pressure accumulator
where the fuel is stored at high pressure. This accumulator supplies multiple fuel injectors with
high pressure fuel. This simplifies the purpose of the high pressure pump in that it only has to
maintain a commanded pressure at a target (either mechanically or electronically controlled).
The fuel injectors are typically ECU-controlled. When the fuel injectors are electrically
activated, a hydraulic valve (consisting of a nozzle and plunger) is mechanically or hydraulically
opened and fuel is sprayed into the cylinders at the desired pressure. Since the fuel pressure
energy is stored remotely and the injectors are electrically actuated, the injection pressure at the
start and end of injection is very near the pressure in the accumulator (rail), thus producing a
square injection rate. If the accumulator, pump and plumbing are sized properly, the injection
pressure and rate will be the same for each of the multiple injection events.
2.FUEL INJECTION
Fuel injection is a system for mixing fuel with air in an internal combustion engine. It has
become the primary fuel delivery system used in automotive petrol engines, having almost
completely replaced carburetors in the late 1980s. A fuel injection system is designed and
calibrated specifically for the type(s) of fuel it will handle. Most fuel injection systems are
for gasoline or diesel applications. With the advent of electronic fuel injection (EFI), the
diesel and gasoline hardware has become similar. EFI's programmable firmware has
permitted common hardware to be used with different fuels. Carburetors were the
predominant method used to meter fuel on gasoline engines before the widespread use of fuel
injection. A variety of injection systems have existed since the earliest usage of the internal
combustion engine. The primary difference between carburetors and fuel injection is that fuel
injection atomizes the fuel by forcibly pumping it through a small nozzle under high
pressure, while a carburetor relies on low pressure created by intake air rushing through it to
add the fuel to the airstream. The fuel injector is only a nozzle and a valve: the power to
inject the fuel comes from a pump or a pressure container farther back in the fuel supply.
Benefits
Engine operation
Operational benefits to the driver of a fuel-injected car include smoother and more dependable
engine response during quick throttle transitions, easier and more dependable engine starting,
better operation at extremely high or low ambient temperatures, increased maintenance intervals,
and increased fuel efficiency. On a more basic level, fuel injection does away with the choke
which on carburetor-equipped vehicles must be operated when starting the engine from cold and
then adjusted as the engine warms up. An engine's air/fuel ratio must be precisely controlled
under all operating conditions to achieve the desired engine performance, emissions, driveability,
and fuel economy. Modern electronic fuel-injection systems meter fuel very accurately, and use
closed loop fuel-injection quantity-control based on a variety of feedback signals from an oxygen
sensor, a mass airflow (MAF) or manifold absolute pressure (MAP) sensor, a throttle position
(TPS), and at least one sensor on the crankshaft and/or camshaft(s) to monitor the engine's
rotational position. Fuel injection systems can react rapidly to changing inputs such as sudden
throttle movements, and control the amount of fuel injected to match the engine's dynamic needs
across a wide range of operating conditions such as engine load, ambient air temperature, engine
temperature, fuel octane level, and atmospheric pressure.
A multipoint fuel injection system generally delivers a more accurate and equal mass of fuel to
each cylinder than can a carburetor, thus improving the cylinder-to-cylinder distribution. Exhaust
emissions are cleaner because the more precise and accurate fuel metering reduces the
concentration of toxic combustion byproducts leaving the engine, and because exhaust cleanup
devices such as the catalytic converter can be optimized to operate more efficiently since the
exhaust is of consistent and predictable composition. Fuel injection generally increases engine
fuel efficiency. With the improved cylinder-to-cylinder fuel distribution, less fuel is needed for
the same power output. When cylinder-to-cylinder distribution is less than ideal, as is always the
case to some degree with a carburetor or throttle body fuel injection, some cylinders receive
excess fuel as a side effect of ensuring that all cylinders receive sufficient fuel. Power output is
asymmetrical with respect to air/fuel ratio; burning extra fuel in the rich cylinders does not
reduce power nearly as quickly as burning too little fuel in the lean cylinders. However, rich-
running cylinders are undesirable from the standpoint of exhaust emissions, fuel efficiency,
engine wear, and engine oil contamination. Deviations from perfect air/fuel distribution, however
subtle, affect the emissions, by not letting the combustion events be at the chemically ideal
(stoichiometric) air/fuel ratio. Grosser distribution problems eventually begin to reduce
efficiency, and the grossest distribution issues finally affect power. Increasingly poorer air/fuel
distribution affects emissions, efficiency, and power, in that order. By optimizing the
homogeneity of cylinder-to-cylinder mixture distribution, all the cylinders approach their
maximum power potential and the engine's overall power output improves
A fuel-injected engine often produces more power than an equivalent carbureted engine. Fuel
injection alone does not necessarily increase an engine's maximum potential output. Increased
airflow is needed to burn more fuel, which in turn releases more energy and produces more
power. The combustion process converts the fuel's chemical energy into heat energy, whether the
fuel is supplied by fuel injectors or a carburetor. However, airflow is often improved with fuel
injection, the components of which allow more design freedom to improve the air's path into the
engine. In contrast, a carburetor's mounting options are limited because it is larger, it must be
carefully oriented with respect to gravity, and it must be equidistant from each of the engine's
cylinders to the maximum practicable degree. These design constraints generally compromise
airflow into the engine. Furthermore, a carburetor relies on arestrictiveventuri to create a local air
pressure difference, which forces the fuel into the air stream. The flow loss caused by the
venturi, however, is small compared to other flow losses in the induction system. In a well-
designed carburetor induction system, the venturi is not a significant airflow restriction. Fuel is
saved while the car is coasting because the car's movement is helping to keep the engine rotating,
so less fuel is used for this purpose. Control units on modern cars react to this and reduce or stop
fuel flow to the engine reducing wear on the brake Functioning: The process of determining the
necessary amount of fuel, and its delivery into the engine, are known as fuel metering. Early
injection systems used mechanical methods to meter fuel (non electronic, or mechanical fuel
injection). Modern systems are nearly all electronic, and use an electronic solenoid (the injector)
to inject the fuel. An electronic engine control unit calculates the mass of fuel to inject. Modern
fuel injection schemes follow much the same setup. There is a mass airflow sensor or manifold
absolute pressure sensor at the intake, typically mounted either in the air tube feeding from the
air filter box to the throttle body, or mounted directly to the throttle body itself. The mass airflow
sensor does exactly what its name implies; it senses the mass of the air that flows past it, giving
the computer an accurate idea of how much air is entering the engine. The next component in
line is the Throttle Body. The throttle body has a throttle position sensor mounted onto it,
typically on the butterfly valve of the throttle body. The throttle position sensor (TPS) reports to
the computer the position of the throttle butterfly valve, which the ECM uses to calculate the
load upon the engine. The fuel system consists of a fuel pump (typically mounted in-tank), a fuel
pressure regulator, fuel lines (composed of either high strength plastic, metal, or reinforced
rubber), a fuel rail that the injectors connect to, and the fuel injector(s). There is a coolant
temperature sensor that reports the engine temperature to the ECM, which the engine uses to
calculate the proper fuel ratio required. In sequential fuel injection systems there is a camshaft
position sensor, which the ECM uses to determine which fuel injector to fire. The last component
is the oxygen sensor. After the vehicle has warmed up, it uses the signal from the oxygen sensor
to perform fine tuning of the fuel trim. The fuel injector acts as the fuel-dispensing nozzle. It
injects liquid fuel directly into the engine's air stream. In almost all cases this requires an external
pump. The pump and injector are only two of several components in a complete fuel injection
system. In contrast to an EFI system, a carburetor directs the induction air through a venturi,
which generates a minute difference in air pressure. The minute air pressure differences both
emulsify (premix fuel with air) the fuel, and then acts as the force to push the mixture from the
carburetor nozzle into the induction air stream. As more air enters the engine, a greater pressure
difference is generated, and more fuel is metered into the engine. A carburetor is a self-contained
fuel metering system, and is cost competitive when compared to a complete EFI system.
An EFI system requires several peripheral components in addition to the injector(s), in order to
duplicate all the functions of a carburetor. A point worth noting during times of fuel metering
repair is that early EFI systems are prone to diagnostic ambiguity. A single carburetor
replacement can accomplish what might require numerous repair attempts to identify which one
of the several EFI system components is malfunctioning. Newer EFI systems since the advent of
OBD II diagnostic systems, can be very easy to diagnose due to the increased ability to monitor
the realtime data streams from the individual sensors. This gives the diagnosing technician
realtime feedback as to the cause of the drivability concern, and can dramatically shorten the
number of diagnostic steps required to ascertain the cause of failure, something which isn't as
simple to do with a carburetor. On the other hand, EFI systems require little regular maintenance;
a carburetor typically requires seasonal and/or altitude adjustments.
Minutes / Revolution is the reciprocal of engine speed (RPM). The term Revolutions / Stroke =
1 / 2, whether it's a four stroke or a two-stroke engine
Injector pulsewidth typically ranges from 4 ms/engine-cycle at idle, to 35 msper engine-cycle at
wide-open throttle. The pulsewidth accuracy is approximately 0.01 ms.
4.injection techniques
Single-point injection
Single-point injection, called Throttle-body injection (TBI) by General Motors and Central Fuel
Injection (CFI) by Ford, was introduced in the 1940s in large aircraft engines (then called the
pressure carburetor) and in the 1980s in the automotive world. The SPI system injects fuel at the
throttle body (the same location where a carburetor introduced fuel). The induction mixture
passes through the intake runners like a carburetor system, and is thus labelled a "wet manifold
system". Fuel pressure is usually specified to be in the area of 10-15 psi. The justification for
single-point injection was low cost. Many of the carburetor's supporting components could be
reused such as the air cleaner, intake manifold, and fuel line routing. This postponed the redesign
and tooling costs of these components. Most of these components were later redesigned for the
next phase of fuel injection's evolution, which is individual port injection, commonly known as
MPFI or "multi-point fuel injection". TBI was used extensively on American-made passenger
cars and light trucks in the 1980-1995 timeframe and some transition-engined European cars
throughout the early and mid-1990s. Mazda called their system EGI, and even introduced an
electronically controlled version called the EGI-S.
Continuous injection
In a continuous injection system, fuel flows at all times from the fuel injectors, but at a variable
rate. This is in contrast to most fuel injection systems, which provide fuel during short pulses of
varying duration, with a constant rate of flow during each pulse. Continuous injection systems
can be multi-point or single-point, but not direct. The most common automotive continuous
injection system is Bosch's K-Jetronic (K for kontinuierlich, German for "continuous" — a.k.a.
CIS — Continuous Injection System), introduced in 1974. Gasoline is pumped from the fuel tank
to a large control valve called a fuel distributor, which separates the single fuel supply pipe from
the tank into smaller pipes, one for each injector. The fuel distributor is mounted atop a control
vane through which all intake air must pass, and the system works by varying fuel volume
supplied to the injectors based on the angle of the air vane, which in turn is determined by the
volume flowrate of air past the vane, and by the control pressure. The control pressure is
regulated with a mechanical device called the control pressure regulator (CPR) or the warm-up
regulator (WUR). Depending on the model, the CPR may be used to compensate for altitude, full
load, and/or a cold engine. On cars equipped with an oxygen sensor, the fuel mixture is adjusted
by a device called the frequency valve. The injectors are simple spring-loaded check valves with
nozzles; once fuel system pressure becomes high enough to overcome the counterspring, the
injectors begin spraying. K-Jetronic was used for many years between 1974 and the mid 1990s
by BMW, Lamborghini, Ferrari, Mercedes-Benz, Volkswagen, Ford, Porsche, Audi, Saab,
DeLorean, and Volvo. There was also a variant of the system called KE-Jetronic with electronic
instead of mechanical control of the control pressure. Some Toyotas and other Japanese cars
from the 1970s to the early 1990s used an application of Bosch's multipoint L-Jetronic system
manufactured under license by DENSO. Chrysler used a similar continuous fuel injection system
on the 1981-1983 Imperial. In piston aircraft engines, continuous-flow fuel injection is the most
common type. In contrast to automotive fuel injection systems, aircraft continuous flow fuel
injection is all mechanical, requiring no electricity to operate. Two common types exist: the
Bendix RSA system, and the TCM system. The Bendix system is a direct descendant of the
pressure carburetor. However, instead of having a discharge valve in the barrel, it uses a flow
divider mounted on top of the engine, which controls the discharge rate and evenly distributes
the fuel to stainless steel injection lines which go to the intake ports of each cylinder. The TCM
system is even more simple. It has no venturi, no pressure chambers, no diaphragms, and no
discharge valve. The control unit is fed by a constant-pressure fuel pump. The control unit
simply uses a butterfly valve for the air which is linked by a mechanical linkage to a rotary valve
for the fuel. Inside the control unit is another restriction which is used to control the fuel mixture.
The pressure drop across the restrictions in the control unit controls the amount of fuel flowing,
so that fuel flow is directly proportional to the pressure at the flow divider. In fact, most aircraft
using the TCM fuel injection system feature a fuel flow gauge which is actually a pressure gauge
that has been calibrated in gallons per hour or pounds per hour of fuel.
Central port injection (CPI)
General Motors implemented a system called "central port injection" (CPI) or "central port fuel
injection" (CPFI). It uses tubes with poppet valves from a central injector to spray fuel at each
intake port rather than the central throttle-body[citation needed]. Pressure specifications typically
mirror that of a TBI system. The two variants were CPFI from 1992 to 1995, and CSFI from
1996 and on[citation needed]. CPFI is a batch-fire system, in which fuel is injected to all ports
simultaneously. The 1996 and later CSFI system sprays fuel sequentially.
Multi-point fuel injection
Multi-point fuel injection injects fuel into the intake ports just upstream of each cylinder's intake
valve, rather than at a central point within an intake manifold. MPFI (or just MPI) systems can
be sequential, in which injection is timed to coincide with each cylinder's intake stroke; batched,
in which fuel is injected to the cylinders in groups, without precise synchronization to any
particular cylinder's intake stroke; or simultaneous, in which fuel is injected at the same time to
all the cylinders. The intake is only slightly wet, and typical fuel pressure runs between 40-60
psi. Many modern EFI systems utilize sequential MPFI; however, in newer gasoline engines,
direct injection systems are beginning to replace sequential ones.
Direct injection
Direct fuel injection costs more than indirect injection systems: the injectors are exposed to more
heat and pressure, so more costly materials and higher-precision electronic management systems
are required. However, the entire intake is dry, making this a very clean system. In a common
rail system, the fuel from the fuel tank is supplied to the common header (called the
accumulator). This fuel is then sent through tubing to the injectors which inject it into the
combustion chamber. The header has a high pressure relief valve to maintain the pressure in the
header and return the excess fuel to the fuel tank. The fuel is sprayed with the help of a nozzle
which is opened and closed with a needle valve, operated with a solenoid. When the solenoid is
not activated, the spring forces the needle valve into the nozzle passage and prevents the
injection of fuel into the cylinder. The solenoid lifts the needle valve from the valve seat, and
fuel under pressure is sent in the engine cylinder. Third-generation common rail diesels use
piezoelectric injectors for increased precision, with fuel pressures up to 1,800 bar/26,000 psi.
5.Engine control modes
Acceleration Enrichment
During periods of heavy engine load such as during hard acceleration, fuel control is adjusted to
provide an enriched air/fuel ratio to maximize engine torque and neglect fuel economy and
emissions. This condition of enrichment is permitted within the regulations of the EPA as it is
only a temporary condition. It is well recognized that hard acceleration is occasionally required
for maneuvering in certain situations and is, in fact, related at times to safety. The computer
detects this condition by reading the throttle angle sensor voltage. High throttle angle
corresponds to heavy engine load and is an indication that heavy acceleration is called for by the
driver. In some vehicles as witch is provided to detect wide open throttle. The fuel system
controller responds by increasing the pulse duration of the fuel injector signal for the duration of
the heavy load. This enrichment enables the engine to operate with a torque greater than that
allowed when emissions and fuel economy are controlled. Enrichment of the air/fuel ratio to
about 12 : 1 is sometimes used.
Deceleration Leaning
During periods of light engine load and high RPM such as during coasting or hard deceleration,
the engine operates with a very lean air/fuel ratio to reduce excess emissions of HC and CO.
Deceleration is indicated by a sudden decrease in throttle angle or by closure of a switch when
the throttle is closed (depending on the particular vehicle configuration). When these conditions
are detected by the control computer, it computes a decrease in the pulse duration of the fuel
injector signal. The fuel may even be turned off completely for very heavy deceleration.
Idle Speed Control
Idle speed control is used by some manufacturers to prevent engine stall during idle. The goal is
to allow the engine to idle at as low an RPM as possible, yet keep the engine from running rough
and stalling when powerconsuming accessories, such as air conditioning compressors and
alternators, turn on. The control mode selection logic switches to idle speed control when the
throttle angle reaches its zero (completely closed) position and engine RPM falls below a
minimum value, and when the vehicle is stationary. Idle speed is controlled by using an
electronically controlled throttle bypass valve that allows air to flow around the throttle plate
and produces the same effect as if the throttle had been slightly opened. There are various
schemes for operating a valve to introduce bypass air for idle control. One relatively common
method for controlling the idle speed bypass air uses a special type of motor called a stepper
motor. A stepper motor moves in fixed angular increments when activated by pulses on its two
sets of windings (i.e., open or close). Such a motor can be operated in either direction by
supplying pulses in the proper phase to the windings. This is advantageous for idle speed control
since the controller can very precisely position the idle bypass valve by sending the proper
number of pulses of the correct phasing. The engine control computer can know precisely the
position of the valve in a number of ways. In one way the computer can send sufficient pulses
to completely close the valve when the ignition is first switched on. Then it can send open pulses
(phased to open the valve) to a specified (known) position. A block diagram of a simplified idle
speed control system is shown in Figure . Idle speed is detected by the RPM sensor, and the
speed is adjusted to maintain a constant idle RPM. The computer receives digital on/off status
inputs from several power-consuming devices attached to the engine, such as the air conditioner
clutch switch, park-neutral switch, and the battery charge indicator. These inputs indicate the
load that is applied to the engine during idle. When the engine is not idling, the idle speed control
valve may bcompletely closed so that the throttle plate has total control of intake air.During
periods of deceleration leaning, the idle speed valve may be opened to provide extra air to
increase the air/fuel ratio in order to reduce HC emissions.
Two marks
1. Main reason for develop the computer vision system
Safety: The important advantage of vision-based systems is their potential to understand
the current traffic situation, a prerequisite for driver warning or interventions in complex
situations, in particular to avoid false alarms.
Rear loading from unrestrained occupants can cause injuries to correctly restrained front
seat occupants although this problem has greatly diminished as a result of legislation that
requires rear occupants to wear seat belts.
Misuse of the seat belt is frequent with those who are overweight who tend to place the
seat belt over the abdomen instead of low across the pelvis; the consequence is often
severe abdominal injuries at relatively low impact speeds.
The most frequent injuries caused by the seat belt are fractures to the ribs and sternum,
particularly for the elderly.
8.ANTI LOCK BRAKING SYSTEM
With conventional brake systems one of the road wheels will always tend to lock sooner than the
other, due to the continuously varying tyre to road grip conditions for all the road wheels. Under
braking conditions, if one or more of the vehicle wheels locks (begins to skid), there are a
number of consequences.
Braking distance increases.
Volumetric sensing.
Three main ways to disable the vehicle, in case of intrusion are:
Ignition circuit cut off.
16 mark
1. COLLISION WARNING SYSTEMS
This system can be looked at in two ways. First, as an aid to reversing, this gives the driver some
indication as to how much space is behind the car. Second, collision avoidance radar [RAdio
Detection and Ranging] can be used as a vision enhancement system. The principle of radar as a
reversing aid is illustrated in the figure given below. This technique is, in effect, a range-finding
system. The output can be audio or visual, the latter being perhaps most appropriate, as the driver
is likely to be looking backwards. The audible signal repetition frequency of which increases as
the car comes nearer to the obstruction, and becomes almost continuous as impact is imminent.
Collision avoidance radar, when used as a vision enhancement system, is somewhat different.
For an anti-collision warning application, the radar antenna should be mounted on the front of
the car and should project a relatively narrow beam forward. Ideally, the antenna for such a
system should be in as flat a package as possible, and should project a beam that has a width of
about 2° to 3° horizontally and about 4° to 5° vertically. Large objects such as signs can reflect
the radar beam, particularly on curves, and trigger a false alarm. If the beam is scanned
horizontally for a few degrees, say 2.5° either side of centre, false alarms from roadside objects
can be reduced. The figure below shows the system as a vision enhancement system. For the
collision warning system, better results can be obtained if the radar transmitter is operated in a
pulsed mode rather than in a continuous wave mode. In this mode, the transmitter is switched on
for a very short time and then it is switched off. During the off time, the receiver is set to receive
a reflected signal. If a reflecting object is in the path of the transmitted microwave pulse, a
corresponding pulse will be reflected to the receiver. The round trip time, t, from transmitter to
object and back to receiver is proportional to the range, R, to the object, as illustrated in the
above figure and expressed in the following equation:
c=speed of light
The reflection from an object will have a pulse shape that is very nearly identical to that of the
transmitted pulse. As noted, the radar system can detect this object reflection and find R to
determine the distance from the vehicle to the object. In addition, the relative speed of closure
between the car and the object can be calculated by adding the vehicle speed, V, from the ground
reflected pulses and the speed of the object, S, which can be determined from the change in
range of block diagram of an experimental collision warning system is shown in the figure given
below. In this system, the range, R, to the object and the closing speed, V + S, are measured.
The computer can perform a number of calculations on these data, for example the computer can
calculate the time to collision, T. Whenever this time is less than a preset value, a visual and
audible warning is generated. The system could also be programmed to release the throttle and
apply the brakes, if automatic control were desired.
2. VISION ENHANCEMENT
Limited visibility, whether due to darkness, obstructed views, or inclement weather, has always
been one of the biggest challenges for drivers and automakers. Vision enhancement systems
(VES) for night driving commonly are either night vision goggles (NVG) or in-vehicle displays.
In-vehicle Vision Enhancement Systems will improve visibility for night driving, inadequate
lighting, fog, drifting snow, or other inclement weather driving conditions.Night time driving
has always presented unique challenges for motorists. While headlights have evolved over the
past century to increase their brightness and range, the basic halogen bulb has some limitations,
prompting alternative solutions from manufacturers. Mercedes-Benz, for instance, has
developed an "Intelligent Light System," which alters the light output and pattern depending on
driving conditions. The system boosts light output as vehicle speed increases. It can also adjust
the left-to-right lighting balance to compensate for weather conditions, and even allows certain
elements to swivel, keeping a uniform pattern and visibility range. The enhanced vision system
is comprised of a variety of forward-looking sensors link infrared sensors, cameras, radar, and
night vision equipment. That equipment records what's in front of the vehicle and relays that
information to laser-generating equipment inside the vehicle. The unit analyzes the data and
projects highlight lines that better define or identify those objects deemed worthy of extra driver
attention. It can better define lane lines, identify obstacles in the road, road signs, point out
animals at the roadside, or even highlight a destination building based on GPS route
information. There are also cameras inside the vehicle to monitor the driver's position, helping
to align the highlights over the corresponding objects in the real world. By using external
cameras and other sensors positioned around the vehicle, it is possible to see what is behind the
car, in the blind spots or out in the front. Back-up cams have become fairly commonplace,
allowing motorists to spot obstacles or people directly behind their vehicle that might otherwise
be hard to see behind blind spots or below the rear windows. Side-view cameras are a feature
available on some upscale vehicles. They are usually mounted on the side view mirrors and
allow easier parking, but can also be used for advanced systems that help spot vehicles in the
blind spots. These side sensors have also been used for lane departure warning systems that can
monitor lane lines and alert a driver when he or she inadvertently crosses those lines.Another
use for external cameras and sensors is forward vision enhancement. Front prism cameras are
used to detect cross-traffic at blind intersections. A system used by Rolls-Royce relays the view
to the left and right of the vehicle on an in-car display screen. Other systems that use forward
facing sensors include adaptive cruise control, collision avoidance braking systems, and even
night vision.One of the latest and most futuristic innovations in enhanced driver vision, unveiled
by General Motors, is a new heads-up-display (HUD) that they are developing for production in
a few years. The system uses data gathered from an array of vehicle sensors and cameras to
project laser-generated images directly onto the windshield, just like in a proper spaceship.
3. AIRBAGS
An air bag slows the passenger's speed to zero with little or no damage. The constraints that it
has to work within are huge. The air bag has the space between the passenger and the steering
wheel or dash board and a fraction of a second to work with. Even that tiny amount of space and
time is valuable, however, if the system can slow the passenger evenly rather than forcing an
abrupt halt to his or her motion.Operation of the system
The sequence of events in the case of a frontal impact at about 35 km/h, as shown in figure below is
asfollows.
1. The driver is in the normal seating position prior to impact. About 15 ms after the impact, the
vehicle is strongly decelerated and the threshold for triggering the airbag is reached. The igniter
ignites the fuel tablets in the inflater.
2. After about 30 ms the airbag unfolds and the driver will have m crumple zones collapse. The
seat-belt will have locked or been tensioned depending on the system.
3. At 40 ms after impact the airbag will be the airbag.
4. About 120 ms after impact the driver will be moved back into the seat and the airbag will have
almost deflated through the side vents, allowing driver visibility.
There are three parts to an air bag that help to accomplish this feature.
1. The bag itself is made of a thin, nylon fabric with a coating on the inside. Prior to inflation it is
folded under suitable padding, into the steering wheel or dashboard or, more recently, the seat or
door. The driver‘s air litre sand has the passenger airbag volume about160 litres
2. Device that tells the bag to inflate. Inflation happens when there is a collision force equal to
running into a brick wall at 10 to 15 miles per hour (16 to 24 km per hour). A mechanical switch is
flipped when there is a mass shift that closes an electrical contact, telling the sensors that a crash
has occurred. The sensors receive information from an accelerometer built into a microchip.
2. The air bag's inflation system (igniter and inflater) reacts sodium azide (NaN3) with
potassium nitrate (KNO3) to produce nitrogen gas. Hot blasts of the nitrogen inflate the air
bag.
3. A warning light is used as part of the system monitoring circuit. This gives an indication of a
potential malfunction and is an important part of the circuit. Some manufacturers use two
bulbs for added reliability.
The main components of a basic airbag system are as follows.
Driver and passenger airbags.
Warning light.
Passenger seat switches.
Pyrotechnic inflater.
Igniter.
Crash sensor(s).
Electronic control unit.
The pyrotechnic inflater and the igniter can be considered together. The inflater in the case of the driver
is located in the centre of the steering wheel. It contains a number of fuel tablets in a combustion
chamber. The igniter consists of charged capacitors, which produce the ignition spark. The fuel tablets
burn very rapidly and produce a given quantity of nitrogen gas at a given pressure. The air bag system
ignites the solid propellant, which burns extremely rapidly to create a large volume of gas to inflate the
bag. The bag then literally bursts from its storage site at up to 200 mph (322 kph) -- faster than the
blink of an eye! This gas is forced into the airbag through a filter and the bag inflates breaking through
the padding in the wheel centre. A second later, the gas quickly dissipates through tiny holes in the bag,
thus deflating the bag so you can move. After deployment, a small amount of sodium hydroxide will be
present in the airbag and vehicle interior. Personal protection equipment must be used when removing
the old system and cleaning the vehicle interior.Even though the whole process happens in only one-
twenty-fifth of a second, the additional time is enough to help prevent serious injury. The powdery
substance released from the air bag, by the way, is regular cornstarch or talcum powder, which is used
by the air bag manufacturers to keep the bags pliable and lubricated while they're in storage. If a failure
is detected in any part of the circuit then the ECU operates a warning light. The crash sensor can take a
number of forms; these can be described as mechanical or electronic. The mechanical system, as shown
in the figure, works by a spring holding a roller in a set position until an impact above a predetermined
limit, provides enough force to overcome the spring and the roller moves, triggering a micro switch.
The switch is normally open with a resistor in parallel to allow the system to be monitored. Two
switches similar to this may be used to ensure the bag is deployed only in the case of sufficient
frontal impact. Note that the airbag is not deployed in the event of a roll over. The other main
type of crash sensor can be described as an accelerometer. This will sense deceleration, which is
negative acceleration. Airbags working on the same techniques to those described previously are
being used to protect against side impacts. In some cases bags are stowed in the door pillars or
the edge of the roof.
4. SEAT BELT
Four categories of seat belt inadequacy and the typical injuries which have been identified:
Head and face contact with the steering wheel is almost certain to occur in collisions of
about 50 km/h in which the head will arc forward and downwards with a horizontal
translation of some 60 cm to 70 cm; injuries are usually AIS 1 to 3. The suggested
solution is an airbag, but this has been found to cause problems for out of position
drivers.
Rear loading from unrestrained occupants can cause injuries to correctly
restrained front seat occupants although this problem has greatly diminished as
a result of legislation that requires rear occupants to wear seat belt Misuse of
the seat belt is frequent with those who are overweight who tend to place the
seat belt over the abdomen instead of low across the pelvis; the consequence is
often severe abdominal injuries at relatively low impact speeds.
The most frequent injuries caused by the seat belt are fractures to the ribs and
sternum, particularly for the elderly.
Seat belt wearers, for the most part, are well protected against all but the most severe
of impacts, but there is a limit to the effectiveness of the belt and this limit may be
reached typically in four ways:
Intrusion, caused by collapse or penetration
Extension of the seat belt allowing the occupant to strike some part of the
car;typically the steering wheel.
Transmission of localized loads to the wearer through the webbing; most likely for
passengers
High deceleration in severe impacts may be sufficient to exceed injury thresholds,
particularly for the chest.
Extend and Retract
In a typical seatbelt system, the belt webbing is connected to a retractor mechanism.
The central element in the retractor is a spool, which is attached to one end of the
webbing. Inside the retractor, a spring applies a rotation force, or torque, to the spool.
This works to rotate the spool so it winds up any loose webbing. When webbing is
pulled out, the spool rotates counter-clockwise, which turns the attached spring in the
same direction. Effectively, the rotating spool works to untwist the spring. The spring
wants to return to its original shape, so it resists this twisting motion. If you release the
webbing, the spring will tighten up, rotating the spool clockwise until there is no
slacker in the belt.The retractor has a locking mechanism that stops the spool from
rotating when the car is involved in a collision. There are two sorts of locking systems
in common use today:
systems triggered by the car's movement
systems triggered by the belt's movement
The first sort of system locks the spool when the car rapidly decelerates (when it hits
something, for example). The diagram below shows the simplest version of this design
The central operating element in this mechanism is a weighted pendulum. When the car comes to
a sudden stop, the inertia causes the pendulum to swing forward. The pawl on the other end of
the pendulum catches hold of a toothed ratchet gear attached to the spool. With the pawl gripping
one of its teeth, the gear can't rotate counter-clockwise, and neither can the connected spool.
When the webbing loosens again after the crash, the gear rotates clockwise and the pawl
disengages.The second kind of system locks the spool when something jerks the belt webbing.
The activating force in most designs is the speed of the spool rotation. The diagram shows a
common configuration. The central operating element in this design is a centrifugal clutch -- a
weighted pivoting lever mounted to the rotating spool. When the spool spins slowly, the lever
doesn't pivot at all. A spring keeps it in position. But when something yanks the webbing,
spinning the spool more quickly, centrifugal force drives the weighted end of the lever outward.
The extended lever pushes a cam piece mounted to the retractor housing. The cam is connected
to a pivoting pawl by a sliding pin. As the cam shifts to the left, the pin moves along a groove in
the pawl. This pulls the pawl into the spinning ratchet gear attached to the spool. The pawl locks
into the gear's teeth, preventing counter-clockwise rotation.In some newer seatbelt systems, a
Pre-tensioner also works to tighten the belt webbing.
5.ANTI LOCK BRAKING SYSTEM
With conventional brake systems one of the road wheels will always tend to lock sooner than the
other, due to the continuously varying tyre to road grip conditions for all the road wheels. Under
braking conditions, if one or more of the vehicle wheels locks (begins to skid), there are a
number of consequences.
Braking distance increases.
Steering control is lost.
Abnormal tyre wear.
The obvious result is that an accident is far more likely to occur. The maximum deceleration of a
vehicle is achieved when maximum energy conversion is taking place in the brake system. A
good driver can pump the brakes on and off to prevent locking but electronic control can achieve
even better
Requirements of ABS:
In the event of the ABS system failing the conventional brakes must still operate to their full
potential. In addition, a warning must be given to the driver. This is normally in the form of a
simple warning light. Good steering and road holding must continue when the ABS system is
operating. Even over a short distance the system must react such as to make use of the best grip
on the road. The response must be appropriate whether the driver applies the brakes gently or
slams them on hard. It should perform effectively under all operating conditions. The system must
operate under all speed conditions down to walking pace. The system must be able to recognize
aquaplaning and react accordingly.
Components of an ABS System
An ABS system is represented by the closed loop system block diagram shown in figure given
below. The most important of the inputs are from the wheel speed sensors, and the main output is
some form of brake system pressure control. The task of the control unit is to compare signals
from each wheel sensor to measure the acceleration or deceleration of an individual wheel. From
these data and pre-programmed look-up tables, brake pressure to one or more of the wheels can
be regulated. Brake pressure can be reduced, held constant or allowed to increase. The maximum
pressure is de pressure on the brake pedal.
Driven and non-driven wheels on the vehicle must be treated in different ways as they behave
differently when braking. A logical combination of wheel deceleration/ acceleration and slip is used
as the controlled variable. The actual strategy used for ABS control varies with the operating
conditions. Though there are a few variations between manufacturers involving a number of
different components, there are three main components.
1. Wheel speed sensors.
Most of these devices are simple inductance sensors and work in conjunction with a toothed
wheel. Some systems use Hall effect’ sensors. These information either electronically or, less
commonly, mechanically to the anti-lock control system.
2. Electronic control unit.
The function of the ECU is to take in information from the wheel sensors and calculate the best
course of action for the hydraulic modulator. If a fault is detected, the ABS disconnects itself and
operates a warning light. The ECU also has suitable input signal processing stages and output or
driver stages for actuator control.
Current supply.
Exterior and interior interfaces.
Transmission of data.
Communication between the two microprocessors.
Operation of valves and relays.
Operation of fault memory control.
Reading and writing functions of the internal memory.
iii. Hydraulic modulator
The hydraulic modulator as shown in figure given below has three operating positions.
Pressure build-up –brake line open to the master cylinder.
Pressure reducing –brake line open to the accumulator.
Pressure holding –brake line closed.
The valves are controlled by electrical solenoids, which have a low inductance so they react very
quickly. The motor only runs when ABS is activated. It receives the commands from the
electronic control unit and translates them, independently of driver action, into valve-based
sequences that modulate either hydraulic or pneumatic pressure in the individual brake lines. The
modulator therefore requires its own source of supply pressure, which in electro-hydraulic
versions usually takes the form of an electrically driven pump capable of generating high
pressure in the region of 14 to 17.5MN/m2. An ABS in which hydraulic servo brakes and their
modulator share a common hydraulic power supply is known-mechanicalasantian-lock Integra
braking system, the hydraulic pump is mechanically driven from the same source that drives the
flywheel wheel speed sensors. In the case of electro-pneumatic modulators for anti-lock air
brakes on heavy vehicles, the continuous supply of compressed air made available by the
compression and storage facilities of the braking system proper eliminates the need for an
independent source of supply
6. Security Alarm
A separate switch or IR transmitter can be used to set an alarm system. Often, they are set
automatically when the doors are locked.
The requirements of this particular alarm system are:
It must activate when a door is opened.
The ignition to be disabled.
The existing horn is used as the warning.
Once triggered, the horn must continue even when the door is closed. It must reset after
15 seconds
When a door is opened, the switches make an earth connection. This will be used to
trigger the relay, which in turn will operate the horn. The delay must be built in using a
capacitor, which will keep the relay energized even after the door closes, for a further 15
seconds. An external key switch is to be used to arm and disarm whilst isolating the
ignition supply. A capacitor will discharge to about 66% of its full value in CR seconds.
(If the supply voltage is 12V, the capacitor discharges to 8V in CR seconds.)
This system can be operated by remote control or using the key in a door lock. When first
activated, the system checks that the doors and tailgate are closed by monitoring the appropriate
switches. If all is in order, the anti-theft system is then activated after a 20-second delay. The
function indicator LED flashes rapidly during this time and then slowly once the system is fully
active. The alarm can be triggered in a number of ways:
o Opening a door, the tailgate or the bonnet/hood.
o Removal of the radio connector loop.
o Switching on the ignition.
o Movement inside the vehicle.
If the alarm is triggered the horn operates for 30 seconds and the hazard lights for 5 minutes.
This stops if the remote key or door key is used to unlock the vehicle. Most security alarm
systems can be considered as two pieces, with a separate control unit and siren; most will have
the control unit in the passenger compartment and the siren under the bonnet. Most systems now
come with two infrared-type batteries and have remote an LED that shows when the signal is
being sent. They operate with one vehicle only. Intrusion sensors such as car movement and
volumetric sensing can be adjusted for sensitivity. Figure shows a block diagram of a complex
alarm system.The system can be considered as a series of inputs and outputs.
Inputs
o Ignition supply.
o Engine crank signal.
o Volumetric sensor.
o Bonnet switch.
o Trembler switch.
o IR/RF remote
o Doors switches
o Control switch.
Outputs
o Volumetric transmitter.
o System LED.
o Horn or siren.
o Hazard lights.
o Ignition immobilizer.
o Loop circuit.
Electric windows, sun-roof and door locks.
7. ONBOARD DIAGNOSTIC SYSTEM [OBD]
For the first time, OBD systems regulations were approved by the California Air Resources
Board (CARB) in 1985. These regulations require that the Engine Control Module monitor
critical emission related components for proper operation and illuminate a Malfunction Indicator
Lamp (MIL) on the instrument panel when a malfunction is detected. Digital electronics allow
both sensors and actuators to be monitored. This is done by allocating values to all operating
states of the sensors and actuators. If a deviation from these figures is detected, this is stored in
the memory and can be output in the workshop to assist with fault-finding. Fundamentally, a
contemporary microprocessor based on-board diagnostics or OBD system is intended to self
diagnose and report when the performance of components have degraded. This is to the extent
that the tailpipe emissions have exceeded legislatedlevels or are likely to be exceeded in the long
term. When an issue occurs the OBD system illuminates a warning lamp known as the
malfunction indicator lamp (MIL) or Malfunction Indicator (MI) on the instrument cluster.On-
board diagnostic monitoring applies to systems which are most likely to cause an increase in
harmful exhaust emission, namely: All main engine sensors
Fuel system
Ignition system
Exhaust gas recirculation (EGR) system
The diagnostic functions are performed by the microprocessor under the control of stored
programs, and are performed only when the microprocessor is not fully committed to performing
normal control calculations. During the normal operation of the car, there are intermittent periods
during which various electrical and electronic components are tested. Whenever a fault is
detected, the data are stored in memory using a specific fault code. At the same time, the
controller generates or activates a warning signal, indicating that service is required. The major
limitation of OBD is that they cannot detect intermittent failures reliably. For the system to
detect and isolate a failure, the failure must be non-reversible. In most on-board diagnostics, the
electronic control module stores trouble codes that are automatically cleared by the
microprocessor after a set number of engine cycles have occurred without a fault reappearing.
The technician connects a scan tool that can communicate using an industry standard
communications protocol. The OBD code memory is checked and data is presented in a way that
also conforms to a standard. The mechanic notes the fault codes that are displayed and, using a
reference manual, identifies the failed components. Whenever a defect occurs.as indicated by a
fault code, the mechanic must follow a specific procedure to isolate the particular problem.
These procedures are outlined for the mechanic as a sequence of steps to be followed. Once the
mechanic has read all of the fault codes, he or she proceeds with the diagnosis and repair using
the shop manual.Without the aid of the onboard diagnostic capability of the electronic control
system, such diagnosis would take much more time and might, in certain cases, be nearly
impossible (e.g., for intermittent faults When the fault occurs the system stores a diagnostic
trouble code (DTC) that can be used to trace and identify the fault. The system will also store
important information that pertains to the operating conditions of the vehicle when the fault was
set. A service technician is able to connect a diagnostic scan tool or a code reader that will
communicate with the microprocessor and retrieve this information. This allows the technician to
diagnose and rectify the fault, make a repair/replacement, reset the OBD system and restore the
vehicle emissions control system to a serviceable status. The benefits of having an OBD system
are that it:
encourages vehicle and engine manufacturers to have a responsible attitude to reducing harmful
emissions from their engines via the development of reliable and durable emission control
systems; aids diagnosis and repair of complex electronic engine and vehicle control systems;
reduces global emissions by providing early warning ,provides ‗whole life‘ emission
control of it. In the mid-1980s the US environmental protection agency (EPA) introduced a
policy which made the use of on-board diagnostics (OBD) compulsory for vehicles in the United
States. This was followed by similar requirements introduced by the California Air Resources
Board (CARB). OBD2 (also OBDII) was developed, by SAE, to address the shortcomings of
OBD1 and make the system more user friendly for service and repair technicians. EOBD is the
European equivalent of the American OBD2 standard, which applies to petrol cars sold in
Europe from 2001 (and diesel cars three years later). OBD2 works to ensure that the vehicles
remain as clean as possible over their entire life. The OBD 2 system is intended to standardize
the many varying, methods used by different manufacturers.
The main features of OBD2 are:
Malfunction of emission relevant components to be detected when emission threshold
value are exceeded. Storage of failures and boundary conditions
Diagnostic light (MIL –Malfunction Indicator Light) to be activated in case of failures.
Read out of failures with generic scan tool.