Need two additional solenoids switched by ecu
Need two additional solenoids switched by ecu
Hi,
for my next project i need two solenoids switched.
The first one by rpm:
Need two witching points one for rising one for falling.
The second by speed and load as 3d map.
i would like to use the egr and fpr solennoid, because the are not connected in my car. But i haven't found out anything about this two solenoids.
does someone diassembled some code about them?
I think i can figure out the map stuff, there are enough examples in the code.
Is there any suggestion for a hook point for my own routine?
thx Jan
for my next project i need two solenoids switched.
The first one by rpm:
Need two witching points one for rising one for falling.
The second by speed and load as 3d map.
i would like to use the egr and fpr solennoid, because the are not connected in my car. But i haven't found out anything about this two solenoids.
does someone diassembled some code about them?
I think i can figure out the map stuff, there are enough examples in the code.
Is there any suggestion for a hook point for my own routine?
thx Jan
Using the FPR solenoid line to switch on the second pump in a double pumper setup would be great
. I've been quietly pushing for this for months, but only quietly since I can't do much more than test
. I've been quietly pushing for this for months, but only quietly since I can't do much more than test
Could you already use the relay that switches pump voltage for this purpose already?
EvoM Guru
iTrader: (50)
Joined: Mar 2006
Posts: 9,675
Likes: 132
From: Tri-Cities, WA // Portland, OR
EGR duty is MUT85. The first occurence in your ROM of the 2-byte RAM addy should be be where the duty cycle is set. In my ROM, its sub_CBDE. Might be the same for yours. I've never bothered to find the FPR solenoid, but the duty cycle conversion for that solenoid ought to be in the same subroutine as for the EGR solenoid.
Trending Topics
EvoM Guru
iTrader: (50)
Joined: Mar 2006
Posts: 9,675
Likes: 132
From: Tri-Cities, WA // Portland, OR
FPR is not PWM to my knowledge, but my guess is that its state is still set in that same subroutine.
Under low load conditions the power to the pump is passed through a resistor that drops the voltage to the pump. At higher load full voltage is sent to the pump. I don't know what the exact conditions are for it to switch over, but if someone were to disassemble the code and you were to do a bit of wiring changes it could work for what you want. The factory switchover conditions might even be sutable for your needs as is. You can check the factory service manual for more info.
Under low load conditions the power to the pump is passed through a resistor that drops the voltage to the pump. At higher load full voltage is sent to the pump. I don't know what the exact conditions are for it to switch over, but if someone were to disassemble the code and you were to do a bit of wiring changes it could work for what you want. The factory switchover conditions might even be sutable for your needs as is. You can check the factory service manual for more info.
MrFred... any chance you can put this somewhere on your list of fun?
Thread
Thread Starter
Forum
Replies
Last Post
fostytou
Evo How To Requests / Questions / Tips
359
Oct 23, 2025 09:54 AM
Chrushev
Lancer Troubleshooting
4
Mar 30, 2017 08:13 PM
Evoguy!123
General Engine Management / Tuning Forum
0
Jun 20, 2016 10:07 AM
Sheasta
For Sale/WTB - Engine / Drivetrain / Power
1
Sep 27, 2015 07:52 PM




