IR temp reading

Discussion about the ZBasic language including the System Library. If you're not sure where to post your message, do it here. However, do not make test posts here; that's the purpose of the Sandbox.
Post Reply
FFMan
Posts: 502
Joined: 09 January 2010, 12:52 PM

IR temp reading

Post 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
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Re: IR temp reading

Post 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
- Don Kinzer
GTBecker
Posts: 616
Joined: 17 January 2006, 19:59 PM
Location: Cape Coral

Post by GTBecker »

Tom
FFMan
Posts: 502
Joined: 09 January 2010, 12:52 PM

Post 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 ?
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Post 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.
- Don Kinzer
spamiam
Posts: 739
Joined: 13 November 2005, 6:39 AM

Post 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
Post Reply