Real-time Monitoring and Diagnostic Solution for an HVAC System

22
Real-time Monitoring and Diagnostic Solution for an HVAC System ECE Team 169 Anthony Bellantoni (EE) Greg Carmichael (EPhys) Joe Grassi (EE) Sponsored by: Qualtech Systems Inc. Advisor: John Chandy

description

Real-time Monitoring and Diagnostic Solution for an HVAC System. ECE Team 169 Anthony Bellantoni (EE) Greg Carmichael (EPhys) Joe Grassi (EE) Sponsored by: Qualtech Systems Inc. Advisor: John Chandy. Presentation Outline. • Project Goals • Last Semester Accomplishments • TEAMS - PowerPoint PPT Presentation

Transcript of Real-time Monitoring and Diagnostic Solution for an HVAC System

Page 1: Real-time Monitoring  and  Diagnostic Solution  for an  HVAC System

Real-time Monitoring and Diagnostic Solution for an HVAC System

ECE Team 169Anthony Bellantoni (EE)Greg Carmichael (EPhys)Joe Grassi (EE)

Sponsored by: Qualtech Systems Inc.Advisor: John Chandy

Page 2: Real-time Monitoring  and  Diagnostic Solution  for an  HVAC System

Presentation Outline

• Project Goals

• Last Semester Accomplishments

• TEAMS

• Completed Designer Model

• Overview of Code

• Project Limitations

• Project Timeline

• Project Budget

• Wrapping Up Project

Page 3: Real-time Monitoring  and  Diagnostic Solution  for an  HVAC System

Overall Project Goals

• Update and complete HVAC Model- Previous Senior Design Project

–Developed Partial Diagnostic Model of the ITEB HVAC System

• Develop C++ program, extract and analyze real-time data from the building sensors

• Combine model and code to detect for faults in real-time.

Page 4: Real-time Monitoring  and  Diagnostic Solution  for an  HVAC System

Fall 2012

• Completed and fixed HVAC model

• Met with facilities to ensure model was correct

• Main Limitation

o No Real-time data Hard to develop code

Page 5: Real-time Monitoring  and  Diagnostic Solution  for an  HVAC System

TEAMS

• Testability Engineering and Maintenance system

• Designer• RDS

o Remote Diagnostic Server• SDK

o Combines client to RDS

http://tomgpalmer.com/wp-content/uploads/legacy-images/FLASH%20LIGHT.jpg

Page 6: Real-time Monitoring  and  Diagnostic Solution  for an  HVAC System

Procedure

Page 7: Real-time Monitoring  and  Diagnostic Solution  for an  HVAC System
Page 8: Real-time Monitoring  and  Diagnostic Solution  for an  HVAC System

3rd Floor Schematics

Page 9: Real-time Monitoring  and  Diagnostic Solution  for an  HVAC System
Page 10: Real-time Monitoring  and  Diagnostic Solution  for an  HVAC System
Page 11: Real-time Monitoring  and  Diagnostic Solution  for an  HVAC System
Page 12: Real-time Monitoring  and  Diagnostic Solution  for an  HVAC System

Picture for RDS

using mike (maintenance group)

most likely 3 slides

Page 13: Real-time Monitoring  and  Diagnostic Solution  for an  HVAC System

RDS

Page 14: Real-time Monitoring  and  Diagnostic Solution  for an  HVAC System

C++ Coding Goals

• Extract sensor values from text file and determine whether or not a failure is occurring

• Save results to a text file • Import results file into TEAMS-RT• TEAMS-RT will combine code with our model

and determine most probable failure point and associated test cost

Page 15: Real-time Monitoring  and  Diagnostic Solution  for an  HVAC System

How to determine a failure

• Set threshold value for maximum deviation from setpoint

• Cannot assume failure after one test

• Initiate a counter to count number of tests in a row that fail

• If consecutive tests trend toward the set point, counter returns to 0

• If deviation from the set point is less than the maximum allowed, counter returns to 0

• If n tests in a row fail and do not approach set point, assume failure

Page 16: Real-time Monitoring  and  Diagnostic Solution  for an  HVAC System

How to arrange code, method 1

Advantages/Disadvantages+ Code is simple- Harder to change n- Lots of files/messy

Sensor 1

Sensor 2

Sensor n

Combine all sensor code to one file and create an n-column text file with results

Input results into TEAMS-RT

Page 17: Real-time Monitoring  and  Diagnostic Solution  for an  HVAC System

Method 2

Advantages/Disadvantages+ Code is neat and easy to debug+ Easy to change number of sensors- Coding is difficult

Temperature

Humidity

One code file to extract results from n sensor files and output results into an n-column text file

Input results into TEAMS-RT

Page 18: Real-time Monitoring  and  Diagnostic Solution  for an  HVAC System

Project Limitations

• Cost and time of each failureo Talked to facilities: do not have information

• Obtaining access to actual VAV sensor values

Page 19: Real-time Monitoring  and  Diagnostic Solution  for an  HVAC System

Project TimelineTask September October November December January February March April

Software access

Schematics

Research HVAC

Update model

Learn C++

Develop code

Merge code and model

Test and debug

Page 20: Real-time Monitoring  and  Diagnostic Solution  for an  HVAC System

Project Budget

http://i.crn.com/images/free_cloud_400.jpghttp://blog.outreach.com/wp-content/uploads/2011/09/Church-events-on-no-Budget.jpg

http://www.rosemarierealty.com/wp-content/uploads/2012/03/dreamstime_xs_17999966-300x300.jpg

http://static.seekingalpha.com/uploads/2009/3/4/saupload_mar04_09_bm.jpg

Page 21: Real-time Monitoring  and  Diagnostic Solution  for an  HVAC System

Next Steps: Weekly GoalsMarch 10 - March 16• Multiply our code to work for multiple VAVs• Learn and Read TEAMS-SDK Manual• Label possible reasons of failure for maintenance checks in TEAMS Designer

March 17 - March 23 (Spring Break)• Research associated pricing for each component (including maintenance)

March 24 - March 31• Continue to debug and implement code• Continue step-by-step instructions for maintenance fixes• Add any found costs/maintenance pricing found into TEAMS• Wrap up model + code

April• Contact Moises to check if model is complete• Begin final presentation & report preparation• Wrap up Entire project and present it

Page 22: Real-time Monitoring  and  Diagnostic Solution  for an  HVAC System

Questions

?