ETB Frequency

Tuning, troubleshooting and the nitty gritty of using rusEFI to make your engine run nicely!
Post Reply
mtmotorsport
Posts: 91
Joined: Wed Mar 31, 2021 10:00 pm

ETB Frequency

Post by mtmotorsport »

I remember reading about the reason the default PWM frequency is 800hz but I can't find it. I think this is the cause of my repeated throttle body failures. They audibly make noise, and while that isn't a concern of itself it has lead to multiple throttle bodies with failed TPS circuits. I'm using GM throttle bodies, and they are being run at 800hz. The OEM operates them at 8000Hz as measured on my daily driver. At 8000hz they are near silent and last forever.

Is it a heat generation issue with the higher frequencies?

This is using Proteus v0.6 and MRE 0.5.x and MRE 0.6.0
Matt
MT Motorsport / EcotecMiata
User avatar
AndreyB
Site Admin
Posts: 14334
Joined: Wed Aug 28, 2013 1:28 am
Location: Jersey City
Github Username: rusefillc
Slack: Andrey B

Re: ETB Frequency

Post by AndreyB »

quote from source code
! Matt says: The problem is the driver chip. Tle9201 can't do 20k. The drivers are too slow. On purpose to reduce EMI
! https://rusefi.com/forum/viewtopic.php?p=47307#p47307
#define ETB_HW_MAX_FREQUENCY 3000
Very limited telepathic abilities - please post logs & tunes where appropriate - http://rusefi.com/s/questions

Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
mtmotorsport
Posts: 91
Joined: Wed Mar 31, 2021 10:00 pm

Re: ETB Frequency

Post by mtmotorsport »

Back at this again. New throttle body, lasted a few hours before starting to cause errors with TPS primary and secondary not matching. Seems the threshold is 5% error between the channels, and that is simply too close it seems. Previous throttle bodies had analog resistive traces for TPS signals. This new one uses a non contact hall effect position sensor. Same problem. These are gen4 LS throttle bodies. Some used with 200,000miles, some with 3 hours. None give any problems when installed on a stock C6 corvette.

Can the TPS error % be raised or adjustable like OE GM calibrations?
Matt
MT Motorsport / EcotecMiata
mck1117
running engine in first post
running engine in first post
Posts: 1494
Joined: Mon Jan 30, 2017 2:05 am
Location: Seattle-ish

Re: ETB Frequency

Post by mck1117 »

I've never seen a throttle's position sensors (yes, hall like yours) deviate more than about 0.5% over temperature and their life without it being a wiring issue.
mtmotorsport
Posts: 91
Joined: Wed Mar 31, 2021 10:00 pm

Re: ETB Frequency

Post by mtmotorsport »

I'm running new wires direct from ecu to throttle body now.

This is over 3 different cars. Two on Proteus, one on MRE.
Matt
MT Motorsport / EcotecMiata
mtmotorsport
Posts: 91
Joined: Wed Mar 31, 2021 10:00 pm

Re: ETB Frequency

Post by mtmotorsport »

Tune: https://www.rusefi.com/online/view.php?msq=1567
Log too big to upload, fun starts at 658 seconds:
Matt
MT Motorsport / EcotecMiata
User avatar
AndreyB
Site Admin
Posts: 14334
Joined: Wed Aug 28, 2013 1:28 am
Location: Jersey City
Github Username: rusefillc
Slack: Andrey B

Re: ETB Frequency

Post by AndreyB »

Rumors are Nissan Tiida (Versa?) uses TLE9201 at 1kHz
Very limited telepathic abilities - please post logs & tunes where appropriate - http://rusefi.com/s/questions

Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
mtmotorsport
Posts: 91
Joined: Wed Mar 31, 2021 10:00 pm

Re: ETB Frequency

Post by mtmotorsport »

mck1117 wrote:
Tue Oct 31, 2023 12:08 am
I've never seen a throttle's position sensors (yes, hall like yours) deviate more than about 0.5% over temperature and their life without it being a wiring issue.
Thanks for the push to check the wiring. While I didn't find any wiring faults I did find a bad AEM pressure sensor (Exhaust back pressure) that would momentarily short circuit when tapped with my finger. Unplugged the sensor and so far so good. I had bypassed the engine harness by running 2 new TPS wires directly to the ECU but this had no effect as it seems the cause of my problems was the 5v short.
Matt
MT Motorsport / EcotecMiata
User avatar
AndreyB
Site Admin
Posts: 14334
Joined: Wed Aug 28, 2013 1:28 am
Location: Jersey City
Github Username: rusefillc
Slack: Andrey B

Re: ETB Frequency

Post by AndreyB »

mtmotorsport wrote:
Tue Oct 31, 2023 5:46 pm
Tune: https://www.rusefi.com/online/view.php?msq=1567
Log too big to upload, fun starts at 658 seconds:
Just leaving this here as a reference of hopefully happy PID settings
image.png
image.png (96.65 KiB) Viewed 20666 times
Very limited telepathic abilities - please post logs & tunes where appropriate - http://rusefi.com/s/questions

Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
Post Reply