• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

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

Status
Not open for further replies.

rudeguy

Lifer
4a3bf064-0083-4bf5-a76c-d88515c7a6c1.jpg
 
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.
 
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!
 
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. 😀)


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.
 
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.
Back
Top