《机械手的远程控制系统-外文翻译.docx》由会员分享,可在线阅读,更多相关《机械手的远程控制系统-外文翻译.docx(23页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。
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
25、ain limitations to decide some expected points. And these expected points were used to match the planning path of the manipulators movement. Owing to the planning path, coordinate in every part could be calculated. The rotary angle of every joint was calculated via inverse kinetical equation and the
26、se angles realized the movement of planning path. Movement of the manipulator was shown in Fig.3 (Where? represented the points would be passed by the manipulator; *represented the expected points of every segment; -represented path planning of the manipulator). In Fig.3, we could see that the motio
27、n of the manipulator passed every planning point and the movement path coincided to the planning path.Fig.3 The path planning simulation of the manipulator4 Remote Control System of the ManipulatorThe remote control system of the manipulator contains the main PC and the slave FPGA controller using D
28、E2 Board of ALTER Company. The motors of the manipulator were controlled by multipath PWM waves. And the PWM waves were generated by IP core. The FPGA controllerCommunicated with PC via wireless serial port. While in the PC interaction, the operator could observe the move of the manipulator in real-
29、time and tele-control the motion of the manipulator. Also every movement of manipulator could be observed in advance via the simulation technique. The general design of the manipulator remote control system was shown in Fig.4.Fig.4 The block diagram of the remote control system4.1 Control Mode of th
30、e ManipulatorThere were two control modes of the manipulator. One mode is that the inverse kinematical equations are calculated by FPGA straightly to determine angle of every rotary joint. Thus, the control of the manipulator was achieved. The advantage of this mode is more direct and independent to
31、 finish the control of the manipulator without the external devices. At the same time, this mode has large quantities of calculations, which occupy more internal storage and running time of FPGA. Resources of FPGA are wasted under this mode.The other mode accomplished the control of the manipulator
32、by using VC and MATLAB in PC. Using VC and MATLAB finished a large number of complex calculations and determined angle of every rotary joint. And the angle results were transmitted to FPGA in order to accomplish the control of the manipulator. This manner saved lots of internal storage and running t
33、ime. In addition, FPGA could finish other works under this mode. But the manipulator was not under fast control in this mode.In this system, a new mode was adopted in the manipulator remote control system depending on the advantages of the two modes. Specifically, when the manipulator accomplished t
34、he specified and repeated movement the former mode was adopted under direct control by FPGA. When the manipulator wanted to achieve new motions the latter mode was used to be commanded by orders from PC. This new mode was made good use of advantages of the two modes in the above. And this new mode l
35、ightened computational burden and improved working efficiency of the manipulator.4.2 SOPC Design for the Remote Control System Movement of the manipulator was controlled by servos. And the servos were controlled by PWM waves with the cycle of 20ms. Pulse width of these PWM waves was 0.52.5ms corresp
36、onding to the rotary angle of servo with -90 degree to 90 degree. High precision of PWM waves were generated by IP core via Verilog in this system. The results were shown in Fig.5. PWM waves controlled rotary angles of the servos via the servo drivers.Fig.5 The PWM IP coreMultiple of IP cores were a
37、ble to be downloaded into FPGA. And multiple PWM waves with high precision were generated in the output. As shown in Fig.6, the pulse width of these waves could be settled by program of Nios II. The movement of the manipulator was more flexible and in higher precision in this system.Fig.6 The IP cor
38、es generating PWM waveThe movement of the manipulator was accomplished by the duty ratio of PWM waves. Formula (4) inverted rotary angle n to the corresponding amount of the duty ratio of PWM waves. The duty ratio of PWM waves corresponded to the Nios II output.PWMn=1000000-n*5000090+75000(4)Wireles
39、s serial of 9600 baud rate was used to transmit the coordinate and the angle information from host computer to FPGA. After that, the data and orders were analyzed by FPGA Then FPGA transmitted the movement results to interactive interface of host computer via wireless transition model. This communic
40、ation was realized through adding UVRT communication protocol to FPGA.4.3 The Interactive Interface of the Remote Control SystemThe interactive interface of the remote control system was shown in Fig.7. There were some functions in the interactive interface: video observation, the manipulator contro
41、l and the simulation modeling.At first, the manipulator video could be seen from camera to interactive interface. The operator could monitor the manipulator in real-time. Secondly, the angle and the coordinate could be set in control zone of the interactive interface. The angle of the manipulator co
42、uld be set independently to each single joint. In addition, the angle setting could be shown in real-time in the list of interactive interface (as shown in Fig.7). In the set of coordinates, judging of coordinate setting assured that the total coordinates could achieve to the target points. Thus the
43、 manipulator could be controlled to move in the settled path depend on the angle information.Lastly, the MATLAB robot toolbox was embedded into this interactive interface. One interface was integrated both the control and simulation of the manipulator. MATLAB robot toolbox was directly used by inter
44、active interface in the manipulator modeling. Each group of information was simulated separately in order to detect whether each movement was correct. And the general simulation could test whether movement arrangement of the manipulator was reasonable. Combining with multiple simulation methods made
45、 the movement arrangement more flexible, the operation of the manipulator simpler and interface interaction more perfect.Fig.7 The interactive interface of the manipulator5 Experiment and SimulationIn order to verify properties of the remote control system of the manipulator, experiments of the syst
46、em were under way and were comparing to the simulation system. To be specific, manipulator modeling was built by interactive interface and a group of coordinates could be designed. These coordinates were transmitted to FPGA, which controlled the servos to accomplish the movement of the manipulator.
47、Joint angles, the terminal coordinates shot by interface video. The simulation results were shown in Fig.8.Comparing the real movement and the simulation results, we could see that the manipulator modeling and control of the interactive interface design comforted to the design requirement. The compa
48、ring between experiment and simulation was shown in Fig.8.Fig.8 The experiment and the simulation6 ConclusionIn the experiment, the 5-DOF manipulator modeling was simulated by MATLAB. In the slave FPGA board, control of the manipulator was accomplished via IP core based on the Verilog language. That
49、 greatly reduced design of the peripheral circuit, cut the cost, improved the precision and made the movement smoother without shaking. While in the interactive interface, the mixed programming method of VC and MATLAB was embedded into the MATLAB simulation function. Thus the operability of this manipulator was enhanced. The system had a good