Announcement

Collapse
No announcement yet.

nAst1: Progress and Concepts Thread

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • i'm also hoping it works as-is.... i didn't have to do any soldering on the PLCC stuff to connect the PROM's A15 circuit to the 6811's A15 circuit instead of the +5V that it was connected to.

    i'm trying to find other instances of the P4 specific unit using 64KB BINs, but it's hard to find.... plenty of P6(and assumed P6 in the case of some cadillac 4.5/4.9 units), but no hard data on the P4s.
    1995 Monte Carlo LS 3100, 4T60E...for now, future plans include driving it until the wheels fall off!
    Latest nAst1 files here!
    Need a wiring diagram for any GM car or truck from 82-06(and 07-08 cars)? PM me!

    Comment


    • 16197427 ECM
      Uses 64k EEPROM, address range from $4000-$FFFF. From the picture of the board it appears to be a single 6811 proc ECM, not dual like the N*, the SFI 3.8 motors, and a couple others. Seems to have extended RAM space as well.

      16197427 PCM Information $0DThis PCM was used in 1994 - 1995 C/K Truck, Van, S-10, 4.3L, 5.7L & 7.4L The 16197427 came in many trucks and can run $31, $0D, $0E, $E6 mask. Click Here for thread on changing a 1227747 ECM to 16197427 PCM Pin by Pin! Click Here for long thread discussing the 7747 to 7427 swap! *Work in Progress*

      $0D-Hac.zip‎ , partway down page.

      And comments about it running a MPFI 3.4 Camaro engine with a DIS
      DIY PROM - 16197427 DIS Offset - I currently use a 1227747 with Dual TBI-700 Throttle bodies on a Corvair. I use a V6 DIS using the Harmonic balancer as my trigger. I wanting to upgrade to a newer ECM and have selected the 7427. I'm switching to a 16197427 PCM. When I setup my 7747 ECM I had to set the Initial spark...
      Last edited by brian89gp; 09-26-2012, 10:02 AM.

      Comment


      • that's a single P6 design though. everything is where it's actually supposed to be compared to a reference 68HC11, since the P6 units are actually 68HC11F1 models.

        the SFI 3.8 are also single P6, or at least i've never ran across a dual one. oddly enough, the 94-95 LQ1(P4) and 94-95 3800(P6) share a LOT of code between the two....
        1995 Monte Carlo LS 3100, 4T60E...for now, future plans include driving it until the wheels fall off!
        Latest nAst1 files here!
        Need a wiring diagram for any GM car or truck from 82-06(and 07-08 cars)? PM me!

        Comment


        • Hey so the way I understand it the 3-step rev limiter uses fuel cut; is this useful for building/maintaining boost at the line and during shifts? It seems like all the aftermarket 2-steps use spark cut. Also if running meth injection a fuel cut limiter could cause the engine to run super lean. Is there a way to change the rev limiter to a spark cut limiter?
          '89 Firebird, 3500 Turbo, T56, 9-bolt/4.11
          '86 Fiero, 3500, 4-speed

          Comment


          • yes, the 3 step does a fuel cut, useful for a bunch of stuff, especially if you like to shift without letting off the throttle or want to be able to launch at full throttle, but not necessarily at a high RPM.

            could change it to a spark cut..... if it were demanded enough. could tweak the code a bit so that it could be selectable as a fuel or spark cut.
            1995 Monte Carlo LS 3100, 4T60E...for now, future plans include driving it until the wheels fall off!
            Latest nAst1 files here!
            Need a wiring diagram for any GM car or truck from 82-06(and 07-08 cars)? PM me!

            Comment


            • I would definitely be interested in a spark cut limiter.
              '89 Firebird, 3500 Turbo, T56, 9-bolt/4.11
              '86 Fiero, 3500, 4-speed

              Comment


              • i get the feeling i need to make some kind of polling thread(s) for nAst1 users to see what's popular and what isn't....

                with the spark limiter, it seems like it would be really simple to either make the dwell time REALLY short or just not have a dwell period at all. i discussed this with somebody playing with code59 for a little while, but i'm not sure how far he got along with it.
                1995 Monte Carlo LS 3100, 4T60E...for now, future plans include driving it until the wheels fall off!
                Latest nAst1 files here!
                Need a wiring diagram for any GM car or truck from 82-06(and 07-08 cars)? PM me!

                Comment


                • Well IMHO after 3-bar support a spark-cut limiter just makes sense. Oh and when running a 3-bar a 1-bar is not needed, correct?
                  '89 Firebird, 3500 Turbo, T56, 9-bolt/4.11
                  '86 Fiero, 3500, 4-speed

                  Comment


                  • maybe it's just me, but i hate the idea of sending a bunch of raw fuel right out of the engine....

                    but it's simple to do, so, probably one of the next things in line, along with wastegate control to hit target boost, along with more launching stuff(like max PSI vs MPH)....

                    and yes, the code is setup for one MAP sensor, from 1-3 BAR. when using with a boosted engine, be certain to set the max RPM to allow baro update to something lower than your boost threshold, otherwise the baro will be updated to anything between the real barometric pressure and 104.45kPa. i may add dedicated barometric sensor support, but i don't know how much it would get utilized.
                    1995 Monte Carlo LS 3100, 4T60E...for now, future plans include driving it until the wheels fall off!
                    Latest nAst1 files here!
                    Need a wiring diagram for any GM car or truck from 82-06(and 07-08 cars)? PM me!

                    Comment


                    • a slight update.....

                      so.... the 89-93 or so 3.3 liter that's based on the 3800? it happens to use an ECM that for all of the researching i've done on it is almost identical to a 1227730(literally, the same PCB, can't even see a different set of hardware like you would comparing a 7730 to a 7749).... it also happened to use a high-frequency MAF..... so i'll be stealing some code from that to get the timer/pulse accumulator to Hertz calculation done and use a modified version of the 94-95 LT1 algorithm to create the table itself and high-frequency MAF will very soon be ready to go.

                      obviously, with something as important as this can be to fueling/spark, it's going to get some significant bench-testing done before i consider releasing it publicly. but all of the option bits that already exist in the XDF regarding the MAF? expect all of those to be functional within the next release or two.
                      1995 Monte Carlo LS 3100, 4T60E...for now, future plans include driving it until the wheels fall off!
                      Latest nAst1 files here!
                      Need a wiring diagram for any GM car or truck from 82-06(and 07-08 cars)? PM me!

                      Comment


                      • I though I would post a tip that worked well for me.
                        This would really only apply to someone starting a tune from scratch and able to use both $A1 and nAst1. Start your tune with $A1. Because there is MUCH less resolution in the fuel and spark tables, its quite a bit easier to get your tables close, fast. Then when you are close, switch to nAst1 for a better code and do some fine tuning.

                        Comment


                        • So a spark cut 2 step is in the works ?

                          I might just have to download all these files and try it.

                          Anyone out there using this code on a boosted V6 with 3 bar and some big injectors ??
                          11.92 @ 122 MPH 3400 91 Cavalier Z24 Intercooled S/C. -totalled-
                          10.56 @ 130 MPH 3900 LZ9 87 IROC Z28 Intercooled GT4088 Turbo

                          Comment


                          • I plan on trying this within a month . Hopefully by then there will be a spark cut rev limiter....
                            '89 Firebird, 3500 Turbo, T56, 9-bolt/4.11
                            '86 Fiero, 3500, 4-speed

                            Comment


                            • Originally posted by Mars View Post
                              So a spark cut 2 step is in the works ?

                              I might just have to download all these files and try it.

                              Anyone out there using this code on a boosted V6 with 3 bar and some big injectors ??
                              i haven't looked at the files in a while, but it may require the additional SRAM of a 9396.... working on a patch to allow either a 9396 or a 7727/7730 with the NVRAM mod to function the same. basically the patch, which can be unapplied at any time, will allow swapping between the two platforms with a single button.

                              Originally posted by caffeine View Post
                              I plan on trying this within a month . Hopefully by then there will be a spark cut rev limiter....
                              i have a serious case of "lazy ass" going on.... i'll try and get it done soon, it's not that difficult of a patch to impliment.
                              1995 Monte Carlo LS 3100, 4T60E...for now, future plans include driving it until the wheels fall off!
                              Latest nAst1 files here!
                              Need a wiring diagram for any GM car or truck from 82-06(and 07-08 cars)? PM me!

                              Comment


                              • Hey I was looking on TGO the other day about info on running the T56 VSS with a 7730 and some ppl were saying it will only handle up to 3.42 gears. Is this a hardware limitation? Or can nAst1 be modified to support it if it doesn't already? IIRC the signal is 40,000 ppm.
                                '89 Firebird, 3500 Turbo, T56, 9-bolt/4.11
                                '86 Fiero, 3500, 4-speed

                                Comment

                                Working...
                                X