跳到主要內容

臺灣博碩士論文加值系統

(216.73.216.94) 您好!臺灣時間:2026/08/30 11:46
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:施冠群
研究生(外文):Guan-Chiun Shih
論文名稱:資料中心機櫃冷卻系統自我故障診斷之研究
論文名稱(外文):The Research of Self – Fault – Diagnosis for the Data Center Rack
指導教授:李魁鵬李魁鵬引用關係
口試委員:張又升李文興
口試日期:2010-07-15
學位類別:碩士
校院名稱:國立臺北科技大學
系所名稱:能源與冷凍空調工程系碩士班
學門:工程學門
學類:其他工程學類
論文種類:學術論文
論文出版年:2010
畢業學年度:98
語文別:中文
論文頁數:46
中文關鍵詞:資料中心機櫃冷卻FDDPCA主成分分析Hotelling T2
外文關鍵詞:Data CenterCooling RackFDDPrincipal component analysisHotelling T2
相關次數:
  • 被引用被引用:5
  • 點閱點閱:334
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:1
近年來網路資料中心(IDC)機房的發展迅速,因此需要更多的空間來存放資訊設備(IT),使得伺服器排列密度集高,機櫃冷卻系統成為研究的重點,然而機櫃冷卻系統會受到運轉時數增加、維修不良等因素,造成冷卻設備老舊退化及故障頻率增加。有鑑於此,如何開發出一套自動即時監控系統,達到故障預警協助管理保養與即時故障排除,避免系統運轉損壞,維持高效率運轉周期,就成為一門重要的學問。
本研究針對一套資料中心機櫃冷卻系統,集合各種不同技術文獻,整理出空調系統中常見的故障分類,第一類是系統感測器故障分析,第二類是機櫃冷卻系統故障分析。由於機櫃冷卻系統運轉資訊收集必須要有正確的儀表與資訊,才能精確捕捉系統運轉點,因此維修人員必須定期對現場感測器進行校正與保養,所以本文提出統計學理論的感測器故障診斷手法:主成分分析(Principal component analysis, 簡稱PCA)。主成分分析利用Q-statistic plot偵測故障與Q-contribution plot診斷故障原因,提供現場操作人員正確資訊。
另外機櫃冷卻系統故障分析是利用多種性能指標描述機櫃冷卻系統的健康情況,套入性能回歸參考模式中,分隔出系統故障原因,驗證其迴歸模式準確性。最後將此兩種故障診斷策略撰寫成即時自動化故障診斷程式。

In recent years, the Internet data center (IDC) of the rapid development of the computer room, so need more space to store Information Technology (IT) equipment. However, when the Cooling Rack running hours increase and there is improper maintenance. Therefore, it is important to develop an automatic real-time monitoring system to assist in the management of maintenance and failure prediction, and real-time troubleshooting in order to avoid damage to system operation and to maintain the efficient operation.
In this study, two kinds of fault diagnosis usually found in a Cooling Rack were sorted out and discussed after a variety of technical literature review. The first category is the sensor fault analysis system and the second category is the analysis of cooling system failure. Because operating conditions of Cooling Rack must have the correct instrumentation and information systems to accurately capture operation, thus maintenance personnel must be regularly carried out on-site sensor calibration and maintenance. This study proposed two statistical methods of sensor fault diagnosis: Principal Component analysis and Joint Angle Method. Principal component analysis use Q-statistic plot to detect the fault and Q-contribution plot to diagnose the cause of the malfunction.
Another analysis of Cooling Rack failure was the use of many performance indicators of the system. Performance indicators were used to describe the health of the Cooling Rack and then are input to regression model to indicate and isolate the failure causes. Finally, fault diagnosis strategies for this two fault diagnosis method were written in C++ using real-time fault diagnosis of automated programs.


摘 要 .......................................................................... i
ABSTRACT ......................................................................ii
目 錄 ..........................................................................iv
表目錄 .........................................................................vi
圖目錄 .........................................................................vii
第一章緒論 ......................................................................1
1.1 研究背景與動機 ...............................................................1
1.2 文獻探討 ....................................................................1
1.3 研究目的 ....................................................................2
第二章故障偵測與診斷理論概述 ........................................................3
2.1 典型故障偵測與診斷流程 .........................................................3
2.1.1 故障偵測 ..................................................................4
2.1.2 故障診斷分類 ...............................................................4
2.1.3 故障評估 ..................................................................4
2.1.4 決策 ......................................................................5
第三章機櫃冷卻系統故障偵測與診斷策略 ..................................................6
3.1 穩態過濾器 ...................................................................6
3.1.1 多變量管制圖 ...............................................................6
3.1.2 Hotelling T2 .............................................................7
3.1.3 F統計量 ...................................................................8
3.2 感測器故障分析 ...............................................................12
3.3 主成份分析法 .................................................................13
3.3.1 主成份個數的選取 ............................................................16
3.3.2 主成份的分析架構 ............................................................16
3.3.3 特徵值與特徵向量 ............................................................17
3.4 感測器故障診斷之數理模型 .......................................................18
3.5 Q統計量 .....................................................................19
3.6 迴歸分析 ....................................................................20
3.6.1. 複迴歸分析 ...............................................................20
3.7 系統故障分析 .................................................................20
3.7.1. 性能指標計算 ..............................................................21
3.7.2. 性能指標的參考模型 .........................................................21
3.7.3. 建立故障門檻值 ............................................................22
3.7.4. 故障分類器 ...............................................................23
第四章實驗流程 ...................................................................24
4.1 實驗設備 ....................................................................24
4.2 實驗內容 ....................................................................27
第五章結果與討論 .................................................................29
5.1 遠端監控系統架構 .............................................................29
5.2 自動化故障偵測與診斷程式撰寫 ...................................................30
5.3 統計資料分析 ................................................................32
5.4 感測器偏差故障偵測與診斷數據分析 ................................................32
5.5 系統故障偵測與診斷數據分析 .....................................................39
第六章結論與建議 .................................................................44
6.1 研究結論 ....................................................................44
6.2 後續研究建議 .................................................................44
參考文獻 ........................................................................46

[1]粘智勝,冰水主機遠端網頁監控技術研究,碩士論文,國立台北科技大學能源與冷凍空調工程系,台北,2006
[2]謝宜廷,冰水主機自我診斷之Linux嵌入式系統開發研究,碩士論文,國立台北科技大學能源與冷凍空調工程系,台北, 2007。
[3]陳俊宏,離心式冰水機組自動化故障偵測與診斷策略之研究,碩士論文,國立台北科技大學能源與冷凍空調工程系,台北,2007。
[4]呂金翰,冰水主機自我故障診斷之研究,碩士論文,國立台北科技大學能源與冷凍空調工程系,台北,2008
[5]Katipamula, S. and M.R Brambley. 2005a. Methods for fault detection, diagnostics, and prognostics for building systems-A Review, Part I. HVAC and R Research. 11(1):3-25.
[6]Katipamula, S. and M.R Brambley. 2005b. Methods for fault detection, diagnostics, and prognostics for building systems-A Review, Part II. HVAC and R Research. 11(2):169-187.
[7]Wang, S.W. and J.T. Cui. 2005. Sensor-fault detection, diagnosis and estimation for centrifugal chiller systems using using principal component analysis method. Applied Energy. 82(3):197-213.
[8]Wang, S,W. and J.T. Cui 2006. A robust fault detection and diagnosis strategy for centrifugal chillers. HVAC&R Research. 12(3):407-428.


連結至畢業學校之論文網頁點我開啟連結
註: 此連結為研究生畢業學校所提供,不一定有電子全文可供下載,若連結有誤,請點選上方之〝勘誤回報〞功能,我們會盡快修正,謝謝!
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top