Indian Institute of Technology - Kharagpur
dedicated to the service of nation
  • Home
  • Project
  • News & Events
  • Videos
  • Workshop
  • Contact us
  • Login
Theory Simulation Self-Evaluation Assignment Reference Feedback
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.




Text book on Robot dynamics and control: By Mark W. Spong and M.Vidyasagar

Geometric approach in solving Inverse Kinematics PUMA Robots: By C.S.G Lee and M.Ziegler