跳到主要內容

臺灣博碩士論文加值系統

(216.73.216.168) 您好!臺灣時間:2025/09/05 14:19
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

: 
twitterline
研究生:蔡林承緯
研究生(外文):Cheng-Wei Tsai Lin
論文名稱:視覺與機械手臂整合於產業之應用
論文名稱(外文):Integration of the Machine Vision and the Robotic Manipulators for the Industrial Application
指導教授:李政道李政道引用關係
學位類別:碩士
校院名稱:國立虎尾科技大學
系所名稱:自動化工程系碩士班
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2017
畢業學年度:105
語文別:中文
論文頁數:104
中文關鍵詞:機器視覺機械手臂自動化上下料系統
外文關鍵詞:machine visionmanipulatorsystem of automatic loading and unloading
相關次數:
  • 被引用被引用:4
  • 點閱點閱:633
  • 評分評分:
  • 下載下載:32
  • 收藏至我的研究室書目清單書目收藏:2
近年由於全球製造業面臨缺工及少量多樣生產的挑戰,如何導入多種自動化與智慧化元素已成為各廠商當前重要課題,例如:機器視覺取代人眼以縮短測量時間與降低檢測失誤率、機械手臂代替工人以提高生產效率和解決缺工問題、甚至是整場的自動化與工業4.0環境建構。因此,本研究將整合視覺系統與機械手臂開發一自動化上下料系統。首先,進行多關節機械手臂的運動學推導,並成功開發一機械手臂控制器進行驗證。視覺檢測將以靜態尋物系統與動態追物兩種方式進行實驗。在靜態尋物系統實驗中,先針對視覺系統拍攝到的檢測物進行影像處理,透過檢測物的當前座標並與機械手臂座標同步,再透過串列通訊方式完成機械手臂自動抓取檢測物的功能;動態追物實驗以靜態尋物系統之實驗架構為基礎,將利用視覺系統檢測物件得到時間差、位置差,進而計算出輸送帶轉速以預測出檢測物移動位置後,再利用機械手臂進行動態追物抓取之動作。最後,機械手臂上下料功能再利用串列傳輸與數位輸入/輸出模組與CNC控制器進行交握以完成自動化上下料與加工之功能。
Customized manufacturing is increasing years by years, how the manufactory imports the automatic equipment to the production line is the important topic. The measurement time and the error of inspection is decreased when the machine vision replace the human source.
Besides, the study completed the system of automatic loading and unloading for automatic production by manipulator and machine vision. First, the study derived and proved the Kinematics of manipulator, but the study used the commercially available manipulator to experiment.
The study of vision inspection is divided into the target of static seek and the dynamic target tracking object to experiment. For the target of static seek, the picture of machine vision to image of processing, and corrected the coordinate of machine vision and manipulator to the same origin by the material’s position from the picture of the machine vision. After the coordinate synchronizing, the machine vision and manipulator completed the function the material of gripping by serial transmission. The experimental of dynamic target tracking use the concept of the target of static seek to complete the coordinate synchronize between the manipulator and the machine vision. Then, the velocity of the conveyor will be determined by time interlude and moving distance from machine vision in the program by using Labview software. At the same time, the program used the velocity of the conveyor and the position of material from machine vision to predict the position of target. The manipulator is loading and unloading the material when the program is issue the command. Finally, the study completed the function of automatic loading and unloading by serial transmission and I/O signal for the equipment.
摘要......i
Abstract......ii
誌謝......iii
目錄......iv
表目錄......vi
圖目錄......viii
第一章 緒論......1
1.1研究動機與目的......1
1.2文獻回顧......2
1.3論文架構......3
第二章 系統架構介紹......4
2.1產線系統架構圖......6
2.2設備介紹......12
2.2.1輸送帶......12
2.2.2靜態尋物系統之視覺檢測系統......13
2.2.3動態追物之視覺檢測系統......13
2.2.3 CNC控制器......14
2.2.5 Toshiba機械手臂......14
2.2.6氣壓夾具......16
2.2.7 CNC控制器之輸入輸出模組......17
2.2.8 NI數位輸入輸出模組......18
2.2.9運動控制模組(10MC......18
2.3輸送帶之伺服驅動器與馬達選擇......19
第三章 運動學推導......29
3.1 Denavit-Hartenberg parameters......29
3.2正向運動學......33
3.3反向運動學......35
3.4機械手臂推導驗證......40
3.4.1五軸機械手臂DH參數......41
3.4.2正運動學:......46
3.4.3反向運動學:......48
3.4.4建立機械手臂操作介面...... 51
第四章 視覺處理......53
4.1正攝化處理......53
4.1.1影像校正......55
4.1.2影像校正流程......56
4.2影像前處理......62
4.2.1灰階處理......63
4.2.2提高影像亮暗對比......65
4.2.3閥值處理......66
4.2.4 樣本訓練功能:......69
第五章 實驗結果......71
5.1靜態尋物系統......71
5.2動態追物......74
5.2.1動態追物實驗......75
5.2.2檢測物進入影像範圍時新增一間隔時間......78
5.2.3影像之像素誤差確認......79
5.2.4攝影機於不同景深距離拍攝測試......81
5.2.5測試系統時間與外部時間是否相符......83
5.2.6抓取Labview程式中個功能的系統時間......85
5.2.7將上述實驗測試進行整合......88
5.2.8動態追物之視覺與機械手臂座標整合......91
5.3實驗結果......93
第六章 結論與未來展望......96
6.1結論......96
6.2未來展望......96
參考文獻......97
[1]魏淑芳,工業4.0不能沒有的機器智慧視覺技術及應用。
[2]陳冠宇、張永鵬、傅培耕,2003年,即時影像追蹤系統之設計與實現,Vol.31,No. 1pp21-29。
[3] J. H. Jean,T. P. Wu, J. H. Lai, and Y. C. Hung, 2005, ”A Vision Servo System for Object Tracking Applications of Mobile Robots Based on Shape Features”, Proceedings of 2005 CACS Automatic Control Conference Tainan, Taiwan, NOV 18-19.
[4] A. Lipton, H. Fujiyoshi and R. Patil, 1998, “Moving Target Classification and Tracking from Real-time Video ”, IEEE Workshop on Applications of Computer Vision. Princeton, NJ.
[5] K. P. Horn, B. G. Schunck, 1981, “Determining Opical Flow,”Artifical Intence, Vol,17 pp, 185-203.
[6]吳瑞航,2014,目標動態追蹤與測距定位涉及系統之設計,1月。
[7] Lu Yen-Cheng,2016,機器人運動學-機械手臂是如何運作的?,六月。
https://luyencheng37.wordpress.com/2016/09/06/%E7%BF%BB%E8%AD%AF%E6%A9%9F%E5%99%A8%E4%BA%BA%E9%81%8B%E5%8B%95%E5%AD%B8-%E6%A9%9F%E6%A2%B0%E6%89%8B%E8%87%82%E6%98%AF%E5%A6%82%E4%BD%95%E9%81%8B%E4%BD%9C%E7%9A%84%EF%BC%9F/
[8]顏召政,2005年,2D視覺賜福追蹤系統於機械手臂定位研究,中國機械工程學會第十二屆全國學術研討會論文集,論文編號:B4-001。
[9] SICK公司官網,皮帶輸送機系統的無滑動速度量測的增量型編碼器。
https://www.sick.com/tw/zf/industries/handling-and-assembly-technology/small-part-assembly-example-of-pre-assembly-involving-an-optics-module/sorting-and-storing-small-parts/measuring-the-conveying-speed-of-a-belt-conveyor/c/p409247
[10]能麟企業股份有限公司官網,PAC可程式自動控制器。
http://www.fapro.com.tw/p2-product-detail.asp?cid=2&tid=2&nid=544
[11] Ik Sang Shin, Sang-Hyun Nam, Hyun Geun Yu, Rodney G. Roberts, 2006,” Conveyor Visual Tracking using Robot Vision”, 2006 Florida Conference on Recent Advances in Robotics, FCRAR 2006.
[12] F. D. Anton, Th. Borangiu, Anamaria Dogar, 2010,” Visual robot guidance in conveyor tracking with belt variables”, 2010 IEEE International Conference on Automation Quality and Testing Robotics (AQTR), 2010, pp.1-6, DIO:10.1109/AQTR.2010.5520880.

[13]李翌誠, 2016年,具視覺檢測之自動換料CNC加工系統開發,國立虎尾科技大學自動化工程系碩士班碩士論文,7月。
[14]瑞克塗裝設備企業有限公空壓機官方網站。
http://www.zerk201188.com.tw/product/ProductDetail.asp?ID2=20850
[15]麗鯨工業有限公司官方網站,皮帶平面式輸送機。
http://www.lji.com.tw/belt-conveyor-BNH.html
[16]台達電子DMV1000視覺系統應用技術手冊。
http://www.deltaww.com/filecenter/Products/download/06/060401/Manual/DELTA_IA_DMV_DMV1000_UM_TC_20151222.pdf
[17]羅技網路型攝影機官方網站。
https://www.logitech.com/zh-tw/product/hd-webcam-c310
[18]台達電子官方網站,台達NC300數控系統在深孔鑽的應用。
http://www.deltagreentech.com.cn/solutionv3-111-413.html
[19] TOSHIBA官方網站,機械手臂規格說明書。
http://www.toshiba-machine.co.jp/documents/jp/product/robot/download/tv/catalog/TVL500catalog.pdf
[20] TOSHIBA機械手臂TS300通訊傳輸說明手冊。
[21]金器工業,MCMC夾爪說明書。
http://www.mindman.com.tw/upload/prod_download/C_MCHC.pdf
[22]芳銳氣動科技有限公司官方網站,五孔二位電磁閥。
http://www.fonray.com/cht/%E6%B0%A3%E5%8B%95%E9%9B%BB%E7%A3%81%E9%96%A5/%E4%BA%94%E5%8F%A3%E4%BA%8C%E4%BD%8D-%E4%B8%89%E4%BD%8D.html
[23] NI 美商國家儀器,NI I/O輸入輸出模組。
http://www.ni.com/digitalio/zht/
[24]台達電子官方網站,DVP-MC控制器操作手冊。
http://www.deltaww.com/filecenter/Products/download/06/060301/Manual/DELTA_IA-PLC_DVP-MC_OM_TC_20151026.pdf
[25]台達電子官方網站,ASDA-A2系列手冊。
http://www.deltaww.com/filecenter/Products/download/06/060201/Catalogue/DELTA_IA-ASDA_ASDA-A2_C_TC_20170220.pdf
[26]Smart Servo Home網站,AL.006 過負荷 – 台達伺服警報排除。
http://smartservo.org/asd-al-006-%E9%81%8E%E8%B2%A0%E8%8D%B7/
[27]台達電子官方網站,ASDA-A2系列高機能通訊型伺服驅動器使用手冊。
http://www.delta.com.tw/ch/product/em/motion/motion_servo/download/manual/DELTA_IA-ASDA_A2_SM_TC_20141031.pdf
[28] J. Denavit and R.S Hartenberg, 1955, “A kinematic notation for lower-pair mechanisms based on matrices” ASME Journal of Applied Mechanics Trans ASME J. Appl. Mech 23, pp.215–221.
[29] R.S. Hartenberg and J. Denavit “Kinematic synthesis of linkages.” McGraw-Hill series in mechanical engineering. New York: McGraw-Hill, pp. 435 , 1965.
[30] 維基百科網站,Denavit–Hartenberg parameters。
https://en.wikipedia.org/wiki/Denavit%E2%80%93Hartenberg_parameters
[31]沈俊翰,2016年,六軸機械手臂之微運動學控制策略於自動化產線之應用,國立虎尾科技大學自動化工程系碩士班碩士論文,7月。
[32]龔應時,吳敏光,鍾子涵,李欣泓,陳文泉,” 運動學/反運動學控制硬體IP設計開發”,南台大學電機工程系,工研院機械所智慧機械技術組機電控制整合部,2012,6月。
[33]普特企業有限公司官網,AL5D 4自由度機械手臂。
http://www.playrobot.com/arm/956-lynxmotion-al5d-4-degrees-of-freedom-robotic-arm-combo-kit.html
[34]台達電子公司,DMV1000視覺系統應用手冊。
http://www.deltaww.com/filecenter/Products/download/06/060401/Manual/DELTA_IA_DMV_DMV1000_UM_TC_20151222.pdf
[35]蔡尚廷,2015年,具備機器視覺之泛用型自動整粒設備開發,國立虎尾科技大學自動化工程系碩士班碩士論文,7月。
[36]EmguCV取得彩色影像的三原色影像。
https://gnehcic.azurewebsites.net/emgucv%E5%8F%96%E5%BE%97%E5%BD%A9%E8%89%B2%E5%BD%B1%E5%83%8F%E7%9A%84%E4%B8%89%E5%8E%9F%E8%89%B2%E5%BD%B1%E5%83%8F/
[37] NATIONAL INSTRUMENTS, NI Vision 2011 Concepts Help– Lookup Tables, June- 2011.
http://zone.ni.com/reference/en-XX/help/372916L-01/nivisionconcepts/lookup_tables/
[38]中央大學影像處理暨虛擬實實驗室,影像處理- 9.影像區塊分割。http://ip.csie.ncu.edu.tw/course/IP/IP1409cp.pdf
[39]Ming-Chin Chuang, Digital Image Processing-Image Segmentation.
http://www.csie.cyut.edu.tw/~s9227609/DIP-4-segment.pdf
[40]陳宇翔,2017年,影像平台規劃與機器視覺應用上課PPT。
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
無相關期刊