簡易檢索 / 詳目顯示

研究生: 林暐力
Wei-Li Lin
論文名稱: 低成本三軸加速規應用於橋梁安全監測可行性之評估
The feasibility of using low-cost accelerometer in bridge health monitoring
指導教授: 謝佑明
Yu-Ming Hsieh
廖國偉
Kuo-Wei Liao
口試委員: 廖國偉
Kuo-Wei Liao
謝佑明
Yu-Ming Hsieh
楊亦東
Yi-Tung Yang
學位類別: 碩士
Master
系所名稱: 工程學院 - 營建工程系
Department of Civil and Construction Engineering
論文出版年: 2018
畢業學年度: 106
語文別: 中文
論文頁數: 113
中文關鍵詞: 物聯網橋梁監測三軸加速規無線通訊技術橋梁自然振動頻率降伏地表加速度
外文關鍵詞: Arduino
相關次數: 點閱:267下載:2
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報

  國內橋梁數量眾多,若對所有橋梁進行詳細檢測評估,需要投入大量人力成本與資金。常見的橋梁檢查方法是使用臺灣地區橋梁維護管理系統TBMS-D.E.R.&U.,而以頻率為基礎之檢測則有微震法、移動式量測法等。因使用目視檢測評估法,不僅需要出動大量人力,也因檢測人員不同,導致誤差甚大的可能發生;若改用量測頻率來檢測,所使用的儀器(如速度計或加速度計)其價格通常非常昂貴,增加橋梁維護的成本。
  本研究主要核心為運用微控制器Arduino連接三軸加速規感測器,透過ZigBee無線技術,能直接連線溝通架設於橋梁上的其它警示燈設備。對於數據採集,我們使用SD卡紀錄感測器所量測到的數值,並且更進一步的在Arduino開發板上進行分析運算量測橋梁頻率,以取代使用電腦分析的高成本執行,本研究硬體成本盡量壓低在3000新台幣以內,盼能有效降低監測成本。


  There are many bridges in Taiwan. The cost of inspection and safety evaluation process is expensive. In general, one of bridge detection methods is to use Taiwan Bridge Maintenance Management System, “TBMS-D.E.R. & U. “. This method is a visual inspection evaluation process and is operated by human, possibly, resulting in many errors. Alternatively, frequency-based method such as ambient vibration method is also available. If frequency-based method is adopted, the cost of bridge maintenance may increase.
  One of the main ideas of this research is to use Arduino microcontroller connecting to accelerometer. By utilizing the Zigbee wireless technology, it will activate the warning light equipment, which is setting on the bridge, if the measured ground acceleration is greater than the yielding acceleration. In addition, if the reduction of bridge frequency derived from the measured accelearions, which is recorded using SD card, the waring system will be activated as well. The cost of the developed module is about NTD 3000, which significantly reduces expense.

誌謝 I 摘要 II ABSTRACT III 目錄 IV 圖目錄 VII 表目錄 IX 第一章 緒論 1 1.1 研究背景 1 1.2 研究動機與目的 2 1.3 研究方法 3 1.4 論文架構 5 第二章 文獻回顧 6 2.1 橋梁檢測分析 6 2.2 數值分析方法 9 2.3 Matlab[4] 9 2.3.1 Simulink[5] 10 2.4 串列傳輸協定 10 2.4.1 脈衝寬度調變 PWM[6] 10 2.4.2 積體電路匯流排I2C[7] 12 2.4.3 序列周邊介面SPI[9] 14 2.4.4 通用非同步收發傳輸器UART[12] 18 第三章 硬體介紹與整合 19 3.1 硬體介紹、比較與選擇 19 3.1.1 Arduino開發板 19 3.1.2 繼電器模組 27 3.1.3 無線通訊模組 31 3.1.4 三軸加速規 37 3.1.5 儲存裝置 44 3.1.6 電源供應 46 3.1.7 警示燈 47 3.2 硬體的整合製作 48 3.3 成本估算 55 第四章 開發環境與實驗儀器 57 4.1 開發環境 57 4.1.1 Arduino開發環境 57 4.1.2 X-CTU 60 4.2 實驗儀器 64 4.2.1 CV-374 AV 64 4.2.2 VSE-15D-6 66 第五章 韌體程式開發 68 5.1 韌體程式流程 68 5.2 三軸加速規的程式編譯 71 5.3 SD卡模組韌體撰寫 73 5.4 Matlab GUI介面 77 第六章 數值分析 79 6.1 Matlab運算驗證 79 6.2 振動台試驗 82 6.3 現地實測 85 第七章 結論與建議 91 7.1 結論 91 7.2 建議 92 參考文獻 93 附錄A 96 附錄B 97

[1] 中華民國交通部,交通統計,道路長度及橋梁座數。
[2] 交通部運輸研究所,<橋梁耐震側推分析模式>,研究報告。
[3] 交通部運輸研究所,<移動式振動檢測模式驗證>,研究報告。
[4] 交通部運輸研究所,<橋梁耐震能力側推數值分析案例庫擴充及振動檢測分析驗證>,研究報告。
[5] wiki.[Online]. Available:
https://en.wikipedia.org/wiki/Fast_Fourier_transform
[6] wiki[Online]. Available: https://en.wikipedia.org/wiki/MATLAB
[7] wiki[Online]. Available: https://en.wikipedia.org/wiki/Simulink
[8] [Online].Available:
https://thats-worth.blogspot.com/2014/04/arduino-pwm-arduino-pulse-width.html
[9] NXP Semiconductors. Available:
http://www.nxp.com/documents/user_manual/UM10204.pdf
[10] 實作派電子實驗室,I2C-協定用法原理簡介-晶片溝通的橋梁
[Online]. Available: https://www.strongpilab.com/i2c-introduction/
[11] Wiki.[Online]. Available:
https://en.wikipedia.org/wiki/Serial_Peripheral_Interface
[12] Wiki.[Online]. Available:
https://en.wikipedia.org/wiki/Serial_Peripheral_Interface
[13] 新通訊元件雜誌,[Online]. Available:
http://www.2cm.com.tw/technologyshow_content.asp?sn=1205300015
[14] Society Of Robots.[Online]. Available:
http://www.societyofrobots.com/
[15] 壹讀部落格.[Online].Available:
https://read01.com/zh-tw/N7ajn.html#.W183G9L-iUk
[16] Arduino功能簡介,[Online]. Available:
https://openhome.cc/Gossip/Books/mBlockArduino1-3and1-4.html
[17] Arduino功能簡介,[Online]. Available:
https://openhome.cc/Gossip/Books/mBlockArduino1-3and1-4.html
[18] [Online].Available: https://www.arduino.cc/en/Products/Compare
[19] Han Major Lab.[Online].Available:
https://hanmajor.blogspot.com/2013/10/arduino.html
[20] OMRON MY.[Online]. Available:http://www.omron.com.tw/
[21] Webduino學習手冊,[Online]. Available:
https://tutorials.webduino.io/zh-tw/docs/basic/component/relay.html
[22] Embedded-cracking the code to system development.[Online]. Available: https://www.embedded.com/
[23] XBee模組通訊實驗(一),[Online]. Available:
https://swf.com.tw/?p=767
[24] Slide Share.[Online].Avaliable:
https://www.slideshare.net/NissinAllelujahnissin/chapter-2-xbee
[25] iBT數位建築.[Online].Avaliable:
http://www.ibtmag.com.tw/new_article.asp?ar_id=24983
[26] NXP Semiconductors.<MMA8451Q,3-axis,14-bit/8bit digitial
accelerometer>,[Online].Availabe: http://cache.freescale.com/files/sensors/doc/data_sheet/MMA8451Q.pdf
[27] NXP Semiconductors.<MMA8451Q,3-axis,14-bit/8bit digitial
accelerometer>,[Online].Availabe: http://cache.freescale.com/files/sensors/doc/data_sheet/MMA8451Q.pdf
[28] NXP Semiconductors.<MMA8451Q,3-axis,14-bit/8bit digitial
accelerometer>,[Online].Availabe: http://cache.freescale.com/files/sensors/doc/data_sheet/MMA8451Q.pdf
[29] 株式会社東京測振,<CV-374 AV 3成分速度計を内蔵したネットワーク対応の地震計>
Available:http://www.to-soku.co.jp/products/memory/pdf/cv374_a-b.pdf
[30] 株式会社東京測振,<VSE-15D-1より高分解能の速度計>
Available: http://www.to-soku.co.jp/products/servo/pdf/vse15d6.pdf
[31] 百度文庫,MMA8451加速度中文參考資料,[Online].Available: https://wenku.baidu.com/view/b61c7c2f82c4bb4cf7ec4afe04a1b0717fd5b39e.html?re=view

QR CODE