Global warming or....?????

Status
Not open for further replies.

rudeguy

Lifer
Dec 27, 2001
47,351
14
61
4a3bf064-0083-4bf5-a76c-d88515c7a6c1.jpg
 

Rubycon

Madame President
Aug 10, 2005
17,768
485
126
Most likely a sensor failure.
Many circuits use a counter with a diode bridge.
The counter starts at the upper limit (in this case it's what you see displayed) and count downward. The resulting value is the temperature. If the sensor is missing/damaged etc. the display will always show the starting value.
 

ShawnD1

Lifer
May 24, 2003
15,987
2
81
Most likely a sensor failure.
Many circuits use a counter with a diode bridge.
The counter starts at the upper limit (in this case it's what you see displayed) and count downward. The resulting value is the temperature. If the sensor is missing/damaged etc. the display will always show the starting value.
Interesting. Thanks ruby!
 

Jeff7

Lifer
Jan 4, 2001
41,596
20
81
Weird that it's >256. Guess they don't use 8-bit integers...or proper error-trapping. :)
(Sure it's great that it might be able to read temps that high, but if that was the outdoor temperature, I don't think anyone would give a damn about reading the sign. :D)


The temp sensor we use here at work puts out a linear 0-2.5V signal, which correlates to -40°F - 126.5°F. An ADC on a microcontroller reads the value and translates it to a temperature value, which is then sent to a display controller.

If there's no sensor hooked to the input, you can get weird values when the ADC reads the value of any noise on the input pin.
 

hanoverphist

Diamond Member
Dec 7, 2006
9,867
23
76
generally, the ones we use are 4-20mA output, and are scaled from 0-250 deg. if the loop gets broken, it shows a -25% value, or -62.5 degrees. they also look like faces.
 
Status
Not open for further replies.