SlideShare a Scribd company logo
2
Most read
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 3 Issue 5, August 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD26599 | Volume – 3 | Issue – 5 | July - August 2019 Page 1164
Speed Control of DC Motor using
PID Controller for Industrial Application
Manoj Kumar Ranwa, Ameen Uddin Ahmad
Department of Electrical and Electronics Engineering, Al-Falah University, Haryana, India
How to cite this paper: Manoj Kumar
Ranwa | Ameen Uddin Ahmad "Speed
Control of DC Motor using PID Controller
for Industrial Application" Published in
International Journal
of Trend in Scientific
Research and
Development
(ijtsrd), ISSN: 2456-
6470, Volume-3 |
Issue-5, August
2019,pp.1164-1167,
https://doi.org/10.31142/ijtsrd26599
Copyright © 2019 by author(s) and
International Journal ofTrend inScientific
Research and Development Journal. This
is an Open Access article distributed
under the terms of
the Creative
Commons Attribution
License (CC BY 4.0)
(http://creativecommons.org/licenses/by
/4.0)
ABSTRACT
This paper is to design PID controller to supervise and control the speed
response of the DC motor and MATLAB program is used for industrial
application . PID controllers are widely used in a industrial plants because of
their simplicity and robustness. The results obtained from simulation are
approximately similar to that obtained bypractical.Alsothedynamic behavior
is studied.
KEYWORDS: DC motor, PID controller, DC motor armature, DC motor speed
response, MATLAB
I. INTRODUCTION
The DC motors have been popular in the industry control area for a long time,
because there goodcharacteristics,for example: high starttorquecharacteristic,
high response performance, easier to be linear control…etc. The speed of a DC
motor is given be the relationship
(1)
where V is applied voltage, N is speed , Ia is armature current, Ra is armature
resistance and ∅ is the flux per pole[1].
This paper describes the MATLAB/ SIMULINK of the DC motor speed control
method namely field resistance, armature voltage, armature resistance control
method and feedback control system for DC motor drives [2].
When speed control over a wide range is required, combination of armature voltage control and field flux control is used.This
combination permits the ratio of maximum to minimum speed to be 20 to 50. With closed loop control, this range can be
extended up to 200. The parameters of the PID controller kp, ki and kd can be manipulated to produce various response[3].
II. PID CONTROLLER:
The combination of proportional, integral and derivative control action is called PID control action. PID controllers are
commonly used to regulate the time-domain behavior of many different types of dynamic plants. These controllers are
extremely popular because they can usually provide good closed-loop response characteristics. Considerthefeedback system
architecture that is shown in Fig. 1 where it can be assumed that the plant is a DC motor whose speed must be accurately
regulated [4].
Fig 1 (a) Fig 1 (b)
Feedback system of architecture
The PID controller is placed in the forward path, so that its output becomes the voltage applied to the motor's armature the
feedback signal is a velocity, measured by a tachometer.The output velocity signal C (t) is summed with a reference or
command signal R (t) to form the error signal e (t). Finally, the error signal is the input to the PID controller.
(2)
IJTSRD26599
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD26599 | Volume – 3 | Issue – 5 | July - August 2019 Page 1165
III. DC MOTOR MATHEMATICS MODEL AND THE CONTROL THEORY:
DC motors have speed-control capability, which means that speed, torque and even direction of rotation can be control at any
time to meet new conditions [5] .The electric circuit of the armature and the free body diagram of the rotor are shown in the
following fig- 2 [6].
Fig 2 electric circuit of dc motor
Let Ra=Armature Resistance, La=Armature self inductance caused by armature flux, ia= Armature current, if= field current,
Eb=Back EMF in armature, V =Applied voltage, T=Torque developed by themotor,θ= Angulardisplacement ofthe motorshaft,
Ј =Equivalent moment of inertia of motor shaft & load referred to the motor, B= EquivalentCoefficientoffrictionofmotorshaft
& load referred to the motor. The DC motors are generally used in the linear range of the magnetization curve. Therefore, air
gap flux Ф is proportional of the field current i.e.
∅ ∝ if (3)
∅ = Kf if (4)
where Kf constant
The torque T developed by motor is proportional to armature current and air gap flux
T ∝ ia ∅ (5)
T = Kf 𝐾𝑎 ia ∅ (6)
T = 𝐾𝑡 ia (7)
where 𝐾𝑡 is constant .
The motor back emf can be written as
Eb∝ 𝜔𝜑 (8)
Eb= Kb 𝜔 (9)
Eb=Kb ( Kb is back emf constant ) (10)
If we apply kcl on armature circuit
v= Ra ia+La +Eb (11)
The dynamic equation motor will be (J is moment of inertia B is coefficient of friction )
T=J +B +TL (12)
Taking laplace transform of equation(8) (9) and (12).
T(s)=K Ia(s)
Eb=Kb s 𝜃(𝑠)
V(s)= Ia(s) (Ra+LaS)+Eb
V(s) - Eb = Ia(s) (Ra+LaS)
and
T(s)=(Js2+sB)𝜃(𝑠)
or
T(s)=(Js+B) s 𝜃(𝑠)
T(s)=(Js+B) 𝜔(𝑠) (13)
T(s)=KIa(s) (14)
Fig- 3 Block diagram of armature controlled dc motor
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD26599 | Volume – 3 | Issue – 5 | July - August 2019 Page 1166
The transfer function of dc motor speed with respect to the in put voltage can be written as follows
G(s) =
( )
( )
= ( )( )
(15)
Armature controlled dc motor are preferred over field controlled system For small size motor field control is advantageous
because only a low power servo amplifier is required while the armature current which is not large can be supplied from an
expensive constant current amplifier[7]. For large size motor it is on the whole cheaper to use armature control scheme.
Further in armature controlled motor, back emf contributes additional damping over and abovethat provided byload friction.
The combination of proportional, integral and derivative control action is called PID action control and the controller iscalled
three action controllers. Here the proportional part of the control action repeats the change of error and derivative part ofthe
control action adds an increment of output so that proportional plus derivativeaction is shiftedaheadintime. Theintegral part
ads a further increment of output proportional to the area under the deviation line. The combination of proportional, integral
an derivative action may be made in any sequence as shown[8].
IV. MATLAB REPRESENTATION AND SYSTEM RESPONSE:
Transfer function obtain in equation (15) can be simulate on MATLAB by using practical controller parameter (Kd,Ki and Kp)
and DC motor parameter as shown in table -1 and table -2 .
Fig -4 close loop system of DC motor with PID
Controller Parameters: In PID controller there are some parameter (Proportional Gain, Derivative Gain, Filter Coefficient,
Integral Gain by varying these parameter response can be change (stability ,error ,rise time etc can be control )[9].
Table -1 Controller Parameters
Controller Parameters Tuned Gains Values
Proportional Gain 100
Derivative Gain 100
Filter Coefficient 100
Integral Gain 1
DC motor Parameters: Fig -2 represent electric circuit diagram of dc motor which consist some practical parameter like
Armature resistance (Ra), Armature Coil Inductance ( La), Equivalent Coefficient of friction of motor shaft & load (B) etc .The
performance of DC motor( speed of dc motor , Torque of dc motor , current drawn by dc motor etc) can be control by
controlling these parameter[10]. Here we are considering practical valueofDC motorparameterforbetteroperationofsystem
that given in table-2.
Table -2 DC motor Parameters
Parameter Value Unit
Armature resistance (Ra) 0.5 Ohm
Armature Coil Inductance ( La) 1.8*10 H
Armature Torque Constant (Kt ) 2.83*10 Nm/A
Back emf constant (K) 2.83*10 Vs/rad
Motor Armature Inertia (J ) 20.3 Kgm2
Equivalent Coefficient of friction of motor shaft & load (B) 4 M
Fig-5 Close loop system of DC motor with PID controller
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD26599 | Volume – 3 | Issue – 5 | July - August 2019 Page 1167
Fig. 6 closed loop response of DC motor with PID controller
CONCLUSION:
From above experimental results we conclude that kp) will
have the effect of reducing the rise time and will reduce; but
never eliminate the steady-state error, an integral control
(ki) will have the effect of eliminating the steady-state error,
but it may make the transient response worse .a derivative
control (kd) will have the effect of increasing the stability of
the system. Here we have used PID controller with the
sutable controller parameter as shown in table -2 and
response of dc motor drown in Fig-6 which stable and
having constant speed 35 rps at (t= 4 sec).
REFERENCES:
[1] Hang Wu; Weihua Su; Zhiguo Liu, "PID controllers:
Design and tuning methods," Industrial Electronics and
Applications (ICIEA),2014IEEE9thConferenceon,vol.,
no., pp.808, 813, 9-11 June 2014.
[2] S. Poulsen, M. A. E. Andersed 0rsted. “Self Oscillating
PWM Modulators, A Topological Comparison”, DTU
Automation, TechnicalUniversityofDenmarkEiehovej,
Building 325, 2800 Lyngby, Denmark.
[3] M. Saranya, D. Pamela, “A Real Time IMC Tuned PID
Controller for DC Motor", IJRTE ISSN: 2277-3878,
Volume 1, Issue-1, April 2012
[4] Naveen Kumar and Dr. Prasad Krishna, "Low cost data
acquition and control using Arduino Prototyping
platform and LabVIEW" ,IJSR, Volume 2, Issue-2,
February 2013
[5] Purna Chandra Rao et. al., “Robust Internal Model
Control Strategy based PID Controller for BLDCM”
,International Journal of Engineering Science and
Technology, Volume 2(11), 2010, 6801-6811.
[6] Detchrat, et. al. , "IMC-Based PID Controllers Design for
Two-Mass System", IMECS 2012 Volume II, HongKong.
[7] Ibrahim kaya, “IMC based automatic tuning methodfor
PID controllers in a smith predictor configuration" ,
Science direct, 2004
[8] Farouk Zouari, et.al., “Ädaptive Internal Model Control
of a DC Motor Drive System Using Dynamic Neural
Network" Journal of Software Engineering and
Applications, Scientific Research, 2012, 5, 168-189.
[9] Olden. P, “Open Loop motor speed control with
LabVIEW”, Southeast Con, Proceedings IEEE, pp. 259-
262, 2001
[10] Zhen-yu zhao, MasayoshiTomizuka,and SatoruIsaka,“
Fuzzy gain of PID controller, ” Members, IEEE 1392p .

More Related Content

PPTX
vector control of induction motor
PPT
Space Vector Modulation(SVM) Technique for PWM Inverter
PPTX
Field oriented control of induction motor based on
PDF
Brushless dc motor, Principles of Mechanical Vs Electronic Commentator Constr...
PPTX
Permanent magnet brushless dc motors ppt
POTX
Sinusoidal pwm
PDF
Electric Motors presentation on Types and Classification
PPTX
Dynamic modelling of dc motor drive
vector control of induction motor
Space Vector Modulation(SVM) Technique for PWM Inverter
Field oriented control of induction motor based on
Brushless dc motor, Principles of Mechanical Vs Electronic Commentator Constr...
Permanent magnet brushless dc motors ppt
Sinusoidal pwm
Electric Motors presentation on Types and Classification
Dynamic modelling of dc motor drive

What's hot (20)

PPTX
Induction motor drives CH-2.pptx
PPTX
Induction motor modelling and applications
PPTX
Direct torque control method
PDF
2. brushless dc motors
PDF
Voltage Source Inverter VSI - Pulse Width Modulation (PWM)
PPTX
Vector control of pmsm
PDF
Modeling and simulation of pmsm
PPTX
Speed Control of Induction Motor using Variable Frequency Drive
PPT
Basics of motor drives
PPTX
electrical machines
PPTX
Brushless dc motors (BLDC Motor)
PPTX
Several types of motor
PDF
Ac motors
PPTX
Hysterisis Motor
PPTX
Bldc motors ppt
PPTX
PERMANENT MAGNET BRUSHLESS DC MOTOR
PPT
Various Electric Motors and comparison
PPTX
Study of Permanent Magnent Synchronous Macnine
PPTX
Unit - V DC Motor.pptx
PDF
stepper motor, Working principal Construction Types Advantages an disadvantag...
Induction motor drives CH-2.pptx
Induction motor modelling and applications
Direct torque control method
2. brushless dc motors
Voltage Source Inverter VSI - Pulse Width Modulation (PWM)
Vector control of pmsm
Modeling and simulation of pmsm
Speed Control of Induction Motor using Variable Frequency Drive
Basics of motor drives
electrical machines
Brushless dc motors (BLDC Motor)
Several types of motor
Ac motors
Hysterisis Motor
Bldc motors ppt
PERMANENT MAGNET BRUSHLESS DC MOTOR
Various Electric Motors and comparison
Study of Permanent Magnent Synchronous Macnine
Unit - V DC Motor.pptx
stepper motor, Working principal Construction Types Advantages an disadvantag...
Ad

Similar to Speed Control of DC Motor using PID Controller for Industrial Application (20)

PDF
Simulation DC Motor Speed Control System by using PID Controller
PDF
Speed Control of Dc Motor using Adaptive PID with SMC Scheme
PDF
Analytical Description of Dc Motor with Determination of Rotor Damping Consta...
PDF
Applied measurement of the motor speed controller for washing machine with ra...
PDF
Performance Evaluation of Photo-Voltaic fed Brushless Direct Current Motor fo...
PDF
Direct torque control of IM using PID controller
PDF
IRJET- Improvement of Power System Stability in Wind Turbine by using Facts D...
PDF
PARAMETER IDENTIFICATION AND MODELLING OF SEPARATELY EXCITED DC MOTOR
PDF
IRJET- Simulation of a Doubly Fed Induction Generator based Wind Energy C...
PDF
Design and implementation speed control system of DC Motor based on PID contr...
PDF
Fuzzy Controller for Speed Control of BLDC motor using MATLAB
PDF
IRJET-Single Phase PWM based Inverting Buck-Boost AC-AC Converter
PDF
Sliding mode performance control applied to a DFIG system for a wind energy p...
PDF
Tuning of PI and PID Controller with STATCOM, SSSC and UPFC for Minimizing Da...
PDF
Load Frequency Control of DFIG-isolated and Grid Connected Mode
PDF
Solar PV Fed-Shunt APF to enhancement of Power Quality Issues in Distribution...
PDF
Real time implementation of anti-windup PI controller for speed control of in...
PDF
Mathematical Modeling 15kW Standard Induction Motor using MATLAB/SIMULINK
PDF
Performance analysis of Fuzzy logic based speed control of DC motor
PDF
Fractional Order PID Controlled Interleaved Boost converter Fed Shunt Active ...
Simulation DC Motor Speed Control System by using PID Controller
Speed Control of Dc Motor using Adaptive PID with SMC Scheme
Analytical Description of Dc Motor with Determination of Rotor Damping Consta...
Applied measurement of the motor speed controller for washing machine with ra...
Performance Evaluation of Photo-Voltaic fed Brushless Direct Current Motor fo...
Direct torque control of IM using PID controller
IRJET- Improvement of Power System Stability in Wind Turbine by using Facts D...
PARAMETER IDENTIFICATION AND MODELLING OF SEPARATELY EXCITED DC MOTOR
IRJET- Simulation of a Doubly Fed Induction Generator based Wind Energy C...
Design and implementation speed control system of DC Motor based on PID contr...
Fuzzy Controller for Speed Control of BLDC motor using MATLAB
IRJET-Single Phase PWM based Inverting Buck-Boost AC-AC Converter
Sliding mode performance control applied to a DFIG system for a wind energy p...
Tuning of PI and PID Controller with STATCOM, SSSC and UPFC for Minimizing Da...
Load Frequency Control of DFIG-isolated and Grid Connected Mode
Solar PV Fed-Shunt APF to enhancement of Power Quality Issues in Distribution...
Real time implementation of anti-windup PI controller for speed control of in...
Mathematical Modeling 15kW Standard Induction Motor using MATLAB/SIMULINK
Performance analysis of Fuzzy logic based speed control of DC motor
Fractional Order PID Controlled Interleaved Boost converter Fed Shunt Active ...
Ad

More from ijtsrd (20)

PDF
A Study of School Dropout in Rural Districts of Darjeeling and Its Causes
PDF
Pre extension Demonstration and Evaluation of Soybean Technologies in Fedis D...
PDF
Pre extension Demonstration and Evaluation of Potato Technologies in Selected...
PDF
Pre extension Demonstration and Evaluation of Animal Drawn Potato Digger in S...
PDF
Pre extension Demonstration and Evaluation of Drought Tolerant and Early Matu...
PDF
Pre extension Demonstration and Evaluation of Double Cropping Practice Legume...
PDF
Pre extension Demonstration and Evaluation of Common Bean Technology in Low L...
PDF
Enhancing Image Quality in Compression and Fading Channels A Wavelet Based Ap...
PDF
Manpower Training and Employee Performance in Mellienium Ltdawka, Anambra State
PDF
A Statistical Analysis on the Growth Rate of Selected Sectors of Nigerian Eco...
PDF
Automatic Accident Detection and Emergency Alert System using IoT
PDF
Corporate Social Responsibility Dimensions and Corporate Image of Selected Up...
PDF
The Role of Media in Tribal Health and Educational Progress of Odisha
PDF
Advancements and Future Trends in Advanced Quantum Algorithms A Prompt Scienc...
PDF
A Study on Seismic Analysis of High Rise Building with Mass Irregularities, T...
PDF
Descriptive Study to Assess the Knowledge of B.Sc. Interns Regarding Biomedic...
PDF
Performance of Grid Connected Solar PV Power Plant at Clear Sky Day
PDF
Vitiligo Treated Homoeopathically A Case Report
PDF
Vitiligo Treated Homoeopathically A Case Report
PDF
Uterine Fibroids Homoeopathic Perspectives
A Study of School Dropout in Rural Districts of Darjeeling and Its Causes
Pre extension Demonstration and Evaluation of Soybean Technologies in Fedis D...
Pre extension Demonstration and Evaluation of Potato Technologies in Selected...
Pre extension Demonstration and Evaluation of Animal Drawn Potato Digger in S...
Pre extension Demonstration and Evaluation of Drought Tolerant and Early Matu...
Pre extension Demonstration and Evaluation of Double Cropping Practice Legume...
Pre extension Demonstration and Evaluation of Common Bean Technology in Low L...
Enhancing Image Quality in Compression and Fading Channels A Wavelet Based Ap...
Manpower Training and Employee Performance in Mellienium Ltdawka, Anambra State
A Statistical Analysis on the Growth Rate of Selected Sectors of Nigerian Eco...
Automatic Accident Detection and Emergency Alert System using IoT
Corporate Social Responsibility Dimensions and Corporate Image of Selected Up...
The Role of Media in Tribal Health and Educational Progress of Odisha
Advancements and Future Trends in Advanced Quantum Algorithms A Prompt Scienc...
A Study on Seismic Analysis of High Rise Building with Mass Irregularities, T...
Descriptive Study to Assess the Knowledge of B.Sc. Interns Regarding Biomedic...
Performance of Grid Connected Solar PV Power Plant at Clear Sky Day
Vitiligo Treated Homoeopathically A Case Report
Vitiligo Treated Homoeopathically A Case Report
Uterine Fibroids Homoeopathic Perspectives

Recently uploaded (20)

PPTX
Cell Structure & Organelles in detailed.
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
TR - Agricultural Crops Production NC III.pdf
PPTX
PPH.pptx obstetrics and gynecology in nursing
PPTX
Institutional Correction lecture only . . .
PPTX
Lesson notes of climatology university.
PDF
Sports Quiz easy sports quiz sports quiz
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
RMMM.pdf make it easy to upload and study
PDF
Pre independence Education in Inndia.pdf
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
master seminar digital applications in india
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PPTX
Cell Types and Its function , kingdom of life
PDF
01-Introduction-to-Information-Management.pdf
PDF
Complications of Minimal Access Surgery at WLH
Cell Structure & Organelles in detailed.
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Final Presentation General Medicine 03-08-2024.pptx
TR - Agricultural Crops Production NC III.pdf
PPH.pptx obstetrics and gynecology in nursing
Institutional Correction lecture only . . .
Lesson notes of climatology university.
Sports Quiz easy sports quiz sports quiz
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
RMMM.pdf make it easy to upload and study
Pre independence Education in Inndia.pdf
2.FourierTransform-ShortQuestionswithAnswers.pdf
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
102 student loan defaulters named and shamed – Is someone you know on the list?
master seminar digital applications in india
Supply Chain Operations Speaking Notes -ICLT Program
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
Cell Types and Its function , kingdom of life
01-Introduction-to-Information-Management.pdf
Complications of Minimal Access Surgery at WLH

Speed Control of DC Motor using PID Controller for Industrial Application

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 3 Issue 5, August 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD26599 | Volume – 3 | Issue – 5 | July - August 2019 Page 1164 Speed Control of DC Motor using PID Controller for Industrial Application Manoj Kumar Ranwa, Ameen Uddin Ahmad Department of Electrical and Electronics Engineering, Al-Falah University, Haryana, India How to cite this paper: Manoj Kumar Ranwa | Ameen Uddin Ahmad "Speed Control of DC Motor using PID Controller for Industrial Application" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-3 | Issue-5, August 2019,pp.1164-1167, https://doi.org/10.31142/ijtsrd26599 Copyright © 2019 by author(s) and International Journal ofTrend inScientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (CC BY 4.0) (http://creativecommons.org/licenses/by /4.0) ABSTRACT This paper is to design PID controller to supervise and control the speed response of the DC motor and MATLAB program is used for industrial application . PID controllers are widely used in a industrial plants because of their simplicity and robustness. The results obtained from simulation are approximately similar to that obtained bypractical.Alsothedynamic behavior is studied. KEYWORDS: DC motor, PID controller, DC motor armature, DC motor speed response, MATLAB I. INTRODUCTION The DC motors have been popular in the industry control area for a long time, because there goodcharacteristics,for example: high starttorquecharacteristic, high response performance, easier to be linear control…etc. The speed of a DC motor is given be the relationship (1) where V is applied voltage, N is speed , Ia is armature current, Ra is armature resistance and ∅ is the flux per pole[1]. This paper describes the MATLAB/ SIMULINK of the DC motor speed control method namely field resistance, armature voltage, armature resistance control method and feedback control system for DC motor drives [2]. When speed control over a wide range is required, combination of armature voltage control and field flux control is used.This combination permits the ratio of maximum to minimum speed to be 20 to 50. With closed loop control, this range can be extended up to 200. The parameters of the PID controller kp, ki and kd can be manipulated to produce various response[3]. II. PID CONTROLLER: The combination of proportional, integral and derivative control action is called PID control action. PID controllers are commonly used to regulate the time-domain behavior of many different types of dynamic plants. These controllers are extremely popular because they can usually provide good closed-loop response characteristics. Considerthefeedback system architecture that is shown in Fig. 1 where it can be assumed that the plant is a DC motor whose speed must be accurately regulated [4]. Fig 1 (a) Fig 1 (b) Feedback system of architecture The PID controller is placed in the forward path, so that its output becomes the voltage applied to the motor's armature the feedback signal is a velocity, measured by a tachometer.The output velocity signal C (t) is summed with a reference or command signal R (t) to form the error signal e (t). Finally, the error signal is the input to the PID controller. (2) IJTSRD26599
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD26599 | Volume – 3 | Issue – 5 | July - August 2019 Page 1165 III. DC MOTOR MATHEMATICS MODEL AND THE CONTROL THEORY: DC motors have speed-control capability, which means that speed, torque and even direction of rotation can be control at any time to meet new conditions [5] .The electric circuit of the armature and the free body diagram of the rotor are shown in the following fig- 2 [6]. Fig 2 electric circuit of dc motor Let Ra=Armature Resistance, La=Armature self inductance caused by armature flux, ia= Armature current, if= field current, Eb=Back EMF in armature, V =Applied voltage, T=Torque developed by themotor,θ= Angulardisplacement ofthe motorshaft, Ј =Equivalent moment of inertia of motor shaft & load referred to the motor, B= EquivalentCoefficientoffrictionofmotorshaft & load referred to the motor. The DC motors are generally used in the linear range of the magnetization curve. Therefore, air gap flux Ф is proportional of the field current i.e. ∅ ∝ if (3) ∅ = Kf if (4) where Kf constant The torque T developed by motor is proportional to armature current and air gap flux T ∝ ia ∅ (5) T = Kf 𝐾𝑎 ia ∅ (6) T = 𝐾𝑡 ia (7) where 𝐾𝑡 is constant . The motor back emf can be written as Eb∝ 𝜔𝜑 (8) Eb= Kb 𝜔 (9) Eb=Kb ( Kb is back emf constant ) (10) If we apply kcl on armature circuit v= Ra ia+La +Eb (11) The dynamic equation motor will be (J is moment of inertia B is coefficient of friction ) T=J +B +TL (12) Taking laplace transform of equation(8) (9) and (12). T(s)=K Ia(s) Eb=Kb s 𝜃(𝑠) V(s)= Ia(s) (Ra+LaS)+Eb V(s) - Eb = Ia(s) (Ra+LaS) and T(s)=(Js2+sB)𝜃(𝑠) or T(s)=(Js+B) s 𝜃(𝑠) T(s)=(Js+B) 𝜔(𝑠) (13) T(s)=KIa(s) (14) Fig- 3 Block diagram of armature controlled dc motor
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD26599 | Volume – 3 | Issue – 5 | July - August 2019 Page 1166 The transfer function of dc motor speed with respect to the in put voltage can be written as follows G(s) = ( ) ( ) = ( )( ) (15) Armature controlled dc motor are preferred over field controlled system For small size motor field control is advantageous because only a low power servo amplifier is required while the armature current which is not large can be supplied from an expensive constant current amplifier[7]. For large size motor it is on the whole cheaper to use armature control scheme. Further in armature controlled motor, back emf contributes additional damping over and abovethat provided byload friction. The combination of proportional, integral and derivative control action is called PID action control and the controller iscalled three action controllers. Here the proportional part of the control action repeats the change of error and derivative part ofthe control action adds an increment of output so that proportional plus derivativeaction is shiftedaheadintime. Theintegral part ads a further increment of output proportional to the area under the deviation line. The combination of proportional, integral an derivative action may be made in any sequence as shown[8]. IV. MATLAB REPRESENTATION AND SYSTEM RESPONSE: Transfer function obtain in equation (15) can be simulate on MATLAB by using practical controller parameter (Kd,Ki and Kp) and DC motor parameter as shown in table -1 and table -2 . Fig -4 close loop system of DC motor with PID Controller Parameters: In PID controller there are some parameter (Proportional Gain, Derivative Gain, Filter Coefficient, Integral Gain by varying these parameter response can be change (stability ,error ,rise time etc can be control )[9]. Table -1 Controller Parameters Controller Parameters Tuned Gains Values Proportional Gain 100 Derivative Gain 100 Filter Coefficient 100 Integral Gain 1 DC motor Parameters: Fig -2 represent electric circuit diagram of dc motor which consist some practical parameter like Armature resistance (Ra), Armature Coil Inductance ( La), Equivalent Coefficient of friction of motor shaft & load (B) etc .The performance of DC motor( speed of dc motor , Torque of dc motor , current drawn by dc motor etc) can be control by controlling these parameter[10]. Here we are considering practical valueofDC motorparameterforbetteroperationofsystem that given in table-2. Table -2 DC motor Parameters Parameter Value Unit Armature resistance (Ra) 0.5 Ohm Armature Coil Inductance ( La) 1.8*10 H Armature Torque Constant (Kt ) 2.83*10 Nm/A Back emf constant (K) 2.83*10 Vs/rad Motor Armature Inertia (J ) 20.3 Kgm2 Equivalent Coefficient of friction of motor shaft & load (B) 4 M Fig-5 Close loop system of DC motor with PID controller
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD26599 | Volume – 3 | Issue – 5 | July - August 2019 Page 1167 Fig. 6 closed loop response of DC motor with PID controller CONCLUSION: From above experimental results we conclude that kp) will have the effect of reducing the rise time and will reduce; but never eliminate the steady-state error, an integral control (ki) will have the effect of eliminating the steady-state error, but it may make the transient response worse .a derivative control (kd) will have the effect of increasing the stability of the system. Here we have used PID controller with the sutable controller parameter as shown in table -2 and response of dc motor drown in Fig-6 which stable and having constant speed 35 rps at (t= 4 sec). REFERENCES: [1] Hang Wu; Weihua Su; Zhiguo Liu, "PID controllers: Design and tuning methods," Industrial Electronics and Applications (ICIEA),2014IEEE9thConferenceon,vol., no., pp.808, 813, 9-11 June 2014. [2] S. Poulsen, M. A. E. Andersed 0rsted. “Self Oscillating PWM Modulators, A Topological Comparison”, DTU Automation, TechnicalUniversityofDenmarkEiehovej, Building 325, 2800 Lyngby, Denmark. [3] M. Saranya, D. Pamela, “A Real Time IMC Tuned PID Controller for DC Motor", IJRTE ISSN: 2277-3878, Volume 1, Issue-1, April 2012 [4] Naveen Kumar and Dr. Prasad Krishna, "Low cost data acquition and control using Arduino Prototyping platform and LabVIEW" ,IJSR, Volume 2, Issue-2, February 2013 [5] Purna Chandra Rao et. al., “Robust Internal Model Control Strategy based PID Controller for BLDCM” ,International Journal of Engineering Science and Technology, Volume 2(11), 2010, 6801-6811. [6] Detchrat, et. al. , "IMC-Based PID Controllers Design for Two-Mass System", IMECS 2012 Volume II, HongKong. [7] Ibrahim kaya, “IMC based automatic tuning methodfor PID controllers in a smith predictor configuration" , Science direct, 2004 [8] Farouk Zouari, et.al., “Ädaptive Internal Model Control of a DC Motor Drive System Using Dynamic Neural Network" Journal of Software Engineering and Applications, Scientific Research, 2012, 5, 168-189. [9] Olden. P, “Open Loop motor speed control with LabVIEW”, Southeast Con, Proceedings IEEE, pp. 259- 262, 2001 [10] Zhen-yu zhao, MasayoshiTomizuka,and SatoruIsaka,“ Fuzzy gain of PID controller, ” Members, IEEE 1392p .