EvolutionM - Mitsubishi Lancer and Lancer Evolution Community

EvolutionM - Mitsubishi Lancer and Lancer Evolution Community (https://www.evolutionm.net/forums/)
-   ECU Flash (https://www.evolutionm.net/forums/ecu-flash-179/)
-   -   Ecu based fan control ? (https://www.evolutionm.net/forums/ecu-flash/497522-ecu-based-fan-control.html)

TJung Jun 11, 2010 05:47 AM

Ecu based fan control ?
 
Like in title...

Is it possible to control for example fan speed or turn-on moment via ecu ?

knochgoon24 Jun 12, 2010 02:33 AM

I've been trying to track down some solid answers on this too. I know you can, but I'd like to know table locations, especially for the 9653xxxx based roms.

TJung Jun 12, 2010 03:30 AM

Yeah, that's exactly what I search for - table locations. For now - I just installed switch which I use to turn on fan, when I want. But controlling fan via ecu would be great thing.

MR. EVO MR Jun 12, 2010 03:34 AM

you can turn it off and on via evoscan

Deepnine Jun 12, 2010 08:28 AM

search for thermo fan

there are maps in most roms.

i can give you more details tomorrow.

nightwalker Jun 12, 2010 08:58 AM

the 941705 v7 roms have thermo fan control. look up merlin's tuning guide, he goes over the fan control

TJung Jun 12, 2010 09:52 AM

Thanks !

knochgoon24 Jun 12, 2010 01:30 PM

What ROM are you using? I spend the last hour or so searching on here and found the 96530006 based maps.

PHP Code:

    <table name="Thermo Fan Duty 0-22kph" 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-22kph</data>
            <
data>A/C Fan 0-22kph</data>
            <
data>Main+A/C 0-22kph</data>
        </
table>
        <
table name="Engine Temp" address="6a14" type="Y Axis" elements="12" scaling="Temp"/>
    </
table>

    <
table name="Thermo Fan Duty 22-52-82kph" 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 20-50kph</data>
            <
data>Main Fan 50-80kph</data>
            <
data>Main Fan 80->>kph</data>
            <
data>A/C Fan 20-50kph</data>
            <
data>A/C Fan 50-80kph</data>
            <
data>A/C Fan 80->>kph</data>
            <
data>Main+A/C 20-50kph</data>
            <
data>Main+A/C 50-80kph</data>
            <
data>Main+A/C 80->>kph</data>
        </
table>
        <
table name="Engine Temp" address="6a14" type="Y Axis" elements="12" scaling="Temp"/>
    </
table

And now w/ headers for those of us still using imperial units... :D

PHP Code:

    <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

Which gets you a table like this:
http://www.dsmtuners.com/forums/atta...s-fan-maps.png

TJung Jun 12, 2010 03:23 PM

I am using 88590015 with v5.10

RoadSpike Jun 12, 2010 05:51 PM


Originally Posted by TJung (Post 8398016)
I am using 88590015 with v5.10

Something like this then.

PHP Code:

    <table name="Thermo Fan Duty 0-12mph" category="Miscellaneous" address="5186" 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="7034" type="Y Axis" elements="12" scaling="Temp"/>
    </
table>

    <
table name="Thermo Fan Duty >12mph" category="Miscellaneous" address="4012" 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="7034" type="Y Axis" elements="12" scaling="Temp"/>
    </
table


lan_evo_mr9 Jun 12, 2010 06:47 PM

Interesting, I tried this with V7 and no go...tables are greyed out (invalid or incomplete). Any ideas?

RoadSpike Jun 12, 2010 07:15 PM


Originally Posted by lan_evo_mr9 (Post 8398392)
Interesting, I tried this with V7 and no go...tables are greyed out (invalid or incomplete). Any ideas?

Mine are?

I copied them from a working xml file strange..

lan_evo_mr9 Jun 12, 2010 10:05 PM

Figured it out...

RoadSpike Jun 12, 2010 11:30 PM


Originally Posted by lan_evo_mr9 (Post 8398842)
Figured it out...

care to share the resolution?

TJung Jun 13, 2010 12:49 AM


Originally Posted by RoadSpike (Post 8398278)
Something like this then.

PHP Code:

    <table name="Thermo Fan Duty 0-12mph" category="Miscellaneous" address="5186" 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="7034" type="Y Axis" elements="12" scaling="Temp"/>
    </
table>

    <
table name="Thermo Fan Duty >12mph" category="Miscellaneous" address="4012" 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="7034" type="Y Axis" elements="12" scaling="Temp"/>
    </
table


WoW, thanks !


All times are GMT -7. The time now is 09:37 PM.


© 2024 MH Sub I, LLC dba Internet Brands