Control Pitch, Roll and Yaw Axis of Aircraft
Control Pitch, Roll and Yaw Axis of Aircraft
Control Pitch, Roll and Yaw Axis of Aircraft
There are four primary forces acting on an aircraft: Thrust, Drag, Weight and Lift. An aircraft has six
degree of freedom as shown in above figure. They are linear motions about x, y, z axes and angular
motions about x, y, z axis.
Longitudinal equations of motion of an aircraft
Lateral equations of motion of an aircraft
P-I-D controller has the optimum control dynamics including zero steady state error, fast response
(short rise time), no oscillations and higher stability.
PID controller
Block diagram of PID controller
Here where and all non-negative, denote the coefficients for the proportional, integral,
and derivative terms respectively.
RELAY FEEDBACK METHOD
The Relay allows its output to switch between two specified values. When the relay is on, it
remains on until the input falls below the value of the Switch off point parameter. When the relay
is off, it remains off until the input exceeds the value of the Switch on point parameter.
The relay feedback method is also called as the method ATV (auto tune variation).
P - -
PI -
PID
SOFTWARE
Assumptions
aircraft is in steady-cruise at constant altitude and velocity
change in pitch angle will not change the speed of the aircraft under any circumstance
the longitudinal equations of motion for the aircraft can be written as modelling
equation in following form;
TRANSFER FUNCTION OF AIRCRAFT PITCH AXIS
SYSTEM
To find the transfer function of the system, we need to take the Laplace transform
of the above modeling equations. Recall that when finding a transfer function,
zero initial conditions must be assumed. The Laplace transform of the above
equations are shown below.
After few steps of algebra, we will obtain the following transfer function.
OUTPUT WITHOUT CONTROLLER
First we find behaviour of system without controller to find settling time of system
2.6566
0.6641
0.3768
0.6641
Amount of deflection () in elevators is the input and the pitch angle () will be the output. So to
reach at particular pitch angle (reference step) it will take in total 20.8 seconds. But before this at
7.8 seconds aircrafts pitch angle will overshoot by 0.87 degree from the required pitch degree
then it will reach to desired pitch angle in next 13 seconds. Hence the settling time (with 2%
tolerance band) is 20.8 seconds and overshoot is 12.5 %.
In order to check the feasibility of PID parameters using relay feedback, multiple deflection angles
to the system are applied as shown in below figure. It shows the response for the different input
values to the system and its corresponding output. This concludes that the system follows in the
same manner as it was following for the step input. This means that for every different input
values, the system responds correctly and settling time, peak overshoot and other time domain
remains the same.
Lateral dynamics of aircraft defines pitch moment of aircraft. Lateral equation of motions are shown in
below equation. Let us consider that the aircraft is in steady-cruise at constant altitude and velocity thus, the
thrust, drag, weight and lift forces balance each other in the y and z directions. From lateral equation of
motion we can derive roll dynamics for an aircraft. We directly take data of Boeing 747-400 and derive roll
to aileron deflection transfer function.
Roll Dynamics;
OUTPUT WITHOUT CONTROLLER
First we find behaviour of system without controller to find settling time of system. The block
diagram of system is shown below. Here we input one step signal to the system and output graph
is as shown next.
9.505
2.3750
2.3750
Amount of deflection () in ailerons is the input and the roll angle () will be the output. So to
reach at particular roll angle it will take in total 51.3 seconds. But before this at 17 seconds
aircrafts pitch angle will overshoot by 1.8 degree from the required pitch degree then it will reach
to desired pitch angle in next 33.3 seconds. Hence the settling time (with 2% tolerance band) is
51.3 seconds and overshoot is 23 %.
YAW CONTROL OF AIRCRAFT
Yaw dynamics;
OUTPUT WITHOUT CONTROLLER
First we find behaviour of system without controller to find settling time of system. The block
diagram of system is shown below. Here we input one step signal to the system and output graph
is as shown in next slide.
0.1075
0.7142
0.3000
System take 60 second to stable without controller and when we apply PID
controller system takes only 20.8 second to stable so controller must be used to
reduce settling time.
Tuned parameter is more effective than which system tuned because settling time
for system tuned parameter is 145 second where in our case it is only 20.8
second.
ROLL CONTROL
System never reach to our input deflection without controller but with PID
controller it reaches to our input deflection as well take only 51.3 second to stable
system.
When system automatically tuned system it takes 243 second to stable system
where with our gain inputs it takes only 51.3 second to stable
YAW CONTROL
Relay feedback method is very effective way to find PID gains which is very easy
to understand and less time consuming but sometimes relay feedback method is
not working for some system. In case of yaw control system calculated PID gain
are not capable to stable system and we face singularity error in our result.
IMPROVEMENTS AND FURTHER RESEARCH