DC Motor Speed Control Using PID Controller
DC Motor Speed Control Using PID Controller
Volume 6 Issue 5, July-August 2022 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
INTRODUCTION
Over the years, DC motors have been used in many However, this controller can be used with other things
domestic and industrial applications due to their wide like space rockets and kitchen ovens. This is an
speed control limitations. Feedback control loops example of motor loop control. It is often used in
react slowly but are absolutely necessary for better robotic applications. In today's world, the second case
and desirable system performance. We use control is the most important, since PIDs are also
strategies to provide feedback solutions for control implemented on microswitches. The written code
systems for faster response (Bansal & Narvey, 2013). pleases the program part loaded into the
For best performance, the DC motor must control the microcontroller. The microcontroller board receives a
speed correctly. In recent years, controllers such as command from the microcontroller and applies that
Proportional Integral (PI), Fuzzy Logic Controllers, command to the motor as a current signal. This
Proportional Derivative (PD) Controllers, Neutral includes a closed-loop system that includes a
Grid Controllers, and PID Controllers have proven feedback control system that uses a fixed point to
useful in manipulating and automating the speed of generate an error signal to evaluate the feedback
DC motors[1]. DC motors are highly controllable variables. Otherwise, the procedure continues until
electric drives used in robotic manipulators, steel the error reaches zero and the value of the fixed point
mills, overhead cranes, cutting tools, and tracking equals the value of the feedback variable. The figure
electric guided vehicles. However, DC cars are below (Fig-1) shows a feedback system in which the
cheaper and simpler[2]. speed of the DC motor in the device is precisely
controlled[3].
@ IJTSRD | Unique Paper ID – IJTSRD50566 | Volume – 6 | Issue – 5 | July-August 2022 Page 839
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD50566 | Volume – 6 | Issue – 5 | July-August 2022 Page 840
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
The PID controller: Elmer Sperry developed the first PID controller in 1991, and in 1933 the Taylor
Instrumental Company introduced an earlier fully adjustable pneumatic controller. The inspection engineer
eliminated the steady-state error found in the proportional controller by backtracking the incorrect value all the
way until there were zero errors. This included a proportional integration controller error. In 1942, Nicholas and
Ziegler presented engineers with instructions for setting up and determining appropriate parameters for PID
controllers, and finally in 1950, automated PID controllers became widely used in industry[7].
The proportional integral derivative is responsible for controlling various process variables such as temperature,
flow and velocity in industrial applications. In PID controllers, loop feedback is used by the controller to
standardize variables in the process. This is the basic system for driving in the direction of the desired location.
A closed feedback loop is used to keep the actual output at a fixed point as much as possible. PID controllers are
used in systems to help overcome unwanted low vehicle speeds due to various anomalous conditions resulting
from load shocks. In this study, the speed control technique of DC motors is clearly stimulated under changing
conditions as shown by simulation. For the best results from the whole system, PID controllers are used [8].
The PID controller allows only two control states, which is absolutely sufficient for target control. The PID
controller holds the output in a manner between the desired output in closed loop mode and the process variable.
It uses basic control behavior including D, PI controller. The P controller makes a comparison between the set
value and the actual feedback value. An output proportional to the current error is available. A multiplication
calculation is performed and the proportionality constant is multiplied by the resulting error to obtain the output.
Controller I will take the necessary steps to remove the persistent error condition. The offset between the process
variable and the setpoint is very important. If a negative error occurs, the integral control will reduce the
performance. Prediction of future operating errors is performed by the D controller. The output of this controller
depends on the rate at which the error changes over time and is multiplied by a constant derivative. This
contributes to starting the output and increases the system's responsiveness[9].
MATLAB /Simulink: A DC motor can be used for speed control. Therefore, you can adjust the torque,
direction of rotation and speed at any time to be fair in the new situation. The figure -4 below shows the free
body of the rotor and armature circuits.
@ IJTSRD | Unique Paper ID – IJTSRD50566 | Volume – 6 | Issue – 5 | July-August 2022 Page 841
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD50566 | Volume – 6 | Issue – 5 | July-August 2022 Page 842
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
Result:
@ IJTSRD | Unique Paper ID – IJTSRD50566 | Volume – 6 | Issue – 5 | July-August 2022 Page 843
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD50566 | Volume – 6 | Issue – 5 | July-August 2022 Page 844
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
[8] AdityaPratap Singh, “Speed Control of DC Modulators”. Published in: Proceedings of the
Motor PID Controller Based on Mat lab” 140th Audio Engineering Convention
International Conference on Recent Trends in Convention.
Applied Sciences with Engineering
[10] S. Poulsen, M. A. E. Andersed 0rsted. “Self-
Applications, Vol. 4, No. 6, 2013. Oscillating PWM Modulators, A Topological
[9] Dahl, Nicolai Jerram; Iversen, NielsElkjær; Comparision”, DTU Automation, Technical
Knott, Arnold; Andersen, Michael A. E. University of Denmark Eiehovej, Building 325,
“Comparision of Simple Self-Oscillating PWM 2800 Lyngby, Denmark.
@ IJTSRD | Unique Paper ID – IJTSRD50566 | Volume – 6 | Issue – 5 | July-August 2022 Page 845