| Author |
Message |
FFMan
Joined: 09 Jan 2010
|
|
Posted: 04 March 2010, 15:07 PM Post subject: IR temp reading |
|
|
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 |
|
| Back to top |
|
 |
dkinzer Site Admin
Joined: 03 Sep 2005
Location: Portland, OR
|
|
Posted: 04 March 2010, 15:35 PM Post subject: Re: IR temp reading |
|
|
| 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 |
|
| Back to top |
|
 |
GTBecker
Joined: 18 Jan 2006
Location: Cape Coral
|
|
| Back to top |
|
 |
FFMan
Joined: 09 Jan 2010
|
|
| Back to top |
|
 |
dkinzer Site Admin
Joined: 03 Sep 2005
Location: Portland, OR
|
|
Posted: 05 March 2010, 15:32 PM Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
spamiam
Joined: 13 Nov 2005
|
|
Posted: 05 March 2010, 16:42 PM Post subject: |
|
|
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 |
|
| Back to top |
|
 |
|