博碩士論文 995302029 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:64 、訪客IP:3.143.244.6
姓名 鄭志仁(Chih-Jen Cheng)  查詢紙本館藏   畢業系所 資訊工程學系在職專班
論文名稱 基於Modbus的無線智慧照明網路
(The Wireless Smart Lighting Network Base on Modbus)
相關論文
★ 整合GRAFCET虛擬機器的智慧型控制器開發平台★ 分散式工業電子看板網路系統設計與實作
★ 設計與實作一個基於雙攝影機視覺系統的雙點觸控螢幕★ 智慧型機器人的嵌入式計算平台
★ 一個即時移動物偵測與追蹤的嵌入式系統★ 一個固態硬碟的多處理器架構與分散式控制演算法
★ 基於立體視覺手勢辨識的人機互動系統★ 整合仿生智慧行為控制的機器人系統晶片設計
★ 嵌入式無線影像感測網路的設計與實作★ 以雙核心處理器為基礎之車牌辨識系統
★ 基於立體視覺的連續三維手勢辨識★ 微型、超低功耗無線感測網路控制器設計與硬體實作
★ 串流影像之即時人臉偵測、追蹤與辨識─嵌入式系統設計★ 一個快速立體視覺系統的嵌入式硬體設計
★ 即時連續影像接合系統設計與實作★ 基於雙核心平台的嵌入式步態辨識系統
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 基於Modbus在工業控制上的高度穩定性、可靠性與普遍性的優點,本論文將Modbus應用層協定移植到2.4G RF無線通訊及TCP/IP通訊,進而提出了一個三層架構的無線智慧照明網路雛型系統,此一系統底層是一個Modbus主從架構的無線感測照明網路通訊協定,可以執行溫濕度、亮度等環境感測與照明控制;上層是連結於雲端的行動裝置如智慧型手機或終端電腦,負責遠端照明控制與監測;中間層是一個GVM閘道器,提供遠端行動裝置與無線感測照明網路的智慧型中介軟體,使用者能夠隨時隨地透過網路對終端照明節點進行即時監控或更新其功能。最後我們以居家環境監測和LED照明控制為例來驗證此一無線智慧照明網路的功能性,同時也展示了遠端快速開發和監控的物聯網應用情境。
摘要(英) Due to the high reliability and standardization of Modbus protocol in industrial automation, this paper implant the Modbus protocol onto the 2.4G RF wireless communication and TCP/IP communication, and propose a three-tier wireless smart lighting network system. The bottom layer of this system is the wireless sensor/lighting network (WSLN) which can monitor the ambient’s temperature, humidity, and brightness and control the lighting. The mobile devices such as the smart phone or the tablet PC are situated at the upper layer, which are connected via TCP/IP for remote lighting control and monitoring. In the middle layer, we implement a Grafcet virtual machine (GVM) as the kernel of gateway, which provide an ubiquitous computing framework. The user can easily develop and update the event-driven smart lighting function from remote mobile devices. Finally, the experiments demonstrate the ambient monitoring and LED lamp lighting control by using the proposed smart lighting network, the results reveal that our system is applicable for rapid development of IoT(Internet of Things) based smart lighting in the digital home or industrial automation.
關鍵字(中) ★ 物聯網
★ 智慧照明
★ 無線感測網路
關鍵字(英) ★ smart lighting
★ WSN
★ Modbus
★ IOT
論文目次 摘 要 I
Abstract II
誌 謝 III
目 錄 IV
圖目錄 VI
表目錄 IX
第一章、緒論 1
1.1 研究背景與動機 1
1.2 研究目標 3
1.3 論文架構 4
第二章、智慧照明 6
2.1 LED照明 6
2.2 無線感測網路 7
2.3 遠端監控 11
第三章、無線Modbus網路 17
3.1 2.4G RF無線通訊 17
3.1.1 展頻技術 18
3.1.2 調變方式 20
3.1.3 RF模組 21
3.2 Modbus on RS232/RS485 23
3.2.1 Modbus介紹 23
3.2.2 Modbus protocol command 與CRC 24
3.2.3 Modbus function code 26
3.3 Modbus on TCP/IP 39
3.3.1 TCP/IP 39
3.3.2 Modbus protocol on TCP/IP 40
第四章、Modbus智慧照明網路設計 41
4.1 GRAFCET簡介 41
4.2 無線Modbus通訊協定設計 44
4.3 Modbus智慧照明節點設計 46
4.3.1 照明節點控制感測/制動器驅動 47
4.3.2 照明節點的控制 49
4.4 Modbus智慧照明閘道器設計 50
4.5 智慧照明遠端使用者介面 53
第五章、智慧照明系統整合實驗 55
5.1 開發環境 55
5.2 系統設計與實作 57
5.2.1 智慧照明節點 57
5.2.2 智慧照明閘道器 59
5.2.3 雲端應用程式 59
5.3 系統整合驗證 60
第六章、結論與未來展望 64
6.1 結論 64
6.2 未來展望 65
參考文獻 66
參考文獻 [1] http://www.mem.com.tw/article_content.asp?sn=0807110012
[2] http://www.ctimes.com.tw/News/ShowNews.asp?O=201004161633179186
[3] Faheem Ijaz et al., “Remote management and control system for LED based Plant Factory using ZigBee and Internet” ICACT2012, pp. 942-946, 2012 Feb.
[4] 資策會 LED停車場智慧照明管理系統 http://www.iii.org.tw/Service/3_1_1_c.aspx?id=797
[5] ZigBee Alliance, Zigbee Alliance, 2007. [Online] http://www.zigbee.org
[6] Modbus-IDA, Modbus Application Protocol Specification, Version 1.1b, 2006.
[7] LEDinside, http://www.ledinside.com.tw/
[8] http://blog.yam.com/antake/article/17825850
[9] SmartDust:http://robotics.eecs.berkeley.edu/~pister/SmartDust/
[10] Technology Review, http://www.technologyreview.com
[11] Peter Mell, Timothy Grance, National Institute of Standards and Technology, “The NIST Definition of Cloud Computing”
[12] Nordic Semiconductor, “nRF24L01 Single Chip 2.4GHz Transceiver Product Specification”
[13] http://tools.ietf.org/html/rfc1180
[14]Sensirion, http://www.sensirion.com.cn/product/downimg/C-Datasheet_SHT1xV5.pdf
[15] Rohm, http://www.rohm.com, Digital 16bit Serial Output Type Ambient Light Sensor IC, Bh1750fvi.pdf
[16] Microchip, http://www.microchip.com/, ENC28J60數據手冊
[17] 慧格科技, http://www.higauge.com.tw/, 標準遙控燈規格說明書
[18] 陳慶瀚, Sep. 2009, “GRAFCET 離散事件建模”, MIAT實驗室講義
[19] Modbus-IDA, Modbus Messaging on TCP/IP Implementation guide, Version 1.0b, 2006.
[20] 蘇子翔, 1997, 智慧型網路攝影機開發平台(基於Modbus), 國立中央大學光機電工程研究所碩士論文
[21] Li-Wen Hung et al, “An Intelligent Lighting System for Exhibition Applications”, Consumer Electronics, Communications and Networks (CECNet), 2011 International Conference on, pp. 4748-4750, 2011.
[22] Heemin Park et al, “Design and Implementation of a Wireless Sensor Network for Intelligent Light Control”, Information Processing in Sensor Networks, 2007. IPSN 2007. 6th International Symposium on, pp. 370-379, 2007.
[23] Boungju Jeon et al, “Development of a Self-Adjusting Lighting System Based on the User Density and Mobility”, Consumer Electronics (ICCE), 2012 IEEE International Conference on, pp. 700-701, 2012.
[24] Faheem Ijaz et al, “Remote management and control system for LED based Plant Factory using ZigBee and Internet”, Advanced Communication Technology (ICACT), 2012 14th International Conference on, pp. 942-946, 2012.
[25] Adeel A. Siddiqui et al, “ZigBee Based Energy Efficient Outdoor Lighting Control System”, Advanced Communication Technology (ICACT), 2012 14th International Conference on, pp. 916-919, 2012.
[26] 謝欣蓓, 2011, “整合GRAFCET虛擬機器的智慧型控制器開發平台”, 國立中央大學資訊工程所碩士論文
[27] 中央大學MIAT實驗室, SIOC硬體手冊 p3
[28] 中央大學MIAT實驗室, MIAT-STM32 user manual_V1.00 p3
[29] SimplyModbus, http://www.simplymodbus.ca/TCPclient.htm
[30] Ching-Han Chen, Chia-Ming Kuo, Chen-Yuan Chen and Jia-Hong Dai, “The design and synthesis using hierarchical robotic discrete-event modeling”, Journal of Vibration and Control, 2012.
指導教授 陳慶瀚(Ching-Han Chen) 審核日期 2012-7-27
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明