Jump to content
SAU Community

Recommended Posts

On 12/11/2022 at 6:13 AM, joshuaho96 said:

It’s probably fine unless you actively tried to get it deep into boost and hold it just short of where it started misfiring. The danger is when you get deep into boost and it’s rich enough to ignite reliably but lean enough to get dangerously hot and knock-happy. If you just floored it and let it sit at the misfire limit you probably didn’t blow up your engine. The stock Haltech base map has even less timing than the stock ECU tune. 

That’s relieving to hear. I can sleep better at night now. 
 

what happened is that I was in the car with my buddy while he was on the computer. 
 

we were driving and he would change some setting and ask me to try it, then I would try to floor it but it wouldn’t go past 4000 rpm’s so I let off. 

 

we did that about 20 minutes, then I realized that he didn’t know what he was doing so we stopped 

  • Haha 1
  • Sad 1

I would say it's probably not fine at all. This is one of those things where when you open a laptop and notice your load source is at 0.0PSI and you know that is absolutely not possible with the engine running and idling that you go and find out why because anything else you do will not function.

If the car is still running, well, it's as damaged (or undamaged) as it can be. It all comes down to how close your ... 0PSI and (???) RPM load cell is tuned relative to the conditions the car was running in. Which is .... abysmal. Cars do not have a 1x1 load map. Who knows what the timing is set at 0psi and (???) rpm. Maybe the tacho is correct and it was going up and down in the 0psi table.

There's quite a lot of documentation on the Haltech end, I would advise reading it if not done already because tuning is fun. But you gotta make sure what the ECU is seeing is what is actually occurring in the motor or expensive metal sadness will result in short order.

  • Like 1

I kind of disagree with that; if the car is currently idling fine then it is fine. You could do a compression test to check but most likely there will be no issue.

In practice, if you floor it with no load axis, you will go past the (very narrow) window where it might ping and straight into the engine can't fire at all (ie missfire). We often hit that narrow window when tuning because it is such a precise process and we are looking for the maximum timing the engine can take (in most cases), but when you are miles outside the window like this it just doesn't run at all

1 hour ago, Kinkstaah said:

I would say it's probably not fine at all. This is one of those things where when you open a laptop and notice your load source is at 0.0PSI and you know that is absolutely not possible with the engine running and idling that you go and find out why because anything else you do will not function.

If the car is still running, well, it's as damaged (or undamaged) as it can be. It all comes down to how close your ... 0PSI and (???) RPM load cell is tuned relative to the conditions the car was running in. Which is .... abysmal. Cars do not have a 1x1 load map. Who knows what the timing is set at 0psi and (???) rpm. Maybe the tacho is correct and it was going up and down in the 0psi table.

There's quite a lot of documentation on the Haltech end, I would advise reading it if not done already because tuning is fun. But you gotta make sure what the ECU is seeing is what is actually occurring in the motor or expensive metal sadness will result in short order.

Pretty sure the base map is a weird one, one of the tables is TPS vs RPM only, another is MAP vs RPM only. I'd have to check to be sure but it's one of those things where even though a lot of bad things were done the holes in the system definitely maybe probably didn't all line up to cause a catastrophic failure. I would be nervous if this was a rotary engine though, those can die from a single knock event.

4 minutes ago, joshuaho96 said:

Pretty sure the base map is a weird one, one of the tables is TPS vs RPM only, another is MAP vs RPM only. I'd have to check to be sure but it's one of those things where even though a lot of bad things were done the holes in the system definitely maybe probably didn't all line up to cause a catastrophic failure. I would be nervous if this was a rotary engine though, those can die from a single knock event.

Yeah fuel load is TPS and ignition load is MAP. Fuel load is generally changed to MAP when moving to a single throttle.

I find it incredible your mate who doesn't know shit from anything would just have a crack adjusting random things. Driving with no MAP line connected on an ecu that uses MAP as load source is insane.

I would slap him.

  • Like 1
  • Haha 4

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


  • Similar Content

  • Latest Posts

    • That's awesome, well done! Love all these older Datsun / Nissans so rare now
    • As I said, there's trade offs to jamming EVERYTHING in. Timing, resources etc, being the huge ones. Calling out the factory ECU has nothing to do with it, as it doesn't do any form of fancy boost control. It's all open loop boost control. You mention the Haltech Nexus, that's effectively two separate devices jammed into one box. What you quote about it, is proof for that. So now you've lost flexibility as a product too...   A product designed to do one thing really well, will always beat other products doing multiple things. Also, I wouldn't knock COTS stuff, you'd be surprised how many things are using it, that you're probably totally in love with As for the SpaceX comment that we're working directly with them, it's about the type of stuff we're doing. We're doing design work, and breaking world firsts. If you can't understand that I have real world hands on experience, including in very modern tech, and actually understand this stuff, then to avoid useless debates where you just won't accept fact and experience, from here on, it seems you'd be be happy I (and possibly anyone with knowledge really) not reply to your questions, or input, no matter how much help you could be given to help you, or let you learn. It seems you're happy reading your data sheets, factory service manuals, and only want people to reinforce your thoughts and points of view. 
    • I don't really understand because clearly it's possible. The factory ECU is running on like a 4 MHz 16-bit processor. Modern GDI ECUs have like 200 MHz superscalar cores with floating point units too. The Haltech Nexus has two 240 MHz CPU cores. The Elite 2500 is a single 80 MHz core. Surely 20x the compute means adding some PID boost control logic isn't that complicated. I'm not saying clock speed is everything, but the requirements to add boost control to a port injection 6 cylinder ECU are really not that difficult. More I/O, more interrupt handlers, more working memory, etc isn't that crazy to figure out. SpaceX if anything shows just how far you can get arguably doing things the "wrong" way, ie x86 COTS running C++ on Linux. That is about as far away from the "correct" architecture as it gets for a real time system, but it works anyways. 
    • Holy hell! That is absolutely stunning! Great work!!!
    • It does when you start adding everything else in. But it's not just compute. It's the logic. Getting your timing right (I'm not meaning ignition timing for the engine). Making sure of your memory mappings, seeing your interrupts. Microcontroller devices only have so much capacity. For the most part, you want all those timers and interrupts in use on your engine control, which means you're left with less than ideal methods for timing and management of other control functions.   Let's put it this way, my job is all about building custom hardware, that goes into cars, and integrates with them. We're also waiting on a media confirmation from SpaceX too fora world first we've just completed with them in NZ too. It's not just the little toys I play with. But you know, you can think and believe what you want.
×
×
  • Create New...