SlideShare a Scribd company logo
IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE)
e-ISSN: 2278-1676,p-ISSN: 2320-3331, Volume 12, Issue 2 Ver. I (Mar. – Apr. 2017), PP 41-46
www.iosrjournals.org
DOI: 10.9790/1676-1202014146 www.iosrjournals.org 41 | Page
Stability Control System for a Two-Wheeler
1
Niveditha. K, Final year student, 2
Nitta Rani. S, Final year student,
3
Nivedha. S, Final year student, 4
Prof. AL. Kumarappan, Head of the
Department,
1,2,3,4
Department of Electrical and Electronics Engineering, Sri Sairam Engineering College
Abstract: A two-wheeler is statically unstable but as the speed increases vehicle achieves stability. At low
speed, the vehicle loses its stability. In order to achieve stability, the driver has to balance the vehicle. While
negotiating a curve, a vehicle has to lean to a certain angle, if this angle exceeds the certain value, the vehicle
tends to skid. In this paper the stability control system is incorporated, so that a vehicle will maintain stability
even at low speeds. The stability of a two-wheeler depends on weight distribution, tyre dynamics, speed and
steering angle. In this paper, only two parameters are considered, one is steering effect and another one is
speed. For developing a simplified model, the speed of the vehicle is kept as constant, using which the effect of
steering angle is analysed and accordingly a controller is incorporated for providing stability.
Keywords: Motorcycle dynamics, stability, steering torque, controller.
I. Introduction
The stabilization of two-wheeler is analysed from the perspective of control. The two wheelers are
statically unstable like the inverted pendulum, but can be stable when the speed increases. The evolution of two-
wheeler over time has been a product of requisite, inventiveness, materials and industrialisation. To ride a two-
wheeler, a person must have some adequate skills to make the vehicle move in a desired trajectory without
skidding. Once mastered the skill becomes subconscious. Successful control and manoeuvring of a two-wheeler
depend critically on the forces between the wheels and the ground. Acceleration and braking require
longitudinal forces, whereas balancing and turning depends on lateral forces. A good understanding of these
forces is necessary to make appropriate assumptions about valid models of the rolling conditions. The two-
wheeler is assumed to have four rigid parts, specifically, two wheels, a frame, and a front fork with handlebars.
To include the rider in the analysis, the rider’s upper body is modelled as a point mass that can move laterally
with respect to the frame. The rider can apply a torque to the handlebars in-order to vary the steering angle.
While encountering right or left turn, the rider has to control the two-wheeler by leaning and by applying a
torque to the handle bars, henceforth the tilt angle of the vehicle is varied. The main objective of this paper is to
determine the parameters that influence the stability and to provide a system which stabilizes the vehicle. In
order to overcome the problems of the two-wheeler's stability and steering, a set of differential equations has
been derived which was found to be unstable using Bode plot. To make this system stable a feedback loop has
been provided which was derived from the static torque balance equation. The output of the frame with the
feedback system was found to be stable but the system takes more time to settle due to which a controller has
been incorporated in the system with unity feedback.
II. Governing Equation
The simple second order model is framed based on the assumption that the rider has fixed position and
orientation related to frame and that the forward velocity at the rear wheel V is constant. We assume that steer
axis is vertical, and hence the head angle λ is 90°and that the trial c is 0.
Fig-1. Two-wheeler geometry
Stability Control System for a Two-Wheeler
DOI: 10.9790/1676-1202014146 www.iosrjournals.org 42 | Page
Fig-2. Top view and back view of the two-wheeler
Let m be the total mass of the system,
J be the inertia of the body with respect to x-axis and
D=-Jxz which denotes the inertia product with respect to XZ axis.
The angular momentum of the system with respect to x-axis is,
𝐿 𝑥 =
𝑑𝜑
𝑑𝑡
− 𝐷𝜔 = 𝐽
𝑑𝜑
𝑑𝑡
−
𝑉
𝐷
𝛿
(1)
The torque acting on the system due to gravity and centrifugal forces and angular momentum becomes,
𝐽
𝑑2
𝜑
𝑑𝑡2
− 𝑚𝑔 𝑕 𝜑 =
𝐷𝑉
𝑏
𝑑𝛿
𝑑𝑡
+
𝑚𝑉2
𝑕
𝑏
𝛿
(2)
Approximately, the moment of inertia as 𝐽 = 𝑚 𝑕 2
and the inertia product as = 𝑚𝑎 𝑕 , the model becomes,
𝑑2
𝜑
𝑑𝑡2
−
𝑔
𝑕
𝜑 =
𝑎𝑣
𝑏 𝑕
𝑑𝛿
𝑑𝑡
+
𝑉2
𝑏 𝑕
𝛿
(3)
Therefore,
The poles are
𝑝1,2 = ±
𝑚𝑔 𝑕
𝐽
≈ ±
𝑔
𝑕
(4a)
And the zeros are
𝑍 = −
𝑚𝑣 𝑕
𝐷
≈ −
𝑉
𝑎
(4b)
Thus, the transfer function from steer angle δ to tilt angle Ψ is
𝐺 𝜑𝛿 𝑠 =
𝑉(𝐷𝑠 + 𝑚𝑣 𝑕 )
𝑏(𝐽𝑠2 − 𝑚𝑔 𝑕 )
(5)
𝐺 𝜑𝛿 𝑠 =
𝑉𝐷
𝑏𝐽
𝑠 +
𝑚𝑣 𝑕
𝐷
𝑠2 −
𝑚𝑔 𝑕
𝐽
≈
𝑎𝑣
𝑏 𝑕
𝑠 +
𝑉
𝑎
𝑠2 −
𝑔
𝑕
(6)
Here both the gain and the zero of the transfer function depends on velocity v. The above system is unstable.
Hence it is stabilised by active control using proportional feedback law.
𝛿 = −𝑘2 𝜑 (7)
Which is a closed loop system.
𝐽
𝑑2
𝜑
𝑑𝑡2
+
𝐷𝑉𝑘2
𝑏
𝑑𝜑
𝑑𝑡
+
𝑚𝑉2
𝑕 𝑘2
𝑏
− 𝑚𝑔 𝑕 𝜑 = 0
(8)
Stability Control System for a Two-Wheeler
DOI: 10.9790/1676-1202014146 www.iosrjournals.org 43 | Page
Table I. Parameters with their values that was used for the simulation
Vehicle parameters Value Unit
m 200,250 kg
b 1,1.5 m
a 0.4 m
h 0.6 m
c 0.03 m
λ 70 degree
g 9.81 m/s2
V 5,7,10 m/s
To model the front fork, we observe that the steer angle also influences the tilt angle.
The front fork roll angle is given by,
𝜑 𝑓 = 𝜑 − 𝛿 𝑐𝑜𝑠𝜆 (9)
The effective front fork angle is given by
𝛿𝑓 = 𝛿 𝑠𝑖𝑛𝜆 (10)
Let Nf and Ff be the vertical and horizontal components of the forces acting on the front wheel at the ground
contact. Neglecting dynamics and gyroscopic effect we get,
𝑁𝑓 =
𝑎𝑚𝑔
𝑏
(11)
And
𝐹𝑓 =
𝑎𝑚𝑉2
𝑏2
𝛿𝑓 =
𝑎𝑚𝑉2
𝑠𝑖𝑛𝜆
𝑏2
𝛿
(12)
Let T, be the external torque applied to the handle bar, the static torque balance of the front fork becomes,
𝑇 − 𝐹𝑓 + 𝑁𝑓 𝜑 𝑓 𝑐 sin 𝜆 = 0 (13)
𝑇 −
𝑎𝑐𝑚𝑔 sin 𝜆
𝑏
𝜑 −
𝑎𝑐𝑚 sin 𝜆
𝑏2
𝑉2
sin 𝜆 − 𝑏𝑔 cos 𝜆 𝛿 = 0
(14)
If 𝑉 > 𝑉𝑠𝑎 , then the sign of the term proportional to δ is negative.
Where,
𝑉𝑠𝑎 = 𝑏𝑔 cot 𝜆 (15)
The torque balance is written as,
𝛿 = 𝑘1 𝑣 𝑇 − 𝑘2(𝑣)𝜑 (16)
Where,
𝑘1 𝑣 =
𝑏2
𝑉2 sin 𝜆 − 𝑏𝑔 cos 𝜆 𝑚𝑎𝑐 sin 𝜆
(17)
𝑘2 𝑣 =
𝑏𝑔
𝑉2 sin 𝜆 − 𝑏𝑔 cos 𝜆
(18)
III. Simulation Results
MATLAB is the most intended software used for mathematical modelling. MATLAB is the
abbreviation of matrix laboratory. It is a multi-paradigm numerical computing environment and fourth
generation programming language. Although MATLAB indented primarily for numerical computing, an
optional toolbox allows access to symbolic computing capabilities. An additional package, Simulink, adds
graphical simulation and Model Based Design for dynamic and embedded systems.
The vehicle parameters were loaded in the MATLAB and the simulation was started. The simulation
was carried out for the open loop system. The frequency domain analysis using bode plot was done to the open
loop system. The generated results show that the open loop system is unstable.
Stability Control System for a Two-Wheeler
DOI: 10.9790/1676-1202014146 www.iosrjournals.org 44 | Page
Fig-3. Bode Plot of the open loop system for V=7m/s
Since the open loop system modelled was found to be unstable a closed loop was designed using the
static torque balance equation. The simulation was carried out for the closed loop system and the output plot was
generated for different magnitude of velocity.
Fig-4. Graph of the feedback system for different velocities
From the graph, it is evident that, for higher velocities the system has more oscillations and the system
takes more time to settle. The response of the system for different wheelbases was plotted for the constant
velocity V=10m/s and is depicted in the graph.
Fig-5. Graph of the feedback system for different wheelbases
The above graph, Fig-5 shows the response of the system for various wheelbases. Increase in
wheelbase of the vehicle, increases the peak overshoot of the response. The response of the system for different
masses was plotted for the constant velocity V=10m/s.
Stability Control System for a Two-Wheeler
DOI: 10.9790/1676-1202014146 www.iosrjournals.org 45 | Page
Fig-6. Graph of the feedback system for different mass
The above graph, Fig-6 shows the response of the system for various mass. For the vehicle with greater
mass, the peak overshoot of the system has been decreased but both the system experiences similar oscillatory
response.
IV. Proposed System
Consider a two-wheeler, negotiating a curve. The input to the vehicle is given by the rider in the form
of torque, which is applied to the handle-bar of the vehicle. The steering torque influences the steering angle
which in-turn influence the tilt angle of the system. The system can be stabilized by active steering control.
The tilt angle of the system can be sensed by the accelerometer sensor and rate gyro sensors. The
steering torque is sensed using a torque sensor and the vehicle speed is sensed using a speed sensor. Using the
outputs of the sensor, the steering angle required to vary the tilt angle is obtained. Using the calculated steering
angle, the steering torque required is calculated and it is fed to a PID controller. The PID controller stabilizes the
system as well as reduces the oscillatory response of the system. The output of the PID is given to the stepper
motor which is fitted with the handle-bar of the vehicle.
The Simulink model of the system with the PID controller was modelled and the controller was tuned
using Simulink PID tuner and it was simulated This facilitates easy comparison of the vehicle behaviour with
and without the controller.
V. Results And Discussion
The results of the closed loop system with controller has been multi-plotted with the results of closed
loop system without controller. The comparison of the system response with and without a controller has been
shown in fig-7
Fig-7. Graph of the feedback system with and without controller with a constant step change for V=10m/s
From the fig-7, it is evident that the response of the system with controller follows the desired trajectory
whereas the system without a controller oscillates and takes more time to settle.
Stability Control System for a Two-Wheeler
DOI: 10.9790/1676-1202014146 www.iosrjournals.org 46 | Page
Fig-8. Graph of the feedback system with and without controller with variable step change for V=10m/s
It can be thus proved by simulation that the stability system for a two-wheeler has been successfully modelled,
simulated and evaluated. The system can be implemented after modifying the front fork of the chassis.
Acknowledgement
We would like to thank for the helpful advice received from Professor Dr.S.Vaidyanathan, Department
of Mechanical Engineering and Professor Dr.K.Renganathan, Head of the Department, Department of
Electronics and Instrumentation Engineering of Sri Sairam Engineering College.
References
[1]. Mukeshkumar Prasad 1, Nilesh W. Nirwan, “Design and Fabrication of Automatic Balancing Bicycle”, International Journal of
Science, Engineering and Technology Research (IJSETR), Volume 5, Issue 2, February 2016
[2]. Ashik-E-Rasul, Nowab Md. Aminul Haq, “Stabilizing and Balancing of Linear and Rotary Inverted Pendulum System”, Bangladesh
University of Engineering and Technology (BUET) Dhaka-1000, Bangladesh February, 2016
[3]. H. Goldstein, Classical Mechanics. Addison-Wesley, Cambridge, MA, 1953. p. 145
[4]. J. Lowell and H. D. McKell. “The stability of bicycles.” Am. J. Phys. 50:12, pp. 1106–1112, 1982
[5]. M. Ghosh, S. Mukhopadhyay, “Stability Analysis of a Two-wheeler during Curve Negotiation under Braking”, 14th National
Conference on Machines and Mechanisms (NaCoMM09)
[6]. S. Timoshenko and D. H. Young, Advanced Dynamics. McGraw Hill, New York, 1948. page 239
[7]. Vipul Gupta, “Self-balancing bot”, summer project as a part electronics lab, IIT Kanpur.

More Related Content

What's hot

Robust composite nonlinear feedback for nonlinear Steer-by-Wire vehicle’s Yaw...
Robust composite nonlinear feedback for nonlinear Steer-by-Wire vehicle’s Yaw...Robust composite nonlinear feedback for nonlinear Steer-by-Wire vehicle’s Yaw...
Robust composite nonlinear feedback for nonlinear Steer-by-Wire vehicle’s Yaw...
journalBEEI
 
Four-Wheel Vehicle Suspension Model
Four-Wheel Vehicle Suspension ModelFour-Wheel Vehicle Suspension Model
Four-Wheel Vehicle Suspension Model
Rochester Institute of Technology
 
Stabilized controller of a two wheels robot
Stabilized controller of a two wheels robotStabilized controller of a two wheels robot
Stabilized controller of a two wheels robot
journalBEEI
 
The stabilization of forced inverted pendulum via fuzzy controller
The stabilization of forced inverted pendulum via fuzzy controllerThe stabilization of forced inverted pendulum via fuzzy controller
The stabilization of forced inverted pendulum via fuzzy controller
eSAT Journals
 
Mathematical Modeling and Simulation of Two Degree of Freedom Quarter Car Model
Mathematical Modeling and Simulation of Two Degree of Freedom Quarter Car ModelMathematical Modeling and Simulation of Two Degree of Freedom Quarter Car Model
Mathematical Modeling and Simulation of Two Degree of Freedom Quarter Car Model
ijsrd.com
 
Simulation of an Active Suspension Using PID Control
Simulation of an Active Suspension Using PID ControlSimulation of an Active Suspension Using PID Control
Simulation of an Active Suspension Using PID Control
Suzana Avila
 
Quarter model of passive suspension system with simscape
Quarter model of passive suspension system with simscapeQuarter model of passive suspension system with simscape
Quarter model of passive suspension system with simscapeabuamo
 
Real-time PID control of an inverted pendulum
Real-time PID control of an inverted pendulumReal-time PID control of an inverted pendulum
Real-time PID control of an inverted pendulum
Francesco Corucci
 
Comparative analysis of observer-based LQR and LMI controllers of an inverted...
Comparative analysis of observer-based LQR and LMI controllers of an inverted...Comparative analysis of observer-based LQR and LMI controllers of an inverted...
Comparative analysis of observer-based LQR and LMI controllers of an inverted...
journalBEEI
 
Thesis presentation on inverted pendulum
Thesis presentation on inverted pendulum Thesis presentation on inverted pendulum
Thesis presentation on inverted pendulum
Nowab Md. Aminul Haq
 
Active steering for better safety comfort
Active steering for better safety comfortActive steering for better safety comfort
Active steering for better safety comfort
Ñero Lopez
 
Cueing Deceleration Forces for Auto Simulators
Cueing Deceleration Forces for Auto SimulatorsCueing Deceleration Forces for Auto Simulators
Cueing Deceleration Forces for Auto Simulators
Seth Shill
 
Linear Control Technique for Anti-Lock Braking System
Linear Control Technique for Anti-Lock Braking SystemLinear Control Technique for Anti-Lock Braking System
Linear Control Technique for Anti-Lock Braking System
IJERA Editor
 
Hybrid Fuzzy Sliding Mode Speed Control for an Electric Vehicle Drive
Hybrid Fuzzy Sliding Mode Speed Control for an Electric Vehicle DriveHybrid Fuzzy Sliding Mode Speed Control for an Electric Vehicle Drive
Hybrid Fuzzy Sliding Mode Speed Control for an Electric Vehicle Drive
International Journal of Power Electronics and Drive Systems
 
Design and Analysis of Mechanism for Dynamic Characterization of Power Transm...
Design and Analysis of Mechanism for Dynamic Characterization of Power Transm...Design and Analysis of Mechanism for Dynamic Characterization of Power Transm...
Design and Analysis of Mechanism for Dynamic Characterization of Power Transm...
iosrjce
 
Backstepping control of two-mass system using induction motor drive fed by vo...
Backstepping control of two-mass system using induction motor drive fed by vo...Backstepping control of two-mass system using induction motor drive fed by vo...
Backstepping control of two-mass system using induction motor drive fed by vo...
International Journal of Power Electronics and Drive Systems
 
Design and simulation study of ema
Design and simulation study of emaDesign and simulation study of ema
Design and simulation study of ema
SiddharthMantri5
 
Adaptive fuzzy sliding mode controller design for PMLSM position control
Adaptive fuzzy sliding mode controller design for PMLSM position controlAdaptive fuzzy sliding mode controller design for PMLSM position control
Adaptive fuzzy sliding mode controller design for PMLSM position control
International Journal of Power Electronics and Drive Systems
 

What's hot (19)

Robust composite nonlinear feedback for nonlinear Steer-by-Wire vehicle’s Yaw...
Robust composite nonlinear feedback for nonlinear Steer-by-Wire vehicle’s Yaw...Robust composite nonlinear feedback for nonlinear Steer-by-Wire vehicle’s Yaw...
Robust composite nonlinear feedback for nonlinear Steer-by-Wire vehicle’s Yaw...
 
Four-Wheel Vehicle Suspension Model
Four-Wheel Vehicle Suspension ModelFour-Wheel Vehicle Suspension Model
Four-Wheel Vehicle Suspension Model
 
final project
final projectfinal project
final project
 
Stabilized controller of a two wheels robot
Stabilized controller of a two wheels robotStabilized controller of a two wheels robot
Stabilized controller of a two wheels robot
 
The stabilization of forced inverted pendulum via fuzzy controller
The stabilization of forced inverted pendulum via fuzzy controllerThe stabilization of forced inverted pendulum via fuzzy controller
The stabilization of forced inverted pendulum via fuzzy controller
 
Mathematical Modeling and Simulation of Two Degree of Freedom Quarter Car Model
Mathematical Modeling and Simulation of Two Degree of Freedom Quarter Car ModelMathematical Modeling and Simulation of Two Degree of Freedom Quarter Car Model
Mathematical Modeling and Simulation of Two Degree of Freedom Quarter Car Model
 
Simulation of an Active Suspension Using PID Control
Simulation of an Active Suspension Using PID ControlSimulation of an Active Suspension Using PID Control
Simulation of an Active Suspension Using PID Control
 
Quarter model of passive suspension system with simscape
Quarter model of passive suspension system with simscapeQuarter model of passive suspension system with simscape
Quarter model of passive suspension system with simscape
 
Real-time PID control of an inverted pendulum
Real-time PID control of an inverted pendulumReal-time PID control of an inverted pendulum
Real-time PID control of an inverted pendulum
 
Comparative analysis of observer-based LQR and LMI controllers of an inverted...
Comparative analysis of observer-based LQR and LMI controllers of an inverted...Comparative analysis of observer-based LQR and LMI controllers of an inverted...
Comparative analysis of observer-based LQR and LMI controllers of an inverted...
 
Thesis presentation on inverted pendulum
Thesis presentation on inverted pendulum Thesis presentation on inverted pendulum
Thesis presentation on inverted pendulum
 
Active steering for better safety comfort
Active steering for better safety comfortActive steering for better safety comfort
Active steering for better safety comfort
 
Cueing Deceleration Forces for Auto Simulators
Cueing Deceleration Forces for Auto SimulatorsCueing Deceleration Forces for Auto Simulators
Cueing Deceleration Forces for Auto Simulators
 
Linear Control Technique for Anti-Lock Braking System
Linear Control Technique for Anti-Lock Braking SystemLinear Control Technique for Anti-Lock Braking System
Linear Control Technique for Anti-Lock Braking System
 
Hybrid Fuzzy Sliding Mode Speed Control for an Electric Vehicle Drive
Hybrid Fuzzy Sliding Mode Speed Control for an Electric Vehicle DriveHybrid Fuzzy Sliding Mode Speed Control for an Electric Vehicle Drive
Hybrid Fuzzy Sliding Mode Speed Control for an Electric Vehicle Drive
 
Design and Analysis of Mechanism for Dynamic Characterization of Power Transm...
Design and Analysis of Mechanism for Dynamic Characterization of Power Transm...Design and Analysis of Mechanism for Dynamic Characterization of Power Transm...
Design and Analysis of Mechanism for Dynamic Characterization of Power Transm...
 
Backstepping control of two-mass system using induction motor drive fed by vo...
Backstepping control of two-mass system using induction motor drive fed by vo...Backstepping control of two-mass system using induction motor drive fed by vo...
Backstepping control of two-mass system using induction motor drive fed by vo...
 
Design and simulation study of ema
Design and simulation study of emaDesign and simulation study of ema
Design and simulation study of ema
 
Adaptive fuzzy sliding mode controller design for PMLSM position control
Adaptive fuzzy sliding mode controller design for PMLSM position controlAdaptive fuzzy sliding mode controller design for PMLSM position control
Adaptive fuzzy sliding mode controller design for PMLSM position control
 

Similar to Stability Control System for a Two-Wheeler

Active suspension system
Active suspension systemActive suspension system
Active suspension system
Axay Patel
 
IRJET- Experimental Analysis of Passive/Active Suspension System
IRJET- Experimental Analysis of Passive/Active Suspension SystemIRJET- Experimental Analysis of Passive/Active Suspension System
IRJET- Experimental Analysis of Passive/Active Suspension System
IRJET Journal
 
Hardware-in-the-loop based comparative analysis of speed controllers for a tw...
Hardware-in-the-loop based comparative analysis of speed controllers for a tw...Hardware-in-the-loop based comparative analysis of speed controllers for a tw...
Hardware-in-the-loop based comparative analysis of speed controllers for a tw...
journalBEEI
 
MODELLING SIMULATION AND CONTROL OF AN ACTIVE SUSPENSION SYSTEM
MODELLING SIMULATION AND CONTROL OF AN ACTIVE SUSPENSION SYSTEM MODELLING SIMULATION AND CONTROL OF AN ACTIVE SUSPENSION SYSTEM
MODELLING SIMULATION AND CONTROL OF AN ACTIVE SUSPENSION SYSTEM
IAEME Publication
 
Modeling and simulation of vehicle windshield wiper system using h infinity l...
Modeling and simulation of vehicle windshield wiper system using h infinity l...Modeling and simulation of vehicle windshield wiper system using h infinity l...
Modeling and simulation of vehicle windshield wiper system using h infinity l...
Mustefa Jibril
 
IRJET- Vibration and Suspension Deflection Controlling of Half Car Model usin...
IRJET- Vibration and Suspension Deflection Controlling of Half Car Model usin...IRJET- Vibration and Suspension Deflection Controlling of Half Car Model usin...
IRJET- Vibration and Suspension Deflection Controlling of Half Car Model usin...
IRJET Journal
 
Servomotor based electronic steering system in four wheeler vehicles by means...
Servomotor based electronic steering system in four wheeler vehicles by means...Servomotor based electronic steering system in four wheeler vehicles by means...
Servomotor based electronic steering system in four wheeler vehicles by means...
eSAT Journals
 
Design and Simulation of Different Controllers for Stabilizing Inverted Pendu...
Design and Simulation of Different Controllers for Stabilizing Inverted Pendu...Design and Simulation of Different Controllers for Stabilizing Inverted Pendu...
Design and Simulation of Different Controllers for Stabilizing Inverted Pendu...
IJERA Editor
 
Robust control theory based performance investigation of an inverted pendulum...
Robust control theory based performance investigation of an inverted pendulum...Robust control theory based performance investigation of an inverted pendulum...
Robust control theory based performance investigation of an inverted pendulum...
Mustefa Jibril
 
Modelling simulation and control of an active suspension system
Modelling  simulation and control of an active suspension systemModelling  simulation and control of an active suspension system
Modelling simulation and control of an active suspension system
IAEME Publication
 
Stability analysis of a Rigid Vehicle Model
Stability analysis of a Rigid Vehicle ModelStability analysis of a Rigid Vehicle Model
Stability analysis of a Rigid Vehicle Model
saeid ghaffari
 
Comparative Analysis of Multiple Controllers for Semi-Active Suspension System
Comparative Analysis of Multiple Controllers for Semi-Active Suspension SystemComparative Analysis of Multiple Controllers for Semi-Active Suspension System
Comparative Analysis of Multiple Controllers for Semi-Active Suspension System
Prashantkumar R
 
Navigation of Mobile Inverted Pendulum via Wireless control using LQR Technique
Navigation of Mobile Inverted Pendulum via Wireless control using LQR TechniqueNavigation of Mobile Inverted Pendulum via Wireless control using LQR Technique
Navigation of Mobile Inverted Pendulum via Wireless control using LQR Technique
IJMTST Journal
 
F010424451
F010424451F010424451
F010424451
IOSR Journals
 
Automatic side stand repossess system
Automatic side stand repossess systemAutomatic side stand repossess system
Automatic side stand repossess system
JAYASEELAN VEDHAMOORTHY
 
Iaetsd modelling and controller design of cart inverted pendulum system using...
Iaetsd modelling and controller design of cart inverted pendulum system using...Iaetsd modelling and controller design of cart inverted pendulum system using...
Iaetsd modelling and controller design of cart inverted pendulum system using...
Iaetsd Iaetsd
 
Integrated inerter design and application
Integrated inerter design and applicationIntegrated inerter design and application
Integrated inerter design and application
ijcax
 

Similar to Stability Control System for a Two-Wheeler (20)

124
124124
124
 
Active suspension system
Active suspension systemActive suspension system
Active suspension system
 
Ballingham_Severance_Lab4
Ballingham_Severance_Lab4Ballingham_Severance_Lab4
Ballingham_Severance_Lab4
 
IRJET- Experimental Analysis of Passive/Active Suspension System
IRJET- Experimental Analysis of Passive/Active Suspension SystemIRJET- Experimental Analysis of Passive/Active Suspension System
IRJET- Experimental Analysis of Passive/Active Suspension System
 
Hardware-in-the-loop based comparative analysis of speed controllers for a tw...
Hardware-in-the-loop based comparative analysis of speed controllers for a tw...Hardware-in-the-loop based comparative analysis of speed controllers for a tw...
Hardware-in-the-loop based comparative analysis of speed controllers for a tw...
 
MODELLING SIMULATION AND CONTROL OF AN ACTIVE SUSPENSION SYSTEM
MODELLING SIMULATION AND CONTROL OF AN ACTIVE SUSPENSION SYSTEM MODELLING SIMULATION AND CONTROL OF AN ACTIVE SUSPENSION SYSTEM
MODELLING SIMULATION AND CONTROL OF AN ACTIVE SUSPENSION SYSTEM
 
Modeling and simulation of vehicle windshield wiper system using h infinity l...
Modeling and simulation of vehicle windshield wiper system using h infinity l...Modeling and simulation of vehicle windshield wiper system using h infinity l...
Modeling and simulation of vehicle windshield wiper system using h infinity l...
 
IRJET- Vibration and Suspension Deflection Controlling of Half Car Model usin...
IRJET- Vibration and Suspension Deflection Controlling of Half Car Model usin...IRJET- Vibration and Suspension Deflection Controlling of Half Car Model usin...
IRJET- Vibration and Suspension Deflection Controlling of Half Car Model usin...
 
Servomotor based electronic steering system in four wheeler vehicles by means...
Servomotor based electronic steering system in four wheeler vehicles by means...Servomotor based electronic steering system in four wheeler vehicles by means...
Servomotor based electronic steering system in four wheeler vehicles by means...
 
Design and Simulation of Different Controllers for Stabilizing Inverted Pendu...
Design and Simulation of Different Controllers for Stabilizing Inverted Pendu...Design and Simulation of Different Controllers for Stabilizing Inverted Pendu...
Design and Simulation of Different Controllers for Stabilizing Inverted Pendu...
 
Robust control theory based performance investigation of an inverted pendulum...
Robust control theory based performance investigation of an inverted pendulum...Robust control theory based performance investigation of an inverted pendulum...
Robust control theory based performance investigation of an inverted pendulum...
 
Modelling simulation and control of an active suspension system
Modelling  simulation and control of an active suspension systemModelling  simulation and control of an active suspension system
Modelling simulation and control of an active suspension system
 
Stability analysis of a Rigid Vehicle Model
Stability analysis of a Rigid Vehicle ModelStability analysis of a Rigid Vehicle Model
Stability analysis of a Rigid Vehicle Model
 
Comparative Analysis of Multiple Controllers for Semi-Active Suspension System
Comparative Analysis of Multiple Controllers for Semi-Active Suspension SystemComparative Analysis of Multiple Controllers for Semi-Active Suspension System
Comparative Analysis of Multiple Controllers for Semi-Active Suspension System
 
Navigation of Mobile Inverted Pendulum via Wireless control using LQR Technique
Navigation of Mobile Inverted Pendulum via Wireless control using LQR TechniqueNavigation of Mobile Inverted Pendulum via Wireless control using LQR Technique
Navigation of Mobile Inverted Pendulum via Wireless control using LQR Technique
 
F010424451
F010424451F010424451
F010424451
 
Automatic side stand repossess system
Automatic side stand repossess systemAutomatic side stand repossess system
Automatic side stand repossess system
 
Iaetsd modelling and controller design of cart inverted pendulum system using...
Iaetsd modelling and controller design of cart inverted pendulum system using...Iaetsd modelling and controller design of cart inverted pendulum system using...
Iaetsd modelling and controller design of cart inverted pendulum system using...
 
Integrated inerter design and application
Integrated inerter design and applicationIntegrated inerter design and application
Integrated inerter design and application
 
Closed loop-planar-servo-motor
Closed loop-planar-servo-motorClosed loop-planar-servo-motor
Closed loop-planar-servo-motor
 

More from IOSRJEEE

GM Distributed Generation Inverters in a Micro grid by Controlling Energy Man...
GM Distributed Generation Inverters in a Micro grid by Controlling Energy Man...GM Distributed Generation Inverters in a Micro grid by Controlling Energy Man...
GM Distributed Generation Inverters in a Micro grid by Controlling Energy Man...
IOSRJEEE
 
Load Performances of a PIC Based Speed Governor for Micro Hydro Power Plant
Load Performances of a PIC Based Speed Governor for Micro Hydro Power PlantLoad Performances of a PIC Based Speed Governor for Micro Hydro Power Plant
Load Performances of a PIC Based Speed Governor for Micro Hydro Power Plant
IOSRJEEE
 
A New Design in Parabolic Trough Using Heat Retention
A New Design in Parabolic Trough Using Heat RetentionA New Design in Parabolic Trough Using Heat Retention
A New Design in Parabolic Trough Using Heat Retention
IOSRJEEE
 
Investigation of Power Quality Indices in Jordanian Distribution Grid
Investigation of Power Quality Indices in Jordanian Distribution GridInvestigation of Power Quality Indices in Jordanian Distribution Grid
Investigation of Power Quality Indices in Jordanian Distribution Grid
IOSRJEEE
 
Improving Distribution System Performance in Deregulated Electricity Industry...
Improving Distribution System Performance in Deregulated Electricity Industry...Improving Distribution System Performance in Deregulated Electricity Industry...
Improving Distribution System Performance in Deregulated Electricity Industry...
IOSRJEEE
 
High Efficiency Dc-Dc Converter for Renewable Energy Applications and High Vo...
High Efficiency Dc-Dc Converter for Renewable Energy Applications and High Vo...High Efficiency Dc-Dc Converter for Renewable Energy Applications and High Vo...
High Efficiency Dc-Dc Converter for Renewable Energy Applications and High Vo...
IOSRJEEE
 
Performance Indicators For Grid-Connected PV Systems: A Case Study In Casabla...
Performance Indicators For Grid-Connected PV Systems: A Case Study In Casabla...Performance Indicators For Grid-Connected PV Systems: A Case Study In Casabla...
Performance Indicators For Grid-Connected PV Systems: A Case Study In Casabla...
IOSRJEEE
 
A Review of Gas Sensors Based on Semiconducting Metal Oxide
A Review of Gas Sensors Based on Semiconducting Metal OxideA Review of Gas Sensors Based on Semiconducting Metal Oxide
A Review of Gas Sensors Based on Semiconducting Metal Oxide
IOSRJEEE
 
Voltage Sag and Swell Identification Using FFT Analysis and Mitigation with DVR
Voltage Sag and Swell Identification Using FFT Analysis and Mitigation with DVRVoltage Sag and Swell Identification Using FFT Analysis and Mitigation with DVR
Voltage Sag and Swell Identification Using FFT Analysis and Mitigation with DVR
IOSRJEEE
 
Design of Intrusion Tolerance System based on Service Redundancy Level
Design of Intrusion Tolerance System based on Service Redundancy LevelDesign of Intrusion Tolerance System based on Service Redundancy Level
Design of Intrusion Tolerance System based on Service Redundancy Level
IOSRJEEE
 
Compensation of Harmonics of Fully Controlled Loads by Using SAHF
Compensation of Harmonics of Fully Controlled Loads by Using SAHFCompensation of Harmonics of Fully Controlled Loads by Using SAHF
Compensation of Harmonics of Fully Controlled Loads by Using SAHF
IOSRJEEE
 
Design of Half Bridge LLC Resonant Converter for Low Voltage Dc Applications
Design of Half Bridge LLC Resonant Converter for Low Voltage Dc ApplicationsDesign of Half Bridge LLC Resonant Converter for Low Voltage Dc Applications
Design of Half Bridge LLC Resonant Converter for Low Voltage Dc Applications
IOSRJEEE
 
Design of the Pulse Oximetry Measurement Circuit and Its Sensing System Based...
Design of the Pulse Oximetry Measurement Circuit and Its Sensing System Based...Design of the Pulse Oximetry Measurement Circuit and Its Sensing System Based...
Design of the Pulse Oximetry Measurement Circuit and Its Sensing System Based...
IOSRJEEE
 
Design of an Integrated Power Factor Converter with PI Controller for Low Pow...
Design of an Integrated Power Factor Converter with PI Controller for Low Pow...Design of an Integrated Power Factor Converter with PI Controller for Low Pow...
Design of an Integrated Power Factor Converter with PI Controller for Low Pow...
IOSRJEEE
 
Magneto Optic Current Transformer Technology (MOCT)
Magneto Optic Current Transformer Technology (MOCT)Magneto Optic Current Transformer Technology (MOCT)
Magneto Optic Current Transformer Technology (MOCT)
IOSRJEEE
 
On Essentiality of RoHS in EE R&D Ecosystem
On Essentiality of RoHS in EE R&D EcosystemOn Essentiality of RoHS in EE R&D Ecosystem
On Essentiality of RoHS in EE R&D Ecosystem
IOSRJEEE
 
A high stable on-chip CMOS temperature sensor
A high stable on-chip CMOS temperature sensorA high stable on-chip CMOS temperature sensor
A high stable on-chip CMOS temperature sensor
IOSRJEEE
 
Improvement of Load Power Factor by Using Capacitor
Improvement of Load Power Factor by Using CapacitorImprovement of Load Power Factor by Using Capacitor
Improvement of Load Power Factor by Using Capacitor
IOSRJEEE
 
Modeling and Simulation of Three Phase Induction Machine Using Written Pole T...
Modeling and Simulation of Three Phase Induction Machine Using Written Pole T...Modeling and Simulation of Three Phase Induction Machine Using Written Pole T...
Modeling and Simulation of Three Phase Induction Machine Using Written Pole T...
IOSRJEEE
 
Design of LED Driver Power Based on LNK417EG
Design of LED Driver Power Based on LNK417EGDesign of LED Driver Power Based on LNK417EG
Design of LED Driver Power Based on LNK417EG
IOSRJEEE
 

More from IOSRJEEE (20)

GM Distributed Generation Inverters in a Micro grid by Controlling Energy Man...
GM Distributed Generation Inverters in a Micro grid by Controlling Energy Man...GM Distributed Generation Inverters in a Micro grid by Controlling Energy Man...
GM Distributed Generation Inverters in a Micro grid by Controlling Energy Man...
 
Load Performances of a PIC Based Speed Governor for Micro Hydro Power Plant
Load Performances of a PIC Based Speed Governor for Micro Hydro Power PlantLoad Performances of a PIC Based Speed Governor for Micro Hydro Power Plant
Load Performances of a PIC Based Speed Governor for Micro Hydro Power Plant
 
A New Design in Parabolic Trough Using Heat Retention
A New Design in Parabolic Trough Using Heat RetentionA New Design in Parabolic Trough Using Heat Retention
A New Design in Parabolic Trough Using Heat Retention
 
Investigation of Power Quality Indices in Jordanian Distribution Grid
Investigation of Power Quality Indices in Jordanian Distribution GridInvestigation of Power Quality Indices in Jordanian Distribution Grid
Investigation of Power Quality Indices in Jordanian Distribution Grid
 
Improving Distribution System Performance in Deregulated Electricity Industry...
Improving Distribution System Performance in Deregulated Electricity Industry...Improving Distribution System Performance in Deregulated Electricity Industry...
Improving Distribution System Performance in Deregulated Electricity Industry...
 
High Efficiency Dc-Dc Converter for Renewable Energy Applications and High Vo...
High Efficiency Dc-Dc Converter for Renewable Energy Applications and High Vo...High Efficiency Dc-Dc Converter for Renewable Energy Applications and High Vo...
High Efficiency Dc-Dc Converter for Renewable Energy Applications and High Vo...
 
Performance Indicators For Grid-Connected PV Systems: A Case Study In Casabla...
Performance Indicators For Grid-Connected PV Systems: A Case Study In Casabla...Performance Indicators For Grid-Connected PV Systems: A Case Study In Casabla...
Performance Indicators For Grid-Connected PV Systems: A Case Study In Casabla...
 
A Review of Gas Sensors Based on Semiconducting Metal Oxide
A Review of Gas Sensors Based on Semiconducting Metal OxideA Review of Gas Sensors Based on Semiconducting Metal Oxide
A Review of Gas Sensors Based on Semiconducting Metal Oxide
 
Voltage Sag and Swell Identification Using FFT Analysis and Mitigation with DVR
Voltage Sag and Swell Identification Using FFT Analysis and Mitigation with DVRVoltage Sag and Swell Identification Using FFT Analysis and Mitigation with DVR
Voltage Sag and Swell Identification Using FFT Analysis and Mitigation with DVR
 
Design of Intrusion Tolerance System based on Service Redundancy Level
Design of Intrusion Tolerance System based on Service Redundancy LevelDesign of Intrusion Tolerance System based on Service Redundancy Level
Design of Intrusion Tolerance System based on Service Redundancy Level
 
Compensation of Harmonics of Fully Controlled Loads by Using SAHF
Compensation of Harmonics of Fully Controlled Loads by Using SAHFCompensation of Harmonics of Fully Controlled Loads by Using SAHF
Compensation of Harmonics of Fully Controlled Loads by Using SAHF
 
Design of Half Bridge LLC Resonant Converter for Low Voltage Dc Applications
Design of Half Bridge LLC Resonant Converter for Low Voltage Dc ApplicationsDesign of Half Bridge LLC Resonant Converter for Low Voltage Dc Applications
Design of Half Bridge LLC Resonant Converter for Low Voltage Dc Applications
 
Design of the Pulse Oximetry Measurement Circuit and Its Sensing System Based...
Design of the Pulse Oximetry Measurement Circuit and Its Sensing System Based...Design of the Pulse Oximetry Measurement Circuit and Its Sensing System Based...
Design of the Pulse Oximetry Measurement Circuit and Its Sensing System Based...
 
Design of an Integrated Power Factor Converter with PI Controller for Low Pow...
Design of an Integrated Power Factor Converter with PI Controller for Low Pow...Design of an Integrated Power Factor Converter with PI Controller for Low Pow...
Design of an Integrated Power Factor Converter with PI Controller for Low Pow...
 
Magneto Optic Current Transformer Technology (MOCT)
Magneto Optic Current Transformer Technology (MOCT)Magneto Optic Current Transformer Technology (MOCT)
Magneto Optic Current Transformer Technology (MOCT)
 
On Essentiality of RoHS in EE R&D Ecosystem
On Essentiality of RoHS in EE R&D EcosystemOn Essentiality of RoHS in EE R&D Ecosystem
On Essentiality of RoHS in EE R&D Ecosystem
 
A high stable on-chip CMOS temperature sensor
A high stable on-chip CMOS temperature sensorA high stable on-chip CMOS temperature sensor
A high stable on-chip CMOS temperature sensor
 
Improvement of Load Power Factor by Using Capacitor
Improvement of Load Power Factor by Using CapacitorImprovement of Load Power Factor by Using Capacitor
Improvement of Load Power Factor by Using Capacitor
 
Modeling and Simulation of Three Phase Induction Machine Using Written Pole T...
Modeling and Simulation of Three Phase Induction Machine Using Written Pole T...Modeling and Simulation of Three Phase Induction Machine Using Written Pole T...
Modeling and Simulation of Three Phase Induction Machine Using Written Pole T...
 
Design of LED Driver Power Based on LNK417EG
Design of LED Driver Power Based on LNK417EGDesign of LED Driver Power Based on LNK417EG
Design of LED Driver Power Based on LNK417EG
 

Recently uploaded

Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
Kamal Acharya
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
PrashantGoswami42
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
ShahidSultan24
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 

Recently uploaded (20)

Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 

Stability Control System for a Two-Wheeler

  • 1. IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-ISSN: 2278-1676,p-ISSN: 2320-3331, Volume 12, Issue 2 Ver. I (Mar. – Apr. 2017), PP 41-46 www.iosrjournals.org DOI: 10.9790/1676-1202014146 www.iosrjournals.org 41 | Page Stability Control System for a Two-Wheeler 1 Niveditha. K, Final year student, 2 Nitta Rani. S, Final year student, 3 Nivedha. S, Final year student, 4 Prof. AL. Kumarappan, Head of the Department, 1,2,3,4 Department of Electrical and Electronics Engineering, Sri Sairam Engineering College Abstract: A two-wheeler is statically unstable but as the speed increases vehicle achieves stability. At low speed, the vehicle loses its stability. In order to achieve stability, the driver has to balance the vehicle. While negotiating a curve, a vehicle has to lean to a certain angle, if this angle exceeds the certain value, the vehicle tends to skid. In this paper the stability control system is incorporated, so that a vehicle will maintain stability even at low speeds. The stability of a two-wheeler depends on weight distribution, tyre dynamics, speed and steering angle. In this paper, only two parameters are considered, one is steering effect and another one is speed. For developing a simplified model, the speed of the vehicle is kept as constant, using which the effect of steering angle is analysed and accordingly a controller is incorporated for providing stability. Keywords: Motorcycle dynamics, stability, steering torque, controller. I. Introduction The stabilization of two-wheeler is analysed from the perspective of control. The two wheelers are statically unstable like the inverted pendulum, but can be stable when the speed increases. The evolution of two- wheeler over time has been a product of requisite, inventiveness, materials and industrialisation. To ride a two- wheeler, a person must have some adequate skills to make the vehicle move in a desired trajectory without skidding. Once mastered the skill becomes subconscious. Successful control and manoeuvring of a two-wheeler depend critically on the forces between the wheels and the ground. Acceleration and braking require longitudinal forces, whereas balancing and turning depends on lateral forces. A good understanding of these forces is necessary to make appropriate assumptions about valid models of the rolling conditions. The two- wheeler is assumed to have four rigid parts, specifically, two wheels, a frame, and a front fork with handlebars. To include the rider in the analysis, the rider’s upper body is modelled as a point mass that can move laterally with respect to the frame. The rider can apply a torque to the handlebars in-order to vary the steering angle. While encountering right or left turn, the rider has to control the two-wheeler by leaning and by applying a torque to the handle bars, henceforth the tilt angle of the vehicle is varied. The main objective of this paper is to determine the parameters that influence the stability and to provide a system which stabilizes the vehicle. In order to overcome the problems of the two-wheeler's stability and steering, a set of differential equations has been derived which was found to be unstable using Bode plot. To make this system stable a feedback loop has been provided which was derived from the static torque balance equation. The output of the frame with the feedback system was found to be stable but the system takes more time to settle due to which a controller has been incorporated in the system with unity feedback. II. Governing Equation The simple second order model is framed based on the assumption that the rider has fixed position and orientation related to frame and that the forward velocity at the rear wheel V is constant. We assume that steer axis is vertical, and hence the head angle λ is 90°and that the trial c is 0. Fig-1. Two-wheeler geometry
  • 2. Stability Control System for a Two-Wheeler DOI: 10.9790/1676-1202014146 www.iosrjournals.org 42 | Page Fig-2. Top view and back view of the two-wheeler Let m be the total mass of the system, J be the inertia of the body with respect to x-axis and D=-Jxz which denotes the inertia product with respect to XZ axis. The angular momentum of the system with respect to x-axis is, 𝐿 𝑥 = 𝑑𝜑 𝑑𝑡 − 𝐷𝜔 = 𝐽 𝑑𝜑 𝑑𝑡 − 𝑉 𝐷 𝛿 (1) The torque acting on the system due to gravity and centrifugal forces and angular momentum becomes, 𝐽 𝑑2 𝜑 𝑑𝑡2 − 𝑚𝑔 𝑕 𝜑 = 𝐷𝑉 𝑏 𝑑𝛿 𝑑𝑡 + 𝑚𝑉2 𝑕 𝑏 𝛿 (2) Approximately, the moment of inertia as 𝐽 = 𝑚 𝑕 2 and the inertia product as = 𝑚𝑎 𝑕 , the model becomes, 𝑑2 𝜑 𝑑𝑡2 − 𝑔 𝑕 𝜑 = 𝑎𝑣 𝑏 𝑕 𝑑𝛿 𝑑𝑡 + 𝑉2 𝑏 𝑕 𝛿 (3) Therefore, The poles are 𝑝1,2 = ± 𝑚𝑔 𝑕 𝐽 ≈ ± 𝑔 𝑕 (4a) And the zeros are 𝑍 = − 𝑚𝑣 𝑕 𝐷 ≈ − 𝑉 𝑎 (4b) Thus, the transfer function from steer angle δ to tilt angle Ψ is 𝐺 𝜑𝛿 𝑠 = 𝑉(𝐷𝑠 + 𝑚𝑣 𝑕 ) 𝑏(𝐽𝑠2 − 𝑚𝑔 𝑕 ) (5) 𝐺 𝜑𝛿 𝑠 = 𝑉𝐷 𝑏𝐽 𝑠 + 𝑚𝑣 𝑕 𝐷 𝑠2 − 𝑚𝑔 𝑕 𝐽 ≈ 𝑎𝑣 𝑏 𝑕 𝑠 + 𝑉 𝑎 𝑠2 − 𝑔 𝑕 (6) Here both the gain and the zero of the transfer function depends on velocity v. The above system is unstable. Hence it is stabilised by active control using proportional feedback law. 𝛿 = −𝑘2 𝜑 (7) Which is a closed loop system. 𝐽 𝑑2 𝜑 𝑑𝑡2 + 𝐷𝑉𝑘2 𝑏 𝑑𝜑 𝑑𝑡 + 𝑚𝑉2 𝑕 𝑘2 𝑏 − 𝑚𝑔 𝑕 𝜑 = 0 (8)
  • 3. Stability Control System for a Two-Wheeler DOI: 10.9790/1676-1202014146 www.iosrjournals.org 43 | Page Table I. Parameters with their values that was used for the simulation Vehicle parameters Value Unit m 200,250 kg b 1,1.5 m a 0.4 m h 0.6 m c 0.03 m λ 70 degree g 9.81 m/s2 V 5,7,10 m/s To model the front fork, we observe that the steer angle also influences the tilt angle. The front fork roll angle is given by, 𝜑 𝑓 = 𝜑 − 𝛿 𝑐𝑜𝑠𝜆 (9) The effective front fork angle is given by 𝛿𝑓 = 𝛿 𝑠𝑖𝑛𝜆 (10) Let Nf and Ff be the vertical and horizontal components of the forces acting on the front wheel at the ground contact. Neglecting dynamics and gyroscopic effect we get, 𝑁𝑓 = 𝑎𝑚𝑔 𝑏 (11) And 𝐹𝑓 = 𝑎𝑚𝑉2 𝑏2 𝛿𝑓 = 𝑎𝑚𝑉2 𝑠𝑖𝑛𝜆 𝑏2 𝛿 (12) Let T, be the external torque applied to the handle bar, the static torque balance of the front fork becomes, 𝑇 − 𝐹𝑓 + 𝑁𝑓 𝜑 𝑓 𝑐 sin 𝜆 = 0 (13) 𝑇 − 𝑎𝑐𝑚𝑔 sin 𝜆 𝑏 𝜑 − 𝑎𝑐𝑚 sin 𝜆 𝑏2 𝑉2 sin 𝜆 − 𝑏𝑔 cos 𝜆 𝛿 = 0 (14) If 𝑉 > 𝑉𝑠𝑎 , then the sign of the term proportional to δ is negative. Where, 𝑉𝑠𝑎 = 𝑏𝑔 cot 𝜆 (15) The torque balance is written as, 𝛿 = 𝑘1 𝑣 𝑇 − 𝑘2(𝑣)𝜑 (16) Where, 𝑘1 𝑣 = 𝑏2 𝑉2 sin 𝜆 − 𝑏𝑔 cos 𝜆 𝑚𝑎𝑐 sin 𝜆 (17) 𝑘2 𝑣 = 𝑏𝑔 𝑉2 sin 𝜆 − 𝑏𝑔 cos 𝜆 (18) III. Simulation Results MATLAB is the most intended software used for mathematical modelling. MATLAB is the abbreviation of matrix laboratory. It is a multi-paradigm numerical computing environment and fourth generation programming language. Although MATLAB indented primarily for numerical computing, an optional toolbox allows access to symbolic computing capabilities. An additional package, Simulink, adds graphical simulation and Model Based Design for dynamic and embedded systems. The vehicle parameters were loaded in the MATLAB and the simulation was started. The simulation was carried out for the open loop system. The frequency domain analysis using bode plot was done to the open loop system. The generated results show that the open loop system is unstable.
  • 4. Stability Control System for a Two-Wheeler DOI: 10.9790/1676-1202014146 www.iosrjournals.org 44 | Page Fig-3. Bode Plot of the open loop system for V=7m/s Since the open loop system modelled was found to be unstable a closed loop was designed using the static torque balance equation. The simulation was carried out for the closed loop system and the output plot was generated for different magnitude of velocity. Fig-4. Graph of the feedback system for different velocities From the graph, it is evident that, for higher velocities the system has more oscillations and the system takes more time to settle. The response of the system for different wheelbases was plotted for the constant velocity V=10m/s and is depicted in the graph. Fig-5. Graph of the feedback system for different wheelbases The above graph, Fig-5 shows the response of the system for various wheelbases. Increase in wheelbase of the vehicle, increases the peak overshoot of the response. The response of the system for different masses was plotted for the constant velocity V=10m/s.
  • 5. Stability Control System for a Two-Wheeler DOI: 10.9790/1676-1202014146 www.iosrjournals.org 45 | Page Fig-6. Graph of the feedback system for different mass The above graph, Fig-6 shows the response of the system for various mass. For the vehicle with greater mass, the peak overshoot of the system has been decreased but both the system experiences similar oscillatory response. IV. Proposed System Consider a two-wheeler, negotiating a curve. The input to the vehicle is given by the rider in the form of torque, which is applied to the handle-bar of the vehicle. The steering torque influences the steering angle which in-turn influence the tilt angle of the system. The system can be stabilized by active steering control. The tilt angle of the system can be sensed by the accelerometer sensor and rate gyro sensors. The steering torque is sensed using a torque sensor and the vehicle speed is sensed using a speed sensor. Using the outputs of the sensor, the steering angle required to vary the tilt angle is obtained. Using the calculated steering angle, the steering torque required is calculated and it is fed to a PID controller. The PID controller stabilizes the system as well as reduces the oscillatory response of the system. The output of the PID is given to the stepper motor which is fitted with the handle-bar of the vehicle. The Simulink model of the system with the PID controller was modelled and the controller was tuned using Simulink PID tuner and it was simulated This facilitates easy comparison of the vehicle behaviour with and without the controller. V. Results And Discussion The results of the closed loop system with controller has been multi-plotted with the results of closed loop system without controller. The comparison of the system response with and without a controller has been shown in fig-7 Fig-7. Graph of the feedback system with and without controller with a constant step change for V=10m/s From the fig-7, it is evident that the response of the system with controller follows the desired trajectory whereas the system without a controller oscillates and takes more time to settle.
  • 6. Stability Control System for a Two-Wheeler DOI: 10.9790/1676-1202014146 www.iosrjournals.org 46 | Page Fig-8. Graph of the feedback system with and without controller with variable step change for V=10m/s It can be thus proved by simulation that the stability system for a two-wheeler has been successfully modelled, simulated and evaluated. The system can be implemented after modifying the front fork of the chassis. Acknowledgement We would like to thank for the helpful advice received from Professor Dr.S.Vaidyanathan, Department of Mechanical Engineering and Professor Dr.K.Renganathan, Head of the Department, Department of Electronics and Instrumentation Engineering of Sri Sairam Engineering College. References [1]. Mukeshkumar Prasad 1, Nilesh W. Nirwan, “Design and Fabrication of Automatic Balancing Bicycle”, International Journal of Science, Engineering and Technology Research (IJSETR), Volume 5, Issue 2, February 2016 [2]. Ashik-E-Rasul, Nowab Md. Aminul Haq, “Stabilizing and Balancing of Linear and Rotary Inverted Pendulum System”, Bangladesh University of Engineering and Technology (BUET) Dhaka-1000, Bangladesh February, 2016 [3]. H. Goldstein, Classical Mechanics. Addison-Wesley, Cambridge, MA, 1953. p. 145 [4]. J. Lowell and H. D. McKell. “The stability of bicycles.” Am. J. Phys. 50:12, pp. 1106–1112, 1982 [5]. M. Ghosh, S. Mukhopadhyay, “Stability Analysis of a Two-wheeler during Curve Negotiation under Braking”, 14th National Conference on Machines and Mechanisms (NaCoMM09) [6]. S. Timoshenko and D. H. Young, Advanced Dynamics. McGraw Hill, New York, 1948. page 239 [7]. Vipul Gupta, “Self-balancing bot”, summer project as a part electronics lab, IIT Kanpur.