17 computer i

66
© Goodheart-Willcox Co., Inc.

Upload: denny-dischke

Post on 09-Mar-2016

215 views

Category:

Documents


0 download

DESCRIPTION

 

TRANSCRIPT

Page 1: 17 computer I

© Goodheart-Willcox Co., Inc.

Page 2: 17 computer I

© Goodheart-Willcox Co., Inc.

Computer Complex electronic device that will

produce programmed electrical output signals after receiving specific electrical input signals

Computers monitor and control all major systems of a modern vehicle

Page 3: 17 computer I

© Goodheart-Willcox Co., Inc.

Cybernetics

Page 4: 17 computer I

© Goodheart-Willcox Co., Inc.

Computer Advantages Fewer moving parts to wear and go out

of calibration Reduced fuel consumption Lower emissions Increased engine power Reduced vehicle weight

Page 5: 17 computer I

© Goodheart-Willcox Co., Inc.

Computer Advantages On-board diagnostics Increased driver convenience Improved passenger safety Compensation for component wear and

failure to keep the car driveable

Page 6: 17 computer I

© Goodheart-Willcox Co., Inc.

Binary Numbering System

Page 7: 17 computer I

© Goodheart-Willcox Co., Inc.

Binary Numbering System

Binary numbers can be converted into decimal (base ten) numbers

Page 8: 17 computer I

© Goodheart-Willcox Co., Inc.

Binary Language Single zero or one is called a bit Four bits make a nibble Eight bits make a byte or word

Page 9: 17 computer I

© Goodheart-Willcox Co., Inc.

Digital Signal

On-off signal like that produced by a rapidly flipping switch

Page 10: 17 computer I

© Goodheart-Willcox Co., Inc.

Analog Signal

Gradually changes in strength like the output from a dimming switch

Page 11: 17 computer I

© Goodheart-Willcox Co., Inc.

Analog Signal

Analog “waveform” as seen onan oscilloscope

Page 12: 17 computer I

© Goodheart-Willcox Co., Inc.

Scoping a Magnetic Sensor

Page 13: 17 computer I

© Goodheart-Willcox Co., Inc.

Signal Frequency How fast a signal changes over time High-frequency signal

changes frequently, completing each cycle in a short time

Low-frequency signal changes more slowly, completing each

cycle in a longer period of time

Page 14: 17 computer I

© Goodheart-Willcox Co., Inc.

Inputs and Outputs

Page 15: 17 computer I

© Goodheart-Willcox Co., Inc.

Computer System Block

DiagramFig 18

Page 16: 17 computer I

© Goodheart-Willcox Co., Inc.

Most vehicle sensors, or transducers, change a physical condition into an electrical signal

Transduce: to change from one form to another

Page 17: 17 computer I

© Goodheart-Willcox Co., Inc.

Active Sensor Produces its own voltage signal

internally Signal is fed to the computer for

analysis Shielded wire may be used to block

induced voltage and interference in the signal wire(s)

Page 18: 17 computer I

© Goodheart-Willcox Co., Inc.

Active Sensor

Page 19: 17 computer I

© Goodheart-Willcox Co., Inc.

Passive Sensor Variable resistance sensor Voltage is fed to the sensor from the

computer Sensor resistance varies with changes

in a condition temperature, pressure, motion, etc

As sensor resistance changes, the voltage signal received by the computer changes

Page 20: 17 computer I

© Goodheart-Willcox Co., Inc.

Passive Sensor

Page 21: 17 computer I

© Goodheart-Willcox Co., Inc.

Reference Voltage Applied to a sensor by the computer Usually 5 volts on most vehicles Computer steps down battery voltage

so that a smooth, constant supply of dc voltage is fed to passive sensors

Sensor alters the reference voltage by changing is internal resistance

Page 22: 17 computer I

© Goodheart-Willcox Co., Inc.

Sensor Types Common sensors used in late-model

vehicles: Intake air temperature sensor (IAT)

measures the temperature of intake air as it enters the intake manifold

Engine coolant temperature sensor (ECT) measures the temperature of engine

coolant

Page 23: 17 computer I

© Goodheart-Willcox Co., Inc.

Sensor Types Oxygen sensors

measure the amount of oxygen in the engine’s exhaust gases

Manifold absolute pressure sensor (MAP) measures the pressure inside the engine

intake manifold Barometric pressure sensor (BARO)

measures the outside air pressure

Page 24: 17 computer I

© Goodheart-Willcox Co., Inc.

Sensor Types Throttle position sensor (TP)

measures the opening angle of the throttle valves to detect driver power demand

Engine speed sensor measures engine rpm

Crankshaft position sensor (CKP) measures crankshaft position and speed

Page 25: 17 computer I

© Goodheart-Willcox Co., Inc.

Sensor Types Camshaft position sensor (CMP)

measures camshaft position and rotation Mass airflow sensor (MAF)

measures the amount of intake air flowing into the engine

Knock sensor (KS) detects engine pinging, preignition, or

detonation

Page 26: 17 computer I

© Goodheart-Willcox Co., Inc.

Sensor Types Oil level sensor

measures the amount of oil in the engine oil pan

EGR sensor measures the position of the exhaust gas

recirculation valve pintle Impact sensors

detect a collision for the air bag system

Page 27: 17 computer I

© Goodheart-Willcox Co., Inc.

Sensor Types Vehicle speed sensors (VSS)

measures the vehicle’s road speed Fuel tank pressure sensor

measures fuel tank pressure as part of some evaporative emission control systems

Battery temperature sensor monitors battery temperature for charging

system functions

Page 28: 17 computer I

© Goodheart-Willcox Co., Inc.

Computer Names Automobile manufacturers have many

names for their computers Here are nine of those names:

Central processing unit (CPU) Electronic control unit (ECU) Electronic control module (ECM) Engine control module (ECM)

Page 29: 17 computer I

© Goodheart-Willcox Co., Inc.

Computer Names (continued)

Electronic control assembly (ECA) Powertrain control module (PCM) Vehicle control module (VCM) Microprocessor Logic module

Page 30: 17 computer I

© Goodheart-Willcox Co., Inc.

Computer Locations

Computers may be located almost anywhere on the vehicle

Page 31: 17 computer I

© Goodheart-Willcox Co., Inc.

Computer Construction

Integrated circuits are attached to a printed circuit board

Page 32: 17 computer I

© Goodheart-Willcox Co., Inc.

32

Module Memory ROM (Read Only Memory)

Contains instructions that allows the module to perform the tasks of managing the engine, such as: Programs. Look-up tables on how the

vehicle should perform. Data and formulas used to

perform calculations. Does not need applied

power to store data.

Page 33: 17 computer I

© Goodheart-Willcox Co., Inc.

33

Module Memory RAM (Random Access Memory)

Non-permanent memory. Information is stored temporarily. Can be read, changed or rewritten.

Page 34: 17 computer I

© Goodheart-Willcox Co., Inc.

34

Module Memory RAM (Random

Access Memory) When power is

removed, all stored data is erased.

Used to store information: From sensors. Results of calculations. Data subject to

constant change.

Page 35: 17 computer I

© Goodheart-Willcox Co., Inc.

35

Module Memory KAM (Keep Alive Memory)

Information can be read, written and erased from KAM.

KAM is not lost when ignition key is turned off.

Page 36: 17 computer I

© Goodheart-Willcox Co., Inc.

36

Module Memory KAM (Keep Alive Memory)

Disconnecting Battery will erase KAM. KAM allows for adaptive strategies. Stores diagnostic codes.

Page 37: 17 computer I

© Goodheart-Willcox Co., Inc.

37

Module Memory PROM

(Programmable Read Only Memory) Similar to ROM in that

the information is permanent.

Information is not lost when power is removed.

Data or information is specific to a particular application.

Page 38: 17 computer I

© Goodheart-Willcox Co., Inc.

38

Module Memory PROM

(Programmable Read Only Memory) Can be

reprogrammed with new information.

Some manufacturers have a removable chip that can be replaced.

Page 39: 17 computer I

© Goodheart-Willcox Co., Inc.

Page 40: 17 computer I

© Goodheart-Willcox Co., Inc.

Modern automotive computer systems are designed to detect problems and indicate where they might be located

This has greatly simplified the troubleshooting of complex automotive systems

Page 41: 17 computer I

© Goodheart-Willcox Co., Inc.

OBD I Systems Most early on-board diagnostic

systems could only check a limited number of items

Diagnostics were often unable to isolate problems within a circuit

There was little standardization each manufacturer used different

connectors, terminology, and trouble code identification

Page 42: 17 computer I

© Goodheart-Willcox Co., Inc.

OBD II Systems Designed to more efficiently monitor the

condition of hardware and software that affect emissions

Diagnostics can detect part deterioration, not just complete failure (Sensor at low end of operating range)

OBD II standardized data link connectors, trouble codes, terminology, and scan tool capabilities

Over 500 engine performance related codes

Page 43: 17 computer I

© Goodheart-Willcox Co., Inc.

MIL OBDII Malfunction indicator light

Steady glow Trouble is not critical but should be repaired

Flashing Critical Trouble code could damage catalytic

converter Intermittent code

Not present after 50 key cycles light goes out

Page 44: 17 computer I

© Goodheart-Willcox Co., Inc.

Data Link Connector Multipin terminal used to link the scan

tool to the computer OBD I connectors came in various

shapes, sizes, and locations OBD II connector is a standardized, 16-

pin connector located under the dash

Page 45: 17 computer I

© Goodheart-Willcox Co., Inc.

Scan Tool Kit

Read the tool’s operating instructions. Operating procedures vary

Page 46: 17 computer I

© Goodheart-Willcox Co., Inc.

Scan Tool Program Cartridges

Most manufacturer’s release new cartridges every one to two years

Page 47: 17 computer I

© Goodheart-Willcox Co., Inc.

Diagnostic Connector Location

OBD II connector located below the dash

Page 48: 17 computer I

© Goodheart-Willcox Co., Inc.

Diagnostic Connector Location

This connector is located in thecenter console

Page 49: 17 computer I

© Goodheart-Willcox Co., Inc.

Malfunction Indicator Lamp (MIL)

Continuous illumination means the trouble should be repaired

Flashing MIL means the trouble could damage the expensive catalytic converter

Intermittent MIL means the problem is also intermittent

Page 50: 17 computer I

© Goodheart-Willcox Co., Inc.

Diagnostic Trouble Codes

Digital signals produced and stored by the computer when an operating parameter is exceeded

Parameters include sensor voltage range, actuator current flow, and actuator movement

Page 51: 17 computer I

© Goodheart-Willcox Co., Inc.

Computer System Problems

Most performance problems are not caused by the computer controls

Page 52: 17 computer I

© Goodheart-Willcox Co., Inc.

Repairing the Problem Always correct the cause of the lowest

number diagnostic trouble code first and recheck for codes fixing the cause of the lowest code may

clear other codes Troubles code do not always mean that

a certain component or sensor is bad, only that the circuit parameters have been exceeded

Page 53: 17 computer I

© Goodheart-Willcox Co., Inc.

OBD II Diagnostic Code

Page 54: 17 computer I

© Goodheart-Willcox Co., Inc.

Failure Types Computer system failures can be

grouped into two general types: Hard failure

problem that is always present Soft failure

problem only occurs when certain conditions are present (intermittent)

soft failure codes will be stored in memory for 30–50 ignition or warm-up cycles

Page 55: 17 computer I

© Goodheart-Willcox Co., Inc.

Failure Types Failure types can be further broken

down into four categories: General circuit failure

circuit or component has a fixed value, no output, or an output that is out of specifications

Low-input failure voltage, current, or frequency is below

normal operating parameters

Page 56: 17 computer I

© Goodheart-Willcox Co., Inc.

Failure Types High-input failure

signal has more voltage, more current, or a higher frequency than normal

Improper range/performance failure sensor or actuator is producing values

slightly lower or higher than normal device is still functioning, but not as well

as it should OBD II systems have this capability

Page 57: 17 computer I

© Goodheart-Willcox Co., Inc.

Test Drive You can scan the vehicle datastream

while driving to simulate the conditions present when the trouble occurs

Some scan tools allow you to take a “snapshot” or “movie” to play back when you are safely stopped

Page 58: 17 computer I

© Goodheart-Willcox Co., Inc.

Activating Diagnostics

Jump terminals A to B on mostGM connectors

Page 59: 17 computer I

© Goodheart-Willcox Co., Inc.

Activating Diagnostics

On Ford connectors, jump the extra

pigtail to a specified terminal

Page 60: 17 computer I

© Goodheart-Willcox Co., Inc.

Activating Diagnostics

Connect a test light across specified terminals in this

connector. Watch the flashes for the

trouble codes

Page 61: 17 computer I

© Goodheart-Willcox Co., Inc.

Activating Diagnostics

Turning the ignition on, off, on, off, and

then on within 5 seconds will activate diagnostics on most

Chrysler cars

Page 62: 17 computer I

© Goodheart-Willcox Co., Inc.

Activating Diagnostics

By pressing two buttons at the same time, the readout will display trouble codes

Page 63: 17 computer I

© Goodheart-Willcox Co., Inc.

Check Engine Light

During diagnostics, the lamp mayflash to indicate DTC’s

Page 64: 17 computer I

© Goodheart-Willcox Co., Inc.

Trouble Code Chart

Service manual chart that shows different trouble code numbers and possible

problems and causes

Page 65: 17 computer I

© Goodheart-Willcox Co., Inc.

Erasing Trouble Codes There are various ways to erase

trouble codes from the computer: Use a scan tool

this is the easiest way Disconnect the battery ground cable Unplug the fuse to the ECM

both methods erase radio, seat, clock, and ECM adaptive strategy memories

Page 66: 17 computer I

© Goodheart-Willcox Co., Inc.

Erasing Trouble Codes After clearing codes, reenergize on-

board diagnostics to verify that no codes are present

This will help to verify your repair DTC’s will be erased from memory

automatically after 30 to 50 key cycles or warm-up cycles