SlideShare a Scribd company logo
1 of 19
CONTROL SYSTEMS
308301
SEMESTER PROJECT REPORT
CRUISE CONTROL SYSTEM FOR AN
ELECTRIC VEHICLE
Submitted By:
Shahzaib Anwar 180501008
M. Teham Tahir 180501016
Hafiz M. Shahid Tariq 180501018
Hamza Irfan 180501020
Submitted to: Ma’am Ruqia Ikram
Department: Mechanical (07)
Institute of Space Technology
Date of Submission: 7th
April 2021
2 | P a g e
Table of Contents
ABSTRACT................................................................................................................................ 3
INTRODUCTION ...................................................................................................................... 4
LITERATURE REVIEW...........................................................................................................6
OBJECTIVES ............................................................................................................................ 7
PROBLEM STATEMENT.........................................................................................................7
METHODOLOGY ..................................................................................................................... 8
SIMULINK MODEL.................................................................................................................. 8
ANALYSIS AND RESULTS.......................................................................................................9
Effect of Controllers................................................................................................................ 9
Effect of Inputs ..................................................................................................................... 13
System Parameters................................................................................................................ 16
DISCUSSION........................................................................................................................... 18
CONCLUSION......................................................................................................................... 18
REFERENCES......................................................................................................................... 19
3 | P a g e
ABSTRACT
In this project a cruise control system for electric vehicle has been modelled using MATLAB
Simulink. A PI controller has been used to control torque and a PID controller to control
speed. In the present automobiles are manufactured with automatic control systems already
installed. One of these is the cruise control system used to control and maintain constant
speed of the vehicle without constant user interference. The system has been modelled using
transfer function blocks and controllers. After modelling the system the effect of the
controllers, and of different inputs has been studied along with other parameters.
4 | P a g e
CRUISE CONTROL SYSTEM FOR AN
ELECTRIC VEHICLE
INTRODUCTION
Electric vehicles (EV) are one of the most widely used vehicles these days. It is based as
electric propulsion system in which all the power is provided through electric batteries.
Hence, no internal combustion engine is required. Its main advantage is the increased
efficiency. Moreover, emission elimination, low operating cost and superior controllability
over the powertrain are other factors which have made electric vehicles a preferred choice.
Construction
 Battery
 Charge port
 DC/DC Convertor
 Electric traction motor
 Onboard charger
 Power electronics controller
 Thermal system
 Traction battery pack
 Transmission.
The EV powertrain consists of an electric motor, single or double speed transmission and the
final drive unit.
5 | P a g e
Cruise control system is developed for driving with constant speed on long stretched roads.
This system performs as a speed-tracking controller and autonomously follows a pre-set
vehicle speed. For instance, a well-tuned and robust cruise control system is an essential
component of adaptive cruise control systems. The control logic of the cruise controller can
be designed by employing different types of controllers, such as a proportional-integral-
derivative (PID) controller
The robust controller minimizes the effect of uncertainties being encountered in the control
system. These uncertainties can occur, due to the simplification of plant’s model or the
surroundings effects, such as the temperature fluctuation, pressure fluctuation, noise, etc.
Several methods have been developed to manage the uncertainties present in processes and
improve the robustness and the disturbance rejection of PID controller
Robust proportional integral (PI) torque and PID speed controllers are designed using the
numerical optimization technique for the cruise controller of the EV. Simulation results show
that the controller has sufficient robustness to compensate any disturbances, for the case of
road grades, and presents a superior speed-tracking behavior. The major contribution of this
research is to model a cruise controller and develop its complex design procedure with multi-
layer controllers. The model performance and simulation results were verified with those
reported in the literature, and showed an overall improvement of the cruise controller
performance. Applicability of the developed control design procedure is carried out for an
automotive system consisting of two-layer control loops with both PI and PID controllers.
One of the widely used types of electric motors for the EV powertrains is the DC motor. The
main objective of a cruise control system is to momentarily track the desired speed of the
vehicle. In an EV, speed can be actively controlled by continuously adjusting the torque of
the electric motor. In this research, a robust optimized control system, consisting of both PID
and PI controllers, has been utilized to constantly track the desired speed.
6 | P a g e
Schematic diagram of the EV powertrain including cruise control system.
Because of its simplicity and accurate control over the electric motors, EV power train are
more reliable. Furthermore, the regenerative braking of EV powertrain makes it more elegant
over other systems.
LITERATURE REVIEW
Automobiles are now equipped with enhanced and efficient systems to control systems
automatically. Cruise Control system is designed to control and maintain constant speed in a
car without the driver pushing the accelerator paddle constantly. The applications of this
control system are widely use in newly designed electronic cars and it is quite useful during
long journeys on wide stretched roads. This system performs as a speed-tracking controller
without any human observer. It monitors a pre-defined constant speed at which the car is
supposed to move. A well-tuned and robust cruise control system is an essential component
of adaptive cruise control systems. The control logic of the cruise controller can be designed
by employing different types of controllers, such as a proportional-integral-derivative (PID)
controller. (Diba, Arora, and Esmailzadeh 2014)
Cruise control system is to maintain the output speed of the system as set by input signal.
This can be achieved by various methods of controller such as using proportional-integral
derivatives (PID) controller, state-space controller, and many more. Modelling is a task that
requires simplification and ideal environment. A complex model of a car with dampers,
springs and masses can be reduced to much simpler form of model such as moving cart.
Modelling a system cruise control, will take into accounts all of the important parameters,
including those that are due to disturbances which directly or indirectly affect the overall
performance of the system. After modelling the cruise control system, the design of the
controller such as PID control can be applied and the stability analysis based on linear state-
space model or transfer function is analyzed. (Osman, Rahmat, and Ahmad 2009)
A PID controller is an instrument used in industrial control applications to regulate
temperature, flow, pressure, speed and other process variables. PID controllers use
a control loop feedback mechanism to control process variables and are the most accurate and
7 | P a g e
stable controller. The gains of this controller can be tuned using different control theories,
such as the robust control theory. The robust controller minimizes the effect of uncertainties
being encountered in the control system. Robust control is an approach to controller design
that deals with uncertainty, it is developed to function properly in environments with
uncertain parameters or disturbances. The robust controller can be designed by using
numerical optimization techniques, which involve fewer calculations and gives stability to the
system.
The robust proportional integral (PI) torque and PID speed controllers are designed using the
numerical optimization technique for the cruise controller of the electric car simulation. The
project aims to model a cruise controller and develop its complex design that simulates a
controller that has satisfactory robustness to compensate any disturbances, and presents a
good speed-tracking behavior.
Tuning methods based on optimization approach have recently received more attention in the
literature, with the aim of ensuring good stability robustness of the controlled system.
However, these new methods are not easy to use for the operating engineer who is the main
user of the PI/PID controller. Considering PI structure adaptive control design, an approach is
presented by Xu and Loannu (1994).The design is based on a linearized vehicle model, while
a reference model generates the reference velocity signal. The adaptation guarantees the
handling of model parameter variations. A model-free control design approach is applied to
design an intelligent PI controller in Menhour et al.(2013).The longitudinal control input s are
traction/braking wheel torques, and the longitudinal positioning error of the vehicle is
improved using the method. The method is robust with respect to modeling error and
parametric uncertainty
OBJECTIVES
The objectives of this project are:-
1. To model cruise control system in MATLAB Simulink.
2. To find the percentage overshoot, rise time, peak time, and settling time of the system.
3. To observe the effect the speed and torque controllers have on the system.
4. To observe the effect different inputs have on the system.
PROBLEM STATEMENT
To increase the speed of a vehicle, drivers must push the accelerator and, on the highways,
for maintaining a constant speed of the vehicle the pressure on the pedal has to be maintained
constant for a long period of time. To support the drivers in driving, modern electric cars are
equipped with cruise control systems. The cruise control systems can maintain the desired
speed of a car set by the drivers, without using an accelerator and without the interference of
the driver. Thus, the driver’s task will be reduced to steer the car and drive carefully to avoid
any accident.
8 | P a g e
METHODOLOGY
A cruise control system for electric vehicles has been modelled using MATLAB
Simulink. The system consists of a block diagram made up of multiple transfer function blocks.
The system has been modelled using a speed controller which is a PID controller and a torque
controller which is a PI controller. It also consists of an actuator, and an armature circuit.
Feedback from system is back emf, friction torque, current sensor sensitivity, and speed sensor
sensitivity. Using scope the speed has been plotted against time and settling time peak time,
rise time, percentage overshoot calculated, and behavior of system studied for different inputs
to the system. The effect of the controllers on the system has also be studied.
SIMULINK MODEL
Total drive ratio = itot = 4.875
Total Inertia = Jtot = 8.6 kg.m2
Armature gain constant = Ra = 1
Armature time constant =Ta = 0.1
Actuator gain constant = KA = 30
Actuator time constant = TA = 0.03
Speed sensor Sensitivity = Kss = 0.02
Current Sensor sensitivity = Kcs = 0.03
Back emf gain = Kb = 2
Friction torque gain = Kf = 0.1
Actuator =
𝐾𝐴
1+𝑠𝑇𝐴
Armature Circuit =
1
𝑅𝑎
1+𝑠𝑇𝑎
Gain5= 𝑛𝑡𝑜𝑡𝐾𝑡
Transfer Fcn2 =
1
𝐽𝑡𝑜𝑡 𝑠
Transfer Fcn3 =
𝑟
𝑖𝑡𝑜𝑡
Gain1 = Kf
Gain3 = Kb
Speed Sensor Sensitivity = Kss
Current Sensor sensitivity = Kcs
9 | P a g e
ANALYSIS AND RESULTS
Effect of Controllers
Without both controllers:-
10 | P a g e
With Torque Controller (PI controller) only:-
11 | P a g e
With Speed Controller (PID controller) only:-
12 | P a g e
With both Speed and Torque Controllers:-
13 | P a g e
Effect of Inputs
Step Input
14 | P a g e
Ramp Input
15 | P a g e
Sine Wave Input
16 | P a g e
System Parameters
Peak time
The peak time as seenin signal statistics is 100 seconds.
17 | P a g e
Rise time
11.45-1.492=9.958
The rise time as can be seenfrom cursor measurements is 9.958 seconds
Settling time
18 | P a g e
As can be seenfrom cursor measurements the settling time for the systemcomes out as
19.954 seconds.
Percentage Overshoot
There is no percentage overshoot as systembecomes stable without exceeding the peak
value.
DISCUSSION
The results from the analysis show that the system is unstable with no clear signs of settling
when neither controller is implemented in the system. With the torque controller only, which
is a PI controller, the system is still not showing any significant change except the change in
magnitude. With the speed controller only, which is a PID controller, the system has starting
to show signs of settling and is starting to become stable. When both controllers have been
implemented the system has become stable.
Next the effect of different inputs was observed. For the step input the system after settling
had a zero gradient and hence a constant magnitude, which is the same signal shape as the
input. For the ramp input after settling had a constant gradient and a constantly increasing
magnitude, which was again the same shape as the input. For the sine wave input the output
was a sinusoidal wave with each wave having the same maximum and minimum amplitude
after the system had stabilized. All of the inputs stabilized during the time interval observed.
The system parameters found were peak time, rise time, settling time, and percentage
overshoot. The peak occurred at 100 seconds although the system started to have an almost
constant magnitude after 30 seconds. The rise time was calculated equal to 9.958 seconds, as
system had 10% value at 1.492 seconds, and 90% value at 11.45 seconds. The settling time of
the system was found to be at 79.219seconds where the signal magnitude had reached 98% of
its value. There was no percentage overshoot as system did not exceed the value it stabilized
at making it a critically damped system.
CONCLUSION
In this project, a cruise control system to achieve smooth and steady motion of electric cars
on highways has been designed. These cruise control systems make long highway journeys
easy and reliable for drivers. Firstly, a block diagram of a closed-loop cruise control system
including inputs, outputs, and feedback has been obtained, and then according to that the
cruise control system for velocity and torque control has been designed using different
controllers. The working of the control system is demonstrated using MATLAB and
Simulink. Using scope the peak time, rise time, settling time, and percentage overshoot has
been found as shown above. The effect of both controllers and different inputs has also been
observed.
19 | P a g e
REFERENCES
Diba, Fereydoon, Ankur Arora, and Ebrahim Esmailzadeh. 2014. “Optimized Robust Cruise
Control System for an Electric Vehicle.” Systems Science & Control Engineering 2 (1): 175–
82. https://doi.org/10.1080/21642583.2014.891956.
Osman, Khairuddin, Mohd. Fuaad Rahmat, and Mohd Ashraf Ahmad. 2009. “Modelling and
Controller Design for a Cruise Control System.” 2009 5th International Colloquium on Signal
Processing & Its Applications, March. https://doi.org/10.1109/cspa.2009.5069228.
Diba, F., Arora, A., & Esmailzadeh, E. (2014). Optimized robust cruise control system for an
electric vehicle. Systems Science & Control Engineering, 2(1), 175–182.
https://doi.org/10.1080/21642583.2014.891956
Menhour, L., d'Andréa-Novel, B., Fliess, M., & Mounier, H. (2013, December).
Multivariable decoupled longitudinal and lateral vehicle control: A model-free design. In
52nd IEEE Conference on Decision and Control (pp. 2834-2839). IEEE.
Robust H‘ Design of an Automotive Cruise Control System. (2015). IFAC-PapersOnLine,
48(15), 341–346. https://doi.org/10.1016/j.ifacol.2015.10.049
Lu, X. Y., & Hedrick, J. K. (2005). Heavy-duty vehicle modelling and longitudinal control.
Vehicle System Dynamics, 43(9), 653-669.

More Related Content

What's hot

Automatic meter reading
Automatic meter readingAutomatic meter reading
Automatic meter readingSajan Sahu
 
variable frequency drive (VFD) installation
variable frequency drive (VFD) installationvariable frequency drive (VFD) installation
variable frequency drive (VFD) installationSakshi Vashist
 
Electric traction
Electric tractionElectric traction
Electric tractionDipak Meher
 
Protection of induction motor using plc by dev krishan
Protection of induction motor using plc  by dev krishanProtection of induction motor using plc  by dev krishan
Protection of induction motor using plc by dev krishanRituRaj254
 
Analysis and Design of PID controller with control parameters in MATLAB and S...
Analysis and Design of PID controller with control parameters in MATLAB and S...Analysis and Design of PID controller with control parameters in MATLAB and S...
Analysis and Design of PID controller with control parameters in MATLAB and S...MIbrar4
 
Tuning of pid controller
Tuning of pid controllerTuning of pid controller
Tuning of pid controllerSubhankar Sau
 
Sensors and microcontroller interfacing
Sensors and microcontroller interfacingSensors and microcontroller interfacing
Sensors and microcontroller interfacingmohamed albanna
 
Seminar on wind power car
Seminar on wind power carSeminar on wind power car
Seminar on wind power carEr Kumar
 
Regenerative Braking System ppt
Regenerative Braking System  pptRegenerative Braking System  ppt
Regenerative Braking System pptMD ASLAM HUSSAIN
 
Automatic braking system whole project documentation.docx pdf
Automatic braking system whole project documentation.docx pdfAutomatic braking system whole project documentation.docx pdf
Automatic braking system whole project documentation.docx pdfSyedmuhammed Hussainabbas
 
project report on automatic rain wiper
project report on automatic rain wiperproject report on automatic rain wiper
project report on automatic rain wiperSudhanshu Saurav
 
social and environmental importance of hybrid and electric.ppt
social and environmental importance of hybrid and electric.pptsocial and environmental importance of hybrid and electric.ppt
social and environmental importance of hybrid and electric.pptGomathy Sengottaiyan
 
Automation of car using embedded syatem
Automation of car using embedded syatemAutomation of car using embedded syatem
Automation of car using embedded syatemJEEVA ARAVINTH
 

What's hot (20)

Automatic meter reading
Automatic meter readingAutomatic meter reading
Automatic meter reading
 
variable frequency drive (VFD) installation
variable frequency drive (VFD) installationvariable frequency drive (VFD) installation
variable frequency drive (VFD) installation
 
Electric traction
Electric tractionElectric traction
Electric traction
 
Protection of induction motor using plc by dev krishan
Protection of induction motor using plc  by dev krishanProtection of induction motor using plc  by dev krishan
Protection of induction motor using plc by dev krishan
 
Analysis and Design of PID controller with control parameters in MATLAB and S...
Analysis and Design of PID controller with control parameters in MATLAB and S...Analysis and Design of PID controller with control parameters in MATLAB and S...
Analysis and Design of PID controller with control parameters in MATLAB and S...
 
Drive by wire technology
Drive by wire technologyDrive by wire technology
Drive by wire technology
 
Tuning of pid controller
Tuning of pid controllerTuning of pid controller
Tuning of pid controller
 
Sensors and microcontroller interfacing
Sensors and microcontroller interfacingSensors and microcontroller interfacing
Sensors and microcontroller interfacing
 
Seminar on wind power car
Seminar on wind power carSeminar on wind power car
Seminar on wind power car
 
Regenerative braking system
Regenerative braking system Regenerative braking system
Regenerative braking system
 
Regenerative Braking System ppt
Regenerative Braking System  pptRegenerative Braking System  ppt
Regenerative Braking System ppt
 
MODULATION
MODULATIONMODULATION
MODULATION
 
Hardware in loop simulation
Hardware in loop simulationHardware in loop simulation
Hardware in loop simulation
 
KAUSHAL BOGHNAI
KAUSHAL BOGHNAIKAUSHAL BOGHNAI
KAUSHAL BOGHNAI
 
MPPT
MPPTMPPT
MPPT
 
Automatic braking system whole project documentation.docx pdf
Automatic braking system whole project documentation.docx pdfAutomatic braking system whole project documentation.docx pdf
Automatic braking system whole project documentation.docx pdf
 
Architecture of EV and HEV
Architecture of EV and HEVArchitecture of EV and HEV
Architecture of EV and HEV
 
project report on automatic rain wiper
project report on automatic rain wiperproject report on automatic rain wiper
project report on automatic rain wiper
 
social and environmental importance of hybrid and electric.ppt
social and environmental importance of hybrid and electric.pptsocial and environmental importance of hybrid and electric.ppt
social and environmental importance of hybrid and electric.ppt
 
Automation of car using embedded syatem
Automation of car using embedded syatemAutomation of car using embedded syatem
Automation of car using embedded syatem
 

Similar to Control systems project report (180501008)(180501016)(180501018)(180501020)

Energies 08-06820
Energies 08-06820Energies 08-06820
Energies 08-06820AmineHarir2
 
Optimization of automobile active suspension system using minimal order
Optimization of automobile active suspension system using  minimal orderOptimization of automobile active suspension system using  minimal order
Optimization of automobile active suspension system using minimal orderIJECEIAES
 
IRJET- Hybrid Intelligent Controller for Interior Permanent Magnet Synchr...
IRJET-  	  Hybrid Intelligent Controller for Interior Permanent Magnet Synchr...IRJET-  	  Hybrid Intelligent Controller for Interior Permanent Magnet Synchr...
IRJET- Hybrid Intelligent Controller for Interior Permanent Magnet Synchr...IRJET Journal
 
Best suited suspension system for luxury SUVs
Best suited suspension system for luxury SUVsBest suited suspension system for luxury SUVs
Best suited suspension system for luxury SUVsKristopherKerames
 
IRJET-Investigation of Three Phase Induction Speed Control Strategies using N...
IRJET-Investigation of Three Phase Induction Speed Control Strategies using N...IRJET-Investigation of Three Phase Induction Speed Control Strategies using N...
IRJET-Investigation of Three Phase Induction Speed Control Strategies using N...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 SchemeIRJET Journal
 
Modeling and analysis of field-oriented control based permanent magnet synch...
Modeling and analysis of field-oriented control based  permanent magnet synch...Modeling and analysis of field-oriented control based  permanent magnet synch...
Modeling and analysis of field-oriented control based permanent magnet synch...IJECEIAES
 
Performance Indices Based Optimal Tunining Criterion for Speed Control of DC ...
Performance Indices Based Optimal Tunining Criterion for Speed Control of DC ...Performance Indices Based Optimal Tunining Criterion for Speed Control of DC ...
Performance Indices Based Optimal Tunining Criterion for Speed Control of DC ...IAES-IJPEDS
 
6. performance analysis of pd, pid controllers for speed control of dc motor
6. performance analysis of pd, pid controllers for speed control of dc motor6. performance analysis of pd, pid controllers for speed control of dc motor
6. performance analysis of pd, pid controllers for speed control of dc motork srikanth
 
MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...
MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...
MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...csandit
 
MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...
MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...
MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...cscpconf
 
Speed_Control_of_DC_Motor_Using_Particle_Swarm_Opt.pdf
Speed_Control_of_DC_Motor_Using_Particle_Swarm_Opt.pdfSpeed_Control_of_DC_Motor_Using_Particle_Swarm_Opt.pdf
Speed_Control_of_DC_Motor_Using_Particle_Swarm_Opt.pdfThienMai14
 

Similar to Control systems project report (180501008)(180501016)(180501018)(180501020) (20)

energies-08-06820.pdf
energies-08-06820.pdfenergies-08-06820.pdf
energies-08-06820.pdf
 
Energies 08-06820
Energies 08-06820Energies 08-06820
Energies 08-06820
 
Optimization of automobile active suspension system using minimal order
Optimization of automobile active suspension system using  minimal orderOptimization of automobile active suspension system using  minimal order
Optimization of automobile active suspension system using minimal order
 
Oa3424532456
Oa3424532456Oa3424532456
Oa3424532456
 
IRJET- Hybrid Intelligent Controller for Interior Permanent Magnet Synchr...
IRJET-  	  Hybrid Intelligent Controller for Interior Permanent Magnet Synchr...IRJET-  	  Hybrid Intelligent Controller for Interior Permanent Magnet Synchr...
IRJET- Hybrid Intelligent Controller for Interior Permanent Magnet Synchr...
 
Pi3426832691
Pi3426832691Pi3426832691
Pi3426832691
 
Best suited suspension system for luxury SUVs
Best suited suspension system for luxury SUVsBest suited suspension system for luxury SUVs
Best suited suspension system for luxury SUVs
 
IRJET-Investigation of Three Phase Induction Speed Control Strategies using N...
IRJET-Investigation of Three Phase Induction Speed Control Strategies using N...IRJET-Investigation of Three Phase Induction Speed Control Strategies using N...
IRJET-Investigation of Three Phase Induction Speed Control Strategies using N...
 
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
 
Drive by wire
Drive by wireDrive by wire
Drive by wire
 
Development of a position tracking drive system for controlling PMSM motor us...
Development of a position tracking drive system for controlling PMSM motor us...Development of a position tracking drive system for controlling PMSM motor us...
Development of a position tracking drive system for controlling PMSM motor us...
 
L010237985
L010237985L010237985
L010237985
 
Modeling and analysis of field-oriented control based permanent magnet synch...
Modeling and analysis of field-oriented control based  permanent magnet synch...Modeling and analysis of field-oriented control based  permanent magnet synch...
Modeling and analysis of field-oriented control based permanent magnet synch...
 
Performance Indices Based Optimal Tunining Criterion for Speed Control of DC ...
Performance Indices Based Optimal Tunining Criterion for Speed Control of DC ...Performance Indices Based Optimal Tunining Criterion for Speed Control of DC ...
Performance Indices Based Optimal Tunining Criterion for Speed Control of DC ...
 
6. performance analysis of pd, pid controllers for speed control of dc motor
6. performance analysis of pd, pid controllers for speed control of dc motor6. performance analysis of pd, pid controllers for speed control of dc motor
6. performance analysis of pd, pid controllers for speed control of dc motor
 
MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...
MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...
MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...
 
Gl3311371146
Gl3311371146Gl3311371146
Gl3311371146
 
MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...
MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...
MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...
 
D011121524
D011121524D011121524
D011121524
 
Speed_Control_of_DC_Motor_Using_Particle_Swarm_Opt.pdf
Speed_Control_of_DC_Motor_Using_Particle_Swarm_Opt.pdfSpeed_Control_of_DC_Motor_Using_Particle_Swarm_Opt.pdf
Speed_Control_of_DC_Motor_Using_Particle_Swarm_Opt.pdf
 

Recently uploaded

《加州大学圣克鲁兹分校学位证书复制》Q微信741003700美国学历疑难问题指南|挂科被加州大学圣克鲁兹分校劝退没有毕业证怎么办?《UCSC毕业证购买|加...
《加州大学圣克鲁兹分校学位证书复制》Q微信741003700美国学历疑难问题指南|挂科被加州大学圣克鲁兹分校劝退没有毕业证怎么办?《UCSC毕业证购买|加...《加州大学圣克鲁兹分校学位证书复制》Q微信741003700美国学历疑难问题指南|挂科被加州大学圣克鲁兹分校劝退没有毕业证怎么办?《UCSC毕业证购买|加...
《加州大学圣克鲁兹分校学位证书复制》Q微信741003700美国学历疑难问题指南|挂科被加州大学圣克鲁兹分校劝退没有毕业证怎么办?《UCSC毕业证购买|加...wyqazy
 
Russian Call Girls Kolkata Amaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls Kolkata Amaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls Kolkata Amaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls Kolkata Amaira 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Short-, Mid-, and Long-term gxxoals.pptx
Short-, Mid-, and Long-term gxxoals.pptxShort-, Mid-, and Long-term gxxoals.pptx
Short-, Mid-, and Long-term gxxoals.pptxHenryBriggs2
 
Nicola Mining Inc. Corporate Presentation April 2024
Nicola Mining Inc. Corporate Presentation April 2024Nicola Mining Inc. Corporate Presentation April 2024
Nicola Mining Inc. Corporate Presentation April 2024nicola_mining
 
Osisko Gold Royalties Ltd - Corporate Presentation, April 23, 2024
Osisko Gold Royalties Ltd - Corporate Presentation, April 23, 2024Osisko Gold Royalties Ltd - Corporate Presentation, April 23, 2024
Osisko Gold Royalties Ltd - Corporate Presentation, April 23, 2024Osisko Gold Royalties Ltd
 
High Profile Call Girls Kolkata Trisha 🤌 8250192130 🚀 Vip Call Girls Kolkata
High Profile Call Girls Kolkata Trisha 🤌  8250192130 🚀 Vip Call Girls KolkataHigh Profile Call Girls Kolkata Trisha 🤌  8250192130 🚀 Vip Call Girls Kolkata
High Profile Call Girls Kolkata Trisha 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
VIP Kolkata Call Girl Entally 👉 8250192130 Available With Room
VIP Kolkata Call Girl Entally 👉 8250192130  Available With RoomVIP Kolkata Call Girl Entally 👉 8250192130  Available With Room
VIP Kolkata Call Girl Entally 👉 8250192130 Available With Roomdivyansh0kumar0
 
Cyberagent_For New Investors_EN_240424.pdf
Cyberagent_For New Investors_EN_240424.pdfCyberagent_For New Investors_EN_240424.pdf
Cyberagent_For New Investors_EN_240424.pdfCyberAgent, Inc.
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Abids high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls Abids high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls Abids high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls Abids high-profile Call Girladitipandeya
 
如何办理(UTS毕业证书)悉尼科技大学毕业证学位证书
如何办理(UTS毕业证书)悉尼科技大学毕业证学位证书如何办理(UTS毕业证书)悉尼科技大学毕业证学位证书
如何办理(UTS毕业证书)悉尼科技大学毕业证学位证书Fis s
 
如何办理伦敦大学毕业证(文凭)London学位证书
如何办理伦敦大学毕业证(文凭)London学位证书如何办理伦敦大学毕业证(文凭)London学位证书
如何办理伦敦大学毕业证(文凭)London学位证书Fis s
 
Call Girl Kolkata Sia 🤌 8250192130 🚀 Vip Call Girls Kolkata
Call Girl Kolkata Sia 🤌  8250192130 🚀 Vip Call Girls KolkataCall Girl Kolkata Sia 🤌  8250192130 🚀 Vip Call Girls Kolkata
Call Girl Kolkata Sia 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Collective Mining | Corporate Presentation - April 2024
Collective Mining | Corporate Presentation - April 2024Collective Mining | Corporate Presentation - April 2024
Collective Mining | Corporate Presentation - April 2024CollectiveMining1
 
slideshare Call girls Noida Escorts 9999965857 henakhan
slideshare Call girls Noida Escorts 9999965857 henakhanslideshare Call girls Noida Escorts 9999965857 henakhan
slideshare Call girls Noida Escorts 9999965857 henakhanhanshkumar9870
 

Recently uploaded (20)

《加州大学圣克鲁兹分校学位证书复制》Q微信741003700美国学历疑难问题指南|挂科被加州大学圣克鲁兹分校劝退没有毕业证怎么办?《UCSC毕业证购买|加...
《加州大学圣克鲁兹分校学位证书复制》Q微信741003700美国学历疑难问题指南|挂科被加州大学圣克鲁兹分校劝退没有毕业证怎么办?《UCSC毕业证购买|加...《加州大学圣克鲁兹分校学位证书复制》Q微信741003700美国学历疑难问题指南|挂科被加州大学圣克鲁兹分校劝退没有毕业证怎么办?《UCSC毕业证购买|加...
《加州大学圣克鲁兹分校学位证书复制》Q微信741003700美国学历疑难问题指南|挂科被加州大学圣克鲁兹分校劝退没有毕业证怎么办?《UCSC毕业证购买|加...
 
Russian Call Girls Kolkata Amaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls Kolkata Amaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls Kolkata Amaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls Kolkata Amaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Call Girls 🫤 East Of Kailash ➡️ 9999965857 ➡️ Delhi 🫦 Russian Escorts FULL ...
Call Girls 🫤 East Of Kailash ➡️ 9999965857  ➡️ Delhi 🫦  Russian Escorts FULL ...Call Girls 🫤 East Of Kailash ➡️ 9999965857  ➡️ Delhi 🫦  Russian Escorts FULL ...
Call Girls 🫤 East Of Kailash ➡️ 9999965857 ➡️ Delhi 🫦 Russian Escorts FULL ...
 
Short-, Mid-, and Long-term gxxoals.pptx
Short-, Mid-, and Long-term gxxoals.pptxShort-, Mid-, and Long-term gxxoals.pptx
Short-, Mid-, and Long-term gxxoals.pptx
 
Call Girls In South Delhi 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Delhi 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICECall Girls In South Delhi 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Delhi 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
 
Nicola Mining Inc. Corporate Presentation April 2024
Nicola Mining Inc. Corporate Presentation April 2024Nicola Mining Inc. Corporate Presentation April 2024
Nicola Mining Inc. Corporate Presentation April 2024
 
Escort Service Call Girls In Shalimar Bagh, 99530°56974 Delhi NCR
Escort Service Call Girls In Shalimar Bagh, 99530°56974 Delhi NCREscort Service Call Girls In Shalimar Bagh, 99530°56974 Delhi NCR
Escort Service Call Girls In Shalimar Bagh, 99530°56974 Delhi NCR
 
Osisko Gold Royalties Ltd - Corporate Presentation, April 23, 2024
Osisko Gold Royalties Ltd - Corporate Presentation, April 23, 2024Osisko Gold Royalties Ltd - Corporate Presentation, April 23, 2024
Osisko Gold Royalties Ltd - Corporate Presentation, April 23, 2024
 
Rohini Sector 17 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 17 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 17 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 17 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
High Profile Call Girls Kolkata Trisha 🤌 8250192130 🚀 Vip Call Girls Kolkata
High Profile Call Girls Kolkata Trisha 🤌  8250192130 🚀 Vip Call Girls KolkataHigh Profile Call Girls Kolkata Trisha 🤌  8250192130 🚀 Vip Call Girls Kolkata
High Profile Call Girls Kolkata Trisha 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
VIP Kolkata Call Girl Entally 👉 8250192130 Available With Room
VIP Kolkata Call Girl Entally 👉 8250192130  Available With RoomVIP Kolkata Call Girl Entally 👉 8250192130  Available With Room
VIP Kolkata Call Girl Entally 👉 8250192130 Available With Room
 
Cyberagent_For New Investors_EN_240424.pdf
Cyberagent_For New Investors_EN_240424.pdfCyberagent_For New Investors_EN_240424.pdf
Cyberagent_For New Investors_EN_240424.pdf
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Abids high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls Abids high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls Abids high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls Abids high-profile Call Girl
 
如何办理(UTS毕业证书)悉尼科技大学毕业证学位证书
如何办理(UTS毕业证书)悉尼科技大学毕业证学位证书如何办理(UTS毕业证书)悉尼科技大学毕业证学位证书
如何办理(UTS毕业证书)悉尼科技大学毕业证学位证书
 
如何办理伦敦大学毕业证(文凭)London学位证书
如何办理伦敦大学毕业证(文凭)London学位证书如何办理伦敦大学毕业证(文凭)London学位证书
如何办理伦敦大学毕业证(文凭)London学位证书
 
Rohini Sector 15 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 15 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 15 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 15 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Call Girl Kolkata Sia 🤌 8250192130 🚀 Vip Call Girls Kolkata
Call Girl Kolkata Sia 🤌  8250192130 🚀 Vip Call Girls KolkataCall Girl Kolkata Sia 🤌  8250192130 🚀 Vip Call Girls Kolkata
Call Girl Kolkata Sia 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Model Call Girl in Uttam Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Uttam Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Uttam Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Uttam Nagar Delhi reach out to us at 🔝9953056974🔝
 
Collective Mining | Corporate Presentation - April 2024
Collective Mining | Corporate Presentation - April 2024Collective Mining | Corporate Presentation - April 2024
Collective Mining | Corporate Presentation - April 2024
 
slideshare Call girls Noida Escorts 9999965857 henakhan
slideshare Call girls Noida Escorts 9999965857 henakhanslideshare Call girls Noida Escorts 9999965857 henakhan
slideshare Call girls Noida Escorts 9999965857 henakhan
 

Control systems project report (180501008)(180501016)(180501018)(180501020)

  • 1. CONTROL SYSTEMS 308301 SEMESTER PROJECT REPORT CRUISE CONTROL SYSTEM FOR AN ELECTRIC VEHICLE Submitted By: Shahzaib Anwar 180501008 M. Teham Tahir 180501016 Hafiz M. Shahid Tariq 180501018 Hamza Irfan 180501020 Submitted to: Ma’am Ruqia Ikram Department: Mechanical (07) Institute of Space Technology Date of Submission: 7th April 2021
  • 2. 2 | P a g e Table of Contents ABSTRACT................................................................................................................................ 3 INTRODUCTION ...................................................................................................................... 4 LITERATURE REVIEW...........................................................................................................6 OBJECTIVES ............................................................................................................................ 7 PROBLEM STATEMENT.........................................................................................................7 METHODOLOGY ..................................................................................................................... 8 SIMULINK MODEL.................................................................................................................. 8 ANALYSIS AND RESULTS.......................................................................................................9 Effect of Controllers................................................................................................................ 9 Effect of Inputs ..................................................................................................................... 13 System Parameters................................................................................................................ 16 DISCUSSION........................................................................................................................... 18 CONCLUSION......................................................................................................................... 18 REFERENCES......................................................................................................................... 19
  • 3. 3 | P a g e ABSTRACT In this project a cruise control system for electric vehicle has been modelled using MATLAB Simulink. A PI controller has been used to control torque and a PID controller to control speed. In the present automobiles are manufactured with automatic control systems already installed. One of these is the cruise control system used to control and maintain constant speed of the vehicle without constant user interference. The system has been modelled using transfer function blocks and controllers. After modelling the system the effect of the controllers, and of different inputs has been studied along with other parameters.
  • 4. 4 | P a g e CRUISE CONTROL SYSTEM FOR AN ELECTRIC VEHICLE INTRODUCTION Electric vehicles (EV) are one of the most widely used vehicles these days. It is based as electric propulsion system in which all the power is provided through electric batteries. Hence, no internal combustion engine is required. Its main advantage is the increased efficiency. Moreover, emission elimination, low operating cost and superior controllability over the powertrain are other factors which have made electric vehicles a preferred choice. Construction  Battery  Charge port  DC/DC Convertor  Electric traction motor  Onboard charger  Power electronics controller  Thermal system  Traction battery pack  Transmission. The EV powertrain consists of an electric motor, single or double speed transmission and the final drive unit.
  • 5. 5 | P a g e Cruise control system is developed for driving with constant speed on long stretched roads. This system performs as a speed-tracking controller and autonomously follows a pre-set vehicle speed. For instance, a well-tuned and robust cruise control system is an essential component of adaptive cruise control systems. The control logic of the cruise controller can be designed by employing different types of controllers, such as a proportional-integral- derivative (PID) controller The robust controller minimizes the effect of uncertainties being encountered in the control system. These uncertainties can occur, due to the simplification of plant’s model or the surroundings effects, such as the temperature fluctuation, pressure fluctuation, noise, etc. Several methods have been developed to manage the uncertainties present in processes and improve the robustness and the disturbance rejection of PID controller Robust proportional integral (PI) torque and PID speed controllers are designed using the numerical optimization technique for the cruise controller of the EV. Simulation results show that the controller has sufficient robustness to compensate any disturbances, for the case of road grades, and presents a superior speed-tracking behavior. The major contribution of this research is to model a cruise controller and develop its complex design procedure with multi- layer controllers. The model performance and simulation results were verified with those reported in the literature, and showed an overall improvement of the cruise controller performance. Applicability of the developed control design procedure is carried out for an automotive system consisting of two-layer control loops with both PI and PID controllers. One of the widely used types of electric motors for the EV powertrains is the DC motor. The main objective of a cruise control system is to momentarily track the desired speed of the vehicle. In an EV, speed can be actively controlled by continuously adjusting the torque of the electric motor. In this research, a robust optimized control system, consisting of both PID and PI controllers, has been utilized to constantly track the desired speed.
  • 6. 6 | P a g e Schematic diagram of the EV powertrain including cruise control system. Because of its simplicity and accurate control over the electric motors, EV power train are more reliable. Furthermore, the regenerative braking of EV powertrain makes it more elegant over other systems. LITERATURE REVIEW Automobiles are now equipped with enhanced and efficient systems to control systems automatically. Cruise Control system is designed to control and maintain constant speed in a car without the driver pushing the accelerator paddle constantly. The applications of this control system are widely use in newly designed electronic cars and it is quite useful during long journeys on wide stretched roads. This system performs as a speed-tracking controller without any human observer. It monitors a pre-defined constant speed at which the car is supposed to move. A well-tuned and robust cruise control system is an essential component of adaptive cruise control systems. The control logic of the cruise controller can be designed by employing different types of controllers, such as a proportional-integral-derivative (PID) controller. (Diba, Arora, and Esmailzadeh 2014) Cruise control system is to maintain the output speed of the system as set by input signal. This can be achieved by various methods of controller such as using proportional-integral derivatives (PID) controller, state-space controller, and many more. Modelling is a task that requires simplification and ideal environment. A complex model of a car with dampers, springs and masses can be reduced to much simpler form of model such as moving cart. Modelling a system cruise control, will take into accounts all of the important parameters, including those that are due to disturbances which directly or indirectly affect the overall performance of the system. After modelling the cruise control system, the design of the controller such as PID control can be applied and the stability analysis based on linear state- space model or transfer function is analyzed. (Osman, Rahmat, and Ahmad 2009) A PID controller is an instrument used in industrial control applications to regulate temperature, flow, pressure, speed and other process variables. PID controllers use a control loop feedback mechanism to control process variables and are the most accurate and
  • 7. 7 | P a g e stable controller. The gains of this controller can be tuned using different control theories, such as the robust control theory. The robust controller minimizes the effect of uncertainties being encountered in the control system. Robust control is an approach to controller design that deals with uncertainty, it is developed to function properly in environments with uncertain parameters or disturbances. The robust controller can be designed by using numerical optimization techniques, which involve fewer calculations and gives stability to the system. The robust proportional integral (PI) torque and PID speed controllers are designed using the numerical optimization technique for the cruise controller of the electric car simulation. The project aims to model a cruise controller and develop its complex design that simulates a controller that has satisfactory robustness to compensate any disturbances, and presents a good speed-tracking behavior. Tuning methods based on optimization approach have recently received more attention in the literature, with the aim of ensuring good stability robustness of the controlled system. However, these new methods are not easy to use for the operating engineer who is the main user of the PI/PID controller. Considering PI structure adaptive control design, an approach is presented by Xu and Loannu (1994).The design is based on a linearized vehicle model, while a reference model generates the reference velocity signal. The adaptation guarantees the handling of model parameter variations. A model-free control design approach is applied to design an intelligent PI controller in Menhour et al.(2013).The longitudinal control input s are traction/braking wheel torques, and the longitudinal positioning error of the vehicle is improved using the method. The method is robust with respect to modeling error and parametric uncertainty OBJECTIVES The objectives of this project are:- 1. To model cruise control system in MATLAB Simulink. 2. To find the percentage overshoot, rise time, peak time, and settling time of the system. 3. To observe the effect the speed and torque controllers have on the system. 4. To observe the effect different inputs have on the system. PROBLEM STATEMENT To increase the speed of a vehicle, drivers must push the accelerator and, on the highways, for maintaining a constant speed of the vehicle the pressure on the pedal has to be maintained constant for a long period of time. To support the drivers in driving, modern electric cars are equipped with cruise control systems. The cruise control systems can maintain the desired speed of a car set by the drivers, without using an accelerator and without the interference of the driver. Thus, the driver’s task will be reduced to steer the car and drive carefully to avoid any accident.
  • 8. 8 | P a g e METHODOLOGY A cruise control system for electric vehicles has been modelled using MATLAB Simulink. The system consists of a block diagram made up of multiple transfer function blocks. The system has been modelled using a speed controller which is a PID controller and a torque controller which is a PI controller. It also consists of an actuator, and an armature circuit. Feedback from system is back emf, friction torque, current sensor sensitivity, and speed sensor sensitivity. Using scope the speed has been plotted against time and settling time peak time, rise time, percentage overshoot calculated, and behavior of system studied for different inputs to the system. The effect of the controllers on the system has also be studied. SIMULINK MODEL Total drive ratio = itot = 4.875 Total Inertia = Jtot = 8.6 kg.m2 Armature gain constant = Ra = 1 Armature time constant =Ta = 0.1 Actuator gain constant = KA = 30 Actuator time constant = TA = 0.03 Speed sensor Sensitivity = Kss = 0.02 Current Sensor sensitivity = Kcs = 0.03 Back emf gain = Kb = 2 Friction torque gain = Kf = 0.1 Actuator = 𝐾𝐴 1+𝑠𝑇𝐴 Armature Circuit = 1 𝑅𝑎 1+𝑠𝑇𝑎 Gain5= 𝑛𝑡𝑜𝑡𝐾𝑡 Transfer Fcn2 = 1 𝐽𝑡𝑜𝑡 𝑠 Transfer Fcn3 = 𝑟 𝑖𝑡𝑜𝑡 Gain1 = Kf Gain3 = Kb Speed Sensor Sensitivity = Kss Current Sensor sensitivity = Kcs
  • 9. 9 | P a g e ANALYSIS AND RESULTS Effect of Controllers Without both controllers:-
  • 10. 10 | P a g e With Torque Controller (PI controller) only:-
  • 11. 11 | P a g e With Speed Controller (PID controller) only:-
  • 12. 12 | P a g e With both Speed and Torque Controllers:-
  • 13. 13 | P a g e Effect of Inputs Step Input
  • 14. 14 | P a g e Ramp Input
  • 15. 15 | P a g e Sine Wave Input
  • 16. 16 | P a g e System Parameters Peak time The peak time as seenin signal statistics is 100 seconds.
  • 17. 17 | P a g e Rise time 11.45-1.492=9.958 The rise time as can be seenfrom cursor measurements is 9.958 seconds Settling time
  • 18. 18 | P a g e As can be seenfrom cursor measurements the settling time for the systemcomes out as 19.954 seconds. Percentage Overshoot There is no percentage overshoot as systembecomes stable without exceeding the peak value. DISCUSSION The results from the analysis show that the system is unstable with no clear signs of settling when neither controller is implemented in the system. With the torque controller only, which is a PI controller, the system is still not showing any significant change except the change in magnitude. With the speed controller only, which is a PID controller, the system has starting to show signs of settling and is starting to become stable. When both controllers have been implemented the system has become stable. Next the effect of different inputs was observed. For the step input the system after settling had a zero gradient and hence a constant magnitude, which is the same signal shape as the input. For the ramp input after settling had a constant gradient and a constantly increasing magnitude, which was again the same shape as the input. For the sine wave input the output was a sinusoidal wave with each wave having the same maximum and minimum amplitude after the system had stabilized. All of the inputs stabilized during the time interval observed. The system parameters found were peak time, rise time, settling time, and percentage overshoot. The peak occurred at 100 seconds although the system started to have an almost constant magnitude after 30 seconds. The rise time was calculated equal to 9.958 seconds, as system had 10% value at 1.492 seconds, and 90% value at 11.45 seconds. The settling time of the system was found to be at 79.219seconds where the signal magnitude had reached 98% of its value. There was no percentage overshoot as system did not exceed the value it stabilized at making it a critically damped system. CONCLUSION In this project, a cruise control system to achieve smooth and steady motion of electric cars on highways has been designed. These cruise control systems make long highway journeys easy and reliable for drivers. Firstly, a block diagram of a closed-loop cruise control system including inputs, outputs, and feedback has been obtained, and then according to that the cruise control system for velocity and torque control has been designed using different controllers. The working of the control system is demonstrated using MATLAB and Simulink. Using scope the peak time, rise time, settling time, and percentage overshoot has been found as shown above. The effect of both controllers and different inputs has also been observed.
  • 19. 19 | P a g e REFERENCES Diba, Fereydoon, Ankur Arora, and Ebrahim Esmailzadeh. 2014. “Optimized Robust Cruise Control System for an Electric Vehicle.” Systems Science & Control Engineering 2 (1): 175– 82. https://doi.org/10.1080/21642583.2014.891956. Osman, Khairuddin, Mohd. Fuaad Rahmat, and Mohd Ashraf Ahmad. 2009. “Modelling and Controller Design for a Cruise Control System.” 2009 5th International Colloquium on Signal Processing & Its Applications, March. https://doi.org/10.1109/cspa.2009.5069228. Diba, F., Arora, A., & Esmailzadeh, E. (2014). Optimized robust cruise control system for an electric vehicle. Systems Science & Control Engineering, 2(1), 175–182. https://doi.org/10.1080/21642583.2014.891956 Menhour, L., d'Andréa-Novel, B., Fliess, M., & Mounier, H. (2013, December). Multivariable decoupled longitudinal and lateral vehicle control: A model-free design. In 52nd IEEE Conference on Decision and Control (pp. 2834-2839). IEEE. Robust H‘ Design of an Automotive Cruise Control System. (2015). IFAC-PapersOnLine, 48(15), 341–346. https://doi.org/10.1016/j.ifacol.2015.10.049 Lu, X. Y., & Hedrick, J. K. (2005). Heavy-duty vehicle modelling and longitudinal control. Vehicle System Dynamics, 43(9), 653-669.