Temperature circuit help
Electronics Forum Index Electronics
Circuits, theory, electrons and discussions.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web ElectronicsHelp.net
Temperature circuit help

 
Post new topic   Reply to topic    Electronics Forum Index -> Design
Author Message
kmillar
Guest





Posted: Wed Feb 09, 2005 10:54 pm    Post subject: Temperature circuit help Reply with quote

I'm looking for some help designing a crcuit to measure temperature in
a central heating system.

Sepcifically, I have a ZWorld OP7200 programmable display which has
several Analog inputs.

I have no trouble writing the sofware to read the analog inputs, but
would like some help deisgning the external circuitry. What type of
temperature sensors should I use? Temperature Dependant Resistors?
Something else? There will be 2 of them in total, one recording
temperature of flow from the boiler, and one reading temperature of
water returning to the boiler, by being clamped onto the copper pipes,
near the boiler.

Any help would be gratefully accepted, schematics (JPG or Eagle etc)
would be fantastic. It doesn't need to be specific to the OP7200.

Back to top
j.b. miller
Guest





Posted: Wed Feb 09, 2005 11:23 pm    Post subject: Re: Temperature circuit help Reply with quote

When I designed remote energy management systems, I used the National
LM34DZ temperature sensor and an LM358 dual opamp. Used one stage as a
buffer the other a simple x4 amplifier.
My systems also monitored boiler emps as well. Simply use a gearclamp and
lightly hold the LM34 onto the pipe.
It's not real 'rocket science' and you will have to experiment to get the
gain right for you application.Nice thing about the LM34, 70*F = .700 volts
!
Good luck , it is easy though

Jay
Back to top
Tim Wescott
Guest





Posted: Wed Feb 09, 2005 11:26 pm    Post subject: Re: Temperature circuit help Reply with quote

kmillar wrote:

Quote:
I'm looking for some help designing a crcuit to measure temperature in
a central heating system.

Sepcifically, I have a ZWorld OP7200 programmable display which has
several Analog inputs.

I have no trouble writing the sofware to read the analog inputs, but
would like some help deisgning the external circuitry. What type of
temperature sensors should I use? Temperature Dependant Resistors?
Something else? There will be 2 of them in total, one recording
temperature of flow from the boiler, and one reading temperature of
water returning to the boiler, by being clamped onto the copper pipes,
near the boiler.

Any help would be gratefully accepted, schematics (JPG or Eagle etc)
would be fantastic. It doesn't need to be specific to the OP7200.

Thermistors work well if you can stand accuracies to a few degrees.

With calibration you can do better yet.

I've used the circuit below in the past, and it's worked well. In spite
of appearances it does a good job killing common-mode noise from the
thermistor. It takes the exponential resistance from the thermistor and
shunts it so you have an S-shaped voltage vs. temperature characteristic
that's easy to solve for temperature -- I've done it either by
calculating the temperature from first principals using floating point
arithmetic or by building up a look-up table in a spreadsheet and doing
linear interpolation on integers.

Figuring out the Vout vs. thermistor resistance and Vref is left as an
exercise to the reader. Once you've figured out the thermistor
resistance you can get thermistor temperature using equations from the
manufacturer. Note that if the board's Vref is available to you this
circuit is entirely ratiometric.


Vref
+
|
|
.-. Rf
| | Rbias ___
| | .---|___|----.
'-' Ri | |
| ___ | |
<-----------o--------|___|------o |\ |
To '---|-\ | Vout
Thermistor | >-----o------
___ .---|+/ To ADC
<-----------o--------|___|------o |/
| |
.-. Ri |
| | .-.
| | Rbias | |
'-' | | Rf
| '-'
| |
=== |
GND ===
GND
created by Andy´s ASCII-Circuit v1.24.140803 Beta www.tech-chat.de


--

Tim Wescott
Wescott Design Services
http://www.wescottdesign.com

Back to top
Guest






Posted: Thu Feb 10, 2005 1:47 am    Post subject: Re: Temperature circuit help Reply with quote

"kmillar" <kenny@kmillar.co.uk> wrote:
Quote:
I'm looking for some help designing a crcuit to measure temperature in
a central heating system.

Sepcifically, I have a ZWorld OP7200 programmable display which has
several Analog inputs.

I have no trouble writing the sofware to read the analog inputs, but
would like some help deisgning the external circuitry. What type of
temperature sensors should I use? Temperature Dependant Resistors?
Something else? There will be 2 of them in total, one recording
temperature of flow from the boiler, and one reading temperature of
water returning to the boiler, by being clamped onto the copper pipes,
near the boiler.

Any help would be gratefully accepted, schematics (JPG or Eagle etc)
would be fantastic. It doesn't need to be specific to the OP7200.


I would side-step all the analog stuff and go directly to digital.
Maxim/Dallas has a chip that speaks 3-wire SPI and would be ideal for your
purpose,
It's their DS1626/DS1726.

Jim



----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
Back to top
Michael
Guest





Posted: Fri Feb 11, 2005 3:18 am    Post subject: Re: Temperature circuit help Reply with quote

rp0000003356@127.0.0.1:7501 wrote:
Quote:

"kmillar" <kenny@kmillar.co.uk> wrote:
I'm looking for some help designing a crcuit to measure temperature in
a central heating system.

Sepcifically, I have a ZWorld OP7200 programmable display which has
several Analog inputs.

I have no trouble writing the sofware to read the analog inputs, but
would like some help deisgning the external circuitry. What type of
temperature sensors should I use? Temperature Dependant Resistors?
Something else? There will be 2 of them in total, one recording
temperature of flow from the boiler, and one reading temperature of
water returning to the boiler, by being clamped onto the copper pipes,
near the boiler.

Any help would be gratefully accepted, schematics (JPG or Eagle etc)
would be fantastic. It doesn't need to be specific to the OP7200.


I would side-step all the analog stuff and go directly to digital.
Maxim/Dallas has a chip that speaks 3-wire SPI and would be ideal for your
purpose,
It's their DS1626/DS1726.

Jim



Also DS1620 and DS1820. I use gobs of DS1820's.

No calibration with these digitals. I like that. Also, attachment is
easy; I use wirewrap wire even for long runs. 3 conductors twisted
together with the aid of a hand drill. I have yet to see how long such
a run can be and still have a DS1820 work, but I've made many 30 foot
runs without encountering troubles.
Back to top
Robert Baer
Guest





Posted: Fri Feb 11, 2005 2:16 pm    Post subject: Re: Temperature circuit help Reply with quote

kmillar wrote:
Quote:

I'm looking for some help designing a crcuit to measure temperature in
a central heating system.

Sepcifically, I have a ZWorld OP7200 programmable display which has
several Analog inputs.

I have no trouble writing the sofware to read the analog inputs, but
would like some help deisgning the external circuitry. What type of
temperature sensors should I use? Temperature Dependant Resistors?
Something else? There will be 2 of them in total, one recording
temperature of flow from the boiler, and one reading temperature of
water returning to the boiler, by being clamped onto the copper pipes,
near the boiler.

Any help would be gratefully accepted, schematics (JPG or Eagle etc)
would be fantastic. It doesn't need to be specific to the OP7200.

I have found the LM35DT to be linear and accurate to at least 185C.
Back to top
tlbs
Guest





Posted: Sat Feb 12, 2005 4:04 am    Post subject: Re: Temperature circuit help Reply with quote

Quote:
There will be 2 of them in total, one recording
temperature of flow from the boiler, and one reading temperature of
water returning to the boiler, by being clamped onto the copper
pipes,
near the boiler.

What is the max. exit temperature. If this is a pressurized boiler,
then temperatures could get up to 1000F and a semiconductor temp.
sensor would "fry".

Is this design part of an industrial control system, or just a
lab/school experiment? If it is for an industrial control, you will
need to use devices qualified to the local building codes and national
electric codes.

If it is just a school lab experiment, then pretty much anything will
probably be OK (within reason). The suggestions, above, are all valid
so long as the temperatures are within the range of the devices. If
the expected temperatures are higher, go to Omega.com -- they have a
very wide range of temperature sensors. They will have something to
meet your needs.
Back to top
Ted Edwards
Guest





Posted: Sun Feb 13, 2005 6:11 am    Post subject: Re: Temperature circuit help Reply with quote

Robert Baer wrote:
Quote:
kmillar wrote:
I'm looking for some help designing a crcuit to measure temperature in
a central heating system.

Is this a hot water system for your home?

Quote:
temperature sensors should I use? Temperature Dependant Resistors?

Nope.

Quote:
I have found the LM35DT to be linear and accurate to at least 185C.

That's the one I was thinking of. Linear, accurate and no hassles
assuming the answer to the above question is yes. If much above 100C,
then thermocouple and more complicated circuitry.

Ted
Back to top
kmillar
Guest





Posted: Tue Feb 15, 2005 6:29 pm    Post subject: Re: Temperature circuit help Reply with quote

The max output temp is 85 degrees C
It is a domestic central heating system, split into 2 zones., the CH
and the Hot water.

I wish to measure the temp of the 'flow' and 'return' close to the
boiler.
It's all part of a bigger project to autmate my home central heating so
I can monitor and control it via the web.

Thanks for all the replies. I think I have all I need now.
Back to top
 
Post new topic   Reply to topic    Electronics Forum Index -> Design All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Home & Living New Topics
Contact Us
Powered by phpBB