×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Engine Computer Technical Details of Operation?

Engine Computer Technical Details of Operation?

Engine Computer Technical Details of Operation?

(OP)
I have a car engine computer which had tons of inputs, and I have all the factory service documentation for the vehicle and computer (1995 Ford Aspire made by Kia, computer B3H7 18 881B made by Mitsubishi).

I have the factory service manual, wiring schematics manual, and computer diagnostic manual.

However the factory service documentation is lacking so far as technical details on what the computer does with various inputs.

For example various electrical loads are "tied in" to the computer such as headlights. When the headlights are turned on, this also connects to the engine computer informing it that the headlights have been turned on.

BUT why? I can't find anywhere in the service information what the computer does with this information.

I can guess that it is keeping track of electrical loads and adjusting engine power to compensate, but I would like to read about these things to understand how it works.

I couldn't find anything on the internet about this. I'm used to being able to search for something and find tons of technical documentation on how things work!

Then I have noticed a difference between two same model computers, but with slightly different numbers. One is "B3H7 18 881B" and the other is "B3H7 18 881C". The former has instrument cluster upshift light functionality and the latter does not.

So I am wondering what other differences there are between the two computers?

But basically where could I find such detailed technical information? (Not only about this specific computer, but others as well.)
 
Replies continue below

Recommended for you

RE: Engine Computer Technical Details of Operation?

Next step:  Strip the computer out of the case, record the connections inside, make a port map if it has external decoders, dump the rom, and disassemble the code.

Some car computers are easier to reverse- engineer than others.
Yours is old enough that it's at least possible.

You may find that other people have already done some of the work, and posted their findings.  You just have to search for it.


 

Mike Halloran
Pembroke Pines, FL, USA

RE: Engine Computer Technical Details of Operation?

(OP)
Well I have trouble understanding my own code which I wrote years ago and this has plenty of comments!

I have disassembled code before, but I'm not very good at making heads or tails of anything.
 

RE: Engine Computer Technical Details of Operation?

Around 1995, Ford was using a variant of the Intel 8096 in their ECUs, so real tools are available.  Schematics and (disassembled) source code have been posted to the net for various program loads.

I don't know what you'll find in a Kia/Aspire/Mitsubishi; could be anything, but it's probably something that was made in volume and used in many different models.

I didn't say disassembly was easy... but it can be a fun challenge.  After a while, you can not only understand the program, you can see into the programmer's head, which is a very weird feeling.

<tangent> <brag>
I used to an eXtreme Programmer, 20 years before anybody called it that.  I wrote my own disassembler, that could resolve short forward references in one pass, using a technique stolen from Leor Zolman.  

I was working for a multinational at the time, and found a bug in a rom in one of our products.  While investigating that, I met the programmer who wrote the code, in French.  I was able to describe to him how the bug looked, without knowing what labels he had actually used.  He had written a clever macro, used it liberally, and just once passed it the wrong argument, causing it to generate bad code.  He was flabbergasted that I had figured out he used a macro, and how it worked.  He asked me if it wouldn't be easier to have the actual source code.  I said, sometimes, no, because the comments often get obsoleted and mislead the reader.
</brag> </tangent>

<snark>
HTML is a stupid language, written by people who knew something about computers but nothing about langage, so that people who knew nothing about computers or language could program the computers.  The mind boggles.
</snark>

 

Mike Halloran
Pembroke Pines, FL, USA

RE: Engine Computer Technical Details of Operation?

I can imagine a few uses for a 'headlight on ' flag

-increase idle speed
-detect if current draw has actually increased - if not a bulb may have failed
-maybe use it to illuminate an indicator on the IP if the EEC is integrated with the BEM (body electronic module, the EEC's evil twin)

There are probably others.

Without being rude, if I were to put any time into disassembling an EEC I'd start with a more interesting car!

Cheers

Greg Locock

SIG:Please see FAQ731-376: Eng-Tips.com Forum Policies for tips on how to make the best use of Eng-Tips.

RE: Engine Computer Technical Details of Operation?

I'd go to a junkyard and get a dozen ECUs from different models that used the same box.  Then a diff comparison of all the binaries would tell you what parts of the code were shared, and what parts were customized for each model.

Then you can start making educated guesses about which block does what.

 

Mike Halloran
Pembroke Pines, FL, USA

RE: Engine Computer Technical Details of Operation?

(OP)
So far as using a more interesting car ECM...

Well I also have a GMC truck and four factory service manuals for it. However those manuals are documented *very* well, so no need to go hunting on the internet - just read the documentation!

What peaks my interest are things which are not well documented, then it becomes a challenge.

I forgot I did once map the "user memory" of a buggy Free to Air satellite receiver I have. I used a HEX editor along with the buggy manufacturer's channel editing software. I would write a unique word with the channel editor, then search for it with the hex editor. Then once I knew the memory map, I was able to make some changes so it would work as it should.

Anyway I found many ECM reverse engineering sites on the internet. Plenty to learn about! Thanks...
 

RE: Engine Computer Technical Details of Operation?

Quote (bill190):

Then I have noticed a difference between two same model computers, but with slightly different numbers. One is "B3H7 18 881B" and the other is "B3H7 18 881C". The former has instrument cluster upshift light functionality and the latter does not.

If I had to guess I'd say one is for manual and the other is for auto transmissions. You would probably also find that there is a TCU input signal from the one without the shift light.

Also don't forget the OBDII info is stored in the ECU, if this ECU was a holdover from before 1995 (OBDII official adoptation) it would have had a bunch of OBDI and other random diagnostic inputs.
 

RE: Engine Computer Technical Details of Operation?

Any links to sites for ecu code disassembly?  

RE: Engine Computer Technical Details of Operation?

(OP)
I found this aftermarket ECU with the code posted on this site as well as all sorts of technical info...
http://www.megamanual.com

Also I am reading this very geeky book which does not go into ECU details, but tells quite a bit about various automotive computer networks, systems, and sensors...

Automotive Electrics And Automotive Electronics by Robert Bosch
http://www.amazon.com/Automotive-Electrics-Electronics-Completely-Handbooks/dp/0470519371

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members! Already a Member? Login



News


Close Box

Join Eng-Tips® Today!

Join your peers on the Internet's largest technical engineering professional community.
It's easy to join and it's free.

Here's Why Members Love Eng-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close