Notices
ECU Flash

Is there a way to keep the fans running?

Thread Tools
 
Search this Thread
 
Old Oct 18, 2010 | 08:55 AM
  #1  
StlEvo05's Avatar
Thread Starter
Evolving Member
iTrader: (13)
 
Joined: May 2007
Posts: 132
Likes: 0
From: St.Louis, Missouri
Is there a way to keep the fans running?

Is there a patch or some kind of code that I can enter into my evoscan program to keep the radiator fans running for longer than 5 seconds ? I know that in HP Tuners you can turn the fans on for as long as you want. It would be nice if I could do the same.
Reply
Old Oct 18, 2010 | 01:58 PM
  #2  
vd's Avatar
vd
Evolving Member
iTrader: (3)
 
Joined: Aug 2007
Posts: 249
Likes: 4
From: London, UK
Yes, there is special tables that control main and AC fans. If you provide ROM ID I believe you'll get sufficient answer.
Reply
Old Oct 18, 2010 | 02:47 PM
  #3  
StlEvo05's Avatar
Thread Starter
Evolving Member
iTrader: (13)
 
Joined: May 2007
Posts: 132
Likes: 0
From: St.Louis, Missouri
Originally Posted by vd
Yes, there is special tables that control main and AC fans. If you provide ROM ID I believe you'll get sufficient answer.
sweet, i'll post the rom id number when I get home.
Reply
Old Oct 19, 2010 | 06:13 AM
  #4  
StlEvo05's Avatar
Thread Starter
Evolving Member
iTrader: (13)
 
Joined: May 2007
Posts: 132
Likes: 0
From: St.Louis, Missouri
Rom ID : 96530706
Reply
Old Oct 19, 2010 | 07:35 PM
  #5  
knochgoon24's Avatar
Evolving Member
iTrader: (2)
 
Joined: Feb 2009
Posts: 109
Likes: 0
From: State College, PA
Here you go. This should work with your ROM.

PHP Code:
<table name="AC Fan Low Duty" category="Fan control" address="2478" type="2D" scaling="Percent (128)">
        <table name="Condition" type="Static Y Axis" elements="2">
            <data>Off -> Low</data>
            <data>Low -> High</data>
        </table>
    </table>



    <table name="AC Fan High Speed" category="Fan control" address="1ad2" type="2D" scaling="VehicleSpeed">
        <table name="Condition" type="Static Y Axis" elements="2">
            <data>On</data>
            <data>Off</data>
        </table>
    </table>

    <table name="AC Fan High rpm" category="Fan control" address="1ada" type="2D" scaling="RPMStatLimit">
        <table name="Condition" type="Static Y Axis" elements="2">
            <data>On</data>
            <data>Off</data>
        </table>
    </table>

    <table name="AC Fan High coolant" category="Fan control" address="1ade" type="2D" scaling="Temp">
        <table name="Condition" type="Static Y Axis" elements="2">
            <data>On</data>
            <data>Off</data>
        </table>
    </table>

    <table name="AC Main Coolant" category="Fan control" address="1ae8" type="2D" scaling="Temp">
        <table name="Condition" type="Static Y Axis" elements="2">
            <data>On</data>
            <data>Off</data>
        </table>
    </table>

    <table name="AC Main TPS" category="Fan control" address="1ae4" type="2D" scaling="ThrottlePercentage">
        <table name="Condition" type="Static Y Axis" elements="2">
            <data>On</data>
            <data>Off</data>
        </table>
    </table>

    <table name="Fan Counter" category="Fan control" address="1b00" type="1D" level="1" scaling="Hex16"/>

    <table name="Thermo Fan Duty 0-12mph" category="Fan control" address="575c" type="3D" level="2" swapxy="true" scaling="Percent (128)">
        <table name="Conditions" type="Static X Axis" elements="3">
            <data>Main Fan 0-12mph</data>
            <data>A/C Fan 0-12mph</data>
            <data>Main+A/C 0-12mph</data>
        </table>
        <table name="Engine Temp" address="6a14" type="Y Axis" elements="12" scaling="Temp"/>
    </table>

    <table name="Thermo Fan Duty >12mph" category="Fan control" address="45ac" type="3D" level="2" swapxy="true" scaling="Percent (128)">
        <table name="Conditions" type="Static X Axis" elements="9">
            <data>Main Fan 12-31mph</data>
            <data>Main Fan 31-50mph</data>
            <data>Main Fan 50->>mph</data>
            <data>A/C Fan 12-31mph</data>
            <data>A/C Fan 31-50mph</data>
            <data>A/C Fan 50->>mph</data>
            <data>Main+A/C 12-31mph</data>
            <data>Main+A/C 31-50mph</data>
            <data>Main+A/C 50->>mph</data>
        </table>
        <table name="Engine Temp" address="6a14" type="Y Axis" elements="12" scaling="Temp"/>
    </table> 
Reply
Old Oct 19, 2010 | 11:19 PM
  #6  
Deepnine's Avatar
Evolving Member
iTrader: (4)
 
Joined: Apr 2008
Posts: 186
Likes: 0
From: Germany
logging 0xCF should keep the fan running.
I have tried it some while ago, but i'm not 100% sure.

Just make an new logging item Label it "Fans on" and set the request id to CF, you don't ne full logging speed.

or you enter CF on evoscan at the custom request field.
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
JDavenport
Motor Sports
2
Apr 29, 2017 12:43 PM
lghtngyello03
Evo Engine / Turbo / Drivetrain
10
Jul 22, 2016 03:26 PM
utggevox
Evo X Engine / Turbo / Drivetrain
4
Jun 10, 2012 04:30 PM
*02Lancer*
Lancer Aftermarket Forced Induction Tech
16
Dec 3, 2008 06:32 PM
MrB
Evo General
2
May 23, 2006 04:24 PM




All times are GMT -7. The time now is 06:53 PM.