跳到主要內容

臺灣博碩士論文加值系統

(44.201.92.114) 您好!臺灣時間:2023/03/31 10:50
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

: 
twitterline
研究生:蔡凱陸
研究生(外文):CAI,KAI-LU
論文名稱:七軸關節型機械手臂開發
論文名稱(外文):Development of the Seven-Axis Articulated Robot Arm
指導教授:蘇國嵐
指導教授(外文):SU,KUO-LAN
口試委員:毛偉龍王榮爵郭智宏
口試委員(外文):MAO,WEI-LUNGWANG,RONG-JYUEGUO,JR-HUNG
口試日期:2016-07-15
學位類別:碩士
校院名稱:國立雲林科技大學
系所名稱:電機工程系
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2016
畢業學年度:104
語文別:中文
論文頁數:100
中文關鍵詞:三菱Q系列可程式控制器伺服馬達Kinect影像處理順逆向運動學機械手臂
外文關鍵詞:Mitsubishi Q series,PLCservo motorKinectimage processingKinematicsrobot arm
相關次數:
  • 被引用被引用:1
  • 點閱點閱:412
  • 評分評分:
  • 下載下載:16
  • 收藏至我的研究室書目清單書目收藏:0
本論文為七軸關節型機械手臂搭配影像辨識完成辨識取物系統,以三菱Q系列控制器為運動規劃核心,搭配三菱伺服馬達、驅動器、定位模組及減速機完成運動控制;此研究先從手臂在空間中建立基礎座標作為參考,接著探討手臂各軸關節的連結關係、順逆向運動學,再定義出機械手臂運動極限範圍,並搭配Kinect視訊機做影像處理,辨識不同顏色的圓形球體及方形柱體,及感測鏡頭至物體的深度值,整合出空間三維座標後經由Matlab編譯演算法計算出手臂座標;最後將單軸運動、原點復歸、速度調整等功能於Visual Studio專案管理以達成最佳化處理。本論文可依規劃任務不同,例如:骨牌排列、畫圖、寫字、疊疊樂、物件分類取放等,針對不同物體製作不同工件來完成多樣應用。
This thesis designs a seven-axis articulated robot arm with image recognition system. The system bases on the kernel of Mitsubishi Q series programming logic controller, and uses seven AC servo motors, seven servo drivers, two position modules and reducers. The concept of this thesis is to evaluate the motion trajectories of robot arm by establishing the basis coordinates of end effector for the robot arm. We study the joint structure of articulated arm, and compute the equation of forward and inverse kinematics for each joint. Furthermore, we use image system to recognize color and sharp of different balls and cubes by Kinect system. The Kinect system can detect the depth of the object, the robot arm catches the assigned object according to the information of the Kinect system. Then, we get the three dimensional coordinate and calculate its corresponding coordinate of the arm by using Matlab. Finally, we do the optimizations for each joint of the robot arm, Original Point Return, and speed adjustment by visual studio project management system. In this thesis, the robot arm presented various experimental results that depend on different purposes or missions, such as playing dominoes, drawing pictures, writing, piling up, and separating stuffs and so on.
摘要 I
ABSTRACT II
誌謝 III
目錄 IV
表目錄 VI
圖目錄 VII
第一章 緒論 1
1.1 前言及相關文獻 1
1.2 研究動機 2
1.3 論文架構 2
第二章 硬體系統架構 4
2.1 系統架構簡介 4
2.2 機械手臂硬體架構 4
2.3 伺服馬達與伺服驅動器 8
2.3.1 位移分析 11
2.4 電力與線路配置 11
2.5 電磁閥與氣壓缸 16
2.6 可程式控制器 16
2.6.1 基座與電源模組 Q38B/Q61P 17
2.6.2 主控制器 Q03UDE 18
2.6.3 定位模組 QD77MS4 20
2.6.4 輸入與輸出模組 QX41/QY41P 21
2.6.5 通訊模組 QJ71C24N-R2 23
2.7 Asus Xtion體感偵測器 24
第三章 機械手臂之運動探討 25
3.1 連桿參數與座標系統建立 25
3.2 順向運動學 28
3.3 逆向運動學 31
3.4 手臂之運動範圍模擬 34
3.5 運動學動態函式庫建構 38
第四章 控制系統與程式架構 39
4.1 運動程式開發工具 39
4.1.1 GX Works2 程式工具 39
4.1.2 MX Component 通訊工具 41
4.2 伺服驅動方法 44
4.2.1 原點復歸與各軸JOG移動 47
4.2.2 單軸直線控制與多軸直線運動插補 51
4.3 PC人機介面 53
第五章 影像處理 54
5.1 RGB與HSV色彩空間 54
5.2 二值化 55
5.3 膨脹與侵蝕 56
5.4 霍夫轉換 58
5.5 夾爪角度補償 61
第六章 實驗結果 63
6.1 實驗一:骨牌效應 63
6.1.1 實作場地與道具 63
6.1.2 實作流程 65
6.1.3 實作結果 66
6.2 實驗二:機械揮毫 71
6.2.1 實作場地與道具 71
6.2.2 實作流程 72
6.2.3 實作結果 73
6.3 實驗三:疊疊樂 76
6.3.1 實作場地與道具 76
6.3.2 實作流程 78
6.3.3 實作結果 79
6.4 實驗四:眼明手快 81
6.4.1 實作場地與道具 81
6.4.2 實作流程 82
6.4.3 實作結果 83
第七章 結論與未來展望 86
參考文獻 87

[1]工業4.0 http://www.businessweekly.com.tw/KBlogArticle.aspx?id=6328,2016/06
[2]機器人https://zh.wikipedia.org/wiki/%E6%A9%9F%E6%A2%B0%E6%89%8B%E8%87%82,2016/06
[3]可程式邏輯控制器https://zh.wikipedia.org/wiki/%E5%8F%AF%E7%BC%96%E7%A8%8B%E9%80%BB%E8%BE%91%E6%8E%A7%E5%88%B6%E5%99%A8#.E5.AE.9A.E7.BE.A9.E8.88.87.E7.89.B9.E6.80.A7,2016/06
[4]滾珠螺桿FSKW,PMI銀泰科技http://www.pmi-amt.com/tw/products/pmi/pmi_fskw.htm,2016/06
[5]線性滑軌MSB25TS,PMI銀泰科技http://www.pmi-amt.com/products/amt_msb.htm,2016/06
[6]伺服馬達,伺服驅動器,能麒科技http://www.fapro.com.tw/p2-product-detail.asp?cid=2&tid=5&nid=230&ppage=,2016/06
[7]行星減速機,利茗機械公司http://www.li-ming.com.tw/index.php?option=com_content&view=article&id=446&Itemid=518,2016/06
[8]減速機,鼎縊公司http://www.gtc-gearbox.com/webls-zh-tw/M01.html,2016/06
[9]SSCNETⅢ同步網路http://www.autooo.net/utf8-classid73-id18792.html,2016/06
[10]直流電源供應器http://www.hmco.com.tw/product_detail.php?lang=tw&id=39,2016/06
[11]滑軌型機械夾,氣立公司http://www.chelic.com/productSub.aspx?type=12&PSID=201543,2016/06
[12]PLC模組,能麒科技http://www.fapro.com.tw/p2-product-list.asp?cid=2&tid=2,2016/06
[13]Q03UDE PLC,双象公司http://www.two-way.com.tw/html/product/Qnu/pq03UDEcpu.htm, 2016/06
[14]ASUS 體感偵測器https://www.asus.com/tw/3D-Sensor/Xtion_PRO/specifications/,2016/06
[15]三菱可程式控制器Q系列PLC基本指令篇
[16]MELSEC-Q QD77MS Simple Motion Module User’s Manual
[17]減速機原理http://www.gelufu.com/htm/big5/article_read_976.html,2016/06
[18]Mitsubishi MELSERVO-J4 MR-J4-_B
[19]MX Component Version 4 Operating Manual
[20]Modbus通訊協定 https://zh.wikipedia.org/wiki/Modbus,2016/06
[21]Denavit-Hartenberg參數轉換http://petercorke.com/doc/rtb_dh.pdf,2016/06
[22]Robotic Toolbox,Peter Corke http://www.petercorke.com/Home.html,2016/06
[23]RGB色彩空間https://zh.wikipedia.org/wiki/%E4%B8%89%E5%8E%9F%E8%89%B2%E5%85%89%E6%A8%A1%E5%BC%8F,2016/06
[24]HSL與HSV色彩空間https://zh.wikipedia.org/wiki/HSL%E5%92%8CHSV%E8%89%B2%E5%BD%A9%E7%A9%BA%E9%97%B4,2016/06
[25]二值化原理介紹http://140.134.32.129/scteach/mech/text/yin03_12.html,2016/06
[26]膨脹與侵蝕https://sites.google.com/a/ms.ttu.edu.tw/cse2012dance-robot/yan-jiu-cheng-guo/opencv-ruan-ti-she-ji/qin-shi-yu-peng-zhang,2016/06
[27]霍夫轉換 https://zh.wikipedia.org/wiki/%E9%9C%8D%E5%A4%AB%E5%8F%98%E6%8D%A2,2016/06
[28]詹凱堯,PLC-based之六軸機械手臂運動控制,雲林科技大學,碩士論文,2014
[29]顏儒銘,3D列印技術應用於創新多軸機械手臂之機電整合設計與實務,台北科技大學,碩士論文,2016
[30]巫憲欣,以系統晶片發展具機器視覺之機械手臂運動控制,台灣科技大學,碩士論文,2006
[31]陳漢雄,機械手臂混合位置/阻抗控制之研究,台灣科技大學,碩士論文,2010
[32]蔡柏謙,基於逆向運動學之機械手臂控制,中央大學,碩士論文,2011
[33]黃議賢,以FPGA晶片計算機械手臂運動學及誤差分析,南臺科技大學,2014

QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
無相關期刊