Results 1 to 15 of 92

Thread: Oil temp measuring

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Fuel Injected! JeepsAndGuns's Avatar
    Join Date
    Sep 2011
    Location
    alabama
    Age
    41
    Posts
    1,705
    Ok, showing my noobness. I see this mentioned on this site a lot but have no idea what it means.
    What is "A/D" Like you speak of just above.
    79 Jeep Cherokee, AMC 401, T-18 manual trans, hydroboost, 16197427 MPFI system---the toy

    93 Jeep YJ Wrangler, 4.0L, 5 speed, 8.8 rear, homebrew hub conversion and big brakes, hydroboost, 2.5in OME lift, 31x10.50's---the daily driver

    99 Jeep WJ Grand Cherokee limited, 4.0L, auto, 2wd, leather and power everything, 99% stock---the long distance highway ride.

  2. #2
    Super Moderator
    Join Date
    Mar 2011
    Location
    Camden, MI
    Age
    35
    Posts
    3,026
    analog to digital:

    it's how the PCM interprets sensors. long story shorter, the ECM reads a 0-5V sensor and then converts it into binary format so that it can know what a certain sensor is doing for all of it's various purposes.
    1995 Chevrolet Monte Carlo LS 3100 + 4T60E


  3. #3
    RIP EagleMark's Avatar
    Join Date
    Feb 2011
    Location
    North Idaho
    Age
    64
    Posts
    10,477
    Where's the 0 to 255 come in?

    1990 Chevy Suburban 5.7L Auto ECM 1227747 $42!
    1998 Chevy Silverado 5.7L Vortec 0411 Swap to RoadRunner!
    -= =-

  4. #4
    Super Moderator
    Join Date
    Mar 2011
    Location
    Camden, MI
    Age
    35
    Posts
    3,026
    well, the A/D system in these ECMs are 0-5 volt 8-bit converters. 0 volts means 0 A/D counts. 5 volts means 255 counts. each count is 0.01953125 volts. notice 255 * 0.01953125 = 4.98volts. can't express decimal 256 in 8 bit numbering.

    if it was a 10-bit system(like the autoPROM has), then it would be 0 to 1023 counts. assuming a 5 volt system, each count is 0.0048875855327468230694037145650049 volts.

    notice, it's 2 to the nth power minus 1. 2 being that there are only two states (binary 1 and 0), and N being the bit resolution. 2^8 = 256, then subtract 1 due to not being able to express $100(decimal 256) in 8 bit format, and you have the 0-255 range.



    now, once you get that figured out, think about the other analog inputs that are used by the ECM that aren't 5 volts... O2 sensor is 0-roughly 1.127 volts over a 0-255 range. and then you have ignition and fuel pump voltage available in a 0-25.5 volt range.... to read over 5 volts with a 5 volt A/D converter, you need to make a voltage divider network. let's say we have a 0-10 volt sensor, since it's easy to calculate. we make a voltage divider with the sensor signal going through a resistor (let's say a 1K, since it's a common unit), then on the other side of this 1K resistor, there is another 1K resistor, this one connected to ground. now, the A/D channel will be connected between the two resistors(since before the first will still be 10 volts and after the second will be ground), and that will allow a 0-10V sensor to be read using a 0-5V A/D unit.

    the O2 sensor.... well, that's why the O2 sensor amplifier is there. i'm not entirely certain how it works, but from what i understand, it simply takes the 0-1.127 volt signal and multiplies the voltage by a factor of ~4.43, and at that point, it outputs a signal for the A/D system to read.
    1995 Chevrolet Monte Carlo LS 3100 + 4T60E


  5. #5
    Fuel Injected! JeepsAndGuns's Avatar
    Join Date
    Sep 2011
    Location
    alabama
    Age
    41
    Posts
    1,705


    Umm, so in laymans terms, its just a lot of un used possiable sensor inputs?
    79 Jeep Cherokee, AMC 401, T-18 manual trans, hydroboost, 16197427 MPFI system---the toy

    93 Jeep YJ Wrangler, 4.0L, 5 speed, 8.8 rear, homebrew hub conversion and big brakes, hydroboost, 2.5in OME lift, 31x10.50's---the daily driver

    99 Jeep WJ Grand Cherokee limited, 4.0L, auto, 2wd, leather and power everything, 99% stock---the long distance highway ride.

  6. #6
    Super Moderator
    Join Date
    Mar 2011
    Location
    Camden, MI
    Age
    35
    Posts
    3,026
    depending on the mask you want to run, yes. certain ones only want to see the basic coolant temp, IAT, TPS, MAP and maybe a couple of others...

    some want those + trans temp, oil temp, a/c pressure, etc, etc....



    keep in mind, that was a description only for the analog inputs, there are also discrete inputs, which are a little less confusing to explain, those are basically switches.
    1995 Chevrolet Monte Carlo LS 3100 + 4T60E


  7. #7
    RIP EagleMark's Avatar
    Join Date
    Feb 2011
    Location
    North Idaho
    Age
    64
    Posts
    10,477
    Quote Originally Posted by JeepsAndGuns View Post


    Umm, so in laymans terms, its just a lot of un used possiable sensor inputs?
    Quote Originally Posted by RobertISaar View Post
    well, the A/D system in these ECMs are 0-5 volt 8-bit converters. 0 volts means 0 A/D counts. 5 volts means 255 counts. each count is 0.01953125 volts. notice 255 * 0.01953125 = 4.98volts. can't express decimal 256 in 8 bit numbering.

    if it was a 10-bit system(like the autoPROM has), then it would be 0 to 1023 counts. assuming a 5 volt system, each count is 0.0048875855327468230694037145650049 volts.

    notice, it's 2 to the nth power minus 1. 2 being that there are only two states (binary 1 and 0), and N being the bit resolution. 2^8 = 256, then subtract 1 due to not being able to express $100(decimal 256) in 8 bit format, and you have the 0-255 range.
    I think he said 0 to 5.0 volts is divided by 256 counts, expressed as 0 to 255 because computers count from 0.

    Haven't tried to figure out the other one yet...

    1990 Chevy Suburban 5.7L Auto ECM 1227747 $42!
    1998 Chevy Silverado 5.7L Vortec 0411 Swap to RoadRunner!
    -= =-

  8. #8
    Super Moderator
    Join Date
    Mar 2011
    Location
    Camden, MI
    Age
    35
    Posts
    3,026
    correct, Mark.
    1995 Chevrolet Monte Carlo LS 3100 + 4T60E


Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •