Jump to content

Me78569

Unpaid Member
  • Joined

  • Last visited

Everything posted by Me78569

  1. By blocking the exit of air from the engine you force the engine to compress pressurized air during hte exhaust stroke rather than allowing that air to exit . This creates a large pumping loose in the engine and then you have an engine brake.
  2. Eb are not hard on headgaskets assuming you are not injecting fuel when using one going down the road. The eb is just creating a pumping loss in the engine. There is far less cylinder pressure being created compared to an actual power stroke of the engine
  3. I am gonna get pictures tonight of the above and below cutoff. Hard to argue with pictures.
  4. @notlimah realistically, if you have outgrown the hx35 studs would be a good thing to put in. Obviously your situtation dictates the choice, but in terms of perfect world situtation studs are high on the list once you are maxing hte map of an hx35. Has nothing to do with boost or whatever, just in terms of what point in most guys build is it a good idea.
  5. oo yea, even a hybrid is out of it's map lol. tune down the fuel some.
  6. I would want you to verify with a mech gauge, the high psi you get on the oem sensor the less accurate it is. the hx35 is good to ~38 psi beyond that, hot air.
  7. stuff I dont remember, but it really isn't bad. I think VP44, ecm, and lift pump bracket.
  8. Nope, Tappet cover is on the driver side of the block, it's behind the ECM and VP44 The valve cover is on top. Look in the part number lookup tool for the images of each and the Seal PN https://mopar1973man.com/cummins/articles.html/24-valve-2nd-generation_50/part-number-lookup-tool-2nd-gen-24v/
  9. I agree with Tyler. Dielectric grease is your friend.
  10. Let me read into what 1691 is supposed to mean. I am starting to think you might have some sort of short in the cnabus wiring region. Something to make messages not make it through.
  11. very curious. Welp just goes to show that I know squat about tuning hahahaha. I built the platform you figure out what works best for you
  12. I'll be coming up to castle Rock Friday afternoon to help a guy out. I can't check for you if you head down
  13. Those are fighting words......
  14. International Falls
  15. I am very curious to see how your tune changes.
  16. Either is fine, I prefer a momentary so I NEVER have to worry about forgetting to unlock the converter.
  17. Yep, just a run of the mill floor jack. I did put a safety piece of wood between the bed and frame when I could are various heights
  18. Yep did this, a jack and a 4x4 and I lived to tell the tail
  19. I think the important question is how are you doing?
  20. you will have to drive much more by EGT's the hx35 will spool like crazy so you iwll just have to keep your foot out of it. The adr would allow you to pull fuel so it would actually be a pretty good setup, but I wouldn't worry about what you have now, just be smart with your right foot.
  21. it wont read voltage. I would drive for a few days and see if the code gets deleted.
  22. the possiblity of blowing something up if you drive dumb lol. Just drive smart and it wont be an issue, not ideal, but better than buying things twice.
  23. Dodge/Cummins ECU (1998.5 - 2002 ISB) ECU Hardware There are 2 computers on the Ram. One on the passenger side firewall behind the air cleaner assembly (the Powertrain Control Module, or PCM), and the ECU, which is located on the left side of the engine, mounted directly on the engine block. The ECU is connected with a single 50-pin connector. The ECU itself is a sealed unit, with a single air vent device. It is constructed of an aluminum 'frame', or center section, that has the mounting tabs to fasten it to the engine, and a sheet aluminum 'cover', that isn't really a cover at all - the flexible plastic 'circuit board' is adhered directly to the inside of this 'cover', on both sides. There is gray silicone sealer between the 'cover' and the 'frame'. To open the ECU, one must remove the screws, and carefully pry the cover open. You must be sure to keep the cover straight and don't bend it, as the flexible circuit board is adhered directly to the inside of it. The side of the ECU with the electrical connector seems to contain power supply and other power-switching components (driver transistors, etc). I do not know if there are any ICs on this side, because I did not open mine up on that side (and at this point, I do not really want to). The other side contains the 'computer' components (processor, memory, etc) as shown below: Most of the ICs inside are standard components. There are several unidentified components: 8L12A: 8-pin IC. Possibly 12V voltage regulator for flash programming? Phillips IC, marked '4651148 005633-- Fhr011B'. Maybe analog MUX for ADC inputs? Atmel IC, marled 'ENCORE 51R42722U02 82002253-001 A9D0013 9951'. I have no idea what this is for, it looks like an ASIC. 8-pin IC marked '74690 XAVS' 8-pin IC marked '3029009 1951130'. Near the filter choke. CAN bus driver? The ECU only uses 256KB of flash, even if the installed chip is larger. The original ECU I opened had a 512KB chip (28F400). I later obtained another ECU, and discovered it had a 256KB chip (28F200). These flash chips are organized into a 16KB boot block, 2 8KB parameter blocks, and the remaining blocks are regular data blocks. The parameter blocks can sustain many more read/write cycles than the other blocks on the chip. There is 64k of RAM available, in the 2 32Kx8 SRAM chips. The memory is organized as follows: 0x000000 - 0x3FFFFF: Flash. The first 16k (0x000000 - 0x004000) is the 'boot' part of the flash chip. 0x800000 - 0x80FFFF: RAM 0xFFD000 - 0xFFD7FF: Some unknown peripheral device. Perhaps the Atmel chip? 0xFFD800 - 0xFFDFFF: Intel CAN Controller 0xFFE000 - 0xFFEFFF: TPURAM (Refer to the MC68336 manual) 0xFFF000 - 0xFFFFFF: MC68336 internal functions/integrated peripherals Software Using a BDM interface cable and driver, I wrote a program that would dump the contents of the flash chip to a file for inspection. This was difficult because every so often during the data transfer, an error would occur. I solved this problem by only reading 2KB at a time. I later found out that this read error was occurring because of a 'watchdog timer' in the ECU hardware was attempting to assert RESET while I was reading the data (because when reading through the BDM port, the CPU is stopped). Once I modified the program to do 2KB reads I was able to get a successful read of the data. I used GNU objdump to create an assembler listing of the file. I have spent many hours 'picking apart' the program to figure out what each section is for, how the peripherals of the MC68336 are configured/used, etc. There is a compressed program in the lower 16K (boot block) that gets decompressed into RAM at startup, only if certain conditions are met. This is probably a small program that is only good for reading the CAN bus, so that the flash can be reprogrammed. I have not spent much time examining this program. The VIN of the vehicle is embedded in data around 0x4000, and again around 0x8000. There is also a 'signature' around 0x8000 that is checked at startup, and if it is valid, an address is read from location 0x800a and execution of the 'main' startup code continues at that address. There is a considerable amount of data that gets moved from the end of the flash data into RAM at startup. In this example, the data begins at 0x3829e and ends at 0x3fee7. That is approx. 32KB of data. At this time, I have only been able to identify the startup code, where the various components are initialized and addresses are set up, and parts of the program that read/write the CAN messages. The following things need to be done: Identify the CAN messages themselves, the message contents, and what they mean. Identify which inputs connect to where (temp sensors, MAP, APPS, etc). Identify the other outputs and what ports they are located (Wait to start lamp, VP44 relay, fuel pump relay, intake heaters, etc.) Determine how the flash can be programmed by methods other than desoldering the chip from the board Identify the remaining program sections, and their assocaited data (the 'maps') It would probably be useful to build a CAN interface for my PC, and 'watch' the data on the CAN bus while the engine is in operation. This might yield some information that can be used to identify more of the program. Other information It appears that the ECU itself was designed (and possibly manufactured) by Motorola. The ECU software, is unknown. There is no copyright message or any other identifying information in the dump of the flash memory, except the VIN number and the string '091197'. I do not know what language the program was originally written in, probably C, I really don't think something that large would be written in assembly language. Why? Because it is my truck, my ECU, my flash memory chip, etc. and I have a right to know how it works. And I also have the right to do what I want with it, whether that be drive it, or take the ECU out, sprinkle cheddar cheese on it and bake it in the oven, etc. I think people should be able to understand, and repair if necessary, anything that they own, whether it be a computer, a car, a dishwasher, or a bike.
  24. Yep, The 2-3 locked shift will eat an input quick fast and in a hurry.