博碩士論文 90521016 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:39 、訪客IP:18.117.71.28
姓名 周瑋鴻(Wei-Hung Chou)  查詢紙本館藏   畢業系所 電機工程學系
論文名稱 結合灰色預測之模糊滑動控制器於 機器手臂之定位控制與應用
(Fuzzy Sliding Controller Combing the Gray Predictor for the Motion Control and Applications of a Robot Manipulator )
相關論文
★ 影像處理運用於家庭防盜保全之研究★ 適用區域範圍之指紋辨識系統設計與實現
★ 頭部姿勢辨識應用於游標與機器人之控制★ 應用快速擴展隨機樹和人工魚群演算法及危險度於路徑規劃
★ 智慧型機器人定位與控制之研究★ 基於人工蜂群演算法之物件追蹤研究
★ 即時人臉偵測、姿態辨識與追蹤系統實現於複雜環境★ 基於環型對稱賈柏濾波器及SVM之人臉識別系統
★ 改良凝聚式階層演算法及改良色彩空間影像技術於無線監控自走車之路徑追蹤★ 模糊類神經網路於六足機器人沿牆控制與步態動作及姿態平衡之應用
★ 四軸飛行器之偵測應用及其無線充電系統之探討★ 結合白區塊視網膜皮層理論與改良暗通道先驗之單張影像除霧
★ 基於深度神經網路的手勢辨識研究★ 人體姿勢矯正項鍊配載影像辨識自動校準及手機接收警告系統
★ 模糊控制與灰色預測應用於隧道型機械手臂之分析★ 模糊滑動模態控制器之設計及應用於非線性系統
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 摘要
本論文將探討模糊滑動控制器於隧道內營建機器手臂的定位及應用於隧道表面的全自動偵測。在本論文控制器的設計上,由於實驗中機器手臂的動態模型相當複雜,故採用模糊控制器做為主要的架構,且結合類似滑動模式控制的觀念來減少控制輸入使設計簡單化,本論文所提出的控制器為一單輸入單輸出的系統,而且只有五條模糊規則,除此之外,此設計也改善了系統暫態響應的上升時間並獲得較佳的抗雜訊能力。另外再結合一灰色預測器做為前饋式補償器來消除系統的超越量。
一旦機器手臂有精準及良好的定位控制之後,將設計完成的控制器結合超音波來實現隧道表面偵測的全自動化,然後記錄偵測到障礙物的中心點位置、長(角度值)、寬(公分)、深(超音波感測值轉換得來的實際值)。透過視窗化軟體,設計出一套完整簡單的使用者操作介面,讓我們可以在做實驗時操作上更加簡單方便。
綜合以上實驗,我們已經突破以往對機器手臂的單軸控制,達到可同時多軸的定位控制,且將其應用於全自動的偵測,最後,我們發現大部分的實驗結果都能達到我們的目標,本論文也將對小部分結果不甚理想的原因提出探討及未來改進的方向。
摘要(英) A fuzzy sliding controller with a gray predictor for the motion of the robot manipulator is proposed in this thesis. The gray predictor that acts as a feedforward compensator is used to overcome the excessive overshoot of the system transient response. Here, we add the quasi idea of sliding mode control (QSMC) to the fuzzy control. Thus, fuzzy sliding control can reduce the system inputs and fuzzy rules. And the system will be a SISO system and it just has only five fuzzy rules. The process of design will become simpler. Besides, it also has better ability to avoid disturbances and the transient response will be ameliorated in advance when QSMC is used. The idea is employed to the position control of a three-axis robot manipulator. The experimental results show that the proposed controller not only drastically reduces the overshoot, but also maintains a small extent of steady-state error, and has a better rising time.
After we can control the motion of manipulator precisely, we use our design to realize the tunnel’s detection by the manipulator automatically. We also design an interface under the windows by Borland C++ Builder to operate the manipulator directly and conveniently.
關鍵字(中) ★ 灰色預測
★ 模糊控制
★ 隧道型機器手臂
★ 滑動模式控制
關鍵字(英) ★ robot manipulator
★ fuzzy control
★ gray predictor
★ sliding mode contorl
論文目次 Abstract
Table of Contents...............................................................I
List of figures........................................................III
List of tables.........................................................VI
Chapter 1. Introduction
1.1 Background and Motivation..........................................1
1.2 Organization.......................................................2
Chapter 2. Theorem Description and Proposed Method
2.1 Problem Description................................................3
2.2 Brief Description of Fuzzy control.................................3
2.2.1 Fuzzifiaction....................................................4
2.2.2 Knowledge base...................................................5
2.2.3 Inference engine.................................................5
2.2.4 Defuzzification..................................................6
2.3 Sliding mode control...............................................7
2.3.1 Brief Description of Sliding Mode Control........................8
2.3.2 Sliding mode controller design...................................10
2.4 Brief Description of Gray predictor................................14
2.4.1 Gray prediction process..........................................14
2.5 The proposed method................................................17
Chapter 3. Hardware and Software Description
3.1 The Hardware of the Robot Arm......................................22
3.1.1 The Supersonic Sensor............................................23
3.1.2 Interface........................................................24
3.2 The software.......................................................27
Chapter 4. Experimental Results
4.1 Introduction.......................................................31
4.2 Experiment 1: the position control of q-axis and X-axis............33
4.2.1 Fuzzy controller with gray predictor.............................38
4.2.2 Discussions......................................................42
4.3 Experiment 2: the influence of the disturbance.....................42
4.3.1 Discussion.......................................................45
4.4 Experiment 3: the tunnel’s auto detection by the robot manipulator46
4.4.1 Discussion.......................................................48
Chapter 5. Conclusions and Recommendations
5.1 Conclusions........................................................49
5.2 Recommendations....................................................50
References.............................................................52
Appendix A.............................................................54
參考文獻 References
[1] Wakileh B. A. M. and K. F. Gill, “Use of Fuzzy Logic in Robotics
Computers in Industry”, Vol.10, pp.35-46, 1998.
[2] J. H. Chen, H. L. Chen, H. Y. Chung, “Study on Fuzzy Controller and
Grey Prediction Model for the Motion of a Robot”, Proc.23nd National
Symposium on Automatic Control, p.p.379-383, Taiwan, R.O.C., March
2001.
[3] J. H. Chen, “Fuzzy Controller and Grey Prediction Model Applied to
the Motion Control of a Robot Arm under the Windows” M. S. thesis in
Electrical Engineering, National Central University, 2001.
[4] Y. P. Chen, Variable Structure Control Design, Taipei, Chuan Hwa
Science & Technology Book CO., LTD., 1999.
[5] B. J. Choi, S. W. Kwok, B. K. Kim, “Design and Stability Analysis of
Single-Input Fuzzy Logic Controller”, IEEE TRANSACTION ON SYSTEMS,
MAN, AND CYBERNETICS-PART B: CYBERNETICS, VOL, 30, NO,2, APRIL 2000.
[6] Y. W. Chu, “A fuzzy controller with the Grey prediction model for the
motion of a robot” M. S. thesis in Electrical Engineering, National
Central University, 2000.
[7] Y. W. Chu, H. Y. Chung, “A fuzzy controller with the Grey prediction
model for the motion of a robot”, Proc.22nd National Symposium on
Automatic Control, Taiwan, R.O.C., pp.267-271, March 2000.
[8] J. L. Deng, John H. Wu, “Grey Theory and Analysis”, KaoLi Pub. Co.,
1996.
[9] J. L. Deng, “Introduction to grey system theory”, The Journal of
Grey System vol.1, no.1, pp.1-24, 1989.
[10] Erbatur, K.,Kaynak, O. “Use of adaptive fuzzy systems in parameter
tuning of sliding-mode controllers” Mechatronics, IEEE/ASME
Transactions on , Volume: 6 Issue: 4 , Dec. 2001 pp., 474 –482.
[11] Y. P. Huang, C. H. Huang, “A genetic-based fuzzy grey prediction
model”, IEEE International Conference on Systems, Man, and
Cybernetic, p.p. 1051-1056, 1995.
[12] S-J Huang; C-F Hu, “Predictive fuzzy controller for robotic motion
control” Proc. IEEE International Conference on Industry
Applications, pp.1668-1672, 1995.
[13] J. Y. Hung, W. Gao, J. C. Hung, “Variable Structure Control: A
Survey”, IEEE Transactions on Industrial Electronics, vol. 40, no. 1,
pp. 2-22, February 1993.
[14] Li, T.-H.S.; Chin-Yin Tsai, “Parallel fuzzy sliding mode control of
the cart-pole system” Industrial Electronics, Control, and
Instrumentation, 1995, Proceedings of the 1995 IEEE IECON 21st
International Conference on , Volume: 2 , 1995 pp.,1468 -1473 vol.2.
[15] Sugeno M., “Industrial Application of Fuzzy Control”, Elsvier
Science Publisher B.V. (North-Holland), 1985.
[16] C. C. Wong C. C. Chen, “Design of Fuzzy Control Systems with a
Switching Grey Prediction”, Proc. IEEE International Conference on
Fuzzy Systems, vol.1, pp.567-571, 1998.
[17] 王文俊, 認識FUZZY, 全華科技圖書股份有限公司, 1997.
[18] 吳漢雄, 鄧聚龍, 溫坤禮, 灰色分析入門.
[19] 余明興, 吳明哲, Borland C++ Builder 4學習範本, 松崗電腦圖書資料股份有限
公司, 1999.
[20] 李勁, 鄭浩, 精通 C++ Builder 5.0, 文魁資訊股份有限公司, 2001.
指導教授 鍾鴻源(Hung-Yuan Chung) 審核日期 2003-6-19
推文 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聯絡  - 隱私權政策聲明