Results 1 to 15 of 349

Thread: Anyone worked with the 16196397 yet?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Fuel Injected!
    Join Date
    Jun 2015
    Age
    36
    Posts
    354
    Can't find anything wrong in the wiring or voltage checks-and remember, if I flash the 1 bar tune and put in a 1 bar sensor, it's absolutely perfect. Smooth idle, revs like a rocket ship straight to 100kpA, blower is still in full bypass mode so will only make 108kpA max.

    Don't get hung up on the MAP going lower after cranking-it's not totally predictable and given enough key-on, start, key-off, key-on events, you'll see it run the gamut from 50kpA all the way to 99kpA. I rarely see 100kpA here for baro so *usually* you'll see it at 98.5 or so. I can pull the vacuum line off the MAP sensor, key the engine on so the PCM starts to report sensor values, and manually pull a vacuum on it and it wasn't updating before-I need to check and see if the raw value updates with the engine not running...stock 1 bar code does and I think that may have something to do with the issue. Prior to running the E-side only ADX, the 2-bar code did NOT update the sensor if the engine was not running, but TPS/coolant temp/air temp all updated fine.

    I've got to send some stuff along to Mark tonight, and he's working on the data corruption issue.

  2. #2
    Fuel Injected!
    Join Date
    Jun 2015
    Age
    36
    Posts
    354
    Had any time to look at this, Robert?

  3. #3
    Fuel Injected!
    Join Date
    Jun 2015
    Age
    36
    Posts
    354
    So this is the information Mark sent back to me about the bad data issues:

    During the bad data, the ECM is sending the F0, F4, and E4 module data, when you’re only requesting the F4 module communication. I’m thinking the issue is that the other modules aren’t being silenced. I don’t know enough about the LT1 ECMs to know why this might be happening, though. Perhaps it just comes down to adding silence commands to the connection macro.



    Example of what I’m seeing in the logs:



    DataAcq Write

    0000: F4 57 01 00 B4 .W...

    DataAcq Read

    0000: E4 0A 58 00 03 ..X..

    Looking for packet...

    DataAcq Read

    0000: DA C1 F4 57 01 00 B4 F4 95 01 16 16 60 24 00 02 ...W........`$..

    0010: BF FF 00 D8 00 80 80 00 00 F5 C2 00 0C 7A 7B 00 .............z{.

    0020: 00 3C 0D 90 00 00 00 00 05 00 00 00 00 40 44 00 .<...........@D.

    0030: 20 00 03 00 00 21 20 30 02 00 5E 02 00 00 00 00 ....! 0..^.....

    0040: 00 00 00 ...

    52.448: Command/Reply Success

    END MACRO: ECM Mode 1 Message 0 Reply

    BEGIN MACRO: ECM Mode 1 Message 0 Macro

    DataAcq Write

    0000: F4 57 01 00 B4 .W...

    DataAcq Read

    0000: F0 56 E4 D6 0A



    In the big read in this example, you can see the tail end of a previous packet, followed by the F4 57 01 00 B4 echo, followed by the (highlighted) start of the F4 module’s message 1 reply, then the packet.



    You might be able to align on the reply’s static header data (F4 95 01).



    -Mark

    Anyone got any ideas how I can implement some of Mark's suggestions?

  4. #4
    Super Moderator
    Join Date
    Mar 2011
    Location
    Camden, MI
    Age
    35
    Posts
    3,026
    that's.... odd. the ADX should already have a few pauses and mode 8 commands being sent as part of the initial connection process specifically to prevent this issue.

    the way I setup the initial connection was to send the mode 8 command to the T side 5 times, wait 50mS, send the packet that grabs the VIN 5 times, wait another 50mS, send the mode 8 request 5 times again to the T side, wait another 50mS and then start the mode 1, message x requests to get the stream going.

    it almost looks like both E side and T side are trying to communicate one after another?
    1995 Chevrolet Monte Carlo LS 3100 + 4T60E


  5. #5
    Fuel Injected!
    Join Date
    Jun 2015
    Age
    36
    Posts
    354
    That log is from your E-side ADX, I haven't looked into the command macro structure yet.

    Been working on finishing up the paint work and A/C hoses, once that is done it's basically just down to making it run. Only missing part (completely missing) is the air-to-water I/C, all the parts are made save the hoses and actually fitting the tank, pump, and heat exchanger, but all that will wait till it runs, 'cuz I gotta work out a method to cycle the intercooler pump based on IAT. (I think I can hack the current OE code to do that, based on EGR stuff.)

  6. #6
    Super Moderator
    Join Date
    Mar 2011
    Location
    Camden, MI
    Age
    35
    Posts
    3,026
    if you wanted to save an output on the ECM, you could hook up a Schmitt Trigger(or a small microcontroller if you didn't want to go analog) to the IAT circuit. for something that likely wouldn't need the IAC to move around due to increased electrical draw(or maybe it would? I'm not sure how much amperage your pump would require), and probably wouldn't need any other qualifying values, it almost seems a waste.
    1995 Chevrolet Monte Carlo LS 3100 + 4T60E


  7. #7
    Fuel Injected!
    Join Date
    Jun 2015
    Age
    36
    Posts
    354
    Well, right now I can set up the EGR output to trigger on coolant temp, so I figure I can just go to that section of the code, and substitute the IAT variable for the coolant temp variable-but I need to be sure that I *only* catch the EGR functions with that mod. That way, the EGR output trips a relay coil, which then handles the intercooler pump. Basically I'd just have EGR active at idle to redline, but only when temperature is over X value-this would allow me to tweak not only when to run the pump but I could have it specifically not run the pump during periods like idle warmup.

    All of that is moot until we can get it to read the 2-bar sensor properly. I still don't have any idea what I'm doing with this, the patch attempt I made bricked an ECM so clearly I did something pretty far off the trail...

Similar Threads

  1. 16172693 16184164 16184737 16196397 PCM Information P66 V6
    By RobertISaar in forum GM ECM - Bins - TunerPro Definition Files - Wiring Diagrams - Tuner Info!
    Replies: 5
    Last Post: 04-18-2014, 05:49 PM

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
  •