Page 1 of 1

IR temp reading

Posted: 04 March 2010, 7:07 AM
by FFMan
I've been asked to look into developing a small project that could read and display the temperatures of two industrial rubber belts/bands running in a variable gearbox.

Does anyone have any suggestions as to how to read the temperature without contact, rather like those point and read type guns you can buy. What sensors do these use ?

thanks

Re: IR temp reading

Posted: 04 March 2010, 7:35 AM
by dkinzer
FFMan wrote:Does anyone have any suggestions as to how to read the temperature without contact, rather like those point and read type guns you can buy.
See Tom Becker's post on using a non-contact IR thermometer:
http://www.zbasic.net/forum/about1250.html

Posted: 04 March 2010, 7:46 AM
by GTBecker

Posted: 05 March 2010, 1:00 AM
by FFMan
thanks for the replies.

Thermopiles seem the answer, and due to the harsh environment expected something like this

http://uk.rs-online.com/web/search/sear ... um=0553333

would be appropriate. However I am not familiar with the 4-20ma interface - how would one interface this to a 328n ?

Posted: 05 March 2010, 7:32 AM
by dkinzer
FFMan wrote:I am not familiar with the 4-20ma interface - how would one interface this to a 328n ?
You would typically use a current-to-voltage converter (aka a resistor) and then read the voltage using an ADC.

Posted: 05 March 2010, 8:42 AM
by spamiam
The datasheet is not specific as to a typical circuit. No particular supply voltage nor resistance is mentioned.

Therefore I presume the exact values are not super critical. So, for a 5v supply, and if you want to limit current to 20mA max then you would need to use a 250 ohm resistor. You would measure the voltage from the positive side of the resistor with the other side going directly to ground. You would measure a range of 1.25v to 5v.

Addendum

the datasheet does specify a min sensor voltage of 6v and a max loop impedance of 900ohms. You could still use a 250 ohm resistor the way I indicated above even with the 6 volt supply. I would recommend using a resistor and clamping diodes on the input to the ZX

-Tony