CONTROL OF ONE DEGREE OF FREEDOM REVOLUTE TYPE ROBOT ARM WITH DC MOTOR

 
CONTROL OF ONE DEGREE OF FREEDOM REVOLUTE TYPE ROBOT ARM WITH DC MOTOR


Modeling and Control of a one degree of freedom motorized robot arm is done. The arm is moved horizontally.



In this system the robot the DC motor moves the robot arm to the proper angular position according to the input.

TORQUE

Thetam = motor shaft angle position J= All inertia connected to the motor shaft. D= All friction connected to motor shaft.

The modeling and control is achieved by the software MATLAB/SIMULINK.



>> v=10;
>> angle=90;
>> Kp=v/angle;
>>G=tf([1],[0.4177 1.11 0]);
>> sysclose=feedback(G,Kp);
>> step(sysclose);

The step response of the position feedback is shown. It is steady.