SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1531
DESIGN AND IMPLEMENTATION OF ACCELERATION AND SPEED
CONTROL UNIT FOR ECO VEHICLE (SOLAR)
V. Manikandan1, D. Shenbagadevi2, T. Nirmala3, R. Karthik4
1,2,3UG Student, Valliammai Engineering College, Chennai, Tamil Nadu, India
4Associate Professor, Valliammai Engineering College, Chennai, Tamil Nadu, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - This paper explores the different ways to
control speed by using simple PI control and Fuzzy
logic control of permanent magnet brushless DC motor
(BLDC). There are many effective ways to control the
speed of a BLDC motor. That can be achieved by using
simple PI logic control or Fuzzy logic control. By using
PI logic control we can control the motor speed by
closed-loop control method. But in that way, we
cannot control the speed of the motor accurately
because of less number of logic we are using. This can
be rectified by using simple Fuzzy logic control. By
using fuzzy logic control the motor speed can be
controlled accurately with high response time. So in
this paper, we are going to study about a comparative
study of simple PI control and Fuzzy logic control.
Key Words: Permanent Magnet Brushless DC Motor
(PMBLDC); simple PI Logic control; Fuzzy logic control;
Microcontroller;
1. INTRODUCTION
The rapid requirement of electric drives with the
new technology in the various industries are
increases day by day. There is great demand for
efficient variable speed, long term stability and good
transient performance of motor drives. The dc motor
may be categorized according to the commutation
circuit. One is traditionally DC motor which is
mechanically commutated and other is Permanent
Magnet Brushless DC motor (BLDC) having an
electronically commutated with sensor or sensor-
less system. The BLDC motor has a rotating
permanent magnet and stationary armature [1]. It
has many advantages such as simple structure, high
reliability, small size, high torque and simple
structure. It is mainly applicable for high
performance drives. Generally the performance of
motor is affected by sudden change in unknown load
or speed. But as the BLDC motor drive are non-linear
in nature, they require an improved or modified
controller that can adapt a non-linear condition and
achieve the desired performance [2]. So to encounter
this problem controller is required. Because of the
simplicity in tuning, the PI controller are until now
are mostly useful controller in industries. The PI
controller is carried out from the input and feedback
signal [3]. But this controller is fails to operate in
dynamic conditions. While comparing with the Fuzzy
logic controller, PI controller takes large number of
peak overshoot that affects the system performance.
The hybrid Fuzzy tuned with conventional PI
controller improves the dynamic as well as steady
state behavior and also it improves the system
performance. The proposed system are analyzed
with the help of MATLAB and compared with PI
controller and simple FLC.
2. MATHEMATICAL MODELLING OF BLDC
MOTOR
The BLDC motor is working as same as the
traditional DC motor, but it is construction wise
different from it. It is a self-rotating synchronous
machine whose stator is similar to that of an
induction motor and the rotor has permanent
magnet which is rotating part. BLDC has no brushes
and commuters, instead of this it is replaced by
electronically commutated system. Current polarity
can be reversed by switches like MOSFET or IGBT for
the three phase inverter circuit in synchronization
with rotor position. This rotor position can be sensed
using Hall Effect sensor encapsulated in the stator.
The drive can be controlled in sensor or sensor-less
mode. The sensor-less mode can be reduced its cost
and sizes but its performance is poor. So in this paper
we use Hall Effect sensor. The schematic
representation of equivalent BLDC motor dive is as
shown in fig 1.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1532
Fig. 1. Equivalent circuit of BLDC motor drive [5]
Where Vab, Vbc, Vca are the phase voltages,
Vab = R (ia - ib) + (L – M) d/dt (ia - ib) + eab (1)
Vbc = R (ib – ic) + (L – M) d/dt (ib – ic) + ebc (2)
Vca = R (ic – ia) + (L – M) d/dt (ic – ia) + eac (3)
and ia, ib, ic are the stator phase currents, R is the
stator resistance, L is the self- inductance and M is
the mutual inductance.
The condition for the stator current to be balance is,
ia + ib + ic = 0 (4)
The developed torque, load torque and output power
is related as follows:
Te – TL = j G m /dt + m ȕ (5)
Where km is the rotor speed, Ke is the back emf
constant.
3. BLDC MOTOR WORKING
Permanent Magnet Synchronous Motor (PMSM) has
two types of excitation model; sinusoidal and
another one is trapezoidal. PMSM having a
trapezoidal excitation is called as the Permanent
Magnet Brushless DC Motor (PMBDCM). In a BLDC
motor, stator contains three phase windings and the
rotor segment is made up of permanent magnet and
consist of 2 to 8 pole pairs with alternate pairs of
North (N) and South (S) poles. In a conventional DC
motor, the commutation of a BLDC motor is carried
out using electronic switches. To operate BLDC
motor, sequential excitation must be provided. For
this, details of the rotor position are required so that
the coils will be excited. Hall based sensors placed in
the stator. Generally BLDC motor consists of Hall
sensors placed on the stator providing positioning of
rotor and it is also connected at the off-driving end of
the motor. As the magnetic poles of the rotor crosses
the Hall sensors, they give out a high or low signal,
corresponding to the North or South Pole close to the
sensors, these two fields are orthogonal to each other
and reduces gradually as the fields stay together.
Unidirectional torque can be produced by the flux
produced by the windings should catch up with the
rotor. BLDC motors mostly finds application with the
operation at medium and very high speeds. As these
kind of motors shows less inertia with high peak
torque characteristics, the motor matches for quick
acceleration and deceleration of drives. BLDC With
the help of speed feedback (speed sensor) or by a
sensor less mode (without a speed feedback) motors
can be controlled. During the normal speed control of
such type of drives, an encoder measures the speed
and compares it with a reference speed in-turn
controlling the PWM switching process.
Figure.2 BLDC Motor[6]
PWM technique is a most commonly used technique
for the power control to an electrical device, made
practical by modern electronic power switches. The
average value of voltage (and current) given to the
load is controlled by turning on and off the switch
between supply and load. Longer the switch is in ON
condition compared to that of the OFF periods, the
higher will be the power supplied to the load. The
PWM switching frequency should be as faster as it
can, than what would affect the load.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1533
4. Fuzzy – PI controller
The simple FLC is though it better than a
conventional PI controller but it is not used in
industries everywhere because it is auto tuning
controller. Also it has disadvantage as it takes more
memory and time consuming controller to simulate
it. So this drawback obtained from the simple FLC are
overcomed by Fuzzy – PI controller. The proposed
controller in this paper is a Mamdani fuzzy controller
which works on the principle of two input and single
output.
Fig. 3. Structure of Fuzzy tuned PI controller
It is used to calculate the speed controller is
more quickly and hence it does not take a more time
to computation and so that the memory. The design
algorithm of proposed system is just to adjust the KP
and KI parameter used on the speed error e and rate
of change speed error to control the speed in static
and dynamic condition.
Fig. 4. Simulink model of BLDC motor using Fuzzy–PI
controller
Fig. 5. Subsystem of Fig. 4
The graphical representation of above simulink
model is shown in following diagram. The Speed Vs
time for Fuzzy – PI controller is shown in Fig 4. This
shows that it has rising time is 0.002 sec and it settle
down at 0.015 sec by maintaining the overshoot 6.6
% which is less as compared to simple FLC and
conventional PI controller.
Fig. 6. Speed Vs time for Fuzzy – PI controller
Fig. 7. Stator current Vs Time for Fuzzy – PI
controller.
Fig. 8. Electromagnetic torque Vs time for Fuzzy – PI
controller.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1534
Fig. 9. Gate signal
5. CHARACTERISTICS OF SPEED RESPONSE
TABLE I. CHARACTERISTICS OF SPEED RESPONSE
6. HARDWARE SETUP
The hardware setup of closed loop speed control
of BLDC motor drive is shown in Figures. The
waveforms are obtained when the motor was
programmed to run at rated speed.
Fig 10. Hardware setup
7. CONCLUSION
The main problems occurred in controlling the
BLDC motor is on their characteristic and hence it is
very important to solve the problem, as use of BLDC
motor is quite large. The proposed system is
improving the operating characteristic such as its
percentage overshoot rise time and settling time etc.
It is obtained during the analysis near about 6.6%
which is good with the help of only 21 linguistics
rules so as to reduce memory.
8. REFERENCES
1) C. Sheeba Joice, P. Nivedhitha, “Simulaton of
speed control of brushless DC motor, with Fuzzy
Logic Controller”, International Journal of
Electrical, Electroics and Data communication,
volume-2, Issue -4, April – 2014.
2) Shivanand Pandey, Bhagirath Pandey, “DC motor
torque control using Fuzzy Proportional
Derivative controllers”, International Journal of
Engineering and Advance Technology, volume 3,
Issue 6, Aug 2014.
3) Manoj Kushwah, Prof. Ashis Patra, “Tuning PID
controller for speed control of DC motor using
soft computing technique – A Review”, Advnce in
Electronic and Electric Engineering, Volume 4,
Issue 02, Aug 2014.
4) K. Venkateswarlu and Ch. Chengaiah,
“Comparative study on DC motor using various
controllers”, Research Direction, Volume 1, Issue
6, Dec 2013.
5) Pranoti K. Khanke and Sangeeta D. Jain,
“Comparative Analysis of Speed Control of BLDC
Motor Using PI, Simple FLC and Fuzzy – PI
Controller” Dr. D. Y. Patil Institute of Engineering
and Technology, Pune, India 30 Oct - 01 Nov,
2015.
6) H. E. A. Ibrahim, F. N. Hassan, Anas O. Shomer,
“Optimal PID control of a brushless DC motor”,
Ain Shams Engineering Journal, Issue 5,
November 2013.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1535
7) Praveen Kumar, Anurag Sigh Tomer, “Modelling
& simulation of PMSM drives with Fuzzy Logic
controller”, Volume 3, Issue 4, Aug 2013.
8) Hidayat, Sasongko, P. H, Suharyanto,
“Performance analysis of Hybrid PID- ANFIS for
speed control of Brushless DC motor base on
identification model system”, International
Journal of Computer and Information
Technology, Volume 2, Issue 4, July 2013.
9) A. A. Thorat , Suhas yadav, S. S. Patil,
“Implementation of Fuzzy Logic System for DC
motor control using Microcontroller”,
International Journal of Engineering Research
and Application, volume, Issue 2, April 2013.
10) Jaydeep Chakravorty, Ruchika Sharma, “Fuzzy
Logic based method of speed control of DC
motor”, International Journal of Engineering
Technology and Admance Engineering, volume 3
, Issue 4, April 2013

More Related Content

What's hot

IRJET- A Review on - PMBLDC Motor Drive with Power Factor Correction Controller
IRJET- A Review on - PMBLDC Motor Drive with Power Factor Correction ControllerIRJET- A Review on - PMBLDC Motor Drive with Power Factor Correction Controller
IRJET- A Review on - PMBLDC Motor Drive with Power Factor Correction Controller
IRJET Journal
 
IRJET- Speed Control of Induction Motors using Proposed Closed Loop V/F Contr...
IRJET- Speed Control of Induction Motors using Proposed Closed Loop V/F Contr...IRJET- Speed Control of Induction Motors using Proposed Closed Loop V/F Contr...
IRJET- Speed Control of Induction Motors using Proposed Closed Loop V/F Contr...
IRJET Journal
 
IRJET-Comparison between Scalar & Vector Control Technique for Induction Moto...
IRJET-Comparison between Scalar & Vector Control Technique for Induction Moto...IRJET-Comparison between Scalar & Vector Control Technique for Induction Moto...
IRJET-Comparison between Scalar & Vector Control Technique for Induction Moto...
IRJET Journal
 
IRJET- Modeling and Control of Three Phase BLDC Motor using PID and Fuzzy Log...
IRJET- Modeling and Control of Three Phase BLDC Motor using PID and Fuzzy Log...IRJET- Modeling and Control of Three Phase BLDC Motor using PID and Fuzzy Log...
IRJET- Modeling and Control of Three Phase BLDC Motor using PID and Fuzzy Log...
IRJET Journal
 
Thesis shailesh
Thesis shaileshThesis shailesh
Thesis shailesh
Diwakar kumar
 
Fuzzy logic control of brushless dc motor
Fuzzy logic control of brushless dc motorFuzzy logic control of brushless dc motor
Fuzzy logic control of brushless dc motor
Sourav Chowdhury
 
Final Report
Final ReportFinal Report
Final Report
Umang Patel
 
A Review on Rapid Control of a Brushless Motor in an Hybrid System
A Review on Rapid Control of a Brushless Motor in an Hybrid SystemA Review on Rapid Control of a Brushless Motor in an Hybrid System
A Review on Rapid Control of a Brushless Motor in an Hybrid System
sunil kumar
 
IRJET- Design & Implementation of Sensorless BLDC Motor Drive with Digital Fi...
IRJET- Design & Implementation of Sensorless BLDC Motor Drive with Digital Fi...IRJET- Design & Implementation of Sensorless BLDC Motor Drive with Digital Fi...
IRJET- Design & Implementation of Sensorless BLDC Motor Drive with Digital Fi...
IRJET Journal
 
FPGA Based Speed Control of BLDC Motor
FPGA Based Speed Control of BLDC MotorFPGA Based Speed Control of BLDC Motor
FPGA Based Speed Control of BLDC Motor
Rajesh Pindoriya
 
Speed Control of PMBLDC Motor using LPC 2148 – A Practical Approach
Speed Control of PMBLDC Motor using  LPC 2148 – A Practical Approach  Speed Control of PMBLDC Motor using  LPC 2148 – A Practical Approach
Speed Control of PMBLDC Motor using LPC 2148 – A Practical Approach
IJEEE
 
Adaptive Fuzzy PID Regulator for the Speed Control of Brushless Dc Motor
Adaptive Fuzzy PID Regulator for the Speed Control of Brushless Dc MotorAdaptive Fuzzy PID Regulator for the Speed Control of Brushless Dc Motor
Adaptive Fuzzy PID Regulator for the Speed Control of Brushless Dc Motor
IOSR Journals
 
Artificial Neural Network Based Speed and Torque Control of Three Phase Induc...
Artificial Neural Network Based Speed and Torque Control of Three Phase Induc...Artificial Neural Network Based Speed and Torque Control of Three Phase Induc...
Artificial Neural Network Based Speed and Torque Control of Three Phase Induc...
International Journal of Science and Research (IJSR)
 
IRJET- Comparative Study of Sensor and Sensor Less Control of Three Phase...
IRJET-  	  Comparative Study of Sensor and Sensor Less Control of Three Phase...IRJET-  	  Comparative Study of Sensor and Sensor Less Control of Three Phase...
IRJET- Comparative Study of Sensor and Sensor Less Control of Three Phase...
IRJET Journal
 
Simulation of Automatic speed control DC Drive
Simulation of Automatic speed control DC DriveSimulation of Automatic speed control DC Drive
Simulation of Automatic speed control DC Drive
Indian Institute of Technology Delhi
 
BLDC motor control reference design press presentation
BLDC motor control reference design press presentationBLDC motor control reference design press presentation
BLDC motor control reference design press presentation
Silicon Labs
 
IRJET- Analysis the Speed Manage of BLDC Motor Drive using Sensors
IRJET- Analysis the Speed Manage of BLDC Motor Drive using SensorsIRJET- Analysis the Speed Manage of BLDC Motor Drive using Sensors
IRJET- Analysis the Speed Manage of BLDC Motor Drive using Sensors
IRJET Journal
 
DTC Scheme for a Four-Switch Inverter-Fed PMBLDC Motor Emulating the Six-Swit...
DTC Scheme for a Four-Switch Inverter-Fed PMBLDC Motor Emulating the Six-Swit...DTC Scheme for a Four-Switch Inverter-Fed PMBLDC Motor Emulating the Six-Swit...
DTC Scheme for a Four-Switch Inverter-Fed PMBLDC Motor Emulating the Six-Swit...
IJRST Journal
 
IRJET- IoT based Energy Efficient Ceiling Fan with BLDC Motor for Home Automa...
IRJET- IoT based Energy Efficient Ceiling Fan with BLDC Motor for Home Automa...IRJET- IoT based Energy Efficient Ceiling Fan with BLDC Motor for Home Automa...
IRJET- IoT based Energy Efficient Ceiling Fan with BLDC Motor for Home Automa...
IRJET Journal
 
A comparative study of pi, fuzzy and hybrid pi fuzzy controller for speed con...
A comparative study of pi, fuzzy and hybrid pi fuzzy controller for speed con...A comparative study of pi, fuzzy and hybrid pi fuzzy controller for speed con...
A comparative study of pi, fuzzy and hybrid pi fuzzy controller for speed con...
Asoka Technologies
 

What's hot (20)

IRJET- A Review on - PMBLDC Motor Drive with Power Factor Correction Controller
IRJET- A Review on - PMBLDC Motor Drive with Power Factor Correction ControllerIRJET- A Review on - PMBLDC Motor Drive with Power Factor Correction Controller
IRJET- A Review on - PMBLDC Motor Drive with Power Factor Correction Controller
 
IRJET- Speed Control of Induction Motors using Proposed Closed Loop V/F Contr...
IRJET- Speed Control of Induction Motors using Proposed Closed Loop V/F Contr...IRJET- Speed Control of Induction Motors using Proposed Closed Loop V/F Contr...
IRJET- Speed Control of Induction Motors using Proposed Closed Loop V/F Contr...
 
IRJET-Comparison between Scalar & Vector Control Technique for Induction Moto...
IRJET-Comparison between Scalar & Vector Control Technique for Induction Moto...IRJET-Comparison between Scalar & Vector Control Technique for Induction Moto...
IRJET-Comparison between Scalar & Vector Control Technique for Induction Moto...
 
IRJET- Modeling and Control of Three Phase BLDC Motor using PID and Fuzzy Log...
IRJET- Modeling and Control of Three Phase BLDC Motor using PID and Fuzzy Log...IRJET- Modeling and Control of Three Phase BLDC Motor using PID and Fuzzy Log...
IRJET- Modeling and Control of Three Phase BLDC Motor using PID and Fuzzy Log...
 
Thesis shailesh
Thesis shaileshThesis shailesh
Thesis shailesh
 
Fuzzy logic control of brushless dc motor
Fuzzy logic control of brushless dc motorFuzzy logic control of brushless dc motor
Fuzzy logic control of brushless dc motor
 
Final Report
Final ReportFinal Report
Final Report
 
A Review on Rapid Control of a Brushless Motor in an Hybrid System
A Review on Rapid Control of a Brushless Motor in an Hybrid SystemA Review on Rapid Control of a Brushless Motor in an Hybrid System
A Review on Rapid Control of a Brushless Motor in an Hybrid System
 
IRJET- Design & Implementation of Sensorless BLDC Motor Drive with Digital Fi...
IRJET- Design & Implementation of Sensorless BLDC Motor Drive with Digital Fi...IRJET- Design & Implementation of Sensorless BLDC Motor Drive with Digital Fi...
IRJET- Design & Implementation of Sensorless BLDC Motor Drive with Digital Fi...
 
FPGA Based Speed Control of BLDC Motor
FPGA Based Speed Control of BLDC MotorFPGA Based Speed Control of BLDC Motor
FPGA Based Speed Control of BLDC Motor
 
Speed Control of PMBLDC Motor using LPC 2148 – A Practical Approach
Speed Control of PMBLDC Motor using  LPC 2148 – A Practical Approach  Speed Control of PMBLDC Motor using  LPC 2148 – A Practical Approach
Speed Control of PMBLDC Motor using LPC 2148 – A Practical Approach
 
Adaptive Fuzzy PID Regulator for the Speed Control of Brushless Dc Motor
Adaptive Fuzzy PID Regulator for the Speed Control of Brushless Dc MotorAdaptive Fuzzy PID Regulator for the Speed Control of Brushless Dc Motor
Adaptive Fuzzy PID Regulator for the Speed Control of Brushless Dc Motor
 
Artificial Neural Network Based Speed and Torque Control of Three Phase Induc...
Artificial Neural Network Based Speed and Torque Control of Three Phase Induc...Artificial Neural Network Based Speed and Torque Control of Three Phase Induc...
Artificial Neural Network Based Speed and Torque Control of Three Phase Induc...
 
IRJET- Comparative Study of Sensor and Sensor Less Control of Three Phase...
IRJET-  	  Comparative Study of Sensor and Sensor Less Control of Three Phase...IRJET-  	  Comparative Study of Sensor and Sensor Less Control of Three Phase...
IRJET- Comparative Study of Sensor and Sensor Less Control of Three Phase...
 
Simulation of Automatic speed control DC Drive
Simulation of Automatic speed control DC DriveSimulation of Automatic speed control DC Drive
Simulation of Automatic speed control DC Drive
 
BLDC motor control reference design press presentation
BLDC motor control reference design press presentationBLDC motor control reference design press presentation
BLDC motor control reference design press presentation
 
IRJET- Analysis the Speed Manage of BLDC Motor Drive using Sensors
IRJET- Analysis the Speed Manage of BLDC Motor Drive using SensorsIRJET- Analysis the Speed Manage of BLDC Motor Drive using Sensors
IRJET- Analysis the Speed Manage of BLDC Motor Drive using Sensors
 
DTC Scheme for a Four-Switch Inverter-Fed PMBLDC Motor Emulating the Six-Swit...
DTC Scheme for a Four-Switch Inverter-Fed PMBLDC Motor Emulating the Six-Swit...DTC Scheme for a Four-Switch Inverter-Fed PMBLDC Motor Emulating the Six-Swit...
DTC Scheme for a Four-Switch Inverter-Fed PMBLDC Motor Emulating the Six-Swit...
 
IRJET- IoT based Energy Efficient Ceiling Fan with BLDC Motor for Home Automa...
IRJET- IoT based Energy Efficient Ceiling Fan with BLDC Motor for Home Automa...IRJET- IoT based Energy Efficient Ceiling Fan with BLDC Motor for Home Automa...
IRJET- IoT based Energy Efficient Ceiling Fan with BLDC Motor for Home Automa...
 
A comparative study of pi, fuzzy and hybrid pi fuzzy controller for speed con...
A comparative study of pi, fuzzy and hybrid pi fuzzy controller for speed con...A comparative study of pi, fuzzy and hybrid pi fuzzy controller for speed con...
A comparative study of pi, fuzzy and hybrid pi fuzzy controller for speed con...
 

Similar to IRJET- Design and Implementation of Acceleration and Speed Control Unit for Eco Vehicle (Solar)

IRJET- Performance Analysis of Induction Motor using different Controller for...
IRJET- Performance Analysis of Induction Motor using different Controller for...IRJET- Performance Analysis of Induction Motor using different Controller for...
IRJET- Performance Analysis of Induction Motor using different Controller for...
IRJET Journal
 
[000007]
[000007][000007]
[000007]
Al Mtdrs
 
IRJET- Control of DC Motor by Cascaded Control Method
IRJET-  	  Control of DC Motor by Cascaded Control MethodIRJET-  	  Control of DC Motor by Cascaded Control Method
IRJET- Control of DC Motor by Cascaded Control Method
IRJET Journal
 
IJSRED-V2I3P85
IJSRED-V2I3P85IJSRED-V2I3P85
IJSRED-V2I3P85
IJSRED
 
C010231319
C010231319C010231319
C010231319
IOSR Journals
 
Comparitive Analysis of Speed and Position Control of BLDC Motor via Field Or...
Comparitive Analysis of Speed and Position Control of BLDC Motor via Field Or...Comparitive Analysis of Speed and Position Control of BLDC Motor via Field Or...
Comparitive Analysis of Speed and Position Control of BLDC Motor via Field Or...
IRJET Journal
 
A review paper on closed loop control of bldc motor using fuzzy logic
A review paper on closed loop control of bldc motor using fuzzy logicA review paper on closed loop control of bldc motor using fuzzy logic
A review paper on closed loop control of bldc motor using fuzzy logic
IRJET Journal
 
J010616573
J010616573J010616573
J010616573
IOSR Journals
 
Design and Implementation of speed control for 3 phase induction motor using ...
Design and Implementation of speed control for 3 phase induction motor using ...Design and Implementation of speed control for 3 phase induction motor using ...
Design and Implementation of speed control for 3 phase induction motor using ...
IRJET Journal
 
Investigation in Induction Motor Starting and Speed Control with Variable Fre...
Investigation in Induction Motor Starting and Speed Control with Variable Fre...Investigation in Induction Motor Starting and Speed Control with Variable Fre...
Investigation in Induction Motor Starting and Speed Control with Variable Fre...
IRJET Journal
 
Speed Torque Characteristics of BLDC Motor with Load Variations
Speed Torque Characteristics of BLDC Motor with Load VariationsSpeed Torque Characteristics of BLDC Motor with Load Variations
Speed Torque Characteristics of BLDC Motor with Load Variations
ijtsrd
 
Simulation DC Motor Speed Control System by using PID Controller
Simulation DC Motor Speed Control System by using PID ControllerSimulation DC Motor Speed Control System by using PID Controller
Simulation DC Motor Speed Control System by using PID Controller
ijtsrd
 
Matlab simulation on chopper based speed control of dc motor: A Review
Matlab simulation on chopper based speed control of dc motor: A ReviewMatlab simulation on chopper based speed control of dc motor: A Review
Matlab simulation on chopper based speed control of dc motor: A Review
IRJET Journal
 
IRJET- Development of an Electric Vehicle using PWM Control Technique
IRJET- Development of an Electric Vehicle using PWM Control TechniqueIRJET- Development of an Electric Vehicle using PWM Control Technique
IRJET- Development of an Electric Vehicle using PWM Control Technique
IRJET Journal
 
Speed Control of Dc Motor using Adaptive PID with SMC Scheme
Speed Control of Dc Motor using Adaptive PID with SMC SchemeSpeed Control of Dc Motor using Adaptive PID with SMC Scheme
Speed Control of Dc Motor using Adaptive PID with SMC Scheme
IRJET Journal
 
Speed Control of BLDC Motor with Four Quadrant Operation Using dsPIC
Speed Control of BLDC Motor with Four Quadrant Operation Using dsPICSpeed Control of BLDC Motor with Four Quadrant Operation Using dsPIC
Speed Control of BLDC Motor with Four Quadrant Operation Using dsPIC
ijsrd.com
 
IRJET- Speed Control and Minimization of Torque Ripples in BLDC Motor usi...
IRJET-  	  Speed Control and Minimization of Torque Ripples in BLDC Motor usi...IRJET-  	  Speed Control and Minimization of Torque Ripples in BLDC Motor usi...
IRJET- Speed Control and Minimization of Torque Ripples in BLDC Motor usi...
IRJET Journal
 
IRJET- Performance Analysis of Speed Control of Induction Motor using Pi,...
IRJET-  	  Performance Analysis of Speed Control of Induction Motor using Pi,...IRJET-  	  Performance Analysis of Speed Control of Induction Motor using Pi,...
IRJET- Performance Analysis of Speed Control of Induction Motor using Pi,...
IRJET Journal
 
Fuzzy logic Technique Based Speed Control of a Permanent Magnet Brushless DC...
Fuzzy logic Technique Based Speed Control of a Permanent  Magnet Brushless DC...Fuzzy logic Technique Based Speed Control of a Permanent  Magnet Brushless DC...
Fuzzy logic Technique Based Speed Control of a Permanent Magnet Brushless DC...
IJMER
 
Gl3311371146
Gl3311371146Gl3311371146
Gl3311371146
IJERA Editor
 

Similar to IRJET- Design and Implementation of Acceleration and Speed Control Unit for Eco Vehicle (Solar) (20)

IRJET- Performance Analysis of Induction Motor using different Controller for...
IRJET- Performance Analysis of Induction Motor using different Controller for...IRJET- Performance Analysis of Induction Motor using different Controller for...
IRJET- Performance Analysis of Induction Motor using different Controller for...
 
[000007]
[000007][000007]
[000007]
 
IRJET- Control of DC Motor by Cascaded Control Method
IRJET-  	  Control of DC Motor by Cascaded Control MethodIRJET-  	  Control of DC Motor by Cascaded Control Method
IRJET- Control of DC Motor by Cascaded Control Method
 
IJSRED-V2I3P85
IJSRED-V2I3P85IJSRED-V2I3P85
IJSRED-V2I3P85
 
C010231319
C010231319C010231319
C010231319
 
Comparitive Analysis of Speed and Position Control of BLDC Motor via Field Or...
Comparitive Analysis of Speed and Position Control of BLDC Motor via Field Or...Comparitive Analysis of Speed and Position Control of BLDC Motor via Field Or...
Comparitive Analysis of Speed and Position Control of BLDC Motor via Field Or...
 
A review paper on closed loop control of bldc motor using fuzzy logic
A review paper on closed loop control of bldc motor using fuzzy logicA review paper on closed loop control of bldc motor using fuzzy logic
A review paper on closed loop control of bldc motor using fuzzy logic
 
J010616573
J010616573J010616573
J010616573
 
Design and Implementation of speed control for 3 phase induction motor using ...
Design and Implementation of speed control for 3 phase induction motor using ...Design and Implementation of speed control for 3 phase induction motor using ...
Design and Implementation of speed control for 3 phase induction motor using ...
 
Investigation in Induction Motor Starting and Speed Control with Variable Fre...
Investigation in Induction Motor Starting and Speed Control with Variable Fre...Investigation in Induction Motor Starting and Speed Control with Variable Fre...
Investigation in Induction Motor Starting and Speed Control with Variable Fre...
 
Speed Torque Characteristics of BLDC Motor with Load Variations
Speed Torque Characteristics of BLDC Motor with Load VariationsSpeed Torque Characteristics of BLDC Motor with Load Variations
Speed Torque Characteristics of BLDC Motor with Load Variations
 
Simulation DC Motor Speed Control System by using PID Controller
Simulation DC Motor Speed Control System by using PID ControllerSimulation DC Motor Speed Control System by using PID Controller
Simulation DC Motor Speed Control System by using PID Controller
 
Matlab simulation on chopper based speed control of dc motor: A Review
Matlab simulation on chopper based speed control of dc motor: A ReviewMatlab simulation on chopper based speed control of dc motor: A Review
Matlab simulation on chopper based speed control of dc motor: A Review
 
IRJET- Development of an Electric Vehicle using PWM Control Technique
IRJET- Development of an Electric Vehicle using PWM Control TechniqueIRJET- Development of an Electric Vehicle using PWM Control Technique
IRJET- Development of an Electric Vehicle using PWM Control Technique
 
Speed Control of Dc Motor using Adaptive PID with SMC Scheme
Speed Control of Dc Motor using Adaptive PID with SMC SchemeSpeed Control of Dc Motor using Adaptive PID with SMC Scheme
Speed Control of Dc Motor using Adaptive PID with SMC Scheme
 
Speed Control of BLDC Motor with Four Quadrant Operation Using dsPIC
Speed Control of BLDC Motor with Four Quadrant Operation Using dsPICSpeed Control of BLDC Motor with Four Quadrant Operation Using dsPIC
Speed Control of BLDC Motor with Four Quadrant Operation Using dsPIC
 
IRJET- Speed Control and Minimization of Torque Ripples in BLDC Motor usi...
IRJET-  	  Speed Control and Minimization of Torque Ripples in BLDC Motor usi...IRJET-  	  Speed Control and Minimization of Torque Ripples in BLDC Motor usi...
IRJET- Speed Control and Minimization of Torque Ripples in BLDC Motor usi...
 
IRJET- Performance Analysis of Speed Control of Induction Motor using Pi,...
IRJET-  	  Performance Analysis of Speed Control of Induction Motor using Pi,...IRJET-  	  Performance Analysis of Speed Control of Induction Motor using Pi,...
IRJET- Performance Analysis of Speed Control of Induction Motor using Pi,...
 
Fuzzy logic Technique Based Speed Control of a Permanent Magnet Brushless DC...
Fuzzy logic Technique Based Speed Control of a Permanent  Magnet Brushless DC...Fuzzy logic Technique Based Speed Control of a Permanent  Magnet Brushless DC...
Fuzzy logic Technique Based Speed Control of a Permanent Magnet Brushless DC...
 
Gl3311371146
Gl3311371146Gl3311371146
Gl3311371146
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
Design and optimization of ion propulsion drone
Design and optimization of ion propulsion droneDesign and optimization of ion propulsion drone
Design and optimization of ion propulsion drone
bjmsejournal
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
Atif Razi
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
ecqow
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
Software Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.pptSoftware Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.ppt
TaghreedAltamimi
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
Gino153088
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
Mahmoud Morsy
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
171ticu
 
ITSM Integration with MuleSoft.pptx
ITSM  Integration with MuleSoft.pptxITSM  Integration with MuleSoft.pptx
ITSM Integration with MuleSoft.pptx
VANDANAMOHANGOUDA
 
BRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdfBRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdf
LAXMAREDDY22
 
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
Anant Corporation
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 
AI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptxAI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptx
architagupta876
 
Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...
bijceesjournal
 
Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...
Prakhyath Rai
 

Recently uploaded (20)

Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
Design and optimization of ion propulsion drone
Design and optimization of ion propulsion droneDesign and optimization of ion propulsion drone
Design and optimization of ion propulsion drone
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
Software Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.pptSoftware Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.ppt
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
 
ITSM Integration with MuleSoft.pptx
ITSM  Integration with MuleSoft.pptxITSM  Integration with MuleSoft.pptx
ITSM Integration with MuleSoft.pptx
 
BRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdfBRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdf
 
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 
AI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptxAI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptx
 
Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...
 
Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...
 

IRJET- Design and Implementation of Acceleration and Speed Control Unit for Eco Vehicle (Solar)

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1531 DESIGN AND IMPLEMENTATION OF ACCELERATION AND SPEED CONTROL UNIT FOR ECO VEHICLE (SOLAR) V. Manikandan1, D. Shenbagadevi2, T. Nirmala3, R. Karthik4 1,2,3UG Student, Valliammai Engineering College, Chennai, Tamil Nadu, India 4Associate Professor, Valliammai Engineering College, Chennai, Tamil Nadu, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - This paper explores the different ways to control speed by using simple PI control and Fuzzy logic control of permanent magnet brushless DC motor (BLDC). There are many effective ways to control the speed of a BLDC motor. That can be achieved by using simple PI logic control or Fuzzy logic control. By using PI logic control we can control the motor speed by closed-loop control method. But in that way, we cannot control the speed of the motor accurately because of less number of logic we are using. This can be rectified by using simple Fuzzy logic control. By using fuzzy logic control the motor speed can be controlled accurately with high response time. So in this paper, we are going to study about a comparative study of simple PI control and Fuzzy logic control. Key Words: Permanent Magnet Brushless DC Motor (PMBLDC); simple PI Logic control; Fuzzy logic control; Microcontroller; 1. INTRODUCTION The rapid requirement of electric drives with the new technology in the various industries are increases day by day. There is great demand for efficient variable speed, long term stability and good transient performance of motor drives. The dc motor may be categorized according to the commutation circuit. One is traditionally DC motor which is mechanically commutated and other is Permanent Magnet Brushless DC motor (BLDC) having an electronically commutated with sensor or sensor- less system. The BLDC motor has a rotating permanent magnet and stationary armature [1]. It has many advantages such as simple structure, high reliability, small size, high torque and simple structure. It is mainly applicable for high performance drives. Generally the performance of motor is affected by sudden change in unknown load or speed. But as the BLDC motor drive are non-linear in nature, they require an improved or modified controller that can adapt a non-linear condition and achieve the desired performance [2]. So to encounter this problem controller is required. Because of the simplicity in tuning, the PI controller are until now are mostly useful controller in industries. The PI controller is carried out from the input and feedback signal [3]. But this controller is fails to operate in dynamic conditions. While comparing with the Fuzzy logic controller, PI controller takes large number of peak overshoot that affects the system performance. The hybrid Fuzzy tuned with conventional PI controller improves the dynamic as well as steady state behavior and also it improves the system performance. The proposed system are analyzed with the help of MATLAB and compared with PI controller and simple FLC. 2. MATHEMATICAL MODELLING OF BLDC MOTOR The BLDC motor is working as same as the traditional DC motor, but it is construction wise different from it. It is a self-rotating synchronous machine whose stator is similar to that of an induction motor and the rotor has permanent magnet which is rotating part. BLDC has no brushes and commuters, instead of this it is replaced by electronically commutated system. Current polarity can be reversed by switches like MOSFET or IGBT for the three phase inverter circuit in synchronization with rotor position. This rotor position can be sensed using Hall Effect sensor encapsulated in the stator. The drive can be controlled in sensor or sensor-less mode. The sensor-less mode can be reduced its cost and sizes but its performance is poor. So in this paper we use Hall Effect sensor. The schematic representation of equivalent BLDC motor dive is as shown in fig 1.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1532 Fig. 1. Equivalent circuit of BLDC motor drive [5] Where Vab, Vbc, Vca are the phase voltages, Vab = R (ia - ib) + (L – M) d/dt (ia - ib) + eab (1) Vbc = R (ib – ic) + (L – M) d/dt (ib – ic) + ebc (2) Vca = R (ic – ia) + (L – M) d/dt (ic – ia) + eac (3) and ia, ib, ic are the stator phase currents, R is the stator resistance, L is the self- inductance and M is the mutual inductance. The condition for the stator current to be balance is, ia + ib + ic = 0 (4) The developed torque, load torque and output power is related as follows: Te – TL = j G m /dt + m ȕ (5) Where km is the rotor speed, Ke is the back emf constant. 3. BLDC MOTOR WORKING Permanent Magnet Synchronous Motor (PMSM) has two types of excitation model; sinusoidal and another one is trapezoidal. PMSM having a trapezoidal excitation is called as the Permanent Magnet Brushless DC Motor (PMBDCM). In a BLDC motor, stator contains three phase windings and the rotor segment is made up of permanent magnet and consist of 2 to 8 pole pairs with alternate pairs of North (N) and South (S) poles. In a conventional DC motor, the commutation of a BLDC motor is carried out using electronic switches. To operate BLDC motor, sequential excitation must be provided. For this, details of the rotor position are required so that the coils will be excited. Hall based sensors placed in the stator. Generally BLDC motor consists of Hall sensors placed on the stator providing positioning of rotor and it is also connected at the off-driving end of the motor. As the magnetic poles of the rotor crosses the Hall sensors, they give out a high or low signal, corresponding to the North or South Pole close to the sensors, these two fields are orthogonal to each other and reduces gradually as the fields stay together. Unidirectional torque can be produced by the flux produced by the windings should catch up with the rotor. BLDC motors mostly finds application with the operation at medium and very high speeds. As these kind of motors shows less inertia with high peak torque characteristics, the motor matches for quick acceleration and deceleration of drives. BLDC With the help of speed feedback (speed sensor) or by a sensor less mode (without a speed feedback) motors can be controlled. During the normal speed control of such type of drives, an encoder measures the speed and compares it with a reference speed in-turn controlling the PWM switching process. Figure.2 BLDC Motor[6] PWM technique is a most commonly used technique for the power control to an electrical device, made practical by modern electronic power switches. The average value of voltage (and current) given to the load is controlled by turning on and off the switch between supply and load. Longer the switch is in ON condition compared to that of the OFF periods, the higher will be the power supplied to the load. The PWM switching frequency should be as faster as it can, than what would affect the load.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1533 4. Fuzzy – PI controller The simple FLC is though it better than a conventional PI controller but it is not used in industries everywhere because it is auto tuning controller. Also it has disadvantage as it takes more memory and time consuming controller to simulate it. So this drawback obtained from the simple FLC are overcomed by Fuzzy – PI controller. The proposed controller in this paper is a Mamdani fuzzy controller which works on the principle of two input and single output. Fig. 3. Structure of Fuzzy tuned PI controller It is used to calculate the speed controller is more quickly and hence it does not take a more time to computation and so that the memory. The design algorithm of proposed system is just to adjust the KP and KI parameter used on the speed error e and rate of change speed error to control the speed in static and dynamic condition. Fig. 4. Simulink model of BLDC motor using Fuzzy–PI controller Fig. 5. Subsystem of Fig. 4 The graphical representation of above simulink model is shown in following diagram. The Speed Vs time for Fuzzy – PI controller is shown in Fig 4. This shows that it has rising time is 0.002 sec and it settle down at 0.015 sec by maintaining the overshoot 6.6 % which is less as compared to simple FLC and conventional PI controller. Fig. 6. Speed Vs time for Fuzzy – PI controller Fig. 7. Stator current Vs Time for Fuzzy – PI controller. Fig. 8. Electromagnetic torque Vs time for Fuzzy – PI controller.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1534 Fig. 9. Gate signal 5. CHARACTERISTICS OF SPEED RESPONSE TABLE I. CHARACTERISTICS OF SPEED RESPONSE 6. HARDWARE SETUP The hardware setup of closed loop speed control of BLDC motor drive is shown in Figures. The waveforms are obtained when the motor was programmed to run at rated speed. Fig 10. Hardware setup 7. CONCLUSION The main problems occurred in controlling the BLDC motor is on their characteristic and hence it is very important to solve the problem, as use of BLDC motor is quite large. The proposed system is improving the operating characteristic such as its percentage overshoot rise time and settling time etc. It is obtained during the analysis near about 6.6% which is good with the help of only 21 linguistics rules so as to reduce memory. 8. REFERENCES 1) C. Sheeba Joice, P. Nivedhitha, “Simulaton of speed control of brushless DC motor, with Fuzzy Logic Controller”, International Journal of Electrical, Electroics and Data communication, volume-2, Issue -4, April – 2014. 2) Shivanand Pandey, Bhagirath Pandey, “DC motor torque control using Fuzzy Proportional Derivative controllers”, International Journal of Engineering and Advance Technology, volume 3, Issue 6, Aug 2014. 3) Manoj Kushwah, Prof. Ashis Patra, “Tuning PID controller for speed control of DC motor using soft computing technique – A Review”, Advnce in Electronic and Electric Engineering, Volume 4, Issue 02, Aug 2014. 4) K. Venkateswarlu and Ch. Chengaiah, “Comparative study on DC motor using various controllers”, Research Direction, Volume 1, Issue 6, Dec 2013. 5) Pranoti K. Khanke and Sangeeta D. Jain, “Comparative Analysis of Speed Control of BLDC Motor Using PI, Simple FLC and Fuzzy – PI Controller” Dr. D. Y. Patil Institute of Engineering and Technology, Pune, India 30 Oct - 01 Nov, 2015. 6) H. E. A. Ibrahim, F. N. Hassan, Anas O. Shomer, “Optimal PID control of a brushless DC motor”, Ain Shams Engineering Journal, Issue 5, November 2013.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1535 7) Praveen Kumar, Anurag Sigh Tomer, “Modelling & simulation of PMSM drives with Fuzzy Logic controller”, Volume 3, Issue 4, Aug 2013. 8) Hidayat, Sasongko, P. H, Suharyanto, “Performance analysis of Hybrid PID- ANFIS for speed control of Brushless DC motor base on identification model system”, International Journal of Computer and Information Technology, Volume 2, Issue 4, July 2013. 9) A. A. Thorat , Suhas yadav, S. S. Patil, “Implementation of Fuzzy Logic System for DC motor control using Microcontroller”, International Journal of Engineering Research and Application, volume, Issue 2, April 2013. 10) Jaydeep Chakravorty, Ruchika Sharma, “Fuzzy Logic based method of speed control of DC motor”, International Journal of Engineering Technology and Admance Engineering, volume 3 , Issue 4, April 2013