Baseline UAV Controller Initial Thesis Report

Size: px
Start display at page:

Download "Baseline UAV Controller Initial Thesis Report"

Transcription

1 Baseline UAV Controller Initial Thesis Report Callum J. Newton 1 The development of a baseline Unmanned Aerial Vehicle (UAV) controller for use on the Australian Defence Force Academy s Telemaster UAV will provide redundancy to the flight control system and assist in the certification of the UAV. Via the application of control methods which are common in industrial applications, this baseline controller will be designed using gain scheduling of Proportional, Integral, Derivative (PID) controllers. Key Work Index Gain Scheduling, Unmanned Aerial Vehicle (UAV), Telemaster, nonlinear systems, flight control, Aerosim, PID controller. k p k i k d! : Proportional gain : Integral gain : Derivative gain Nomenclature : Angular displacement about Y axis, measured clockwise from the horixon I. History of the UNSW UAV Programme The development of autonomous flight for commercially available remote controlled aircraft is an emerging niche capability with interesting commercial applications. Large aircraft developers, such as Boeing or Northrop Grumman, have largely ignored this cheap alternative as they focus on sophisticated military Unmanned Aerial Vehicles (UAV), allowing the domain to be investigated and dominated by research conducted at universities around the globe. The University of New South Wales (UNSW) Australian Defence Force Academy (ADFA) Aeronautical Engineering department is currently in the process of developing its UAV expertise, with programmes in both fixed and rotary wing flight. The fixed wing programme began in 1999 as a practical way for students to test and implement different stability augmentation systems and control strategies for model aircraft [1]. It has since evolved into a project seeking to develop a cheap UAV that would be available to organisations - such as the Australian Customs Service - on the commercial market. The programme currently employs a team of PhD students under the guidance of Dr A.G. Sreenatha and other lecturers including control theory, electrical and aerodynamic specialists to accelerate the development of a working prototype. While the UNSW@ADFA UAV programme is not as mature as competing universities, such as Cornell Universities operationally certified UAV or University of Sydney s self manufactured UAV aircraft, the work conducted has nontheless contributed to the global push forward for economical UAV production. Fully autonomous flight has not been achieved by ADFA as yet. The school currently operates ten platforms for testing and developing various ideas in the rotary and fixed wing fields. This thesis project will solely be focused on the fixed wing variant, Telemaster (figures 11 & 12, appendix B). Development of an automated Telemaster aircraft has thus far included augmentation of sensors and devices required to provide data such as angle of attack, aircraft dynamic conditions and GPS to track the aircraft. The primary controller has been developed using modern control theory, including fuzzy logic and neural network controllers. 1 Bachelor of Engineering (Aeronautical) ; ZACM

2 Although good progress has been made to date, no successful development of a baseline controller has been achieved to check the validity of the results gained via the modern control methods or act as a redundancy, ensuring that automated flight could be maintained should the primary control system fail. II. Generic UAV Flight Control Processes Most of these attempts at autonomous flight focus on the interaction between three broad components, navigation and guidance, controller and the interface with the actuators to combine and achieve successful UAV flight. The schematic identifying the relationship between these components and external influences, such as weather conditions and overriding commands from a ground based pilot, is shown in figure 1. The selector linking the primary controller and the radio pilot input ensures that any input from the human pilot overrides the flight inputs from the automated controller. Figure 1: Typical UAV Flight Control Flowchart With some exceptions, alteration of the physical aircraft itself is not generally conducted, as the aircraft is usually available in kit form. This thesis focuses on development and enhancement of the mathematics governing the flight controller. III. Extension of the UNSW UAV Programme This project will enhance the work done on the school UAV by contributing to the development of the automated flight system. Therefore, the aim of this thesis is to develop a baseline flight control system for the UNSW Telemster Unmanned Aerial Vehicle (UAV) via the application of classical control theory. This work is important, as the development of a baseline flight control system will enhance the UAV by; Providing redundancy should the primary control system fail, Acting as a check to verify and compare the results with the modern control theory methods, Assisting in the certification process for the final UAV package. As the Telemaster weight remains under 150kg, it is classed as a small UAS under Civil Aviation Safety Authority guidelines [2]. Thus although Telemaster requires no airworthiness certificate to operate, the development of a baseline controller would be beneficial to ADFA as the enhanced academic knowledge could be utilised should development of a UAV of this larger weight be pursued. Aside from the official certification requirements, the redundancy provided by a baseline controller would enhance the failsafe ability of the Telemaster and potentially avoid costing ADFA and future commercial operators another crashed UAV 2. 2 ADFA suffered a destroyed Mega Soar UAV platform in early Although this loss was attributed to pilot radio range issues and not a failure in the modern control flight control system, it illustrates the money and inconvenience a destroyed UAV can cause for an organisation. 2

3 The baseline controller will operate in parallel to the primary controller as indicated in figure 2. An additional selector operating between the primary and baseline controller is included to monitor the quality of the outputted signals and judge if the primary controller is outputting inappropriate values for the UAV to respond to. Development of the navigation and guidance system is undertaken by a different team and for the purposes of this thesis, simply provides the input data for the control programmes to use. The baseline controller generated in this thesis will operate the longitudinal motion of the aircraft. Time permitting, the baseline controller will also be determined for the more complex lateral motion of the aircraft. Figure 2: Proposed UAV Flight Control Flowchart IV. Baseline Controller Options 1. Transfer Function An appropriate method to model the aircraft (system) using classical control theory must be established to enable production of the baseline controller. The method of selection is complicated by the coupled, nonlinerarity of the aircraft dynamics, which prevents the easy determination of a transfer function and plotting of response via a method such as root locus analysis. The only way the transfer function could be determined for such a complex system would be to ascertain the aerodynamic and control derivatives of the aircraft via wind tunnel testing. Unfortunately, the wind tunnel facilities of ADFA are too small to hold our aircraft. The time required to determine these coefficients would be large and the effective range of results small to be of any real use for our aircraft. Therefore, generating the baseline controller using standard transfer function methods will not work. 2. Extended Linearisation Determination of the feedback control of nonlinear systems is possible by extended linearisation. Several factors limit its use however including the single input requirement [3] which is useless for our aircraft with multiple input sources. Indeed, the quantitative estimates of the improvement in accuracy afforded by extended linearisation are likely to be so conservative and restrictive as to be uninteresting from an engineering viewpoint [3]. and thus this method can be discounted for our purposes. 3. Dynamic Inversion Dynamic inversion is a possible alternative to gain scheduling. It operates by using control inputs to directly cancel unwanted terms in the nonlinear state equations and replaces them with desirable dynamics however, this robustness is sometimes obtained by using high loop gains, which may prove detrimental in the presence of unmodeled dynamics [4]. 3

4 4. PID Controllers with Gain Scheduling Given the difficulty of the first two options, it is appropriate to recall that similar issues with nonlinear systems are not new or even unique to aviation as, they were first encountered during the commercial construction of automated chemical plants during the 1930 s [5]. The discoveries in this industry lead to development of one of the first closed loop systems applied to aircraft, the C-1 autopilot installed on the B-17E bomber during the Second World War[6]. In both of these cases, the solution was to implement Proportional, Integral, Derivative (PID) feedback controllers which operated between different gains depending on the input conditions. Figure 3 shows typical system responses utilising a combination of the available PID controllers. The proportional controller (figure 3.a) has satisfactory settling time although suffers from steady state error (figure 3.a). Introducing an integral controller removes the steady state error however, the settling time greatly increases (figure 3.b). Implementation of a controller with full proportional, integral and derivative components achieves optimum system response in both settling time and steady state error (figure 3.c). The peak overshoot remains comparable to the previous two controllers and thus selection of a full PID controller is the most effective for system control. Figure 3: System responses to feedback controllers featuring; a) Proportional Controller, b) Proportional & Integral Controller, c) Proportional, Integral & Derivative Controller The PID controller operates as shown in figure 4, where the system error forms the data to be linearised and concurrently has the difference, integral and derivative determined. Three separate gains exist for the proportional, k p k i k d integral and derivative gains respectively,, to boost or alter the strength of the errors. These calculations are then combined and sent back to the system as an input to generate the next output response. The proportional line of the controller is responsible for the vast error correction while the integral ensures steady state error is avoided. Together, the PI response occurs at the low-frequency region and the PD response occurs at the high frequency region. PID control is appropriate for our system as it ensures that both transient and steady-state performance is accounted for [7]. With the PID controller in place, selection of the k p, k i and k d gains has traditionally been achieved by extensive, time consuming simulations [8]. Figure 4: PID Controller Interaction with the System This gain selection method essentially acknowledges that the dynamics of the system are too complicated to determine and simply treats the plant as a black box that provides the outputs for a given input. It was soon realised that by scheduling the gains to change upon the input, a control engineer could tweak the system until the desired output was achieved. This method became known as Gain Scheduling and its application has become a common engineering practice, used to control nonlinear plants such as in flight [9] and process control [10]. 4

5 Despite its popularity, gain scheduling remains an ad hoc methodology. For example, the robustness, performance, or even nominal stability properties of a global gain scheduled controller are not addressed explicitly in the design process. Rather, such properties are inferred from extensive simulations [11]. Thus despite the continued growth of gain scheduling, it remains something of an art [8]. Two prominent gain scheduling guidelines have emerged with its application in industry, the scheduling variable should capture the plant s nonlinearities and the scheduling variable should vary slowly.[11] As the plant nonlinearities are their most noticeable at the extremes of the flight envelope, such as high angle of attack or extreme speeds, these are the conditions to be weary of when checking the data. As our UAV is expected to operate at low altitude, low speed and simple flight responses than these factors result in a reduction in the extreme point(s) severity and likewise satisfies the ability to select a variable which will vary slowly. As the choice of the scheduling variable is critical, previous research has identified that the best closed-loop performance is obtained by using pitch angle as the scheduling variable, and not forward velocity [12]. For this reason, the final product will likewise aim to schedule according to pitch angle or dynamic pressure (for reasons discussed later). V. Initial Development of Gain Scheduled Technique To best learn the principles and justify the gain scheduling technique, initial development did not immediately focus on the raw data provided by the Telemaster UAV. It was decided that utilising the software Aerosim, 3 to generate simulated data and practise the processes of gain scheduling, would be an ideal first step to acquire an understanding of the gain scheduling process. The data from Aerosim was outputted to Matlab for plotting and interpretation. The aircraft feedback loop was created to track a 25m/s aircraft velocity, which remained the condition of interest for this gain scheduling investigation. The aircraft feedback loop is included in figure 10 in appendix A. Figure 5: Initial k p investigation Deflections are listed as degrees Figure 5 shows the resulting simulated motion of the aircraft after 30 seconds for five different values of k p. This initial plot is used to check that the elevator has not passed beyond saturation levels. In this case, k p = Aerosim is a computer package designed to simulate the mechanics of flight of several aircraft types including Cessna 172, Cessna 182, Cessna 310 and the U Dynamics aerosonde UAV (see figure nine in the appendices). It operates as a simulink interface (see figure ten in the appendices) based in Matlab and was developed by Unmanned Dynamics. It is available free of charge from 5

6 would clearly be discounted as the elevator deflection passes beyond the Telemaster limits of angle response for this value is likewise extreme for our model and adds reason to discount k p = The pitch Figure six reveals the forward velocity relationship to pitch angle and thus directly relates to figure five. The effectiveness of the range of k p values selected is still visible and k p =-0.5 remains invalid due to the large resulting pitch angle via its implementation. Figure 7 illustrates the intricate final response position of each of the k p values. As the system was expected to return to 25m/s then the acceptable aircraft response. k p ±40! =-0.2 gave the best broad reaction while maintaining Figure 6: Initial k Figure 7: Close Up View of Figure 6 p investigation Deflections are listed in degrees With the k p broad response determined, the simulation was run again to narrow down the responses about k p = Figure 8 shows the response of these new selections. It is interesting to note the difference in severity of response between k p =-0.5 (figure 6) and k p =-0.4. This small change creates a difference in pitch response of approximately 45 degrees, showing the importance and effect of correctly scheduling the gains. In this case, k p = -0.2 was still selected as its response combined a small aircraft response with a good settling time about 25m/s. Figure 8: Fine k p investigation This process was repeated to determine the and k d values and then repeated with all determined k values to check that the final solution remained valid. Table one summarises the results using this method. k i 6

7 Table 1: K values, generated for one Aerosim flight condition (forward velocity = 25m/s) k p = -0.2 k i = k d = -0.7 Thus the Aerosim package, coupled with the Matlab programme, enabled one k to be investigated at a time while the other two were held constant. The calculations then became an iterative process with continual simulations narrowing down the margin of error until the final k values were determined. It should be noted that this simulation was conducted for one flight condition and assuming no wind was present. VI. Future Direction While good progress has been made until this point, many aspects of the design must be addressed before the baseline controller is ready for implementation in the UAV. A proposed timeline of thesis events is included in Appendix C. 5. Full Gain Scheduling of Aerosonde model An extension of the method described in section V. (above) will be used to develop a full schedule of gains for the aerosonde model. 6. Comparison to the Modern control theory outputs By using the gains obtained by the iterative process discussed, validation of results generated from the modern control methods will be conducted. 7. Weather effects Simulation of the random effects of weather must be included in the model to verify the aircraft response during sudden weather impacts. It is anticipated that this will be possible by utilising inbuilt random generators in Matlab coupled with weather models supplied from Aerosim. 8. Separation of the raw UAV data It will be necessary to develop a computer code to sort the raw UAV input and response data into useful information, ready for analysis. 9. Dynamic Pressure Investigation of scheduling the gains according to dynamic pressure will be conducted. It is anticipated that this will be a satisfactory scheduling variable as it accounts for aircraft speed and altitude. 10. Full Gain Scheduled Baseline Controller This stage will be allocated the greatest amount of time as it forms the solution to the aim of this thesis. Far more extensive testing will be required than that demonstrated for the simulation case. Again, these results will be compared to those reactions generated by modern control theory to check for accuracy. 7

8 11. Testing with the UAV model & Development of Lateral model When the full gain scheduled baseline controller has satisfied the thorough checks, testing on the UAV model will commence. Should this stage be reached, it will require a testing schedule and risk analysis to be developed (closer to the date). Time permitting, a similar process will be used to develop appropriate gains for the UAV s lateral motion. VII. Summary This thesis seeks to develop a baseline UAV controller for use in the UNSW@ADFA Telemaster aircraft. Although a principal control system utilising modern control techniques exists, this baseline controller will enhance the UAV by; Providing redundancy should the primary control system fail, Acting as a check to verify and compare the results with the modern control theory methods, Assisting in the certification process for the final UAV package. Although various methods exist to develop the baseline controller, gain scheduling of Proportional, Integral, Derivative (PID) controllers was selected as it is simple, has proven successful industrial applications and is well suited to our low speed, low altitude UAV. Initial practice and investigation of this PID scheduled controller was conducted using simulation software Aerosim and values for the PID gains were generated. Although a simple exercise, the experience gained with this initial investigation was essential, as it will form the basis for continued development of the baseline controller. Work in the immediate future will continue to develop gain scheduling experience by developing a full series of gains, adding weather effects to the simulation and comparing the results generated with those calculated by modern control theory. Work will then focus on analysing the raw UAV data and the possibility of scheduling against dynamic pressure to develop a full range of gains for the longitudinal motion of the Telemaster aircraft. Time permitting, the gain scheduled controller will be tested in flight on the Telemaster aircraft and the lateral gains will be developed. References [1] Lt L.K.Hong, Measurement and Analysis of Angle of Attack on a Model Aircraft, UNSW, Canberra 1999 [2] CASR Part 101 UAS Operating Rules Project CS 05/01 [3] W.T.Baumann & W.J. Rugh, Feedback Control of Nonlinear Systems by Extended Linearisation, IEEE Transactions on Automatic Control, Vol. AC-31, NO. 1, January 1986 [4] S.A.Snell, P.W.Stout, Quantitative Feedback Theory with a Scheduled Gain for Full Envelope Longitudinal Control, Jounral of Guidance, Control and Dynamics, vol. 19, No. 5 September October 1996 [5] J.W. Broadhurst, T.C. Brodrick, A.W. Foster, G.E. Wheeldon, Automatic Control in the Chemical Industry, Journal of the Institution of Electrical Engineers, Vol 94, Part IIA 1947 [6] T.R.Yechout, S.L.Morris, D.E.Bossert, W.F.Hallgren, Introduction to Aircraft Flight Mechanics, AIAA Education Series, Virginia, 2003 Pg. 247 [7] K. Ogata, Modern Control Engineering, Fourth Edition, Prentice Hall, USA, 2002 pg. 725 [8] W.J. Rugh, Analytical Framework for Gain Scheduling, IEEE, January 1991 [9] G. Stein, Aadaptive flight control a pragmatic view, Applications of Adaptive Control, K.S. Narendra and R.V. Monopoli, Ids. New York: Academic 1980 [10] M.J. Whatley and D.C.Pott, Adaptive gain improves reactor control, Hydrocarbon Processing, pp , May 1984 [11] J.S. Shamma & M. Athans, Gain Scheduling: Potential Hazards and Possible Remedies IEEE, June 1992 [12] J.Wang & N. Sundararajan, A Nonlinear Flight Controller Design for Aircraft, Control Engineering Practice, Vol 3, No. 6, 1994 [13] Aerosim User s Guide Version 1.2, Unmanned Dynamics. Available online from 8

A New Perspective to Altitude Acquire-and- Hold for Fixed Wing UAVs

A New Perspective to Altitude Acquire-and- Hold for Fixed Wing UAVs Student Research Paper Conference Vol-1, No-1, Aug 2014 A New Perspective to Altitude Acquire-and- Hold for Fixed Wing UAVs Mansoor Ahsan Avionics Department, CAE NUST Risalpur, Pakistan mahsan@cae.nust.edu.pk

More information

Classical Control Based Autopilot Design Using PC/104

Classical Control Based Autopilot Design Using PC/104 Classical Control Based Autopilot Design Using PC/104 Mohammed A. Elsadig, Alneelain University, Dr. Mohammed A. Hussien, Alneelain University. Abstract Many recent papers have been written in unmanned

More information

International Journal of Advance Engineering and Research Development. Aircraft Pitch Control System Using LQR and Fuzzy Logic Controller

International Journal of Advance Engineering and Research Development. Aircraft Pitch Control System Using LQR and Fuzzy Logic Controller Scientific Journal of Impact Factor (SJIF): 4.14 International Journal of Advance Engineering and Research Development Volume 3,Issue 5,May -216 e-issn : 2348-447 p-issn : 2348-646 Aircraft Pitch Control

More information

Design of a Flight Stabilizer System and Automatic Control Using HIL Test Platform

Design of a Flight Stabilizer System and Automatic Control Using HIL Test Platform Design of a Flight Stabilizer System and Automatic Control Using HIL Test Platform Şeyma Akyürek, Gizem Sezin Özden, Emre Atlas, and Coşku Kasnakoğlu Electrical & Electronics Engineering, TOBB University

More information

Design of Missile Two-Loop Auto-Pilot Pitch Using Root Locus

Design of Missile Two-Loop Auto-Pilot Pitch Using Root Locus International Journal Of Advances in Engineering and Management (IJAEM) Page 141 Volume 1, Issue 5, November - 214. Design of Missile Two-Loop Auto-Pilot Pitch Using Root Locus 1 Rami Ali Abdalla, 2 Muawia

More information

Digital Control of MS-150 Modular Position Servo System

Digital Control of MS-150 Modular Position Servo System IEEE NECEC Nov. 8, 2007 St. John's NL 1 Digital Control of MS-150 Modular Position Servo System Farid Arvani, Syeda N. Ferdaus, M. Tariq Iqbal Faculty of Engineering, Memorial University of Newfoundland

More information

OPTIMAL AND PID CONTROLLER FOR CONTROLLING CAMERA S POSITION IN UNMANNED AERIAL VEHICLES

OPTIMAL AND PID CONTROLLER FOR CONTROLLING CAMERA S POSITION IN UNMANNED AERIAL VEHICLES International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013 OPTIMAL AND PID CONTROLLER FOR CONTROLLING CAMERA S POSITION IN UNMANNED AERIAL VEHICLES MOHAMMAD

More information

Artificial Neural Networks based Attitude Controlling of Longitudinal Autopilot for General Aviation Aircraft Nagababu V *1, Imran A 2

Artificial Neural Networks based Attitude Controlling of Longitudinal Autopilot for General Aviation Aircraft Nagababu V *1, Imran A 2 ISSN (Print) : 2320-3765 ISSN (Online): 2278-8875 International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering Vol. 7, Issue 1, January 2018 Artificial Neural Networks

More information

Optimal Control System Design

Optimal Control System Design Chapter 6 Optimal Control System Design 6.1 INTRODUCTION The active AFO consists of sensor unit, control system and an actuator. While designing the control system for an AFO, a trade-off between the transient

More information

Modeling and Simulation Made Easy with Simulink Carlos Osorio Principal Application Engineer MathWorks Natick, MA

Modeling and Simulation Made Easy with Simulink Carlos Osorio Principal Application Engineer MathWorks Natick, MA Modeling and Simulation Made Easy with Simulink Carlos Osorio Principal Application Engineer MathWorks Natick, MA 2013 The MathWorks, Inc. 1 Questions covered in this presentation 1. Why do we do modeling

More information

AC : A STUDENT-ORIENTED CONTROL LABORATORY US- ING PROGRAM CC

AC : A STUDENT-ORIENTED CONTROL LABORATORY US- ING PROGRAM CC AC 2011-490: A STUDENT-ORIENTED CONTROL LABORATORY US- ING PROGRAM CC Ziqian Liu, SUNY Maritime College Ziqian Liu received the Ph.D. degree from the Southern Illinois University Carbondale in 2005. He

More information

DEPARTMENT OF ELECTRICAL AND ELECTRONIC ENGINEERING BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY EEE 402 : CONTROL SYSTEMS SESSIONAL

DEPARTMENT OF ELECTRICAL AND ELECTRONIC ENGINEERING BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY EEE 402 : CONTROL SYSTEMS SESSIONAL DEPARTMENT OF ELECTRICAL AND ELECTRONIC ENGINEERING BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY EEE 402 : CONTROL SYSTEMS SESSIONAL Experiment No. 1(a) : Modeling of physical systems and study of

More information

Module 2: Lecture 4 Flight Control System

Module 2: Lecture 4 Flight Control System 26 Guidance of Missiles/NPTEL/2012/D.Ghose Module 2: Lecture 4 Flight Control System eywords. Roll, Pitch, Yaw, Lateral Autopilot, Roll Autopilot, Gain Scheduling 3.2 Flight Control System The flight control

More information

SECTION 6: ROOT LOCUS DESIGN

SECTION 6: ROOT LOCUS DESIGN SECTION 6: ROOT LOCUS DESIGN MAE 4421 Control of Aerospace & Mechanical Systems 2 Introduction Introduction 3 Consider the following unity feedback system 3 433 Assume A proportional controller Design

More information

Comparative Study of PID and Fuzzy Controllers for Speed Control of DC Motor

Comparative Study of PID and Fuzzy Controllers for Speed Control of DC Motor Comparative Study of PID and Fuzzy Controllers for Speed Control of DC Motor Osama Omer Adam Mohammed 1, Dr. Awadalla Taifor Ali 2 P.G. Student, Department of Control Engineering, Faculty of Engineering,

More information

Design of Self-tuning PID Controller Parameters Using Fuzzy Logic Controller for Quad-rotor Helicopter

Design of Self-tuning PID Controller Parameters Using Fuzzy Logic Controller for Quad-rotor Helicopter Design of Self-tuning PID Controller Parameters Using Fuzzy Logic Controller for Quad-rotor Helicopter Item type Authors Citation Journal Article Bousbaine, Amar; Bamgbose, Abraham; Poyi, Gwangtim Timothy;

More information

Glossary of terms. Short explanation

Glossary of terms. Short explanation Glossary Concept Module. Video Short explanation Abstraction 2.4 Capturing the essence of the behavior of interest (getting a model or representation) Action in the control Derivative 4.2 The control signal

More information

Joint Collaborative Project. between. China Academy of Aerospace Aerodynamics (China) and University of Southampton (UK)

Joint Collaborative Project. between. China Academy of Aerospace Aerodynamics (China) and University of Southampton (UK) Joint Collaborative Project between China Academy of Aerospace Aerodynamics (China) and University of Southampton (UK) ~ PhD Project on Performance Adaptive Aeroelastic Wing ~ 1. Abstract The reason for

More information

Defence and security engineering

Defence and security engineering Defence and security engineering 2018-2019 Symposia Symposia at Shrivenham provides a forum to Government agencies, military and civilian, industry and research establishments for the exploration and exchange

More information

Figure 1.1: Quanser Driving Simulator

Figure 1.1: Quanser Driving Simulator 1 INTRODUCTION The Quanser HIL Driving Simulator (QDS) is a modular and expandable LabVIEW model of a car driving on a closed track. The model is intended as a platform for the development, implementation

More information

Hardware in the Loop Simulation for Unmanned Aerial Vehicles

Hardware in the Loop Simulation for Unmanned Aerial Vehicles NATIONAL 1 AEROSPACE LABORATORIES BANGALORE-560 017 INDIA CSIR-NAL Hardware in the Loop Simulation for Unmanned Aerial Vehicles Shikha Jain Kamali C Scientist, Flight Mechanics and Control Division National

More information

FUZZY CONTROL FOR THE KADET SENIOR RADIOCONTROLLED AIRPLANE

FUZZY CONTROL FOR THE KADET SENIOR RADIOCONTROLLED AIRPLANE FUZZY CONTROL FOR THE KADET SENIOR RADIOCONTROLLED AIRPLANE Angel Abusleme, Aldo Cipriano and Marcelo Guarini Department of Electrical Engineering, Pontificia Universidad Católica de Chile P. O. Box 306,

More information

TigreSAT 2010 &2011 June Monthly Report

TigreSAT 2010 &2011 June Monthly Report 2010-2011 TigreSAT Monthly Progress Report EQUIS ADS 2010 PAYLOAD No changes have been done to the payload since it had passed all the tests, requirements and integration that are necessary for LSU HASP

More information

Implementation of Proportional and Derivative Controller in a Ball and Beam System

Implementation of Proportional and Derivative Controller in a Ball and Beam System Implementation of Proportional and Derivative Controller in a Ball and Beam System Alexander F. Paggi and Tooran Emami United States Coast Guard Academy Abstract This paper presents a design of two cascade

More information

CDS 101/110a: Lecture 8-1 Frequency Domain Design

CDS 101/110a: Lecture 8-1 Frequency Domain Design CDS 11/11a: Lecture 8-1 Frequency Domain Design Richard M. Murray 17 November 28 Goals: Describe canonical control design problem and standard performance measures Show how to use loop shaping to achieve

More information

412 th Test Wing. War-Winning Capabilities On Time, On Cost. Lessons Learned While Giving Unaugmented Airplanes to Augmentation-Dependent Pilots

412 th Test Wing. War-Winning Capabilities On Time, On Cost. Lessons Learned While Giving Unaugmented Airplanes to Augmentation-Dependent Pilots 412 th Test Wing War-Winning Capabilities On Time, On Cost Lessons Learned While Giving Unaugmented Airplanes to Augmentation-Dependent Pilots 20 Nov 2012 Bill Gray USAF TPS/CP Phone: 661-277-2761 Approved

More information

Design Of PID Controller In Automatic Voltage Regulator (AVR) System Using PSO Technique

Design Of PID Controller In Automatic Voltage Regulator (AVR) System Using PSO Technique Design Of PID Controller In Automatic Voltage Regulator (AVR) System Using PSO Technique Vivek Kumar Bhatt 1, Dr. Sandeep Bhongade 2 1,2 Department of Electrical Engineering, S. G. S. Institute of Technology

More information

EC6405 - CONTROL SYSTEM ENGINEERING Questions and Answers Unit - II Time Response Analysis Two marks 1. What is transient response? The transient response is the response of the system when the system

More information

Paul Schafbuch. Senior Research Engineer Fisher Controls International, Inc.

Paul Schafbuch. Senior Research Engineer Fisher Controls International, Inc. Paul Schafbuch Senior Research Engineer Fisher Controls International, Inc. Introduction Achieving optimal control system performance keys on selecting or specifying the proper flow characteristic. Therefore,

More information

Flight control system for a reusable rocket booster on the return flight through the atmosphere

Flight control system for a reusable rocket booster on the return flight through the atmosphere Flight control system for a reusable rocket booster on the return flight through the atmosphere Aaron Buysse 1, Willem Herman Steyn (M2) 1, Adriaan Schutte 2 1 Stellenbosch University Banghoek Rd, Stellenbosch

More information

REDUCING THE VIBRATIONS OF AN UNBALANCED ROTARY ENGINE BY ACTIVE FORCE CONTROL. M. Mohebbi 1*, M. Hashemi 1

REDUCING THE VIBRATIONS OF AN UNBALANCED ROTARY ENGINE BY ACTIVE FORCE CONTROL. M. Mohebbi 1*, M. Hashemi 1 International Journal of Technology (2016) 1: 141-148 ISSN 2086-9614 IJTech 2016 REDUCING THE VIBRATIONS OF AN UNBALANCED ROTARY ENGINE BY ACTIVE FORCE CONTROL M. Mohebbi 1*, M. Hashemi 1 1 Faculty of

More information

QUADROTOR ROLL AND PITCH STABILIZATION USING SYSTEM IDENTIFICATION BASED REDESIGN OF EMPIRICAL CONTROLLERS

QUADROTOR ROLL AND PITCH STABILIZATION USING SYSTEM IDENTIFICATION BASED REDESIGN OF EMPIRICAL CONTROLLERS QUADROTOR ROLL AND PITCH STABILIZATION USING SYSTEM IDENTIFICATION BASED REDESIGN OF EMPIRICAL CONTROLLERS ANIL UFUK BATMAZ 1, a, OVUNC ELBIR 2,b and COSKU KASNAKOGLU 3,c 1,2,3 Department of Electrical

More information

The J2 Universal Tool-Kit - Linear Analysis with J2 Classical

The J2 Universal Tool-Kit - Linear Analysis with J2 Classical The J2 Universal Tool-Kit - Linear Analysis with J2 Classical AIRCRAFT MODELLING AND PERFORMANCE PREDICTION SOFTWARE Key Aspects INTRODUCTION Why Linear Analysis? J2 Classical J2 CLASSICAL AS PART OF THE

More information

Fuzzy Logic Controller on DC/DC Boost Converter

Fuzzy Logic Controller on DC/DC Boost Converter 21 IEEE International Conference on Power and Energy (PECon21), Nov 29 - Dec 1, 21, Kuala Lumpur, Malaysia Fuzzy Logic Controller on DC/DC Boost Converter N.F Nik Ismail, Member IEEE,Email: nikfasdi@yahoo.com

More information

Governor with dynamics: Gg(s)= 1 Turbine with dynamics: Gt(s) = 1 Load and machine with dynamics: Gp(s) = 1

Governor with dynamics: Gg(s)= 1 Turbine with dynamics: Gt(s) = 1 Load and machine with dynamics: Gp(s) = 1 Load Frequency Control of Two Area Power System Using Conventional Controller 1 Rajendra Murmu, 2 Sohan Lal Hembram and 3 Ajay Oraon, 1 Assistant Professor, Electrical Engineering Department, BIT Sindri,

More information

Figure 1: Unity Feedback System. The transfer function of the PID controller looks like the following:

Figure 1: Unity Feedback System. The transfer function of the PID controller looks like the following: Islamic University of Gaza Faculty of Engineering Electrical Engineering department Control Systems Design Lab Eng. Mohammed S. Jouda Eng. Ola M. Skeik Experiment 3 PID Controller Overview This experiment

More information

Implementation of Nonlinear Reconfigurable Controllers for Autonomous Unmanned Vehicles

Implementation of Nonlinear Reconfigurable Controllers for Autonomous Unmanned Vehicles Implementation of Nonlinear Reconfigurable Controllers for Autonomous Unmanned Vehicles Dere Schmitz Vijayaumar Janardhan S. N. Balarishnan Department of Mechanical and Aerospace engineering and Engineering

More information

Heterogeneous Control of Small Size Unmanned Aerial Vehicles

Heterogeneous Control of Small Size Unmanned Aerial Vehicles Magyar Kutatók 10. Nemzetközi Szimpóziuma 10 th International Symposium of Hungarian Researchers on Computational Intelligence and Informatics Heterogeneous Control of Small Size Unmanned Aerial Vehicles

More information

Tuning of Controller for Electro-Hydraulic System Using Particle Swarm Optimization (PSO)

Tuning of Controller for Electro-Hydraulic System Using Particle Swarm Optimization (PSO) Tuning of Controller for Electro-Hydraulic System Using Particle Swarm Optimization (PSO) Sachin Kumar Mishra 1, Prof. Kuldeep Kumar Swarnkar 2 Electrical Engineering Department 1, 2, MITS, Gwaliore 1,

More information

FLCS V2.1. AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station

FLCS V2.1. AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station The platform provides a high performance basis for electromechanical system control. Originally designed for autonomous aerial vehicle

More information

VECTOR CONTROL SCHEME FOR INDUCTION MOTOR WITH DIFFERENT CONTROLLERS FOR NEGLECTING THE END EFFECTS IN HEV APPLICATIONS

VECTOR CONTROL SCHEME FOR INDUCTION MOTOR WITH DIFFERENT CONTROLLERS FOR NEGLECTING THE END EFFECTS IN HEV APPLICATIONS VECTOR CONTROL SCHEME FOR INDUCTION MOTOR WITH DIFFERENT CONTROLLERS FOR NEGLECTING THE END EFFECTS IN HEV APPLICATIONS M.LAKSHMISWARUPA 1, G.TULASIRAMDAS 2 & P.V.RAJGOPAL 3 1 Malla Reddy Engineering College,

More information

GE420 Laboratory Assignment 8 Positioning Control of a Motor Using PD, PID, and Hybrid Control

GE420 Laboratory Assignment 8 Positioning Control of a Motor Using PD, PID, and Hybrid Control GE420 Laboratory Assignment 8 Positioning Control of a Motor Using PD, PID, and Hybrid Control Goals for this Lab Assignment: 1. Design a PD discrete control algorithm to allow the closed-loop combination

More information

Dr Ian R. Manchester Dr Ian R. Manchester Amme 3500 : Root Locus Design

Dr Ian R. Manchester Dr Ian R. Manchester Amme 3500 : Root Locus Design Week Content Notes 1 Introduction 2 Frequency Domain Modelling 3 Transient Performance and the s-plane 4 Block Diagrams 5 Feedback System Characteristics Assign 1 Due 6 Root Locus 7 Root Locus 2 Assign

More information

Hardware-in-the-Loop Simulation for a Small Unmanned Aerial Vehicle A. Shawky *, A. Bayoumy Aly, A. Nashar, and M. Elsayed

Hardware-in-the-Loop Simulation for a Small Unmanned Aerial Vehicle A. Shawky *, A. Bayoumy Aly, A. Nashar, and M. Elsayed 16 th International Conference on AEROSPACE SCIENCES & AVIATION TECHNOLOGY, ASAT - 16 May 26-28, 2015, E-Mail: asat@mtc.edu.eg Military Technical College, Kobry Elkobbah, Cairo, Egypt Tel : +(202) 24025292

More information

Flight Control Laboratory

Flight Control Laboratory Dept. of Aerospace Engineering Flight Dynamics and Control System Course Flight Control Laboratory Professor: Yoshimasa Ochi Associate Professor: Nobuhiro Yokoyama Flight Control Laboratory conducts researches

More information

Introduction to PID Control

Introduction to PID Control Introduction to PID Control Introduction This introduction will show you the characteristics of the each of proportional (P), the integral (I), and the derivative (D) controls, and how to use them to obtain

More information

INTELLIGENT ACTIVE FORCE CONTROL APPLIED TO PRECISE MACHINE UMP, Pekan, Pahang, Malaysia Shah Alam, Selangor, Malaysia ABSTRACT

INTELLIGENT ACTIVE FORCE CONTROL APPLIED TO PRECISE MACHINE UMP, Pekan, Pahang, Malaysia Shah Alam, Selangor, Malaysia ABSTRACT National Conference in Mechanical Engineering Research and Postgraduate Studies (2 nd NCMER 2010) 3-4 December 2010, Faculty of Mechanical Engineering, UMP Pekan, Kuantan, Pahang, Malaysia; pp. 540-549

More information

CHASSIS DYNAMOMETER TORQUE CONTROL SYSTEM DESIGN BY DIRECT INVERSE COMPENSATION. C.Matthews, P.Dickinson, A.T.Shenton

CHASSIS DYNAMOMETER TORQUE CONTROL SYSTEM DESIGN BY DIRECT INVERSE COMPENSATION. C.Matthews, P.Dickinson, A.T.Shenton CHASSIS DYNAMOMETER TORQUE CONTROL SYSTEM DESIGN BY DIRECT INVERSE COMPENSATION C.Matthews, P.Dickinson, A.T.Shenton Department of Engineering, The University of Liverpool, Liverpool L69 3GH, UK Abstract:

More information

1. Governor with dynamics: Gg(s)= 1 2. Turbine with dynamics: Gt(s) = 1 3. Load and machine with dynamics: Gp(s) = 1

1. Governor with dynamics: Gg(s)= 1 2. Turbine with dynamics: Gt(s) = 1 3. Load and machine with dynamics: Gp(s) = 1 Load Frequency Control of Two Area Power System Using PID and Fuzzy Logic 1 Rajendra Murmu, 2 Sohan Lal Hembram and 3 A.K. Singh 1 Assistant Professor, 2 Reseach Scholar, Associate Professor 1,2,3 Electrical

More information

Development of Fuzzy Logic Controller for Quanser Bench-Top Helicopter

Development of Fuzzy Logic Controller for Quanser Bench-Top Helicopter IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Development of Fuzzy Logic Controller for Quanser Bench-Top Helicopter To cite this article: M. H. Jafri et al 2017 IOP Conf.

More information

The Active Flutter Suppression (AFS) Technology Evaluation Project

The Active Flutter Suppression (AFS) Technology Evaluation Project 1 The Active Flutter Suppression (AFS) Technology Evaluation Project Eli Livne, Ph.D. The William E. Boeing Department of Aeronautics and Astronautics University of Washington, Seattle, WA eli@aa.washington.edu

More information

Problems with the INM: Part 2 Atmospheric Attenuation

Problems with the INM: Part 2 Atmospheric Attenuation Proceedings of ACOUSTICS 2006 20-22 November 2006, Christchurch, New Zealand Problems with the INM: Part 2 Atmospheric Attenuation Steven Cooper, John Maung The Acoustic Group, Sydney, Australia ABSTRACT

More information

Executive Summary. Chapter 1. Overview of Control

Executive Summary. Chapter 1. Overview of Control Chapter 1 Executive Summary Rapid advances in computing, communications, and sensing technology offer unprecedented opportunities for the field of control to expand its contributions to the economic and

More information

Structure Specified Robust H Loop Shaping Control of a MIMO Electro-hydraulic Servo System using Particle Swarm Optimization

Structure Specified Robust H Loop Shaping Control of a MIMO Electro-hydraulic Servo System using Particle Swarm Optimization Structure Specified Robust H Loop Shaping Control of a MIMO Electrohydraulic Servo System using Particle Swarm Optimization Piyapong Olranthichachat and Somyot aitwanidvilai Abstract A fixedstructure controller

More information

UAV: Design to Flight Report

UAV: Design to Flight Report UAV: Design to Flight Report Team Members Abhishek Verma, Bin Li, Monique Hladun, Topher Sikorra, and Julio Varesio. Introduction In the start of the course we were to design a situation for our UAV's

More information

of harmonic cancellation algorithms The internal model principle enable precision motion control Dynamic control

of harmonic cancellation algorithms The internal model principle enable precision motion control Dynamic control Dynamic control Harmonic cancellation algorithms enable precision motion control The internal model principle is a 30-years-young idea that serves as the basis for a myriad of modern motion control approaches.

More information

AIRCRAFT CONTROL AND SIMULATION

AIRCRAFT CONTROL AND SIMULATION AIRCRAFT CONTROL AND SIMULATION AIRCRAFT CONTROL AND SIMULATION Third Edition Dynamics, Controls Design, and Autonomous Systems BRIAN L. STEVENS FRANK L. LEWIS ERIC N. JOHNSON Cover image: Space Shuttle

More information

ECE317 : Feedback and Control

ECE317 : Feedback and Control ECE317 : Feedback and Control Lecture : Frequency domain specifications Frequency response shaping (Loop shaping) Dr. Richard Tymerski Dept. of Electrical and Computer Engineering Portland State University

More information

Position Control of DC Motor by Compensating Strategies

Position Control of DC Motor by Compensating Strategies Position Control of DC Motor by Compensating Strategies S Prem Kumar 1 J V Pavan Chand 1 B Pangedaiah 1 1. Assistant professor of Laki Reddy Balireddy College Of Engineering, Mylavaram Abstract - As the

More information

Design of Compensator for Dynamical System

Design of Compensator for Dynamical System Design of Compensator for Dynamical System Ms.Saroja S. Chavan PimpriChinchwad College of Engineering, Pune Prof. A. B. Patil PimpriChinchwad College of Engineering, Pune ABSTRACT New applications of dynamical

More information

A Reconfigurable Guidance System

A Reconfigurable Guidance System Lecture tes for the Class: Unmanned Aircraft Design, Modeling and Control A Reconfigurable Guidance System Application to Unmanned Aerial Vehicles (UAVs) y b right aileron: a2 right elevator: e 2 rudder:

More information

Vibration Control of Flexible Spacecraft Using Adaptive Controller.

Vibration Control of Flexible Spacecraft Using Adaptive Controller. Vol. 2 (2012) No. 1 ISSN: 2088-5334 Vibration Control of Flexible Spacecraft Using Adaptive Controller. V.I.George #, B.Ganesh Kamath #, I.Thirunavukkarasu #, Ciji Pearl Kurian * # ICE Department, Manipal

More information

STABILITY IMPROVEMENT OF POWER SYSTEM BY USING PSS WITH PID AVR CONTROLLER IN THE HIGH DAM POWER STATION ASWAN EGYPT

STABILITY IMPROVEMENT OF POWER SYSTEM BY USING PSS WITH PID AVR CONTROLLER IN THE HIGH DAM POWER STATION ASWAN EGYPT 3 rd International Conference on Energy Systems and Technologies 16 19 Feb. 2015, Cairo, Egypt STABILITY IMPROVEMENT OF POWER SYSTEM BY USING PSS WITH PID AVR CONTROLLER IN THE HIGH DAM POWER STATION ASWAN

More information

Embedded Robust Control of Self-balancing Two-wheeled Robot

Embedded Robust Control of Self-balancing Two-wheeled Robot Embedded Robust Control of Self-balancing Two-wheeled Robot L. Mollov, P. Petkov Key Words: Robust control; embedded systems; two-wheeled robots; -synthesis; MATLAB. Abstract. This paper presents the design

More information

ARTES Competitiveness & Growth Full Proposal. Requirements for the Content of the Technical Proposal

ARTES Competitiveness & Growth Full Proposal. Requirements for the Content of the Technical Proposal ARTES Competitiveness & Growth Full Proposal Requirements for the Content of the Technical Proposal Part 3C (DDVP) Statement of Applicability and Proposal Submission Requirements Applicable Domain(s) Space

More information

Some Tuning Methods of PID Controller For Different Processes

Some Tuning Methods of PID Controller For Different Processes International Conference on Information Engineering, Management and Security [ICIEMS] 282 International Conference on Information Engineering, Management and Security 2015 [ICIEMS 2015] ISBN 978-81-929742-7-9

More information

THE DEVELOPMENT OF A LOW-COST NAVIGATION SYSTEM USING GPS/RDS TECHNOLOGY

THE DEVELOPMENT OF A LOW-COST NAVIGATION SYSTEM USING GPS/RDS TECHNOLOGY ICAS 2 CONGRESS THE DEVELOPMENT OF A LOW-COST NAVIGATION SYSTEM USING /RDS TECHNOLOGY Yung-Ren Lin, Wen-Chi Lu, Ming-Hao Yang and Fei-Bin Hsiao Institute of Aeronautics and Astronautics, National Cheng

More information

CHAPTER 5 AUTOMATIC LANDING SYSTEM

CHAPTER 5 AUTOMATIC LANDING SYSTEM 117 CHAPTER 5 AUTOMATIC LANDING SYSTEM 51 INTRODUCTION The ultimate aim of both military and commercial aviation is allweather operation To achieve this goal, it should be possible to land the aircraft

More information

Experimental Study of Autonomous Target Pursuit with a Micro Fixed Wing Aircraft

Experimental Study of Autonomous Target Pursuit with a Micro Fixed Wing Aircraft Experimental Study of Autonomous Target Pursuit with a Micro Fixed Wing Aircraft Stanley Ng, Frank Lanke Fu Tarimo, and Mac Schwager Mechanical Engineering Department, Boston University, Boston, MA, 02215

More information

ENGG4420 END OF CHAPTER 1 QUESTIONS AND PROBLEMS

ENGG4420 END OF CHAPTER 1 QUESTIONS AND PROBLEMS CHAPTER 1 By Radu Muresan University of Guelph Page 1 ENGG4420 END OF CHAPTER 1 QUESTIONS AND PROBLEMS September 25 12 12:45 PM QUESTIONS SET 1 1. Give 3 advantages of feedback in control. 2. Give 2 disadvantages

More information

Procidia Control Solutions Dead Time Compensation

Procidia Control Solutions Dead Time Compensation APPLICATION DATA Procidia Control Solutions Dead Time Compensation AD353-127 Rev 2 April 2012 This application data sheet describes dead time compensation methods. A configuration can be developed within

More information

Flight Verification and Validation of an L1 All-Adaptive Flight Control System

Flight Verification and Validation of an L1 All-Adaptive Flight Control System Flight Verification and Validation of an L1 All-Adaptive Flight Control System Enric Xargay, Naira Hovakimyan Department of Aerospace Engineering University of Illinois at Urbana-Champaign e-mail: {xargay,

More information

Hardware Implementation of Automatic Control Systems using FPGAs

Hardware Implementation of Automatic Control Systems using FPGAs Hardware Implementation of Automatic Control Systems using FPGAs Lecturer PhD Eng. Ionel BOSTAN Lecturer PhD Eng. Florin-Marian BÎRLEANU Romania Disclaimer: This presentation tries to show the current

More information

TUNING OF PID CONTROLLER USING PSO AND ITS PERFORMANCES ON ELECTRO-HYDRAULIC SERVO SYSTEM

TUNING OF PID CONTROLLER USING PSO AND ITS PERFORMANCES ON ELECTRO-HYDRAULIC SERVO SYSTEM TUNING OF PID CONTROLLER USING PSO AND ITS PERFORMANCES ON ELECTRO-HYDRAULIC SERVO SYSTEM Neha Tandan 1, Kuldeep Kumar Swarnkar 2 1,2 Electrical Engineering Department 1,2, MITS, Gwalior Abstract PID controllers

More information

DC-DC converters represent a challenging field for sophisticated

DC-DC converters represent a challenging field for sophisticated 222 IEEE TRANSACTIONS ON CONTROL SYSTEMS TECHNOLOGY, VOL. 7, NO. 2, MARCH 1999 Design of a Robust Voltage Controller for a Buck-Boost Converter Using -Synthesis Simone Buso, Member, IEEE Abstract This

More information

STUDY OF FIXED WING AIRCRAFT DYNAMICS USING SYSTEM IDENTIFICATION APPROACH

STUDY OF FIXED WING AIRCRAFT DYNAMICS USING SYSTEM IDENTIFICATION APPROACH STUDY OF FIXED WING AIRCRAFT DYNAMICS USING SYSTEM IDENTIFICATION APPROACH A.Kaviyarasu 1, Dr.A.Saravan Kumar 2 1,2 Department of Aerospace Engineering, Madras Institute of Technology, Anna University,

More information

Study on Synchronous Generator Excitation Control Based on FLC

Study on Synchronous Generator Excitation Control Based on FLC World Journal of Engineering and Technology, 205, 3, 232-239 Published Online November 205 in SciRes. http://www.scirp.org/journal/wjet http://dx.doi.org/0.4236/wjet.205.34024 Study on Synchronous Generator

More information

Design of Different Controller for Cruise Control System

Design of Different Controller for Cruise Control System Design of Different Controller for Cruise Control System Anushek Kumar 1, Prof. (Dr.) Deoraj Kumar Tanti 2 1 Research Scholar, 2 Associate Professor 1,2 Electrical Department, Bit Sindri Dhanbad, (India)

More information

Loop Design. Chapter Introduction

Loop Design. Chapter Introduction Chapter 8 Loop Design 8.1 Introduction This is the first Chapter that deals with design and we will therefore start by some general aspects on design of engineering systems. Design is complicated because

More information

Position Control of a Hydraulic Servo System using PID Control

Position Control of a Hydraulic Servo System using PID Control Position Control of a Hydraulic Servo System using PID Control ABSTRACT Dechrit Maneetham Mechatronics Engineering Program Rajamangala University of Technology Thanyaburi Pathumthani, THAIAND. (E-mail:Dechrit_m@hotmail.com)

More information

CONTROL IMPROVEMENT OF UNDER-DAMPED SYSTEMS AND STRUCTURES BY INPUT SHAPING

CONTROL IMPROVEMENT OF UNDER-DAMPED SYSTEMS AND STRUCTURES BY INPUT SHAPING CONTROL IMPROVEMENT OF UNDER-DAMPED SYSTEMS AND STRUCTURES BY INPUT SHAPING Igor Arolovich a, Grigory Agranovich b Ariel University of Samaria a igor.arolovich@outlook.com, b agr@ariel.ac.il Abstract -

More information

Small Unmanned Aerial Vehicle Simulation Research

Small Unmanned Aerial Vehicle Simulation Research International Conference on Education, Management and Computer Science (ICEMC 2016) Small Unmanned Aerial Vehicle Simulation Research Shaojia Ju1, a and Min Ji1, b 1 Xijing University, Shaanxi Xi'an, 710123,

More information

Vehicle Speed Estimation Using GPS/RISS (Reduced Inertial Sensor System)

Vehicle Speed Estimation Using GPS/RISS (Reduced Inertial Sensor System) ISSC 2013, LYIT Letterkenny, June 20 21 Vehicle Speed Estimation Using GPS/RISS (Reduced Inertial Sensor System) Thomas O Kane and John V. Ringwood Department of Electronic Engineering National University

More information

TABLE OF CONTENTS CHAPTER TITLE PAGE DECLARATION DEDICATION ACKNOWLEDGEMENT ABSTRACT ABSTRAK

TABLE OF CONTENTS CHAPTER TITLE PAGE DECLARATION DEDICATION ACKNOWLEDGEMENT ABSTRACT ABSTRAK vii TABLES OF CONTENTS CHAPTER TITLE PAGE DECLARATION DEDICATION ACKNOWLEDGEMENT ABSTRACT ABSTRAK TABLE OF CONTENTS LIST OF TABLES LIST OF FIGURES LIST OF ABREVIATIONS LIST OF SYMBOLS LIST OF APPENDICES

More information

Modeling of an Adaptive Controller for an Aircraft Roll Control System using PID, Fuzzy-PID and Genetic Algorithm

Modeling of an Adaptive Controller for an Aircraft Roll Control System using PID, Fuzzy-PID and Genetic Algorithm IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 11, Issue 1, Ver.II (Jan. - Feb.2016), PP 15-24 www.iosrjournals.org Modeling of an Adaptive

More information

Simulation of GPS-based Launch Vehicle Trajectory Estimation using UNSW Kea GPS Receiver

Simulation of GPS-based Launch Vehicle Trajectory Estimation using UNSW Kea GPS Receiver Simulation of GPS-based Launch Vehicle Trajectory Estimation using UNSW Kea GPS Receiver Sanat Biswas Australian Centre for Space Engineering Research, UNSW Australia, s.biswas@unsw.edu.au Li Qiao School

More information

Intermediate Lateral Autopilots (I) Yaw orientation control

Intermediate Lateral Autopilots (I) Yaw orientation control Intermediate Lateral Autopilots (I) Yaw orientation control Yaw orientation autopilot Lateral autopilot for yaw maneuver Designed to have the aircraft follow the pilot's yaw rate command or hold the aircraft

More information

VARIABLE STRUCTURE CONTROL DESIGN OF PROCESS PLANT BASED ON SLIDING MODE APPROACH

VARIABLE STRUCTURE CONTROL DESIGN OF PROCESS PLANT BASED ON SLIDING MODE APPROACH VARIABLE STRUCTURE CONTROL DESIGN OF PROCESS PLANT BASED ON SLIDING MODE APPROACH H. H. TAHIR, A. A. A. AL-RAWI MECHATRONICS DEPARTMENT, CONTROL AND MECHATRONICS RESEARCH CENTRE, ELECTRONICS SYSTEMS AND

More information

System identification studies with the stiff wing minimutt Fenrir Flight 20

System identification studies with the stiff wing minimutt Fenrir Flight 20 SYSTEMS TECHNOLOGY, INC 3766 S. HAWTHORNE BOULEVARD HAWTHORNE, CALIFORNIA 925-783 PHONE (3) 679-228 email: sti@systemstech.com FAX (3) 644-3887 Working Paper 439- System identification studies with the

More information

Robust Control Design for Rotary Inverted Pendulum Balance

Robust Control Design for Rotary Inverted Pendulum Balance Indian Journal of Science and Technology, Vol 9(28), DOI: 1.17485/ijst/216/v9i28/9387, July 216 ISSN (Print) : 974-6846 ISSN (Online) : 974-5645 Robust Control Design for Rotary Inverted Pendulum Balance

More information

TUNING OF PID CONTROLLERS USING PARTICLE SWARM OPTIMIZATION

TUNING OF PID CONTROLLERS USING PARTICLE SWARM OPTIMIZATION TUNING OF PID CONTROLLERS USING PARTICLE SWARM OPTIMIZATION 1 K.LAKSHMI SOWJANYA, 2 L.RAVI SRINIVAS M.Tech Student, Department of Electrical & Electronics Engineering, Gudlavalleru Engineering College,

More information

Helicopter Pitch Control System

Helicopter Pitch Control System Helicopter Pitch Control System Nenad Popovich, Christian R. Bonaobra Abstract The helicopter was subjected to a few different optimization methods such as Root Locus, Ziegler-Nichols Tuning method, Systematic

More information

CHAPTER 3 WAVELET TRANSFORM BASED CONTROLLER FOR INDUCTION MOTOR DRIVES

CHAPTER 3 WAVELET TRANSFORM BASED CONTROLLER FOR INDUCTION MOTOR DRIVES 49 CHAPTER 3 WAVELET TRANSFORM BASED CONTROLLER FOR INDUCTION MOTOR DRIVES 3.1 INTRODUCTION The wavelet transform is a very popular tool for signal processing and analysis. It is widely used for the analysis

More information

An Airborne Laboratory for Undergraduate and Postgraduate Education

An Airborne Laboratory for Undergraduate and Postgraduate Education An Airborne Laboratory for Undergraduate and Postgraduate Education Michael Harrap UNSW@ADFA, Canberra, Australia m.harrap@adfa.edu.au Abstract: This paper provides an overview of the Flight Laboratory

More information

5 Lab 5: Position Control Systems - Week 2

5 Lab 5: Position Control Systems - Week 2 5 Lab 5: Position Control Systems - Week 2 5.7 Introduction In this lab, you will convert the DC motor to an electromechanical positioning actuator by properly designing and implementing a proportional

More information

ARIES: Aerial Reconnaissance Instrumental Electronics System

ARIES: Aerial Reconnaissance Instrumental Electronics System ARIES: Aerial Reconnaissance Instrumental Electronics System Marissa Van Luvender *, Kane Cheung, Hao Lam, Enzo Casa, Matt Scott, Bidho Embaie #, California Polytechnic University Pomona, Pomona, CA, 92504

More information

EE 482 : CONTROL SYSTEMS Lab Manual

EE 482 : CONTROL SYSTEMS Lab Manual University of Bahrain College of Engineering Dept. of Electrical and Electronics Engineering EE 482 : CONTROL SYSTEMS Lab Manual Dr. Ebrahim Al-Gallaf Assistance Professor of Intelligent Control and Robotics

More information

WING rock is a highly nonlinear aerodynamic phenomenon,

WING rock is a highly nonlinear aerodynamic phenomenon, IEEE TRANSACTIONS ON CONTROL SYSTEMS TECHNOLOGY, VOL. 6, NO. 5, SEPTEMBER 1998 671 Suppression of Wing Rock of Slender Delta Wings Using a Single Neuron Controller Santosh V. Joshi, A. G. Sreenatha, and

More information

Comparative Analysis of a PID Controller using Ziegler- Nichols and Auto Turning Method

Comparative Analysis of a PID Controller using Ziegler- Nichols and Auto Turning Method International Academic Institute for Science and Technology International Academic Journal of Science and Engineering Vol. 3, No. 10, 2016, pp. 1-16. ISSN 2454-3896 International Academic Journal of Science

More information

Connected and Autonomous Technology Evaluation Center (CAVTEC) Overview. TennSMART Spring Meeting April 9 th, 2019

Connected and Autonomous Technology Evaluation Center (CAVTEC) Overview. TennSMART Spring Meeting April 9 th, 2019 Connected and Autonomous Technology Evaluation Center (CAVTEC) Overview TennSMART Spring Meeting April 9 th, 2019 Location Location Location Tennessee s Portal to Aerospace & Defense Technologies Mach

More information