跳到主要內容

臺灣博碩士論文加值系統

(44.192.79.149) 您好!臺灣時間:2023/06/02 23:32
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

: 
twitterline
研究生:潘家鵬
研究生(外文):Chia-peng Pan
論文名稱:以嵌入式系統及軟體代理人技術支援室內設備之電源管理-以多媒體教室電源管理為例
論文名稱(外文):Indoor Devices Power Management by using Embedded System and Software Agent Techniques - A Case Study on the Power Management of Multimedia Classrooms
指導教授:林志敏林志敏引用關係
指導教授(外文):Jim-Min Lin
學位類別:碩士
校院名稱:逢甲大學
系所名稱:資訊工程所
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2008
畢業學年度:96
語文別:中文
論文頁數:85
中文關鍵詞:以代理人為基礎之電源管理嵌入式系統微處理機軟體代理人技術區域性可動態調整之電源管理
外文關鍵詞:Micro Controller UnitEmbedded SystemSoftware Agent TechnologyLocally Adaptive Power ManagementAgent-based Power Management System
相關次數:
  • 被引用被引用:8
  • 點閱點閱:541
  • 評分評分:
  • 下載下載:124
  • 收藏至我的研究室書目清單書目收藏:3
由於石油日漸枯竭、油價高漲,全國上下無不盡力推行節能減碳運動,但因大學校園為公共開放空間,許多學生對於珍惜公共資源的觀念不足,導致電力的浪費,因此本研究擬設計一套自動化的電源管理系統來協助達成校園節能的目的。以往各大學對於校園電源管理的作法,多採用中央管理大樓整體電源的作法,但常因教室內的使用者忘記關閉電源,或是不當的使用冷氣設備等,造成過多的電力浪費,然而若以教室作為管理層級,又因校園裡教室過多,使得各教室的電力系統管理者無法一一兼顧,因此本研究希望利用嵌入式系統與軟體代理人技術之結合,達成同時具有中央管理的方便性與支援個別管理的可動態調整的彈性,來提供一個自動化電源管理。
本研究提出的教室電源管理嵌入式系統包含三大部分:教室管理伺服器(Classroom Management Server, CM Server)、電力狀態管理卡(Power Status Management Card, PSM Card)以及設備控制卡(Device Control Card, DC Card),其中教室管理伺服器與電力狀態管理卡支援電源管理代理人系統之執行,負責校園行事曆、教室課表、教室借用管制與自動化電源管理工作,而教室內控制設備電源、擷取環境溫度以及監控有無使用者在場,則由設備控制卡以微處理機實作。
本系統將導入多媒體教室電源管理,實際以多媒體教室中常見的電器裝置為例,如:電燈、電扇、冷氣與電腦,作為控制標的,並以繼電器、紅外線以及程式化三種控制方式作為電源控制技術。本研究也將提出一個以代理人為基礎的教室電源管理模式,在此模式中,代理人會隨著教室借用表、行事曆、日課表之時間轉換來設定不同的管理情境,而每個不同的管理情境再依據使用者操作、有無使用者在場與環境溫度呈現不同的管理策略,達到減輕校園電力系統管理者負擔與校園節能的目的。
Since the petroleum will be exhausted in tens of years and the oil price will be unavoidably going up, the country does the best to push energy-saving and to reduce carbons activity. The campus is an open space to the public, for a lot of students the insufficient awareness of treasure public resources lead to much waste of the electricity power. Therefore, this research is focused on how to design an agent-based automatic power management system to achieve the goal of energy-saving in the campus. In the past, colleges often adopt the approach of central power management for each building. Users of a classroom usually waste much electricity power because they often forget to turn off power switches or improper use of some heavy power-consumption devices, like air-conditioners, etc. Considering the classroom as the level of power management, however, the college power system manager is unable to take care of each individual classroom because there are so many classrooms. This research proposes an automatic power management system combining the characteristic of conventional central management with the ability of dynamic adjustment of individual management by using embedded system and software agent technology.
This thesis proposes a classroom power management system including three main parts: a Classroom Management Server (CM Server), a Power Status Management Card (PSM Card), and a Device Control Card (DC Card). CM Server and PSM Card support the execution of a power management agent system responsible for maintaining school calendar and classroom timetable. A classroom timetable is used for the classroom reservation and task of automatic power management. DC Card is constructed by a micro controller unit responsible for controlling device power switch, detecting the temperature in a classroom and monitoring the existence of human bodies.
The experimental system implemented the power management for multimedia classrooms. It controls the indoor devices, which are common in classroom, like light, fan, air-conditioner and even computer. Three kinds of power switch control methods, including relay, infrared ray, and programming control, are proposed. We propose a classroom power management scenario based on Software Agent Technology. A software agent will check for school calendar, and classroom timetable, and classroom usage table to derive a suitable power management scenario. Each power management scenario will perform different management tactic involving some situations, for example if someone in a classroom or not, the environment temperature, and soon. I hope to achieve the goal of reducing school power manager’s pressure in promoting the efficiency of power saving in campus.
誌 謝-------------------------------i
摘 要------------------------------ii
Abstract---------------------------iii
目錄---------------------------------v
圖目錄-----------------------------vii
表目錄-------------------------------x
第一章 緒論--------------------------1
1.1 背景以及動機---------------------1
1.2 目的-----------------------------3
1.3 論文貢獻-------------------------7
1.4 論文結構-------------------------8
第二章 相關研究----------------------9
2.1 控制器與其他目標管理分析---------9
2.2 可程式控制器--------------------14
2.3 電源線網路----------------------16
2.4 OSGi----------------------------18
第三章 系統架構---------------------20
3.1 系統元件部署--------------------21
3.2 系統架構------------------------22
3.3 CM Agent------------------------23
3.4 PM Agent------------------------25
3.5 SD Agent------------------------27
第四章 系統實作---------------------29
4.1 軟體代理人技術------------------29
4.2 Micro Control Unit--------------34
4.3 Power Management Module---------35
4.3.1 斷電方式----------------------36
4.3.2 紅外線遙控方式----------------37
4.3.3 程式化關機方式----------------43
4.4 Temperature Sensor Module-------44
4.5 Human Detection Module----------48
4.6 RS232 Communication Interface---50
4.7 系統平台建構--------------------52
4.8 代理人系統建構------------------54
4.9 微處理機系統建構----------------56
第五章 實驗結果與節能分析-----------60
5.1 實驗畫面------------------------60
5.2 節能分析------------------------64
第六章 結論與未來研究---------------69
[1]經濟部能源局,能源供需表,民國97年。
[2]政府機關及學校節約能源網站,政府機關學校耗能指標指導手冊,民國95年。
[3]台灣電力公司,學校場所節約用電,2008年1月。
[4]節約能源推廣服務成功案例URL: http://www.ecct.org.tw/success/NEW/success_2_1.htm
[5]Chia-Hung Lien, Chi-Hsiung Lin, Ying-Wen Bai, Ming-Fong Liu, Ming-Bo Lin, “Remotely Controllable Outlet System for Home Power Management,” ISCE ’06 in Consumer Electronics, pp. 1-6, 2006.
[6]Inoue, M., Higuma, T., Ito, Y., Kushiro, N., Kubota, H., “Network Architecture for Home Energy Management System,” IEEE transactions on Consumer Electronics, vol.49, Issue 3, pp.606-613, Aug. 2003.
[7]Virolainen A., Saaranen M., “Networked Power Management for Home Multimedia,” Consumer Communications and Networking Conference, 2008. CCNC 2008. 5th IEEE, pp. 331-332, Jan. 2008.
[8]Chia-Hung Lien, Hsien-Chung Chen, Ying-Wen Bai, Ming-Bo Lin, ” Power Monitoring and Control for Electric Home Appliances Based on Power Line Communication,” Instrumentation and Measurement Technology Conference Proceedings, 2008. IMTC 2008. IEEE, pp. 2179-2184, May 2008.
[9]Jinsoo Han, Intark Han, Kwang-Roh Park ,” Service-oriented power management for an integrated multi-function home server,” IEEE Transactions on Consumer Electronics, Volume 53, Issue 1, pp. 204-208, Feb. 2007.
[10]Ducpyo Hong, Jinmok Lee, Jaeho Choi, “Power Quality Monitoring System Using Power Line Communication,” Information, Communications and Signal Processing, 2005 Fifth International Conference on, pp. 931-935, Dec. 2005.
[11]Heeseok Choi, Ilgon Park, Youngsam Shin, Seungmin Park, “A design and implementation of wireless sensor network routing on Nano-Qplus platform,” Advanced Communication Technology, 2006. ICACT 2006. The 8th International Conference, Vol. 1, 20-22 Feb. 2006.
[12]傅立成,Smart Home: Current and Future Aspects,臺灣政治大學演講,民國96年5月。
[13]Enyedi, Sz., Miclea, L., Valean, H., Stoian, I., Toderean, G., “Management of a Multi-Agent Society used for Monitoring and Diagnosis in a Hydroelectric Power Plant Chain,” IEEE International Conference on Automation, Quality and Testing, Robotics, Vol. 2, May 2006.
[14]Gonsalves, P., Ivanov, A., Zetocha, P., “Autonomous learning agent system for spacecraft telemetry processing,” IEEE International Conference on Systems, Man, and Cybernetics, Vol. 4, pp. 3106-3111, 11-14 Oct. 1998.
[15]Dong To Nguyen, Sang-Rok Oh, Bum-Jae You, “A Framework for Internet-Based Interaction of Humans, Robots, and Responsive Environments Using Agent Technology,” IEEE Transactions on Industrial Electronics, Vol. 52, Issue 6, pp. 1521-1529, Dec 2005.
[16]Nwana,H.S & Ndumu,D.T, “An Introduction to Agent Technology,” Software Agent and Soft Computing, H.S.Nwana and N.Azarmi (Eds), Springer-Verlag, Berlin, Germany, 1997.
[17]Huhns,M.N., Singh, M.P., “Multiagent System and Societs of Agent, ” Distributed Artificial intelligence, Gerhard Weiss (Eds.),Cambridge, MA:The MIT Press.
[18]竇其仁、林志敏、林正敏,網路代理人(Network Agents),台灣:知城數位科技股份有限公司,2006年1月。
[19]宏正自動科技 URL: http://www.aten.com.tw/
[20]寶創 URL:http://www.digipower.com.tw/TW/PDU_tw/PDU-1511-08-MAE.htm
[21]玖鼎電力資訊股份有限公司 URL:http://www.archmeter.com/cht/prod_1_1.htm
[22]便利商店電力監控能源管理系統技術 URL:http://www.itri.org.tw/chi/eel/p4.asp?RootNodeId=070&NavRootNodeId=0735&NodeId=073521&ArticleNBR=1164#02
[23]王安平、廖素蓁、呂文宏,”便利商店用網路型能源管理與控制系統之開發與建置”,工業技術研究院,能源與環境研究所。
[24]PLC URL: http://zh.wikipedia.org/w/index.php?title=PLC&variant=zh-tw
[25]吳孟儒、姚宏宗,”Linux環境下PC-Based SoftPLC之發展與應用”,國立中正大學機械工程研究所碩士論文,2003。
[26]開利普科技工業有限公司,PLC階梯圖程式基本原理及簡碼指令之轉譯法則。
[27]Power Line Communication Group URL: http://163.17.10.114/introduction.html
[28]施威銘研究室,最新網路概論 2008,台灣:旗標出版股份有限公司,2008。
[29]HomePlug, HomePlug AV White Paper, 2008.
[30]OSGi URL: http://www.osgi.org/Main/HomePage
[31]王瑞奇、邱宗文,”OSGi規格將使家庭網路更有潛力”,通訊雜誌九十八期,2002年3月。
[32]黃永順、李坤敏、吳文玲、林文瑋,”OSGi開放式服務平台技術家用閘道器與智慧型車輛之應用”,工業技術研究院電腦與通訊工業研究所,2005年5月。
[33]JADE URL: http://jade.cselt.it/
[34]FIPA URL: http://www.fipa.org/
[35]ATMEL URL: http://www.atmel.com/
[36]DALLAS URL: http://www.dallascvb.com/visitors/
[37]鍾自立、張正賢,8051實作與燒錄器製作,台灣:宏友書局,2000。
[38]陳明熒,單晶片8051實作入門-第二版,台灣:文魁資訊,2007年3月。
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top