Previous Thread
Next Thread
Print Thread
Page 6 of 16 1 2 4 5 6 7 8 15 16
Re: Mercedes fan upgrade [Re: Andrewh] #838290
12/02/10 01:47 AM
12/02/10 01:47 AM
Joined: Oct 2007
Posts: 3,896
Oregon
hooziewhatsit Offline
master
hooziewhatsit  Offline
master

Joined: Oct 2007
Posts: 3,896
Oregon
The sensor is a resistor that changes resistance with temperature. I'd put it in a voltage divider so I can read the voltage, and from that calculate the resistance and the temperature. Without the sensor hooked up, the voltage will read higher than it would with the sensor, so I can detect that. I can also detect if it's shorted to ground.

The problem is I have no way of knowing, if the sensor input is high, if it's because the sensor isn't hooked up, or if it's waiting to be grounded. Adding another 'grounding' input would require a jumper or resistor put in place of the sensor.

So I think the only solution would be a dipswitch to change modes. Unless we get rid of the no sensor fail safe (which I don't really want to do).


If you ever find yourself in a fair fight, your tactics suck.
Re: Mercedes fan upgrade [Re: hooziewhatsit] #838291
12/02/10 11:11 AM
12/02/10 11:11 AM
Joined: Feb 2003
Posts: 8,684
A
Andrewh Offline
master
Andrewh  Offline
master
A

Joined: Feb 2003
Posts: 8,684
so let me get this straight.

you are applying voltage to the sensor line?
your expectation is if the sensor fails it will not read any resistance?
What if it fails and goes to ground? becomes an open short?
I don't know the typical failure of the sensors you chose so just asking.

so your logic only allows one choice?

so if line goes to 12 volts turn on fan.
Or switch, if line goes to ground turn on fan?

What I was asking is if you could have a seperate input.
so if line 1 goes to 12 volts turn on fan. or if line 1 reads x volts turn on fan.

if line 2 goes to ground turn on fan.


What does the sensor output look like to you?

Re: Mercedes fan upgrade [Re: Andrewh] #838292
12/02/10 12:21 PM
12/02/10 12:21 PM
Joined: Jan 2003
Posts: 28,068
Irving, TX
feets Offline
Senior Management
feets  Offline
Senior Management

Joined: Jan 2003
Posts: 28,068
Irving, TX
Andy, the sensor should supply a ground.
No sensor, no ground.
That means the controller thinks the car never gets up to temperature and the fan never comes on. Engine go *poof*

A fail safe would mean no resistance to ground (missing sensor) turns on the fan.

The other plan would be to supply a ground via manual switch to trigger the fan.

See the problem? One says no ground turns on the fan. The other says no ground, no fan. It would require logic to be added that determines what to do when either switch goes to ground or remains open and which to ignore.

A dipswitch would tell the controller which program to follow.


We are brothers and sisters doing time on the planet for better or worse. I'll take the better, if you don't mind.
- Stu Harmon
Re: Mercedes fan upgrade [Re: feets] #838293
12/02/10 01:26 PM
12/02/10 01:26 PM
Joined: Feb 2003
Posts: 8,684
A
Andrewh Offline
master
Andrewh  Offline
master
A

Joined: Feb 2003
Posts: 8,684
2 things. one, if there is a second line, that should not affect the sensor line logic.

two, I was wondering if short to ground is a failure mode for temp sensors in gneral.
That is I understand open, IE no resistance at all, but what if it shorts to ground instead?
or is that a high resistance reading?

you would have to put in a jumper for the sensor line if you used the ground line instead. so maybe no better than just a switch for the single sensor line to switch from reading ground to resistance.

Re: Mercedes fan upgrade [Re: feets] #838294
12/02/10 03:30 PM
12/02/10 03:30 PM
Joined: Oct 2007
Posts: 3,896
Oregon
hooziewhatsit Offline
master
hooziewhatsit  Offline
master

Joined: Oct 2007
Posts: 3,896
Oregon
Quote:

See the problem? One says no ground turns on the fan. The other says no ground, no fan. It would require logic to be added that determines what to do when either switch goes to ground or remains open and which to ignore.

A dipswitch would tell the controller which program to follow.



Exactly! Said much more elegantly than I could come up with

Quote:

two, I was wondering if short to ground is a failure mode for temp sensors in gneral.
That is I understand open, IE no resistance at all, but what if it shorts to ground instead?
or is that a high resistance reading?




I'm not sure what a normal failure mode for the sensor itself would be. If it shorted to ground internally, the voltage I read would go to 0v, which would never happen normally, so I can turn the fan on. If it failed open (same as unplugging it), the voltage would go high, which would also never happen normally, so I again can turn the fan on.

The failure I was more concerned about was if/when the wiring got disturbed and the sensor came unhooked from the controller, assuming it's set up to look for the sensor. In that case I need to turn the fan on.

Using a switch to turn the fan on implies one of the above failure modes, so I need some way to know why a sensor isn't detected.


If you ever find yourself in a fair fight, your tactics suck.
Re: Mercedes fan upgrade [Re: hooziewhatsit] #838295
12/02/10 03:56 PM
12/02/10 03:56 PM
Joined: Jan 2003
Posts: 28,068
Irving, TX
feets Offline
Senior Management
feets  Offline
Senior Management

Joined: Jan 2003
Posts: 28,068
Irving, TX
Default everything to turn the fan on.


We are brothers and sisters doing time on the planet for better or worse. I'll take the better, if you don't mind.
- Stu Harmon
Re: Mercedes fan upgrade [Re: hooziewhatsit] #838296
12/02/10 04:15 PM
12/02/10 04:15 PM
Joined: Feb 2003
Posts: 8,684
A
Andrewh Offline
master
Andrewh  Offline
master
A

Joined: Feb 2003
Posts: 8,684
would a ground give you 0 volts too?

then the problem is when I don't supply the ground, you read it as sensor unplugged?

that is where the switch is needed to say ground or sensor?

Re: Mercedes fan upgrade [Re: Andrewh] #838297
12/02/10 04:25 PM
12/02/10 04:25 PM
Joined: Jan 2003
Posts: 28,068
Irving, TX
feets Offline
Senior Management
feets  Offline
Senior Management

Joined: Jan 2003
Posts: 28,068
Irving, TX
Andy, you're making my headache worse.

A ground would show a full circuit. The controller is looking for a ground through the sensor.
Think of the sensor as a variable ground. The hotter the sensor, the stronger the signal. Get it hot enough and it'll act like a wire going straight to ground.
A cold sensor has a weaker signal.

An unplugged sensor reads the same as a frozen sensor. There is no appreciable circuit. The fan will never come on because the controller is waiting for the engine to build heat.

It's either/or.
Run a switch and forget that a sensor ever existed.
Use a sensor and forget you ever heard of a switch.

Pick one.

No doubt you're going to ask for a sensor with a manual override for tinkering purposes.


We are brothers and sisters doing time on the planet for better or worse. I'll take the better, if you don't mind.
- Stu Harmon
Re: Mercedes fan upgrade [Re: feets] #838298
12/02/10 04:52 PM
12/02/10 04:52 PM
Joined: Feb 2003
Posts: 8,684
A
Andrewh Offline
master
Andrewh  Offline
master
A

Joined: Feb 2003
Posts: 8,684
that isn't what I asked.

He states that
If it shorted to ground internally, the voltage I read would go to 0v, which would never happen normally, so I can turn the fan on. If it failed open (same as unplugging it), the voltage would go high, which would also never happen normally, so I again can turn the fan on.

so, I infer that if it went to ground, it would show infinte resistance, giving him a return of 0 volts.

which would work for the ground check instead of a sensor.

however, the problem occurs when the ground goes away, ie open circuit.
This too would trip the fan on due to the returning 12 volts.
which is why there needs to be a switch to determin if you are reading from a sensor or a ground.

IF I understood correctly.

Re: Mercedes fan upgrade [Re: Andrewh] #838299
12/02/10 05:06 PM
12/02/10 05:06 PM
Joined: Oct 2007
Posts: 3,896
Oregon
hooziewhatsit Offline
master
hooziewhatsit  Offline
master

Joined: Oct 2007
Posts: 3,896
Oregon
Quote:

so, I infer that if it went to ground, it would show infinte resistance, giving him a return of 0 volts.




Incorrect. Infinite resistance would look like an open circuit (no sensor). Interesting side note: at -40F, the sensor has a resistance of ~100,000 ohms. This will give a voltage very close to the no sensor voltage. So, if you start up at -40, the fan may run for a minute until it warms up a little more

Quote:

however, the problem occurs when the ground goes away, ie open circuit.
This too would trip the fan on due to the returning 12 volts.
which is why there needs to be a switch to determin if you are reading from a sensor or a ground.

IF I understood correctly.




Correct


If you ever find yourself in a fair fight, your tactics suck.
Re: Mercedes fan upgrade [Re: hooziewhatsit] #838300
12/02/10 05:22 PM
12/02/10 05:22 PM
Joined: Feb 2003
Posts: 8,684
A
Andrewh Offline
master
Andrewh  Offline
master
A

Joined: Feb 2003
Posts: 8,684
ok, if you want to put in a cheap switch or cheaper jumper to tell it to read for ground that would be best.

for the intial testing I will just leave it sensor wired without the sensor so it stays on full time just to try and burn out the fan.

Once I verify the fan is good to go with your controller, I will test out the controler alone for drivablility.
If you mail a sensor with it, I will test out both logic circuits. with a ground and with a temp sensor.

Re: Mercedes fan upgrade [Re: hooziewhatsit] #838301
12/02/10 06:23 PM
12/02/10 06:23 PM
Joined: Jan 2003
Posts: 28,068
Irving, TX
feets Offline
Senior Management
feets  Offline
Senior Management

Joined: Jan 2003
Posts: 28,068
Irving, TX
Quote:

Quote:

so, I infer that if it went to ground, it would show infinte resistance, giving him a return of 0 volts.




Incorrect.




See Andy? You're giving us both headaches.



We are brothers and sisters doing time on the planet for better or worse. I'll take the better, if you don't mind.
- Stu Harmon
Re: Mercedes fan upgrade [Re: feets] #838302
12/09/10 03:07 AM
12/09/10 03:07 AM
Joined: Oct 2007
Posts: 3,896
Oregon
hooziewhatsit Offline
master
hooziewhatsit  Offline
master

Joined: Oct 2007
Posts: 3,896
Oregon


So I was able to do some more testing today. I think this gauge is more accurate than the one in the dash

It seems to read about 10*F cooler than the one in the dash. It is on the other side of the thermostat housing coming from the other head, which could explain some of the difference.

A month or two ago I replaced the 180* thermostat with a stock one (192* or 195*?). Right at 195 on the fan controller, it dropped back to 190* as the thermostat opened, then creeped up to 194ish. Meanwhile the gauge in the dash was sitting at 205*.

Anywho, the temperature reading seems to work great. I'm very pleased with the resolution and apparent accuracy I'm getting. I have a 175A alternator coming so I can test the fan without killing any batteries. ()



If you ever find yourself in a fair fight, your tactics suck.
Re: Mercedes fan upgrade [Re: hooziewhatsit] #838303
12/09/10 12:59 PM
12/09/10 12:59 PM
Joined: Jan 2003
Posts: 1,476
G
gtx69 Offline
super gas
gtx69  Offline
super gas
G

Joined: Jan 2003
Posts: 1,476
Don't forget to update your wiring for the alternator

Re: Mercedes fan upgrade [Re: gtx69] #838304
12/09/10 11:11 PM
12/09/10 11:11 PM
Joined: Jan 2003
Posts: 12,157
Benton, IL.
D
DaveRS23 Offline
Special needs idiot
DaveRS23  Offline
Special needs idiot
D

Joined: Jan 2003
Posts: 12,157
Benton, IL.
While we're waiting for the controller, I would like to ask a basic question. Do you recommend locating the temp switch for the controller on the w/p housing or in the radiator?

And, if you prefer the radiator, how important is it's place in the radiator?

I think I would prefer to put my guage sender in the w/p housing and then put the sender for the fan controller in the radiator.

Thoughts, opinions?


Master, again and still
Re: Mercedes fan upgrade [Re: DaveRS23] #838305
12/10/10 10:49 AM
12/10/10 10:49 AM
Joined: Feb 2003
Posts: 8,684
A
Andrewh Offline
master
Andrewh  Offline
master
A

Joined: Feb 2003
Posts: 8,684
more accurate is in the housing, block, or sb intake where water flows.

you can put it in the rad, but you should have it near the water inlet as close as possible to where the upper hose comes in.

Either will work for an adjustible on/off, as you can base it off actual temps rather than the non adjustible which will depend on where you place it if it gets to the temp preset.

Re: Mercedes fan upgrade [Re: Andrewh] #838306
12/21/10 03:53 PM
12/21/10 03:53 PM
Joined: Oct 2007
Posts: 3,896
Oregon
hooziewhatsit Offline
master
hooziewhatsit  Offline
master

Joined: Oct 2007
Posts: 3,896
Oregon
A week and a half later, apparently my alternator finally shipped. On the phone they said they could turn it around in a day.

It'll probably take another week going ground from Connecticut to Oregon.

Ohwell, I'll have another update once it shows up


If you ever find yourself in a fair fight, your tactics suck.
Re: Mercedes fan upgrade [Re: hooziewhatsit] #838307
12/21/10 04:01 PM
12/21/10 04:01 PM
Joined: Jan 2003
Posts: 28,068
Irving, TX
feets Offline
Senior Management
feets  Offline
Senior Management

Joined: Jan 2003
Posts: 28,068
Irving, TX
Cool. I should have shipped you my alternator just to play with it. It's back on the hot rod now.


We are brothers and sisters doing time on the planet for better or worse. I'll take the better, if you don't mind.
- Stu Harmon
Re: Mercedes fan upgrade [Re: feets] #838308
12/21/10 04:05 PM
12/21/10 04:05 PM
Joined: Oct 2007
Posts: 3,896
Oregon
hooziewhatsit Offline
master
hooziewhatsit  Offline
master

Joined: Oct 2007
Posts: 3,896
Oregon
Nevermind For some reason Summit's system cut off the last half of the tracking number when they emailed it to me. After a quick live chat, it should be here on the 24th (just in time for christmas )


If you ever find yourself in a fair fight, your tactics suck.
Re: Mercedes fan upgrade [Re: hooziewhatsit] #838309
12/21/10 04:28 PM
12/21/10 04:28 PM
Joined: Feb 2003
Posts: 8,684
A
Andrewh Offline
master
Andrewh  Offline
master
A

Joined: Feb 2003
Posts: 8,684
better to wait till after the holidays anyway. too many packages going out might get lost in the shuffle. bad for a protype.

Page 6 of 16 1 2 4 5 6 7 8 15 16






Powered by UBB.threads™ PHP Forum Software 7.7.1