Download presentation
Presentation is loading. Please wait.
Published byGloria Fitzgerald Modified over 9 years ago
1
CS-EE 481 1Founder’s Day University of Portland School of Engineering Programmable Logic Solar Radiant Heating System Authors Arturo Bimrose Troy Heynderickx Jon Sakkos Advisor Dr. Lu, Dr. Doughty Industry Representatives EE: Jonathan Fant ME: Mitch Dec and Dana Troy of Glumac
2
CS-EE 481 2Founder’s Day University of Portland School of Engineering Agenda Introduction Background Methods Results Conclusions Video
3
CS-EE 481 3Founder’s Day University of Portland School of Engineering Introduction -Project is interdisciplinary -Troy- EE/Jon- ME/Arturo- CS -Planning since the start of last summer -Mitch Dec and Dana Troy -Dr. Lu, Dr. Doughty and Dr. O’Halloran -Professor Nuxoll
4
CS-EE 481 4Founder’s Day University of Portland School of Engineering Background -Solar collector -Very efficient way to heat water -Radiant heating system -Run hot water through piping under a floor -Microcontroller (embedded system) -Small computer with limited memory - The aim of our project was to develop and integrate the above into a proof of concept residential heating system.
5
CS-EE 481 5 Radiant Heating Founder’s Day University of Portland School of Engineering
6
CS-EE 481 6 Mean Radiant Temp-Average temp of all surfaces in a room. Founder’s Day University of Portland School of Engineering
7
CS-EE 481 7 Solar Collector Founder’s Day University of Portland School of Engineering
8
CS-EE 481 8 Efficiency Founder’s Day University of Portland School of Engineering
9
CS-EE 481 9Founder’s Day University of Portland School of Engineering Methods -Define Design Obtain Resources Implement Integrate
10
CS-EE 481 10 System Diagram Founder’s Day University of Portland School of Engineering
11
CS-EE 481 11 Results: Mechanical Heating Zones Founder’s Day University of Portland School of Engineering
12
CS-EE 481 12Founder’s Day University of Portland School of Engineering
13
CS-EE 481 13 Plumbing Founder’s Day University of Portland School of Engineering
14
CS-EE 481 14 Solar Collector Founder’s Day University of Portland School of Engineering
15
CS-EE 481 15 Results: Logic boolean SAFE ;;;loop through each zone floor temp reading LOOPONE IF (Floor_Temp >= 32) CLOSE VALVE SAFE = false IF (Floor_Temp < 32) SAFE = true IF NOTDONE, LOOPONE ;;;loop through each heating zone's ambient temp LOOPTWO IF(Current_Temp >= Desired_Temp) CLOSE VALVE IF((Current_Temp < Desired_Temp) and (SAFE)) OPEN VALVE IF NOTDONE, LOOPTWO ;;;solar collector monitoring IF(Water_Temp > 170) COLLECTOR PUMP OFF Founder’s Day University of Portland School of Engineering -Control system based on: -Zone floor temps -Zone ambient temps -Circulation water temp
16
CS-EE 481 16 Results: Control Unit Founder’s Day University of Portland School of Engineering
17
CS-EE 481 17 Results: Control Unit Founder’s Day University of Portland School of Engineering
18
CS-EE 481 18Founder’s Day University of Portland School of Engineering Conclusions -We have successfully implemented the system. -Further testing and modification to be done -Additional functionality: -Internal heat exchanger -Actively control flow rate for max heat transfer -Use new serial bus as opposed to I2C for better range - An overall success and great experience
19
CS-EE 481 19Founder’s Day University of Portland School of Engineering Demonstration - Video
20
CS-EE 481 20Founder’s Day University of Portland School of Engineering Thank You. Are there any questions?
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.