代做Position Control System for a Robotic Arm Part 1: Modelling, Simulation & Validation帮做Matlab程序

Simulation of Engineering Systems 3

Assignment: Position Control System for a Robotic Arm

Part 1: Modelling, Simulation & Validation

Aim

Part 1 of this Simulation of Engineering Systems 3 Assignment involves the modelling, simulation and validation of a Position Control System for a Robotic Arm. This part of the assignment involves developing a mathematical model of the dynamics of a simple robotic arm and its position control system. This model will be implemented in Matlab code and as a Simulink block diagram. The responses from the Simulink block diagram will be used to analyse and validate the Matlab model and its associated simulation. This document provides background information about this system, followed by the problem specification for the mathematical model of the system and its simulation. Also, the Assignment Specifications are provided as a step by step guide for this part of the assignment.

Introduction

Robotic Arms or Manipulators are used extensively in a number of industries e.g. manufacturing, testing, maintenance, exploration.  These robot arms are electro-mechanical systems that replicate the articulated motion of human arms. In certain cases this technology is used in prosthesis development for limb replacement.  This assignment involves the development of a simulation of a position control system for a robotic arm as outlined in this document.

Background

The development of robotic arms started in the manufacturing industries where the repetitive processes involved in production of goods   (e.g.   cars) required increased precision and articulation. Unfortunately these increases could not be achieved through human workers and programmable robot arms or manipulators were created (see Figure 1).

Figure 1: Industrial Robot Manipulator

The type of arm shown in Figure  1 replicates the anatomy of human  arms with increased power provided by the actuation systems that drive each joint. Other types of robot manipulator have been refined from these industrial manipulators in order to serve other industries and performance needs. One such application of this technology has been in the development of articulated prostheses for limb replacement. In particular they have been used to develop actuated prosthetic arms as shown in Figure 2.  This application is the focus of this assignment.

Figure 2: Prosthetic Arm

The motion of this 2 link arm is predominantly through the actuated elbow joint. This is usually driven by a d.c. motor controlled to give the correct position for the hand.  The hand provides fine, dexterous motions for performing tasks, which is not considered in this assignment.  The motion of the elbow is outlined in Figure 3 below.

Figure 3: Prosthetic Arm Elbow Motion Schematic Diagram

The actuator (i.e. motor) is connected to the upper arm.  For most of the assignment the upper arm is assumed to remain stationary at a specified angle.  The actuator rotates the forearm by means of a set of gears. This controlled rotating motion described in Figure 3 is the focus of this assignment as outlined in the Problem Specification below.

Problem Specification

The motion of the arm is regulated by an automatic control system that determines the necessary rotational deflection of the forearm.   In  order to achieve this, the arm must be equipped with the necessary systems to ensure its automatic movement within it operating environment.  The general principle of automated actuator systems is to feed information from joint rotation sensors to the arm’s control system.

In this study we will consider the development of a simulation that represents the Elbow Control System only. This system changes the voltage applied to the elbow actuator to produce the required rotational motion and thus change the deflection angle of the forearm.  For most of the assignment the Upper Arm is kept at a constant angle of deflection θU (set at a value of 3。initially).

The geometry of this rotational motion is shown in Figure 4.

Figure 4: Geometry of rotating motion

The elbow control system produces the required actuator rotation to move the forearm to a reference angle. It achieves this by comparing the actuator deflection angle, θM (radians), with the reference angle, θFref (radians).  This provides indirect control of the Forearm’s deflection angle, θF (radians). A diagram of the total system is shown in Figure 5.

From Figure 5 it can be seen that the Elbow Control System uses the error difference between the reference deflection angle and the actuator’s deflection angle. In this case the value for θFref (the reference angle) is taken to be 55° . The reference deflection passes through the Reference Amp which is represented by a simple gain KR. Also, the motor deflection is measured by the Actuator Sensor, which is represented by a simple gainKS.

Figure 5: Elbow Control System

The control system itself is a proportional controller of the following form.

VE = Gc Δθ                                                     (1)

Here Gc of the controller and Δθis a function related to the difference between the reference angle and the actuator deflection angle. The resulting commanded voltage VE (volts) then passes through the Gear Compensator,which is simply again, KG. The compensated voltage, VA (volts), is used to control the elbow actuator to drive the gears and thus indirectly generate an appropriate forearm deflection (θF).  It achieves this by means of a proportional gain GC  and an integral term with gain KI (this is assumed to be zero in the initial stages of the assignment). These gains determine the performance of the control system. This is an overview of the entire system.

A key part of the overall Elbow Control System is the arm and its interaction with the actuator and gears.  In Figure 5 this part of the system is regarded as the conversion process between the actuator voltage, VA, and the forearm deflection, θF.  This process is more involved than this simplified system diagram would lead you to believe.

The actuator voltage is used to drive the actuator i.e. a d.c. motor) to deflection θM (radians) by means of its generated torque TM (Nm). The drive  shaft of the actuator is connected to Gear  1 (radius r1 meters), which acts as a load on the motor. As Gear 1 rotates it transfers torque TF (Nm) to Gear 2 (radius r2 meters), which in turn rotates the forearm to the desired deflection angle.  The gear ratio GR is calculated in the following manner:

This ratio can be used to calculate the torque relationship between the gears i.e.

TF = GR × TM = GR × KFθG1                                               (3)

Here θG1 is the angular deflection of Gear 1 (radians) and KF is a torque gain.  A detailed description of this system and how it interacts with the robot arm can be seen in Figure 6.

Figure 6: Actuator, Gears and Arm

As mentioned previously, the actuator in this case is a d.c. motor and its electro-mechanics can be represented by the following relationships:

Here i is the motor current (A), Δ①is the difference in speed between the motor and Gear 1 (rad/s),JM is the moment of inertia for the motor armature (kgm2), L isthe inductance (H),R is the resistance (Ω), BS is the damping coefficient, KT is the torque constant and KE is the back emf constant.

Treating the first gear as a load on the motor’s shaft allows its own dynamics to be defined.  This can be represented by the following equation.

Here θG1 is the deflection of the gear (radians) and JG1 is the moment of inertia for the gear (kgm2).

Since the second gear is attached to the forearm they both have the same dynamics (i.e. θF = θG2). The transfer of torque from Gear 1 to Gear 2 provides the following dynamic relationship for the forearm i.e.

Here JF is the total moment inertia of the forearm and hand (kgm2), BSF is the viscous damping coefficient for the forearm, mF the masses of the forearm and hand (kg), lF is of the length of the forearm (m) and g is the acceleration due to gravity (m/s2). These equations represent the dynamics of the prosthetic robot arm and its related systems.

Assignment

The combination of all these elements produces a mathematical model for the Elbow Control System for the Robot Arm.  Using this description as a basis, follow the steps outlined below to complete the first part of your assignment for this course:

Mathematical Modelling & Continuous Time Simulation

1.   Use the description given above to derive the state space model for the Robot Arm System.

2.   Use this model and the parameter values given in the Appendix A to produce an equation or script. based simulation of the Robot Arm System in Matlab.

3.   Employ a suitable initial conditions and numerical integration solver with a suitable step-size in the simulation of your system. Justify your choice of the initial conditions, solver and step- size. Do not use the in-built Matlab integration functions.

4.   Analyse the dynamic response of the system. Do you think this a good design for the Elbow Control System? Explain your answer.

Block Diagram & Validation

5.   Using basic, commonly used blocks in Simulink, construct a block diagram simulation of the Robot Arm System.

6.   Use the responses from this block diagram simulation to validate your Matlab model from steps (1) & (2) and simulation responses from step (3).





热门主题

课程名

mktg2509 csci 2600 38170 lng302 csse3010 phas3226 77938 arch1162 engn4536/engn6536 acx5903 comp151101 phl245 cse12 comp9312 stat3016/6016 phas0038 comp2140 6qqmb312 xjco3011 rest0005 ematm0051 5qqmn219 lubs5062m eee8155 cege0100 eap033 artd1109 mat246 etc3430 ecmm462 mis102 inft6800 ddes9903 comp6521 comp9517 comp3331/9331 comp4337 comp6008 comp9414 bu.231.790.81 man00150m csb352h math1041 eengm4100 isys1002 08 6057cem mktg3504 mthm036 mtrx1701 mth3241 eeee3086 cmp-7038b cmp-7000a ints4010 econ2151 infs5710 fins5516 fin3309 fins5510 gsoe9340 math2007 math2036 soee5010 mark3088 infs3605 elec9714 comp2271 ma214 comp2211 infs3604 600426 sit254 acct3091 bbt405 msin0116 com107/com113 mark5826 sit120 comp9021 eco2101 eeen40700 cs253 ece3114 ecmm447 chns3000 math377 itd102 comp9444 comp(2041|9044) econ0060 econ7230 mgt001371 ecs-323 cs6250 mgdi60012 mdia2012 comm221001 comm5000 ma1008 engl642 econ241 com333 math367 mis201 nbs-7041x meek16104 econ2003 comm1190 mbas902 comp-1027 dpst1091 comp7315 eppd1033 m06 ee3025 msci231 bb113/bbs1063 fc709 comp3425 comp9417 econ42915 cb9101 math1102e chme0017 fc307 mkt60104 5522usst litr1-uc6201.200 ee1102 cosc2803 math39512 omp9727 int2067/int5051 bsb151 mgt253 fc021 babs2202 mis2002s phya21 18-213 cege0012 mdia1002 math38032 mech5125 07 cisc102 mgx3110 cs240 11175 fin3020s eco3420 ictten622 comp9727 cpt111 de114102d mgm320h5s bafi1019 math21112 efim20036 mn-3503 fins5568 110.807 bcpm000028 info6030 bma0092 bcpm0054 math20212 ce335 cs365 cenv6141 ftec5580 math2010 ec3450 comm1170 ecmt1010 csci-ua.0480-003 econ12-200 ib3960 ectb60h3f cs247—assignment tk3163 ics3u ib3j80 comp20008 comp9334 eppd1063 acct2343 cct109 isys1055/3412 math350-real math2014 eec180 stat141b econ2101 msinm014/msing014/msing014b fit2004 comp643 bu1002 cm2030
联系我们
EMail: 99515681@qq.com
QQ: 99515681
留学生作业帮-留学生的知心伴侣!
工作时间:08:00-21:00
python代写
微信客服:codinghelp
站长地图