Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/29/01 21:59
Read: times


 
#16141 - RE: Zone temperature controller
i) A time interval program, so you need a real-time clock. I built the one described in the tutorial. I had errors too which I corrected and so got my own program (more or less heheh). After this clock it's just a matter of an if-then else to switch the relays.
ii)The voltages you measure are converted to bytes by the internal A/D converter of the 80c535. My guess is to use a binairy to bcd converter to express that in degrees (software indeed). See the code library.
iii) To control the relays you need to know whether they are AC (use triacs or opto-triacs) or DC (use ULN2803 or opto-coupplers.

Do you want to display the results/time etc? LCD, LED? By port-pin or ext.device?



List of 10 messages in thread
TopicAuthorDate
Zone temperature controller            01/01/70 00:00      
RE: Zone temperature controller            01/01/70 00:00      
RE: Zone temperature controller            01/01/70 00:00      
SIMPLIFY: Zone temperature controller            01/01/70 00:00      
RE: Zone temperature controller            01/01/70 00:00      
RE: Zone temperature controller            01/01/70 00:00      
RE: Zone temperature controller            01/01/70 00:00      
This should get you an 'A'            01/01/70 00:00      
RE: This should get you an 'A'            01/01/70 00:00      
RE: This should get you an 'A'            01/01/70 00:00      

Back to Subject List