跳到主要內容

臺灣博碩士論文加值系統

(216.73.216.176) 您好!臺灣時間:2025/09/07 02:10
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:吳文傑
論文名稱:天然氣輸儲廠監控系統之設計
論文名稱(外文):Monitoring and Control System Design for a Natural Gas Transmission and Storage Plant
指導教授:黃建立
口試委員:黃建立陳孝武黃宗立
口試日期:2013-06-06
學位類別:碩士
校院名稱:逢甲大學
系所名稱:資電碩士在職專班
學門:電算機學門
學類:電算機一般學類
論文種類:學術論文
論文出版年:2012
畢業學年度:101
語文別:中文
論文頁數:75
中文關鍵詞:監控系統OPC DA ClientASP.NET
相關次數:
  • 被引用被引用:1
  • 點閱點閱:331
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
台灣一年消耗約120億立方公尺天然氣,但自產天然氣約4億立方公尺,因此大部分天然氣均需仰賴進口。天然氣自海外產地輸送前,先將天然氣液化,再以液化天然氣冷凍船運送至國內,冷凍船到港後,液化天然氣先儲存在超低溫儲存槽內備用。當市場上有需求時,即將液化天然氣氣化,送入管線至用戶端。但是,當市場用氣量劇減時,即產生多餘的氣化天然氣,然而體積龐大,無法使用一般的儲槽儲存。為調節尖峰、離峰用氣,天然氣輸儲廠利用舊天然氣田的地底岩層來儲存多餘的天然氣,當天然氣使用過剩時,將天然氣注入地底岩層,反之將天然氣生產出。
天然氣輸儲廠主要有昇壓、注氣、脫水冷凍、及緊急關斷等四大系統。本文整合天然氣輸儲廠各系統的製程資訊,發展一個遠端圖形監控系統。使用 OPC 資料存取客戶端技術即時取得各系統控制器製程資訊,並儲存於資料庫中。編寫製程網頁,遠端操作者使用網路瀏覽器遠端登入操作系統,經由管控使用者權限,即可將製程資料以圖形化介面顯示於瀏覽器上,進而達成即時監控目的。
Due to the situation that the majority of natural gas relies on importation, there are 120 million cubic meters on consumption of natural gas in Taiwan per year, but only 4 million cubic meter natural gas is produced by Taiwan. Before importing natural gas from abroad, natural gas has to be liquefied first, and then refrigerator ships make liquefied natural gas deliver to domestic markets. As the refrigerator ships arrive at the ports, natural gas stores into ultra-low temperature storage tanks to be ready for use. While the markets require it, natural gas is delivered to pumping pipes in order to distribute to all of the clients. However, it may remain some of natural gas when the gas consumption of the markets decreases. Given that the volume of the remaining natural gas is enormous, it cannot be stored in normal storage tanks. In order for adjusting the consumption of gas usage between peak and off-peak periods, Natural Gas Transmission and Storage Plant make use of subterranean strata under old gas fields to store the remaining gas. While the consumption of gas usage remains too much, the unused natural gas will be filled into subterranean strata; on the contrary, it will be extracted from the underground again.
There are four main systems in the Natural Gas Transmission and Storage Plant, including boosting pressure, injection and boosting pressure, freezing dehydrating and emergency shutting-off systems. The research integrates the manufacturing process of each system and develops a Remote Graphics Monitor System. Using the technology of OPC data access to archive clients’ portals gets manufacturing process information of each controller system and saves into the database concurrently. Through editing the webpages of manufacturing process, remote operators are able to utilise web browsers to log into the operating system via managing and controlling user authorities, then the manufacturing process information can be shown on browser in the form of graphical interfacial images immediately, in order to achieve the goal of real-time monitoring.
目錄
中文摘要 i
Abstract ii
目錄 iii
圖目錄 vii
表目錄 x
第一章、緒論 1
1.1 研究背景 1
1.2國內外文獻研討 3
1.3研究目的 6
第二章、天然氣輸儲廠 8
2.1 昇壓操作系統 8
2.1.1 設置及操作條件 8
2.1.2 輸氣系統流程 9
2.1.3昇壓控制系統 10
2.2 兩用壓縮機系統 12
2.2.1 設置及操作條件 12
2.2.2 輸氣操作模式 12
2.2.3 輸氣控制系統 14
2.3 脫水冷凍系統 14
2.3.1 設置及操作條件 14
2.3.2 系統操作流程 15
2.3.3 冷凍控制系統 15
2.4 公用系統 16
2.5 整廠緊急關斷系統 16
2.5.1 設置及操作條件 16
2.5.2 緊急關斷控制系統 17
第三章、圖形監控系統架構 18
3.1 圖形監控系統硬體架構 18
3.1.1現場數據收集層 19
3.1.2通信網路層 19
3.1.3監控系統層 19
3.1.4 SCADA系統規範 20
3.2圖形監控系統軟體架構 21
3.3監控系統資料交換方式 23
3.3.1 開放資料庫連接 ODBC(Open Database Connectivity) 23
3.3.2動態資料交換 DDE ( Dynamic Data Exchange) 24
3.3.3 物件連結OPC (OLE for Process control) 24
3.4 OPC 系統應用 25
3.4.1 OPC同步讀寫資料方式 29
3.4.2 OPC異步資料讀寫方式 29
3.4.3 OPC訂閱式(Subscription) 資料讀寫方式 30
3.4.4 OPC伺服器KEPServerEX V5 30
3.5 網頁伺服器、伺服器語言與資料庫 34
3.5.1網頁伺服器 34
3.5.2網頁伺服器語言 35
3.5.3 網頁資料庫 36
3.5.4 資料庫存取ADO.NET 37
第四章、系統設計與實作 39
4.1.建立監控資料群 39
4.2開發OPC Data Client 41
4.3.建立網頁資料庫與資料格式 48
4.4.繪製監控頁面與開發網頁 52
4.5.網頁伺服器架設 56
第五章、網頁監控與成果 58
第六章、結論與未來展望 70
6.1 結論 70
6.2 未來展望 71
參考文獻 73
[1] 鄭培全、余慶泉,「鐵砧山儲氣窖操作手冊」,民國92年。
[2] 陳宏市、吳蔡松、鄭培全、余慶泉,「鐵砧山儲氣窖擴建工程」,民國92年。
[3] 劉源宏,「圖形監控應用於工廠電力系統之研究」,碩士論文,海洋大學,2001。
[4] 黃志軒,「以opc為基礎的電力品質監測系統」,碩士論文,中原大學,2003。
[5] 簡健州,「網際網路遠端監控系統之研究與開發」,碩士論文,逢甲大學,2004。
[6] 黃金蘭,「圖形監控應用於吹瓶廠設備中央監控之研究」,碩士論文,國立彰化師範大學,2005。
[7] 張烈平,敖茂堯,張雲生“On Remote Monitor and Control Based on OPC and ASP.NET ”, Proceedings of the 26th Chinese Control Conference ,2007 China.
[8] Mihai Iacob, Gheorghe-Daniel Andreescu, Nicolae Muntean, “SCADA System for a Central Heating and Power Plant” 5th International Symposium on Applied Computational Intelligence and Informatics, 2009 Timisoara, Romania.
[9] Yixin Zhao, Feng Liu, Wei Huang, Qian Qi, Qiaoli Huang, Qiang He, Anke Qi, “City Natural Gas Storage Station Control System Based on OPC Server ” Systems and Control in Aerospace and Astronautics ISSCAA,2008 China.
[10] Xiaofeng Ye, Bin Sun, Weiwei Lin, and Wenjun Li, “A Remote Control System on Traffic Lights Based on IEC61131-3 Standard Language” Proceedings of the 8th World Congress on Intelligent Control and Automation ,2010 China.
[11] M.Raafay Anwar, Osama Anwar, Syed Faisal Shamim, Ahmer Ali Zahid “Human Machine Interface Using OPC (OLE for Process Control)” Engineering, Sciences and Technology, Student Conference On, pp.35-40
[12] Erdal Irmak, Ilhami Colak, Orhan Kaplan, Ali Kose “ Development of a Real Time Monitoring and Control System for PLC Based Elevator ” Power Electronics and Applications (EPE 2011), Proceedings of the 2011-14th European Conference on , pp.1 - 8
[13] Iulian O. Maga “A monitoring system for contaminated pharmaceutical processes” Automation, Quality and Testing, Robotics, 2008. AQTR 2008. IEEE International Conference on , pp. 273 - 276
[14] Jasmin Velagic, Admir Kaknjo, Nedim Osmic and Tarik Dzananovic “Networked Based Control and Supervision of Induction Motor Using OPC Server and PLC” 53rd International Symposium ELMAR-2011, pp. 251 - 255
[15] http://www.compressor.cn/Service/UplFiles_Service/ 200912/ 2009122916415525.pdf
[16] http://www.ncs.gov/library/tech_bulletins/2004/tib_04-1.pdf
[17] http://standards.ieee.org/findstds/standard/999-1992.html
[18] http://webstore.iec.ch/Webstore/webstore.nsf/mysearchajax?Openform&;key=IEC%2061499&;sorting=&;start=1&;onglet=1
[19] http://www.dee.ufrj.br/controle_automatico/cursos/IEC61131-3_Programming_Industrial_Automation_Systems.pdf
[20] http://plc.jdzj.com/article/2009-5-8/6576-1.htm
[21] http://www.softinbox.com/html/product_01.html
[22] 陳耀民,「應用自由軟體建構集中式管理學務系統-以嘉義縣國民小學為例」,碩士論文,南華大學,2009 。
[23] OPC Overview Version 1.0, October 27, 1998, OPC Foundation
[24] OPC Overview Version 1.0, October 27, 1998, OPC Foundation
[25] OPC Overview Version 1.0, October 27, 1998, OPC Foundation
[26] http://blog.sina.com.cn/s/blog_3f2c99eb0100d1q6.html
[27] http://www.eternity-sales.com/Kepware/kepserverex.htm
[28] http://ftp.youngtec.com.tw/Docs_in_Chinese/Kepware/KEPServerEX5/KEPServerEX5_Features.pdf
[29] http://msdn.microsoft.com/zh-tw/library/a6cd7c08(v=vs.90). Aspx
[30] 吳鑫、宮亮、楊煜普,「OPC跨平台通信的實現方法」,工程應用技術與實現,第13期35卷,pp.240 -242
連結至畢業學校之論文網頁點我開啟連結
註: 此連結為研究生畢業學校所提供,不一定有電子全文可供下載,若連結有誤,請點選上方之〝勘誤回報〞功能,我們會盡快修正,謝謝!
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top