簡易檢索 / 詳目顯示

研究生: 周昆宏
Kun-Hong Chou
論文名稱: 以BIM軟體開發物聯網架構下智慧建築的三維視覺化管理介面
Development of a 3D visualized management interface for IOT-based smart buildings using BIM software
指導教授: 陳鴻銘
Hung-Ming Chen
口試委員: 謝佑明
Yo-Ming Hsieh
周建成
Chien-Cheng Chou
學位類別: 碩士
Master
系所名稱: 工程學院 - 營建工程系
Department of Civil and Construction Engineering
論文出版年: 2015
畢業學年度: 103
語文別: 中文
論文頁數: 74
中文關鍵詞: 物聯網BIMArduino視覺化
外文關鍵詞: IOT, BIM, Arduino, visualization
相關次數: 點閱:317下載:8
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報

近年來隨著無線網路技術的普及以及微控制器(Microcontroller Unit,MCU)的發展,物聯網(Internet of Things, IOT)逐漸成為產學界廣泛討論的對象,透過物聯網技術的結合,建築能成為即時預警、自動調控、智慧節能的智慧化空間。然而目前智慧建築管理系統的操作展示介面大多以非三維視覺化之文字、按鈕來呈現室內環境狀態與設施的控制,相比於當前建築、土木領域之建築資訊模型(Building Information Modeling, BIM)的概念,此模式下的資訊呈現較不清晰直觀,因此需導入三維視覺化技術以提升介面的可判讀性與資訊呈現的多元性。另外BIM是三維視覺化模型與建築多領域設計屬性資料的整合,在此基礎上BIM可供建築生命週期中之各個階段使用。然而目前BIM技術開發較集中於規劃設計、施工階段及建築管理行政作業,關於營運維護階段之使用則較為罕見。是以有必要進行BIM在建築之營運維護階段使用方式的研究與發展。
本研究利用BIM模式下於設計、施工階段製作的三維模型結合物聯網技術建立了一個原型系統以展示利用BIM做為智慧建築的顯示與物聯網設備控制方式的可行性與效益。所提出的系統以Revit API整合一個智慧電表、室內定位系統以及四個具有代表性的-基於Arduino的感測器與控制器於Autodesk Revit軟體上。本研究亦提出與比較多種物聯網資訊於BIM上呈現的方式,以提昇系統之使用性與人性化。此原型系統不但改善了現有智慧建築管理系統操作展示介面的可視性,亦提升BIM模型在建築全生命週期中營運維護階段的價值。


Internet of Things (IOT) technologies has been applied in home and office environment to achieve smart building. Most interfaces of the management systems for smart buildings are in 2D with text and buttons. On the other hand, the applications of Building Information Modeling (BIM) also keep increasing. BIM is the integration of 3D model with design information as properties of model components. Based on this model, effective integration of design data from different disciplines can be achieved and passed on for the subsequent task use. However, most BIMs developed are only used in design and planning phase. The applications of BIM for operation and maintenance phase are rare. This study developed a prototype system to show the feasibility of using BIM as the interface for the display and control of IOT devices in a smart building. The proposed system integrates Autodesk Revit with a digital meter system, an indoor position system, and four representative Arduino-based sensors or controllers via Revit API. Several 3D visualized ways to present the information of these IOT devices on BIM were proposed and compared in this study to suggest the most suitable way for each one. A case study on the application of the proposed system was developed to show the feasibility and benefit of such integration.

目錄 論文摘要 I 目錄 VI 圖目錄 IX 表目錄 XI 第一章 緒論 1 1.1研究動機 1 1.2研究目的 3 1.3研究範圍 3 1.4研究方法 4 1.5論文架構 4 第二章 研究背景 7 2.1文獻回顧 7 2.2系統開發技術 8 2.2.1.物聯網 8 2.2.1.1 Arduino 8 2.2.1.2 ZigBee 9 2.2.2. .NET Framework 10 2.2.3. 關聯式資料庫 10 2.2.3.1 實體關係模型 11 2.2.3.2 正規化 12 2.2.3.3 SQL 12 2.3系統開發工具 12 2.3.1 Revit 12 2.3.2 Revit API 15 2.3.3 SQL Server 15 2.3.4 HBase 16 2.3.5 PHP 17 2.3.6 Apache Thrift 17 2.3.7 Fritzing 18 第三章 系統功能需求分析 21 3.1前言 21 3.2環境資訊收集與傳遞 21 3.3資料管理與儲存 22 3.4三維視覺化管理介面 23 3.4.1設施概況查詢 23 3.4.2設備控制 23 第四章 系統架構與運作機制規劃 25 4.1前言 25 4.2 系統架構 25 4.3 系統運作流程 26 4.3.1感測器之資料收集與上傳 26 4.3.2智慧電表與室內定位系統之資料收集與上傳 27 4.3.3 傳遞命令至控制器 28 4.4系統運作機制規劃 28 4.4.1 Arduino感測器 28 4.4.2 XBee 30 4.4.2 PHP程式 33 4.4.3 HBase資料儲存架構 33 4.4.4 室內定位與智慧電表系統 33 4.4.5 三維視覺化管理介面 35 4.4.6 控制器 36 第五章 物聯網架構下智慧建築領域之環境資訊在BIM軟體上的呈現模式 39 5.1溫度資訊 39 5.2 PIR資訊 39 5.3紅外線發射器與繼電器開關 40 5.4室內定位 40 5.5智慧電表 41 第六章 系統功能展示 43 6.1前言 43 6.2操作展示介面 43 6.2.1資料庫連結狀態 44 6.2.2室內溫度顯示 45 6.2.3室內人數顯示 45 6.2.4開關燈具 46 6.2.5室內設備定位 47 6.2.6用電量查詢 47 6.2.7發送紅外線訊號 48 第七章 結論與未來展望 51 7.1總結 51 7.2未來展望 52 參考文獻 53 附錄 57 附錄A 系統使用問卷 57 附錄B 系統使用問卷結果 61 附錄C 感測器、控制器規格 67 C.1 5mm Infrared LED Technical Data Sheet 67 C.2 KEYES 5V Relay Module Technical Data Sheet 69 C.3 PIR SENSOR RE 200B Technical Data Sheet 69 C.4 LM35 Precision Centigrade Temperature Sensors Technical Data Sheet 70 附錄D 資料庫接口程式碼 71 D.1 C#連結PHP 71 D.2 C#連結HBase 72 D.3 C#連結MSSQL 73

[1] 石塚義高,「建築ソьユиДユヱюсбЖф⑦Ь」,井上書院,東京 (2001)。
[2] Atzori, L., Antonio, I., and Giacomo, M., "The internet of things: A survey", Computer networks, Vol. 54, No. 15, pp. 2787-2805 (2010).
[3] Meadati, P., Irizarry, J., and Akhnoukh, A. K., "BIM and RFID integration: a pilot study", Advancing and Integrating Construction Education, Research and Practice, pp. 570-78 (2010).
[4] Motamedi, A., and Hammad, A., "RFID-assisted lifecycle management of building components using BIM data", Proceedings of the 26th international symposium on automation and robotics in construction (ISARC 2009), Austin, USA (2009).
[5] Wang, H., Meissner, S., Gluhak, A., and Tafazolli, R, "INTEGRATION OF BIM AND LIVE SENSING INFORMATION TO MONITOR BUILDING ENERGY PERFORMANCE", Proceedings of the 30th CIB W78 International Conference (2013).
[6] 内政部建築研究所,「智慧建築解説與評估手冊」,内政部建築研究所 (2011)。
[7] Schiller, P., Start Smart!: Building Brain Power in the Early Years, Gryphon House, Inc (2012).
[8] Snoonian, D., "Smart buildings", Spectrum, IEEE, Vol. 40,NO. 8, pp. 18-23 (2003).

[9] 內政部建築研所living 3.0, http://www.living3.org.tw/ils-museum/index.aspx (2015)。
[10] Agarwal, Y., Balaji, B., Gupta, R., Lyles, J., Wei, M., and Weng, T, "Occupancy-driven energy management for smart building automation", Proceedings of the 2nd ACM Workshop on Embedded Sensing Systems for Energy-Efficiency in Building, ACM (2010).
[11] Chen, H., Chou, P., Duri, S., Lei, H., and Reason, J., "The design and implementation of a smart building control system", e-Business Engineering, ICEBE'09. IEEE International Conference on. IEEE (2009).
[12] Arduino official website, https://www.arduino.cc/en/Main/arduinoBoardUno
[13] Baronti, P., Pillai, P., Chook, V. W., Chessa, S., Gotta, A., and Hu, Y. F., "Wireless sensor networks: A survey on the state of the art and the 802.15. 4 and ZigBee standards", Computer communications, Vol. 30, No.7, pp. 1655-1695, (2007).
[14]謝錦星,智慧家庭時代來臨無線聯網技術大比拼,https://www.google.com.tw/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0CCUQFjABahUKEwjk9t-m6L7HAhWKoJQKHdtSDjo&url=http%3A%2F%2Fwww.nspark.org.tw%2Fdocumentlibrary%2Fview%2F116%2F19_Doc_20150402110643.pdf&ei=F4jZVaSPHIrB0gTbpbnQAw&usg=AFQjCNEJXK8GNa4pYMcTwXcPtyuPnf2spA&sig2=exoZ-kQhMJgZ0kPCynMbBg
[15] Autodesk Revit 2014 Help, http://help.autodesk.com/view/RVT/2014/ENU/ (2014).
[16] Revit 2014 SDK, http://usa.autodesk.com/adsk/servlet/index?siteID=123112&
id=2484975/ (2014).
[17] Thebuildingcoder, http://thebuildingcoder.typepad.com/ (2014).
[18] Apache HBase, http://hbase.apache.org/ (2014).
[19] Fritzing official website, http://fritzing.org/home/ (2015)
[20] Arduino official website,
https://www.arduino.cc/en/Reference/SoftwareSerialConstructor (2015)
[21] Aeroscout, http://www.aeroscout.com/ (2014).
[22] 鐘仁軒,「整合行動運算與遊戲互動之情緒式視覺化節能誘導系統」,碩士論文,國立台灣科技大學 (2012)。
[23] coopermaa, Arduino 筆記 - Lab21 用繼電器控制 12V 風扇, http://coopermaa2nd.blogspot.tw/2011/03/lab21-12v.html/ (2011)
[24] Relays, “The Electromechanical amplifier”, http://www.glolab.com/relays
/relays.html/ (2015).
[25] IRremote Arduino Library, https://github.com/z3t0/Arduino-IRremote (2012).
[26] 5mm Infrared LED,T-1 3/4 IR333-A,
https://docs.particle.io/assets/datasheets/makerkit/ir333-a.pdf (2013)
[27] KEYES 5V Relay Module KY-019,
http://tinkbox.ph/sites/tinkbox.ph/files/downloads/KEYES%205V%20Relay%20Module%20KY-019.pdf (2015)
[28] Pyroelectric Passive Infrared Sensor,
http://www.ladyada.net/media/sensors/RE200B.pdf (1999)
[29] LM35 Precision Centigrade Temperature Sensors,
http://www.ti.com/lit/ds/symlink/lm35.pdf (2015)

QR CODE