請用此 Handle URI 來引用此文件:
http://tdr.lib.ntu.edu.tw/jspui/handle/123456789/36553
完整後設資料紀錄
DC 欄位 | 值 | 語言 |
---|---|---|
dc.contributor.advisor | 楊烽正 | |
dc.contributor.author | Yuan-Fu Chang | en |
dc.contributor.author | 張原富 | zh_TW |
dc.date.accessioned | 2021-06-13T08:05:17Z | - |
dc.date.available | 2006-07-30 | |
dc.date.copyright | 2005-07-30 | |
dc.date.issued | 2005 | |
dc.date.submitted | 2005-07-21 | |
dc.identifier.citation | 英文文獻:
Anders, H., Martin, F., and Bengt, L., 2001, “On the Execution of Discrete Event Systems as Sequential Function Charts,” Proceedings of the 2001 IEEE International Conference on Control Applications September 5-7, Mexico City, Mexico. David, J. D., 1998, “Applications and benefits of real-time I/O simulation for PLC and PC control systems,” ISA Transactions, Vol. 36, No. 4, pp. 305-311. Flavio, B., Gianni, G., and Paola, D. M., 1995, “Re-usable Software Design for Programmable Logic Controllers,” ACM SIGPLAN Notices, Vol. 30, No. 11. Flavio B., Gianni G., and Paola, D. M., 2001, “PLC software modularity and co-operative development,” 2001 IEEE/ASME International Conference on Advanced Intelligent Mechatronics Proceedings July 8-12, Combo, Italy. Gab Seon Rho, et al., 1995, “Implementation of a RISC microprocessor for programmable logic controllers,” Microprocessors and Microsystems, Vol. 19, No. 10. George, H., 2000, “Soft-testing of industrial control systems programmed in IEC 1131-3 languages,” ISA Transactions, Vol. 39, pp. 345-355. Intel MCS-51 Microcontroller Family User’s Manual, 1994, Intel Corporation. Marcello, B., and Cesare, F., 2001, “Object-Oriented approach to PLC software design for a manufacture machinery using IEC 61131-3 Norm Languages,” 2001 IEEE/ASME International Conference on Advanced Intelligent Mechatronics Proceedings July 8-12, Combo, Italy. Martin, O., Stefan, J., and Karl-Erik Arzen, 1998, “Implementation aspects of the PLC standard IEC 1131-3,” Control Engineering Practice, Vol. 6, pp. 547-555. Mattias, N., and Kristoffer, P., 2001, “Sequential Function Chart Interfacing”, Master Thesis in Industrial automation at Lund Institute of Technology, Sweden. X. C. P., Martinez, and R. F., Garcia, 1999, “SFC++: a tool for developing distributed real-time software,” Microprocessors and Microsystems, Vol. 23, pp. 75-84. 中文文獻: 三菱可程式控制器FX2N中文使用手冊,2003,文笙書局。 林伸茂,2002,單晶片微處理器徹底研究-基礎篇,旗標書局。 林伸茂,2002,單晶片微處理器徹底研究-實習篇,旗標書局。 林伸茂,2002,單晶片微處理器徹底研究-經驗篇,旗標書局。 林治中,2002,「以Java開發自動化系統之人機介面」,碩士論文,國立中山大學機械與機電工程研究所。 吳孟儒,2003,「Linux環境下PC-Based SoftPLC之發展與應用」,碩士論文,國立中正大學機械工程研究所。 游武璋,1999,「工程器指令集之語法結構分析」,碩士論文,國立交通大學機械工程研究所。 廖文煇,2002,可程式控制器應用-基礎篇,全華科技圖書。 羅仕炫,1999,「小型邏輯控制器之研究」,碩士論文,國立交通大學機械工程研究所。 | |
dc.identifier.uri | http://tdr.lib.ntu.edu.tw/jspui/handle/123456789/36553 | - |
dc.description.abstract | 本研究提出一個高客製化泛用型微控器的概念,透過常駐監控程式和下載控制邏輯和液晶頁面顯示內容資料,展示高客製化微控器的功能。本研究繼而開發一個支援此微控器開發的邏輯控制設計及液晶頁面顯示內容規劃的整合開發軟體。開發的軟體有(1)輸出入元件組態規劃、(2)系統參數規劃、(3)液晶顯示頁面顯示內容規劃、(4)行動步進圖建構以設計控制邏輯、和(5)控制邏輯離線模擬等功能。本研究提出一名為行動步進圖的模型支援一般使用者建立高階的順序控制邏輯。它由一群行進點和轉移條件組成,而行進點則內含控制法則、控制條件、邏輯運算、和控制動作。軟體以行動步進圖建構各種機電設備的順序控制流程,並在圖型式人機介面上規劃液晶顯示頁面內容。頁面可以顯示的內容有類比元件物理量值、數位元件邏輯值、靜態圖塊、文字圖塊、和可編輯的系統參數。微控器的記憶體經妥當規劃為可透過液晶面板編輯的參數資料、下載後固定不變的控制程式和液晶顯示頁面資料、及常駐程式動態配置的控制邏輯變數資料等三種。常駐程式進行邏輯控制時,即在這些記憶體中存取資料並讀取和寫入週邊設備。本研究也以軟體模仿微控器的常駐程式存取低階記憶體資料驗證系統功能,提供給使用者擬真的離線模擬環境。本研究並以數個實例進行軟體系統功能測試,結果顯示開發的軟體確能支援微控器的開發。 | zh_TW |
dc.description.abstract | This thesis presents a concept of high customization microcontrollers called Ingenious Microcontrollers. In this thesis, the software for Ingenious Microcontrollers has been developed and there are five functions: input and output device configuration, parameter maintenance, LCD configuration, define control logics, and simulate control logics. This thesis presents an Activity Step Diagram which is composed of activity steps and transitions. In addition, an activity step is composed of control rules, criterions, actions, and analog expressions. Ingenious Microcontrollers use the Activity Step Diagram to define the sequential flow of control logics and display bitmap pictures, character pictures, parameters, and equipment readings by the Liquid Crystal Display (LCD). In order to verify all kinds of functions of the microcontroller software, we have implemented several control systems by the software. The results show that the microcontroller software can really support the development of Ingenious Microcontrollers. | en |
dc.description.provenance | Made available in DSpace on 2021-06-13T08:05:17Z (GMT). No. of bitstreams: 1 ntu-94-R92546021-1.pdf: 2763476 bytes, checksum: 6447eeeff73c54282a7d0cba68f86a79 (MD5) Previous issue date: 2005 | en |
dc.description.tableofcontents | 目錄 i
圖目錄 iii 表目錄 vii 名詞彙編 viii 第1章 緒論 1 1.1 研究動機 1 1.2 研究目的 3 1.3 研究方法 8 1.4 論文架構 11 第2章 文獻探討 12 2.1 8051單晶片 12 2.1.1 8051單晶片的架構 12 2.1.2 RS485通訊介面 15 2.1.3 微處理器的基本運算 18 2.1.4 類比感測器的物理量轉換 21 2.1.5 記憶體分類 23 2.2 可程式控制器的計時器和計數器 25 2.3 IEC61131-3標準 28 2.4 SFC圖(Sequential Function Chart) 32 2.4.1 SFC圖的基本組成 32 2.4.2 SFC圖的基本流程結構 34 2.4.3 SFC圖的執行模式 38 2.5 行動圖(Activity Diagram) 41 2.6 文獻探討結語 44 第3章 以行動步進圖規劃控制邏輯並具液晶顯示頁面規劃功能的精捷微控器整合開發軟體 45 3.1 精捷微控器的控制程式規劃及模擬軟體系統分析和設計 45 3.1.1 操用境況圖 46 3.1.2 靜態結構的類別圖 52 3.2 液晶顯像面板圖塊顯示和儲存的方法 59 3.3 行動步進圖 61 3.3.1 行動步進圖的數學模式 61 3.3.2 行動步進圖的基本流程結構 67 3.3.3 行動步進圖內含的高階控制程式資料結構 71 3.4 控制邏輯的記憶體規劃及資料格式 77 3.5 掃瞄控制邏輯程式 90 3.6 拆解十進制數字和後置二元樹運算式的演算法 101 第4章 精捷微控器的整合開發軟體系統實作 110 4.1 精捷微控器的整合開發軟體系統(精控軟體)概述 110 4.2 輸出入元件組態規劃 114 4.3 系統參數規劃 117 4.4 液晶顯示頁面顯示內容規劃 120 4.4.1 規劃及建構靜態圖塊 120 4.4.2 建立字組 122 4.4.3 液晶顯示頁面編排 123 4.4.4 液晶顯像面板巡覽模擬 126 4.5 建構行動步進圖設計控制邏輯 127 4.5.1 行動步進圖的基本組成 127 4.5.2 控制動作 137 4.6 控制邏輯離線模擬 142 第5章 實例驗證 146 5.1 人行步道紅綠燈範例 146 5.2 馬達監控範例 154 5.3 大小鋼珠搬運範例 164 第6章 結論與未來研究建議 174 6.1 結論 174 6.2 未來研究建議 175 參考文獻 176 | |
dc.language.iso | zh-TW | |
dc.title | 以行動步進圖規劃控制邏輯並具液晶顯示頁面規劃功能的精捷微控器整合開發軟體 | zh_TW |
dc.title | An Activity Step Based Control Logics Modeling and Display Planning Software System for Ingenious Microcontrollers | en |
dc.type | Thesis | |
dc.date.schoolyear | 93-2 | |
dc.description.degree | 碩士 | |
dc.contributor.oralexamcommittee | 陳正剛,周瑞仁,羅士硩 | |
dc.subject.keyword | 可程式控制器,階梯圖,步進流程圖,行動步進圖,液晶顯像面板, | zh_TW |
dc.subject.keyword | Programmable Logic Controller,Ladder Diagram,Sequential Function Chart,Activity Step Diagram,Liquid Crystal Display, | en |
dc.relation.page | 177 | |
dc.rights.note | 有償授權 | |
dc.date.accepted | 2005-07-21 | |
dc.contributor.author-college | 工學院 | zh_TW |
dc.contributor.author-dept | 工業工程學研究所 | zh_TW |
顯示於系所單位: | 工業工程學研究所 |
文件中的檔案:
檔案 | 大小 | 格式 | |
---|---|---|---|
ntu-94-1.pdf 目前未授權公開取用 | 2.7 MB | Adobe PDF |
系統中的文件,除了特別指名其著作權條款之外,均受到著作權保護,並且保留所有的權利。