Jump to content
SAU Community

How To Get Rid Of Sluggish Coldstart/warmup And Bad Fuel Economy On Your Nistuned Rb20Det/z32/gtr Ecu.


Recommended Posts

So for my short trips in cold canberra weather to and from work (about 20min stop start traffic)

Could this be the cause of such poor fuel economy such as 200-250km per tank ?

Sucks that this is only discovered a few months before I sell the car haha

So for my short trips in cold canberra weather to and from work (about 20min stop start traffic)

Could this be the cause of such poor fuel economy such as 200-250km per tank ?

Sucks that this is only discovered a few months before I sell the car haha

It would make your economy worse but not that much worse, I was getting 15-16L/100km driving 10 minutes to work and back each day, I think I get more like 14-15 now, I actually get better economy if I do a few runs through the hills as the speed is so much higher.

200-250k to a tank (~20L/100km??) sounds like a fuel leak or boost leak or a bad misfire at cruise. I'm happy to make this change to anyones nistune ECU if they are here in Adelaide, only takes 20 minutes.

Edited by Rolls

I don't think the RB20 is very fuel efficient at low revs given its design.

I'm getting 10L/100 in extra urban driving with some pulls and the EUDM S13 final drive ratio (3.962).

The code explaining this equation is as follows:

ldaa   X145D
ldx   #TIMING_ADVANCE
jsr   L809F
psha
ldaa   X1544
ldx   #$AFTER_START_TIMING_ADVANCE   
jsr   L809F
tab
pula
sba

Once you have burnt these changes to your ECU you can enjoy the car driving like it is hot on cold start and warm start! I gotta say it makes driving the car so much better, no sluggishness or jerkyness on startup. If you do a lot of short trips this will improve your fuel economy massively.

Anyway hope this makes some peoples cars nicer to drive!

Nice find, and good on you for putting together the post to share it :D I've never used a Nistune, and not sure that I will but it helps to know about this as a possible thing I could encounter if I do :)

In other news, reading that first post gave me a hell of a nostelgic moment haha... this is the first time I have seen assembly code which looked like it could belong on an 8bit Commodore or Atari computer (Motorola style assembly language) a discussion I'd be reading for interests sake in maybe nearly 30 years!! And the last time I did would have been in a computer magazine/newsletter that people wrote into with their questions and answers, so you'd potentially have to wait weeks before you had answers :/ The last time I think I've seen assembly code come up in an online conversation was probably about 15 years ago (around the time I stopped doing that kind of thing for the fun of it) and I don't think I ever expected to see the stuff again, much less on a forum about Skylines! Way to go, made my day haha :cheers:

Thank matt from nistune, he was the one who knows the code well enough to find that snippet and explain it, mine was just a translation of what he said.

My job involves lots of old PLCs and writing ASM sometimes so that stuff is second nature to me, there is an ECU website which is where nistune evolved from which you might enjoy. Thousands of real programming sites with ASM galore on them if it is something that interests you though! Generally people avoid it like the plague unless reverse engineering something as languages these days are so much easier to write with their high level of abstraction.

Edited by Rolls

languages these days are so much easier to write with their high level of abstraction.

Unless you want your code to be efficient.

The guy who did the sound programming for Crazy Comets and Mega Apocalypse for the C64 was given 4kB of memory and managed to pull out 5 different voices of sound (from a 2 channel sound chip) in 1983 or thereabouts. All done raw in ASM. These days that couldn't be done without at least 4GB of RAM and a full SDK.

Unless you want your code to be efficient.

The guy who did the sound programming for Crazy Comets and Mega Apocalypse for the C64 was given 4kB of memory and managed to pull out 5 different voices of sound (from a 2 channel sound chip) in 1983 or thereabouts. All done raw in ASM. These days that couldn't be done without at least 4GB of RAM and a full SDK.

Memory is cheap and so is processing, you can get a PIC32 for $4 these days with enough flash memory to hold a C# stack and program in .NET

Was an argument many moons ago but not these days, if you want efficiency you can always use C++ and inline asm where appropriate and keep the rest of your code managed and high level, no need to suffer all day long writing just asm.

My job involves lots of old PLCs and writing ASM sometimes so that stuff is second nature to me, there is an ECU website which is where nistune evolved from which you might enjoy. Thousands of real programming sites with ASM galore on them if it is something that interests you though! Generally people avoid it like the plague unless reverse engineering something as languages these days are so much easier to write with their high level of abstraction.

True - I'd had the conversation recently with a couple of geek mates about whether Assembly is likely to be used much, if not at all recently... partly for the reasons you provided below. I really am too lazy and don't have the motivation to get into that kind of coding these days, I don't think I've been in a situation where the novelty or necessity of it has really arisen.

Memory is cheap and so is processing, you can get a PIC32 for $4 these days with enough flash memory to hold a C# stack and program in .NET

Was an argument many moons ago but not these days, if you want efficiency you can always use C++ and inline asm where appropriate and keep the rest of your code managed and high level, no need to suffer all day long writing just asm.

The guy who did the sound programming for Crazy Comets and Mega Apocalypse for the C64 was given 4kB of memory and managed to pull out 5 different voices of sound (from a 2 channel sound chip) in 1983 or thereabouts. All done raw in ASM. These days that couldn't be done without at least 4GB of RAM and a full SDK.

Haha the last piece of assembly code I wrote was a 2.5kb self contained game as a result of a geeky dick swinging session on FidoNet, I still have it floating around but I am getting less and less confident I will be able to run it on anything soon due to it being MS-DOS based and using direct hardware access etc. I was fully inspired by that kind of thing, I learnt how to write machine code using a VIC-20 which didn't have enough memory to hold an assembler AND do anything useful with it (~5kb of user memory). We used to try and squeeze as much as we could out of seriously under-power machines, and it was amazing what people could get C64s/Amigas/early PCs to do - real time. I think the me over 20+ years ago would be both amazed and (/ or?) horrified at the code I do now hahahaha.

I reckon so - work for NZ's Meteorological Service as a software engineer, developing software which is used to create weather related shows using meteorological data... like this:

Channel 7 in Oz use our software, amongst a bunch of other stations around the world - definitely my cup of tea, I always was into science and also programming (especially graphics related) so pretty sweet to get paid doing stuff I could do for fun :)

Going OT no doubt, but it's interesting seeing what goes on behind the scenes with folks that frequent these forums and talk about almost completely unrelated stuff :D What do you do exactly that means you need to tweak bits and bytes from a low level?

FK yeah engineering! I used to love doing these kind of stuff (e.g. basic PIC/ASM programming at uni), then I got a job in I.T. and it was all over lol.

FK yeah engineering! I used to love doing these kind of stuff (e.g. basic PIC/ASM programming at uni), then I got a job in I.T. and it was all over lol.

Go get a job in engineering then! engineering ftw, I love my job, it is more of a hobby but I get paid really well as a bonus! makes turning up each day pretty easy

Half your luck. If either of my kids ever express an interest in engineering I'll be trying to dissuade them as hard as I can. Dealing with moronic clients, moronic management, moronic sales staff, moronic junior engineers.......just too much hassle.

Half your luck. If either of my kids ever express an interest in engineering I'll be trying to dissuade them as hard as I can. Dealing with moronic clients, moronic management, moronic sales staff, moronic junior engineers.......just too much hassle.

That is just a problem with the business/company not the industry, should come work with us, we are in adelaide!

  • Like 1

That is just a problem with the business/company not the industry, should come work with us, we are in adelaide!

Yep imho that kind of thing happens all over - when you have various people of various backgrounds, experience levels etc then you easily end up with a turbulent flow and there is always going to be messy highs and lows. Where I am working things seem pretty laminar (relatively speaking), basically a whole pile of people who are level, intelligent and feel like they are working towards a relatively common goal - but I guess a certain amount of that comes down to company culture and managing to hire the right people to keep it consistent, if they are able to.

So it looks like we're on topic :P

4CLX_frontpage.jpg

Go get a job in engineering then! engineering ftw, I love my job, it is more of a hobby but I get paid really well as a bonus! makes turning up each day pretty easy

Wish I can. I dropped out of uni and am dumb now. I'm Unix-ing to pay the bills.

Wish I can. I dropped out of uni and am dumb now. I'm Unix-ing to pay the bills.

never too late to go back part time, I spent 8 years doing my degree, 4 years full time, got a job as an engineer then spent 4 years doing 1 topic a semester to finally get my piece of paper.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Latest Posts

    • Must have been an absolute nightmare to drive when the power steer was out, the rack ratio/wheel size/caster is all set up for power assistance
    • Welcome to SAU, what are you looking at buying?
    • I checked the injectors again (1 and 2, since they’re easiest to access) to make sure they weren’t clogged. Even though the entire fuel system had been cleaned, I wanted to be certain. Everything looked clean, so I reinstalled and connected everything. When I started the car to confirm everything was okay, it immediately revved up high, so I shut it off straight away. I checked to see if I’d missed a vacuum hose or something, but everything was connected. On the second attempt, the car ran without the high idle, but I noticed a distinct “compressed air” sound coming from the engine bay. Tracing the sound, I pushed injector #6 forward slightly and the noise stopped — it turned out it wasn’t seated properly, despite the fuel rail being bolted down. While holding it in place, the car idled steadily without stalling and ran for over 5 minutes. At this point, I pulled all six injectors out just in case I hadn’t seated them correctly or dirt had gotten onto the O-rings. Unfortunately, I discovered that I had damaged 3 out of 6 injectors (the OEM 270cc ones) during installation. So yes, this was my fault. Since only the pintle caps were damaged, I’ve ordered a Fuel Injector Service Kit from NZEFI to refurbish them. In the meantime, I reinstalled my new injectors – the car now idles fine for over 15 minutes without stalling. I have not attempted to drive it so far. It’s not perfect yet, as it hesitates when the throttle is pressed, but it’s a big improvement. Unplugging the IACV with the new injectors idles at around 800rpm, even with the IACV screw tightened fully. But this is probably due to tune.
    • I wanted to try and preserve the front bumper as long as possible, they're not cheap and are made to order in Japan. Taking inspiration from my previous K11 Micra build where I made an undertray for the Impul bumper, I did the same for this BN Sports bumper but a little slimmed down.  This time round I only made a 'skid plate' (if that's the correct wording/term) for just the bumper surface area, the Micra version covered the gap like an undertray. Starting off with a sheet of mild steel approx. 0.9mm thick 4ft x 2ft in size. I traced around the bumper, cut it out and cleaned the edges. Luckily I was able to get two halves from one piece of metal In the video I installed it as is, but I've since then I've removed it to spray and add a rubber edging trim. The rubber trim is suitable for 1-2mm and it's a really nice tight fit. The bolts had to be loosened due to the plates being too tight against the bumper, the trim wouldn't push on I used some stainless M6 flat headed bolts for a flusher finish (rather than hex heads poking down), I believe this style fastener is used for furniture too incase you struggle to source some. The corner's are a little wider, but this may be an advantage incase I get close to bumping it  The front grill got some attention, finally getting round to repairing it. Upon removal one fixing pulled itself out of the plastic frame, one side is M8 that fixes inside of the frame, where as the other side is M5. Not knowing I could get replacements, I cut down an M8 bolt, threaded it inside the frame along with a decent amount of JB Weld.  The mesh was replaced to match the bumper. One hole on the bonnet/hood had to be drilled out to 8mm to accommodate the new stud, once the glue had set it could be refitted. I think the reason the grill was double meshed was to hide the horn/bonnet latch (which makes sense) but I much prefer it matching the bumper Bumper refitted and it's looking much better IMO The Youtube video can be seen here: https://www.youtube.com/watch?v=bVZP35io9MA
    • The video for the servicing and fuel filter change can be seen here: https://www.youtube.com/watch?v=uLJ65pmQt44 One of the main jobs I wanted to do before the car officially went on the road, was to remove the awful looking blue silicone hoses. There's nothing wrong with having coloured silicone hoses, but I realise as I'm getting older I prefer monotone engine bays with a splash of colour on the engine cover(s). I cover this in a lot more detail in the Youtube video, so unfortunately there's limited photos of the process. The intercooler, upper radiator, boost vacuum and upper breather hoses were all changed to black silicone with mikalor clamps. The only blue left is a blanking cap at the back of the inlet manifold and the GReddy pulleys (which will be replaced for stock when the cambelt gets replaced) While the intercooler pipes were off I gave them a quick clean/polish too A before photo I do have a replacement air filter on its way. Fuse box covers were painted blue, they're now satin black Another job on the list while the bumper was off, is to add some mesh https://live.staticflickr.com/65535/54737966256_99b28bfa30_c.jpg[/img] I was hoping to use some thin wire to secure it, but it seems I've misplaced it and the wire I had was too thick to twist easily. I ended up using cable ties for the time being https://live.staticflickr.com/65535/54737131882_c2b7989dcc_c.jpg[/img] Was pleasant to see this https://live.staticflickr.com/65535/54737131627_8b2aab13b3_c.jpg[/img] The last thing to do was to fix the front grill and re-mesh that to match but I ran out of time The Youtube video can be seen here: https://www.youtube.com/watch?v=R4FsF6tgizE&t=23s
×
×
  • Create New...