机械手的远程控制系统-外文翻译.docx
《机械手的远程控制系统-外文翻译.docx》由会员分享,可在线阅读,更多相关《机械手的远程控制系统-外文翻译.docx(23页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、Proceedings of the 33rd Chinese Control ConferenceJuly 28-30, 2014, Nanjing, ChinaThe Remote Control System of the ManipulatorSUN Hua, ZHANG Yan, XUE Jingjing , WU ZongkaiCollege of Automation, Harbin Engineering University, Harbin 15000E-mail: sunhuasAbstract: A remote control system of the 5 degre
2、e of freedom manipulator was designed. This manipulator was installed into our mobile robot to constitute a remote rescue robot. The Denavit-Hartenberg method was used to establish the kinematic models and the path planning of the manipulator was researched. The operator could remote control the man
3、ipulator by the interactive interface of PC which could display moving picture and various data of the manipulator. The servos of the manipulator were controlled by the slave FPGA controller. In addition, the slave FPGA controller communicated with the PC via the wireless communication module. Owing
4、 to the embedded Nios II program and IP (Intellectual Property) core generating PWM waves in FPGA, the system could control the multiple servos fast and flexible. In order to achieve real-time operation and simulation, the interactive interface was established by the mixed programming of VC and MATL
5、AB.Key Words: The manipulator; Remote control; Denavit-Hartenberg; FPGA; Human-computer interaction1 IntroductionWith the development of the microelectronic technique and the computer technology, the manipulator has become essential equipment in the manufacturing industry. As we all known, the manip
6、ulator is usually applied to accomplish dull, onerous and repeated physical work, especially used to substitute the manual operation under the dangerous and the hazardous environment such as the corrosion and the high temperature.In this paper, the manipulator was installed our mobile robot. The tel
7、e-operation system of this manipulator was designed. The whole system is onstituted by PC and slave FPGA. The operator can remote control the manipulator by PC. The wireless communication was used for transmitting data between PC and FPGA. FPGA is controller of the the manipulator in the mobile robo
8、t. FPGA has the abundant internal resource and IP cores. And a central control option was built via an embedded Nios II program and an IP core in FPGA. Furthermore, Verilog language was adopted to design the IP core which generated digital PWM waves for controlling the manipulator. Therefore, this s
9、ystem could reach higher precision and easy to debug.MATLAB software was adopted to build the kinematic models of manipulator. And using D-H (the acronym of Denavit-Hartenberg) method to solve the forward and inverse kinematic equations of the manipulator, to analyze the motivation, to plan and trac
10、k the motions path. In addition, a good interface of human-computer interaction was enhanced in the remote control system of the manipulator in PC. Moreover, the manipulator simulation technology was built by using the mixed programming of VC and MATLAB. Thus, the motion choreographs was got quickly
11、 and easily, also greatly saved time and cut the cost.2 Manipulator Model and Path PlanningAt first, the motion model of the manipulator was built. Then, the kinematic simulation and its path planning were researched. These works provided the foundation for the design of the remote control system of
12、 the manipulator.2.1 Motion Model of the ManipulatorThe manipulator was regarded as an open loop kinematic chain. It was constituted by five rotary joints. And its one end was fixed on a base while the other end was used to achieve the ability of grabbing. Therefore, it is better to establish a chai
13、n coordinate frame as shown in Fig.1. The terminal position and attitude was determined via using forward kinematic equation after knowing the rotating angle of every joint. The D-H parameter table shown as Table 1 was established by using the frames in Fig.1.Fig.1 Coordinate frames of mechanical ar
14、mTable 1 D-H Parameters of the Robot ArmDue to D-H method:T=An+1n+1n=Cn+1-Sn+1Sn+1CanCn+1Can0an-San-Sandn+1Sn+1SanCn+1San00CanCandn+101Where Cn+1=cosn+1 , Sn+1=sinn+1 , Can=cosan , San=sinan . The transformation matrix of every joint was given by equation (2).T10=cos1sin1sin1cos1000000001001 T21=cos
15、2-sin200001d1-sin2-cos2000001T32=cos3-sin3sin3cos3000000001d201 T43=cos4-sin40000-1-d3sin4cos4000001T54=cos5-sin5sin5cos5000000001d401 T50=nxnxnynynxnxnynynznz00nznz01=T10T2*1T3*2T4*3T5*4 (2)Where unit vectorn,o,a in equation (2) was n=normal, n=orientation, n=approach, n=position. Parameters of mec
16、hanical arm were given by d1=85mm,d2=116mm,d3=85mm ,d4=95mm. Therefore the forward kinematicequation was determined by taking every parameter in equation (3).P50=180C1S2+3+116C1S2180S1S2+3+116C1S285+116C2+180C2+3 (3)In practical application, the manipulator was adopted to grab objects. This required
17、 that the fixed position was given from terminal to target location. That was the inverse kinematic analysis of manipulator. Inverse transformation was used to determine angle of every rotary joint toward the established coordinates. And the used method of inverse transformation was the common metho
18、d to solve such problem (this method also known as algebraic method).Using inverse transformationTnn-1-1 separately to the left multiplication with T=50T10T2*1T3*2T4*3T5*4 , the angle of every rotary joint(12345)was determined. Owing to these results, the rotary angles(123)at terminal position of ma
19、nipulator were totally decided by the target positionPxPyPz. Angle 4was used to change terminal attitude of the manipulator and it was changed by the known normal vector. However, angle 5, was decided by the size of target object.2.2 Motion Simulation of the ManipulatorThe manipulator model was buil
20、t and simulated via MATLAB toolbox. We could verify the rationality of the mathematical model. While the MATLAB model was established by table 1 and shown as Fig.2Fig.2 MATLAB simulation of the manipulatorComparing to the Fig.1 and Fig.2, the simulation model of the manipulator was coincided to the
21、reference frame model. That was to say, the given coordinate frame was correct. These results also could be proved by the determined inverse kinematic equations via MATLAB shown in the table (2) and table (3).The target position was solved by forward kinematics. After that, the rotary angles were ca
22、lculated by inverse kinematical equation. It turned out that these rotary angles coincided to the given angles. Therefore, these results verified the correctness of forward and inverse kinematical equation. Table (2) Forward Kinematics AnalyzeTable (3) Inverse Kinematics Analyze3 Path Planning of th
23、e ManipulatorThe total displacement of joint was calculated by inverse kinematical equation when the manipulator moved to new position. Thus, the manipulator could move to new position. Although the manipulator finally moved to the expected position in such condition, the motion of the manipulator b
24、etween these two points was unknown. Due to space limitations, motion and some certain position requirements, the manipulator was often unable to move as the above mentioned method. Therefore, the motion path was designed to coincide with the limited conditions.In this paper, we could use these cert
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 机械手 远程 控制系统 外文 翻译
限制150内