Notices
ECU Flash

Found Thermo Fan Switch Conditions

Thread Tools
 
Search this Thread
 
Old Nov 3, 2010 | 02:19 AM
  #76  
DEVOIX's Avatar
Newbie
 
Joined: Jun 2006
Posts: 12
Likes: 0
From: Sydney, Australia
Any one evo 7 ecu
Reply
Old Nov 4, 2010 | 09:56 AM
  #77  
ug_orf's Avatar
Newbie
 
Joined: May 2009
Posts: 38
Likes: 0
From: Portugal
Originally Posted by DEVOIX
Any one evo 7 ecu
what do you need?
Reply
Old Nov 4, 2010 | 11:19 AM
  #78  
DEVOIX's Avatar
Newbie
 
Joined: Jun 2006
Posts: 12
Likes: 0
From: Sydney, Australia
Originally Posted by DEVOIX
Any one found the code to switch pin34(air con- Condensor fan fan low)
Rom 98640014
Originally Posted by ug_orf
what do you need?
The above
Reply
Old Nov 4, 2010 | 03:50 PM
  #79  
ug_orf's Avatar
Newbie
 
Joined: May 2009
Posts: 38
Likes: 0
From: Portugal
Originally Posted by DEVOIX
The above
some roms are not researched.
it migth be better if you change to RA rom.
Reply
Old Feb 10, 2011 | 01:46 AM
  #80  
Sirnixalot's Avatar
Evolving Member
iTrader: (7)
 
Joined: Jun 2004
Posts: 158
Likes: 0
From: Cayman islands
Pardon me bringing up an old thread.

I have added the code for the fan stuff in my 96530706.xml

The temp starts at 183*F. I should be able to re-scale that to have the fans come on at 160* etc?

I just want to make sure that is possible before i dick with any scalings
Reply
Old Feb 11, 2011 | 12:52 AM
  #81  
knochgoon24's Avatar
Evolving Member
iTrader: (2)
 
Joined: Feb 2009
Posts: 109
Likes: 0
From: State College, PA
I wouldn't worry about having it come on any colder than 183*F. Are you still running closed loop and emissions stuff? You'll want the engine to be warmer than 180*F.
Reply
Old Feb 11, 2011 | 05:24 AM
  #82  
Sirnixalot's Avatar
Evolving Member
iTrader: (7)
 
Joined: Jun 2004
Posts: 158
Likes: 0
From: Cayman islands
Either way it didn't work.

Ambient temps here are quite high and the fans being on does not seem to make a damn bit of difference according to Evoscan.

During 2 hours of idle logging last night (damned low lift trims) temps were at 216*F with both fans on all the time.

The Evo3 ecu supplies a ground signal to the fan relays. The PWM signal to the Evo8 fan controller is not even remotely compatible it seems.

I didn't want to add extra wiring but it seems i will have to add an independent fan switch and relays.
Reply
Old Feb 12, 2011 | 11:30 AM
  #83  
knochgoon24's Avatar
Evolving Member
iTrader: (2)
 
Joined: Feb 2009
Posts: 109
Likes: 0
From: State College, PA
Set all the setting to either 0 or 100. DSMs also use a relay instead of PWM to control the fans and this seemed to help me out.

If you're still having cooling issues, maybe you check to see if your thermostat is opening when it should.

Are you logging Coolant Temp Raw or Coolant Temp Scaled? You want to go off the scaled value.
Reply
Old Feb 12, 2011 | 02:05 PM
  #84  
stunt2's Avatar
Evolved Member
iTrader: (8)
 
Joined: Nov 2010
Posts: 753
Likes: 1
From: Georgia
Set all the setting to either 0 or 100.
+1 on that

I think this should help
Reply
Old Feb 13, 2011 | 04:51 AM
  #85  
stunt2's Avatar
Evolved Member
iTrader: (8)
 
Joined: Nov 2010
Posts: 753
Likes: 1
From: Georgia
just checked and 0-100 settings mode worked for me
Reply
Old Jul 6, 2011 | 03:03 PM
  #86  
JSPturbo's Avatar
Newbie
 
Joined: Sep 2010
Posts: 67
Likes: 0
From: Spain
I tested the tables for the 94170015, but doesn't work. The Fan do not start.

Any one tested this patch?
Reply
Old Sep 16, 2011 | 05:04 AM
  #87  
r4p.t0x's Avatar
Newbie
 
Joined: Sep 2011
Posts: 29
Likes: 0
From: Bavaria
As i have to switch a relay with the PWM output i tried to re-scale the temperature and invert the duty cycle.

i started at -40°C and duty cycle is 100% up to 85°C and from there on upwards 0%. so i should get no signal up to 85°C and GND signal from then on.

BUT - the fan starts immideately after turning the key. seems like the ECU is ignoring the lower temperature scaling...

is there any way to get a 100% PWM signal as standard or inverting the PWM signal completely so i have no signal at 0% and GND signal at 100%?
Reply
Old Dec 27, 2011 | 04:24 PM
  #88  
ug_orf's Avatar
Newbie
 
Joined: May 2009
Posts: 38
Likes: 0
From: Portugal
lets blow off the dust...

the v7 has the code lines for the fans when stationary

<table name="Thermo Fan Duty" category="Fan control" address="43d2" 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="513e" type="Y Axis" elements="12" scaling="Temp C"/>
</table>


now, about the tables for "moving", i've tweaked with the code lines and came up with this:
<table name="Thermo Fan Duty 2" category="Fan control" address="43d2" type="3D" 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="57f2" type="Y Axis" elements="12" scaling="Temp C"/>
</table>

those this makes any sense?
look at the result.
Attached Thumbnails Found Thermo Fan Switch Conditions-thermofanduty2.gif  
Reply
Old Sep 9, 2012 | 11:35 AM
  #89  
Abacus's Avatar
EvoM Guru
10 Year Member
Liked
Loved
Community Favorite
iTrader: (9)
 
Joined: Jun 2012
Posts: 1,399
Likes: 418
From: FL
Searched for a bit,but didn't come up with much. I added the correct fan control tables for the 9 rom but they are grey and state that they are incomplete. Do they only work with Tephra v7? Thanks in advance.

Last edited by Abacus; Sep 9, 2012 at 11:45 AM.
Reply
Old Sep 9, 2012 | 12:51 PM
  #90  
killerpenguin21's Avatar
Evolved Member
iTrader: (20)
 
Joined: Mar 2009
Posts: 2,389
Likes: 11
From: Big city, Bright lights
no, im running them on a stock rom. merlins tuning guide has instructions, as well as a recommended "upgraded" table. thats what i followed.
Reply



All times are GMT -7. The time now is 12:19 PM.