Ability to change coolant temperature AC fan-on set-point.
Moderator: Matt
-
- Posts: 149
- Joined: Tue Jan 15, 2008 1:51 pm
Ability to change coolant temperature AC fan-on set-point.
I have a ka24de, and the little AC fan is triggered by the ECU at a high coolant temp. (Not sure of exact number.) I'm sure there are plenty of other nissan ECU's/cars which do the same.
If it's not difficult to find, change, program etc. , could nistune have an option to change the coolant temperature which the ecu triggers the AC fan on at?
The reason in doing this would be to then replace the small AC fan with another high rate CFM electric fan.
Right now it's a popular mod in the U.S. to get rid of the clutch fan and have electric fan(s) put in it's place. People either ghetto-rig a switch or have to put in another coolant temp probe.
I know you are busy with knock stuff etc.. but just thought I'd throw this out there.
If it's not difficult to find, change, program etc. , could nistune have an option to change the coolant temperature which the ecu triggers the AC fan on at?
The reason in doing this would be to then replace the small AC fan with another high rate CFM electric fan.
Right now it's a popular mod in the U.S. to get rid of the clutch fan and have electric fan(s) put in it's place. People either ghetto-rig a switch or have to put in another coolant temp probe.
I know you are busy with knock stuff etc.. but just thought I'd throw this out there.
-
- Posts: 149
- Joined: Tue Jan 15, 2008 1:51 pm
Matt this would be awesome.
In the U.S. Ford Taurus's and 90's Altimas are very common in junkyards these days and are a cheap source of a high flow rate CFM fans.
Getting rid of the clutch fan and replacing it with an electric fan frees up a little HP, a good amount of room in the engine bay. (Some people say they move more air then the clutch fan, but I don't think it's true.)
I.E.
http://forums.nicoclub.com/zerothread?id=219127
In the U.S. Ford Taurus's and 90's Altimas are very common in junkyards these days and are a cheap source of a high flow rate CFM fans.
Getting rid of the clutch fan and replacing it with an electric fan frees up a little HP, a good amount of room in the engine bay. (Some people say they move more air then the clutch fan, but I don't think it's true.)
I.E.
http://forums.nicoclub.com/zerothread?id=219127
-
- Posts: 149
- Joined: Tue Jan 15, 2008 1:51 pm
noticed i had this in the address file
#FAN_TEMP_1A,&H250C,2,1,1,1,Fan temp#1A
#FAN_TEMP_1B,&H2534,2,1,1,1,Fan temp#1B
#FAN_TEMP_2A,&H2514,2,1,1,1,Fan temp#2A
#FAN_TEMP_2B,&H2538,2,1,1,1,Fan temp#2B
#FAN_TEMP_3A,&H251C,2,1,1,1,Fan temp#3A
#FAN_TEMP_3B,&H253C,2,1,1,1,Fan temp#3B
#FAN_TEMP_4A,&H2524,2,1,1,1,Fan temp#4A
#FAN_TEMP_4B,&H2540,2,1,1,1,Fan temp#4B
if you uncomment it will show
#FAN_TEMP_1A,&H250C,2,1,1,1,Fan temp#1A
#FAN_TEMP_1B,&H2534,2,1,1,1,Fan temp#1B
#FAN_TEMP_2A,&H2514,2,1,1,1,Fan temp#2A
#FAN_TEMP_2B,&H2538,2,1,1,1,Fan temp#2B
#FAN_TEMP_3A,&H251C,2,1,1,1,Fan temp#3A
#FAN_TEMP_3B,&H253C,2,1,1,1,Fan temp#3B
#FAN_TEMP_4A,&H2524,2,1,1,1,Fan temp#4A
#FAN_TEMP_4B,&H2540,2,1,1,1,Fan temp#4B
if you uncomment it will show
-
- Posts: 149
- Joined: Tue Jan 15, 2008 1:51 pm
I uncommented them and they do show up into nistune.Matt wrote:noticed i had this in the address file
#FAN_TEMP_1A,&H250C,2,1,1,1,Fan temp#1A
#FAN_TEMP_1B,&H2534,2,1,1,1,Fan temp#1B
#FAN_TEMP_2A,&H2514,2,1,1,1,Fan temp#2A
#FAN_TEMP_2B,&H2538,2,1,1,1,Fan temp#2B
#FAN_TEMP_3A,&H251C,2,1,1,1,Fan temp#3A
#FAN_TEMP_3B,&H253C,2,1,1,1,Fan temp#3B
#FAN_TEMP_4A,&H2524,2,1,1,1,Fan temp#4A
#FAN_TEMP_4B,&H2540,2,1,1,1,Fan temp#4B
if you uncomment it will show
Now though when I try to upload the changes I make (or any bin file) I get a "Invalid address! Check address file Address A50C cannot be accesses on NistuneBoard."
I know that A50C is hex so I guess I uncommented too many fan addresses, which ones should be left commented?
If I try to upload a bin, then after the whole bin is almost transferred over, nistune has a "communications error" and disconnects.
Thanks!
-
- Posts: 149
- Joined: Tue Jan 15, 2008 1:51 pm
-
- Posts: 149
- Joined: Tue Jan 15, 2008 1:51 pm
It won't even let me download the ECU image no matter what.Matt wrote:might be outside the acceptable address range for the nistune board (if it ventures into the ECU code area... since we only allow map changes within a memory boundary)
I can't even upload the base image.
I attached a log file for you to see if it would be of any help.
Would this feature require a firmware reflash then?
- Attachments
-
- nistune-0507-0915.log
- (1.42 MiB) Downloaded 199 times
this is the valid memory range in the board...
min = 0x0000 max = 0x0FFF => translates to 0x8000 - 0x8FFF in the board
obviously those memory areas in the address file are where the ECU code is located so the access to those parts is denied (to prevent accidental ECU code corruption)
that is why you get the memory access error on the board when uncommenting those lines
I could do a special ENT opening up those areas but would need a reprogram as you suggested to use it
min = 0x0000 max = 0x0FFF => translates to 0x8000 - 0x8FFF in the board
obviously those memory areas in the address file are where the ECU code is located so the access to those parts is denied (to prevent accidental ECU code corruption)
that is why you get the memory access error on the board when uncommenting those lines
I could do a special ENT opening up those areas but would need a reprogram as you suggested to use it
-
- Posts: 32
- Joined: Sun Feb 08, 2009 11:44 pm
- Location: Waycross, GA
- Contact: