Design and Implementation of a Servo System by Sensor Field Oriented Control of a BLDC Motor

Total Page:16

File Type:pdf, Size:1020Kb

Design and Implementation of a Servo System by Sensor Field Oriented Control of a BLDC Motor UPTEC F 14051 Examensarbete 30 hp November 2014 Design and implementation of a servo system by Sensor Field Oriented Control of a BLDC motor Per Eriksson Abstract Design and implementation of a servo system by Sensor Field Oriented Control of a BLDC motor Per Eriksson Teknisk- naturvetenskaplig fakultet UTH-enheten A servo system intended to steer antennas on board ships is designed, built and tested. It uses a Brushless Direct Current (BLDC) motor with an encoder to keep Besöksadress: track of its position, and Field Oriented Control (FOC) implemented on Toshibas Ångströmlaboratoriet Lägerhyddsvägen 1 microprocessor TMPM373 in order to control the current flowing to the motor. The Hus 4, Plan 0 servo system will be connected in cascade to another already existing servo system and controlled with two input signals. The first signal determines if the antenna axis Postadress: should rotate clockwise or counter clockwise. The second signal is a stream of pulses, Box 536 751 21 Uppsala where each pulse means that the motor should move one encoder point. Telefon: A printed circuit board is designed and built to complete these tasks. A proportional 018 – 471 30 03 -integral regulator is used to control the position of the motor, using the position Telefax: error as the controller input. The servo system is tested. The performance of the 018 – 471 30 00 resulting servo system is sufficient to satisfy the required position error limit of 0.5 degrees. In order to reduce the periodic disturbances presented in the system in Hemsida: experiments, Iterative Learning Control (ILC) is implemented. It is shown that using http://www.teknat.uu.se/student ILC further decreases the position error. Handledare: Sven-Åke Eriksson Ämnesgranskare: Ping Wu Examinator: Tomas Nyberg ISSN: 1401-5757, UPTEC F14 051 Sammanfattning Ett servosystem tänkt att användas för att rikta antenner ombord på båtar är designat, byggt och testat. Det använder en borstlös likströmsmotor (BLDC) med en encoder som håller reda på dess position, och Field Oriented Control (FOC) implementerad på Toshibas mikroprocessor TMPM373 för att kontrollera strömmen som går in i motorn. Servosystemet kaskadkopplas tillsammans med ett annat redan existe- rande servosystem och styrs med hjälp av två signaler. Den första signalen bestämmer om antennaxeln ska svänga medsol eller motsol. Den andra signalen är en ström av pulser, där varje puls betyder att motor ska ytta sig ett encodersteg. Ett kretskort med all nödvändig hårdvara för detta är designat och byggt. För att styra positionen av motorn används en proportionell-integrerande regulator där styrsignalen är positionsfelet. Servosystemet testas och resultatet är ett servosystem vars positionsfel nästan alltid håller sig under kravet på 0:5 graders fel. För att minska de periodiska störningarna i positionsfelet som visat sig i systemet under experimenten så implementeras algoritmen Iterative Learning Control, som visar sig minska positionsfelet ytterligare. 1 Contents 1 Introduction 4 1.1 Background . 4 1.2 Purposes and goals . 5 1.3 Methodology . 5 1.4 Thesis outline . 5 2 Working principles and theories 7 2.1 Servo systems . 7 2.2 Brushless Direct Current Motor . 8 2.3 Field Oriented Control (FOC) . 10 2.4 Encoder . 12 2.5 Space Vector Pulse Width Modulation . 12 2.5.1 The three-phase inverter . 12 2.5.2 Space Vector Pulse Width Modulation . 13 2.6 Current Measurement . 15 2.7 Torque ripples . 16 2.8 Controllers . 17 2.8.1 PI controller . 17 2.8.2 Iterative learning control (ILC) . 17 3 Implementation 18 3.1 Project Specications . 18 3.2 Motor Specications . 18 3.3 Pulse-width modulation . 18 3.4 Computer Communication . 19 3.5 Current Measurement . 19 3.6 First design . 21 3.7 Second design . 21 3.8 Programming . 23 3.8.1 Main method . 23 3.8.2 Vector Engine . 25 3.8.3 Key press detection loop . 26 3.8.4 Field Oriented Control loop . 26 4 Experiments 29 4.1 Setup . 29 4.2 Testing the rst design . 29 4.3 Testing the second design . 31 4.3.1 Determination of current PI controller settings . 31 4.3.2 Determination of speed PI controller settings . 32 4.3.3 Iterative Learning Control in order to reduce periodic disturbances . 33 2 5 Results and Discussion 36 5.1 Dead-time aecting the performance . 36 6 Conclusions and suggestions for future work 38 6.1 Conclusions . 38 6.2 Suggestions for future work . 38 3 Chapter 1 Introduction 1.1 Background Research Electronics is a company that delivers electronics tailored to customer requirements. These include control and regulation devices that require high speed and precision, or measuring equipment used in extreme environments. The company has developed a two-way satellite communication system in order to provide broadband for ships out in the sea. The motion of the ships' decks makes this quite a dicult task, and most existing antenna system solutions are driven from the center of rotation of the antenna dish. The solution presented by Research Electronics is not following this norm, and the servo motors are instead placed as far as possible from the center of rotation. This improves the pointing accuracy but requires the servo system to be able to achieve a very low positioning error. There are solutions available today on the market, that are able to meet the requirements. Unfortunately they are quite expensive and often comes with extra features not needed for this purpose, such as various lter types used to modify the behaivour of the system and analog inputs to control the speed and torque. As an example, the hardware required for KVHs 4 Mbps maritime broadband solution TracPhone V11 costs 75000 USD. Therefore, Research Electronics has decided to build this system itself. This could reduce the cost of the servo system by 90% or more by using cheap but ecient components and creating the control systems. The servo system that the present thesis project is concerned with is schematically shown in Figure 1.1. The system consists of two servo systems connected in cascade in a closed feedback loop. Both systems have a similar setup, with encoders that keep track of positions. The inner encoder is connected directly to the motor while the outer encoder is connected to the antenna axis. For a satellite dish control system, each cascaded servo system needs to be connected to an antenna axis. A basic component in any servo system is a variable speed drive, which consists of a motor and a controller. Vector control of AC motors was rst developed by K. Hasse and F. Blaschke in the early 1970s. Vector control is a variable speed drive control system where the stator currents of three-phase AC motors are identied as two orthogonal components which can be visualized as a vector. Two dierent branches of vector control emerged during the 1980s, Field-Oriented Control (FOC) and Direct Torque Control (DTC). In DTC the speed is controlled by estimating the magnetic ux and torque of the motor based on the measured voltage and current. The drawbacks of DTC are that it is dicult to use at low speeds, and produces high torque and current ripples [1]. You also need a very good current sensor if DTC is to be used in a high performance application, which increases the cost of the required hardware. FOC can be used in many dierent ways. It is possible to implement FOC using either synchronous (brushless) or induction (brushed) motors. In both of these cases, you can also make the choice of using sensors or not. Sensorless control requires derivation of rotor speed by measured stator voltage and currents. In this project a brushless DC motor and sensor FOC are used. 4 Figure 1.1: The complete servo system, in which the inner servo system for controlling the motor (inside the dashed rectangle) is the focus of this project. 1.2 Purposes and goals The purpose of this project is to develop a servo system, which is the inner part of the bigger system shown in Figure 1.1. The maximum position error of the servo system in this project needs to be at most 0:5 degrees, and the system operates at up to ve revolutions per second. The goal of this thesis project is to develop a prototype of such a servo system, which can be further developed into a nal system that can be used in the above mentioned communication system to control the antenna rotation with the requirements fullled. 1.3 Methodology The components used in this project were carefully chosen based on the requirements. The microprocessor TMPM373 from Toshiba was chosen because it has specic on-chip hardware designed for the purpose of Field Oriented Control. A BLDC motor was chosen because of it's high power to weigth and torque to current ratios. Sensor FOC was chosen above sensorless FOC because of the unreliability of sensorless FOC at low speeds if you do not use expensive and heavy current measurement components. The goal when designing the printed circuit board was to reduce electromagnetic interference and current uctuations as much as possible. This was done by creating return paths for the currents used in the motor in a satisfactory way, by linking the upper and lower layers of the board with multiple holes. Several capacitors were also placed on the board with the sole reason of acting as buers for the spiky current consumption of integrated circuits. Finally, separate channels provided current to the CPU, the integrated circuits and the motor current so that any disturbances in one part would not disturb the other parts. The servo system is built upon a brushless direct current motor with an encoder that keeps track of the rotor position with a resolution of 8192 points per revolution.
Recommended publications
  • Naval Postgraduate School
    NPS-97-06-003 NAVAL POSTGRADUATE SCHOOL MONTEREY, CALIFORNIA SHIP ANTI BALLISTIC MISSILE RESPONSE (SABR) by LT Allen P. Johnson LT David C. Leiker LT Bryan Breeden ENS Parker Carlisle LT Willard Earl Duff ENS Michael Diersing LT Paul F. Fischer ENS Ryan Devlin LT Nathan Hornback ENS Christopher Glenn TDSI Students LT Chris Hoffmeister, USN LT John Kelly, USN LTC Tay Boon Chong, SAF LTC Yap Kwee Chye, SAF MAJ Phang Nyit Sing, SAF CPT Low Wee Meng, SAF CPT Ang Keng-ern, SAF CPT Ohad Berman, IDF Mr. Fann Chee Meng, DSTA, Singapore Mr. Chin Chee Kian, DSTA, Singapore Mr. Yeo Jiunn Wah, DSTA, Singapore June 2006 Approved for public release; distribution is unlimited. Prepared for: Deputy Chief of Naval Operations for Warfare Requirements and Programs (OPNAV N7), 2000 Navy Pentagon, Rm. 4E392, Washington, D.C. 20350-2000 THIS PAGE INTENTIONALLY LEFT BLANK REPORT DOCUMENTATION PAGE Form Approved OMB No. 0704-0188 Public reporting burden for this collection of information is estimated to average 1 hour per response, including the time for reviewing instruction, searching existing data sources, gathering and maintaining the data needed, and completing and reviewing the collection of information. Send comments regarding this burden estimate or any other aspect of this collection of information, including suggestions for reducing this burden, to Washington Headquarters Services, Directorate for Information Operations and Reports, 1215 Jefferson Davis Highway, Suite 1204, Arlington, VA 22202-4302, and to the Office of Management and Budget, Paperwork Reduction Project (0704-0188) Washington, DC 20503. 1. AGENCY USE ONLY (Leave blank) 2. REPORT DATE 3.
    [Show full text]
  • Control of DC Servomotor
    Control of DC Servomotor Report submitted in partial fulfilment of the requirement to the degree of B.SC In Electrical and Electronic Engineering Under the supervision of Dr. Abdarahman Ali Karrar By Mohammed Sami Hassan Elhakim To Department of Electrical and Electronic Engineering University of Khartoum July 2008 Dedication I would like to take this opportunity to write these humble words that are unworthy of expressing my deepest gratitude for all those who made this possible. First of all I would like to thank god for my general existence and everything else around and within me. Second I would like to thank my beloved parents(Sami & Sawsan), my brothers (Tarig & Hassan), and my sister (Latifa), thank you so much for your support, guidance and care, you were always there to make me feel better and encourage me. I would like also to thanks all my friends inside and out Khartoum university, thank you for your patients tolerance and understanding, for your endless love that has stretched so far, for easing my pain and pulling me through. A special thanks to my partner Muzaab Hashiem without his help and advice i won’t be able to do what i did, thank you for being an ideal partner, friend and bother. Last but not the least i would like to thank my supervisor Dr. Karar and all those who helped me throughout this project, thank you for filling my mind with this rich knowledge. Mohammed Sami Hassan Elhakim. I Acknowledgement The first word goes to God the Almighty for bringing me to this world and guiding me as i reached this stage in my life and for making me live and see this work.
    [Show full text]
  • Vector Control of an Induction Motor Based on a DSP
    Vector Control of an Induction Motor based on a DSP Master of Science Thesis QIAN CHENG LEI YUAN Department of Energy and Environment Division of Electric Power Engineering CHALMERS UNIVERSITY OF TECHNOLOGY G¨oteborg, Sweden 2011 Vector Control of an Induction Motor based on a DSP QIAN CHENG LEI YUAN Department of Energy and Environment Division of Electric Power Engineering CHALMERS UNIVERSITY OF TECHNOLOGY G¨oteborg, Sweden 2011 Vector Control of an Induction Motor based on a DSP QIAN CHENG LEI YUAN © QIAN CHENG LEI YUAN, 2011. Department of Energy and Environment Division of Electric Power Engineering Chalmers University of Technology SE–412 96 G¨oteborg Sweden Telephone +46 (0)31–772 1000 Chalmers Bibliotek, Reproservice G¨oteborg, Sweden 2011 Vector Control of an Induction Motor based on a DSP QIAN CHENG LEI YUAN Department of Energy and Environment Division of Electric Power Engineering Chalmers University of Technology Abstract In this thesis project, a vector control system for an induction motor is implemented on an evaluation board. By comparing the pros and cons of eight candidates of evaluation boards, the TMS320F28335 DSP Experimenter Kit is selected as the digital controller of the vector control system. Necessary peripheral and interface circuits are built for the signal measurement, the three-phase inverter control and the system protection. These circuits work appropriately except that the conditioning circuit for analog-to-digital con- version contains too much noise. At the stage of the control algorithm design, the designed vector control system is simulated in Matlab/Simulink with both S-function and Simulink blocks. The simulation results meet the design specifications well.
    [Show full text]
  • Abstract Controlling Ac Motor Using Arduino
    ABSTRACT CONTROLLING AC MOTOR USING ARDUINO MICROCONTROLLER Nithesh Reddy Nannuri, M.S. Department of Electrical Engineering Northern Illinois University, 2014 Donald S Zinger, Director Space vector modulation (SVM) is a technique used for generating alternating current waveforms to control pulse width modulation signals (PWM). It provides better results of PWM signals compared to other techniques. CORDIC algorithm calculates hyperbolic and trigonometric functions of sine, cosine, magnitude and phase using bit shift, addition and multiplication operations. This thesis implements SVM with Arduino microcontroller using CORDIC algorithm. This algorithm is used to calculate the PWM timing signals which are used to control the motor. Comparison of the time taken to calculate sinusoidal signal using Arduino and CORDIC algorithm was also done. NORTHERN ILLINOIS UNIVERSITY DEKALB, ILLINOIS DECEMBER 2014 CONTROLLING AC MOTOR USING ARDUINO MICROCONTROLLER BY NITHESH REDDY NANNURI ©2014 Nithesh Reddy Nannuri A THESIS SUBMITTED TO THE GRADUATE SCHOOL IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE MASTER OF SCIENCE DEPARTMENT OF ELECTRICAL ENGINEERING Thesis Director: Dr. Donald S Zinger ACKNOWLEDGEMENTS I would like to express my sincere gratitude to Dr. Donald S. Zinger for his continuous support and guidance in this thesis work as well as throughout my graduate study. I would like to thank Dr. Martin Kocanda and Dr. Peng-Yung Woo for serving as members of my thesis committee. I would like to thank my family for their unconditional love, continuous support, enduring patience and inspiring words. Finally, I would like to thank my friends and everyone who has directly or indirectly helped me for their cooperation in completing the thesis.
    [Show full text]
  • DC Servo Motor Modeling
    MODELING DC SERVOMOTORS CONTROL SYSTEMS TECH NOTE © Dr. Russ Meier, MSOE INTRODUCTION A DC motor is an actuator that converts electrical energy to mechanical rotation using the principles of electromagnetism. The circuit symbol for a DC motor is shown in Figure 1. + Va M - Figure 1: Circuit symbol for a DC servomotor The learning objectives of this technical note are: 1. Draw the equivalent DC servomotor circuit theory model. 2. State the equations of motion used to derive the electromechanical transfer function in the time domain and the s-domain. 3. Draw the DC servomotor signal block diagram. 4. Derive the DC servomotor electromechanical transfer function. CIRCUIT THEORY MODEL The circuit shown in Figure 2 models the DC servomotor. Note that an armature control current is created when the armature control voltage, Va, energizes the motor. The current flow through a series-connected Ra La + + Tm Va Vb R θ m - - Figure 2: DC servomotor circuit theory model armature resistance, an armature inductance, and the rotational component (the rotor) of the motor. The rotor shaft is typically drawn to the right with the torque (Tm) and angular displacement (θm) variables shown. The motor transfer function is the ratio of angular displacement to armature voltage. Figure 3: The DC servomotor transfer function EQUATIONS OF MOTION Three equations of motion are fundamental to the derivation of the transfer function. Relationships between torque and current, voltage and angular displacement, and torque and system inertias are used. Torque is proportional to the armature current. The constant of proportionality is called the torque constant and is given the symbol Kt.
    [Show full text]
  • A DSP Based Servo System Using Permanent Magnet Synchronous
    A DSP Based Servo System Using Permanent Magnet Synchronous Motors PMSM Longya Xu, Minghua Fu, and Li Zhen The Ohio State University Department of Electrical Engineering 2015 Neil Avenue Columbus, OH 43210 Abstract- A digital servo system using a Digital Signal Pro cessor DSP is presented in this pap er. A Permanent Magnet Synchronous Motor PMSM with rotor p osition enco der and Hall sensor is used. The eld oriented vector control technique is employed to achieve robust p erformance and fast torque resp onse. The system uses p osition and sp eed regulations as the system outer lo op, and the current regulation with vector control as the inner lo op. A DSP system using TI's TMS320C240 is develop ed, and the prop osed digital control strategy is implemented in the DSP. Key Words: Vector Control, Motion Control, Servo System, Digital Control, Permanent Mag- net Synchronous Motor PMSM, Digital Signal Pro cessor DSP I. Intro duction Precise motion control plays an imp ortant role in various areas such as automation industry, semiconductor industry, etc. Permanent magnet synchronous motors PMSM are ideal for advanced motion control systems for their p otentials of high eciency, high torque to current ratio, and low inertia. Advances in Digital Signal Pro cessors DSP have greatly enhanced the p otential of PMSM in servo applications. Digital control can b e implemented in the DSP, which makes it sup erior to analog based stepp er control, since the controller is much more compact, reliable, and exible. High p erformance of PMSM can be obtained by means of eld oriented vector control, which is only realizable in a digital based system.
    [Show full text]
  • Direct Drive Dc Torque Servo Motors
    DIRECT DRIVE DC TORQUE SERVO MOTORS QT- Series Rare Earth Magnet Motors DIRECT DRIVE DC SERVO MOTORS The Direct Drive DC Torque motor is a servo actuator which can be directly attached to the load it drives. It has a permanent magnet (PM) field and a wound armature which act together to convert electrical power to torque. This torque can then be utilized in positioning or speed control systems. In general, torque motors are deigned for three different types of operation: » High stall torque (“stand-still” operation) for positioning systems » High torque at low speeds for speed control systems » Optimum torque at high speed for positioning, rate, or tensioning systems SUPERIOR QUALITY With the widest range of standard and custom motion solutions, we collaborate with you to deploy rugged, battle-worthy systems engineered and built to meet your singular requirements. Kollmorgen provides direct drive servo motor solutions for the following applications: » Weapons stations and gun turrets » Missile guidance and precision-guided munitions » Radar pedestals and tracking stations » Unmanned ground, aerial and undersea vehicles » Ground vehicles and sea systems » Aircraft and spacecraft systems » Camera gimbals » IR countermeasure platforms » Laser weapon platforms QT- Series D irect Drive DC Servo Motors Advantages of Direct Drive DC Torque Motors Direct drive torque motors are particularly suited for servo system applications where it is desirable to minimize size, weight, power and response time, and to maximize rate and position accuracies. Frameless motors range from 28.7mm (1.13in) OD weighing 1.4 ounces (.0875 lbs) to a 4067 N-m (3000 lb-ft) unit with a 1067mm (42in) OD and a 660.4mm (26in) open bore ID.
    [Show full text]
  • Field Oriented Control 3-Phase Ac-Motors
    Field Orientated Control of 3-Phase AC-Motors Literature Number: BPRA073 Texas Instruments Europe February 1998 IMPORTANT NOTICE Texas Instruments (TI) reserves the right to make changes to its products or to discontinue any semiconductor product or service without notice, and advises its customers to obtain the latest version of relevant information to verify, before placing orders, that the information being relied on is current. TI warrants performance of its semiconductor products and related software to the specifications applicable at the time of sale in accordance with TI's standard warranty. Testing and other quality control techniques are utilized to the extent TI deems necessary to support this warranty. Specific testing of all parameters of each device is not necessarily performed, except those mandated by government requirements. Certain applications using semiconductor products may involve potential risks of death, personal injury, or severe property or environmental damage ("Critical Applications"). TI SEMICONDUCTOR PRODUCTS ARE NOT DESIGNED, INTENDED, AUTHORIZED, OR WARRANTED TO BE SUITABLE FOR USE IN LIFE-SUPPORT APPLICATIONS, DEVICES OR SYSTEMS OR OTHER CRITICAL APPLICATIONS. Inclusion of TI products in such applications is understood to be fully at the risk of the customer. Use of TI products in such applications requires the written approval of an appropriate TI officer. Questions concerning potential risk applications should be directed to TI through a local SC sales office. In order to minimize risks associated with the customer's applications, adequate design and operating safeguards should be provided by the customer to minimize inherent or procedural hazards. TI assumes no liability for applications assistance, customer product design, software performance, or infringement of patents or services described herein.
    [Show full text]
  • Permanent Magnet Servomotor and Induction Motor Considerations
    Permanent Magnet Servomotor and Induction Motor Considerations Kollmorgen B-104 PM Brushless Servomotor at 0.4 HP Kollmorgen M-828 PM Brushless Rotor Kollmorgen B-802 PM Brushless Servomotor at 15 HP Kollmorgen B-808 PM Brushless Rotor Permanent Magnet Servomotor and Induction Motor Considerations 1 Lee Stephens, Senior Motion Control Engineer Permanent Magnet Servomotor and Induction Motor Considerations Motion long considered a mainstay of induction motors, encroachment in the area of 50 HP and greater have been seen recently for some applications by permanent magnet (PM) servomotors. These applications usually have dynamic considerations that require position-time closed loop and high accelerations. When accelerating large loads, permanent magnet servomotors can work with very high load to inertia ratios and still maintain performance requirements. Having a lower inertia typically will allow for less permanent magnet motor can result in a greater torque energy wasted within the motor. Torque (τ), is the density than an equivalent induction system. If size product of inertia (j) and rotary acceleration (α). If you matters, then perhaps a system should use one require inertia matching, ½ of your energy is wasted technology over another. Speaking of size, the inertia accelerating the motor alone. If the inertia ratio from ratio can be an important figure of merit should motor to load is large, then control schemes must be dynamic needs arise. If you are going to have high dynamic enough to prevent the larger load from driving accelerations and decelerations, the size of the rotor the motor as opposed to the motor controlling the load. will significantly increase the inertia and decrease the Tradeoffs and knowing what can be negotiated.
    [Show full text]
  • Electromechanical Thrust Vector Control Systems for the Vega-C Launcher
    DOI: 10.13009/EUCASS2019-186 8TH EUROPEAN CONFERENCE FOR AERONAUTICS AND SPACE SCIENCES (EUCASS) Electromechanical Thrust Vector Control Systems for the Vega-C launcher Gael Dée *, Tillo Vanthuyne ** , Alessandro Potini ***, Ignasi Pardos ****, Guerric De Crombrugghe ***** * SABCA Haachtsesteenweg 1470, 1130 Brussels. Email: [email protected] ** SABCA Haachtsesteenweg 1470, 1130 Brussels. Email: [email protected] *** AVIO Via degli Esplosivi, 1 Colleferro (RM), Italy. Email: [email protected] **** ESA/ESRIN Largo Galileo Galilei 1, 00044 Frascati, Italy. Email: [email protected] ***** SABCA Haachtsesteenweg 1470, 1130 Brussels. Email: [email protected] Abstract SABCA has designed electrical Thrust Vector Control (TVC) systems for the new VEGA-C launcher stages, based on the experience and lessons learned of the VEGA TVCs in operation since the first VEGA flight in February 2012. The paper presents the main drivers and lessons learned introduced in the design of this new generation of TVC systems. 1. Introduction The VEGA-C launcher, currently under development, is the evolution of the VEGA European launcher. It has been introduced to Increase performances, with a 2200 kg load capacity in LEO (a 700 kg increase with regard to VEGA) Reduce operating costs Reduce dependency on non-European sources Like VEGA, VEGA-C consists of 3 stages based on solid propulsion engines and a 4th stage based on a liquid propulsion engine. The first stage is based on the new P120C solid rocket motor, which is the largest monolithic carbon fibre SRM ever built. The P120C motor is also used as booster for the new Ariane 6 launcher, serving as a common building block for both launchers.
    [Show full text]
  • Rita MBAYED Contribution to the Control of the Hybrid Excitation
    Année 2012 UNIVERSITE DE CERGY PONTOISE THESE Présentée pour obtenir le grade de DOCTEUR DE L’UNIVERSITE DE CERGY PONTOISE Ecole doctorale: Sciences et Ingénierie Spécialité: Génie Electrique Soutenance publique prévue le 12 Décembre 2012 Par Rita MBAYED Contribution to the Control of the Hybrid Excitation Synchronous Machine for Embedded Applications JURY Rapporteurs : Prof. Gérard CHAMPENOIS Université de Poitiers Prof. Eric SEMAIL Ecole Nationale d'Arts et Métiers ParisTech Examinateurs : Prof. Francis LABRIQUE Université Catholique de Louvain Prof. Mohamed GABSI Ecole Normale Supérieure Cachan Dr. Vincent LANFRANCHI Université de Technologie de Compiègne Directeur de thèse : Prof. Eric MONMASSON Université de Cergy Pontoise Co-directeurs : Prof. GeorgesSALLOUM Université Libanaise Dr. Lionel VIDO Université de Cergy Pontoise Laboratoire SATIE - UCP/UMR 8029, 1 rue d’Eragny, 95031 Neuville sur Oise France The secret is comprised in three words: Work, finish, publish. Michael Faraday Ere many generations pass, our machinery will be driven by a power obtainable at any point of the universe. This idea is not novel. Men have been led to it long ago by instinct or reason; it has been expressed in many ways, and in many places, in the history of old and new. We find it in the delightful myth of Antheus, who derives power from the earth; we find it among the subtle speculations of one of your splendid mathematicians and in many hints and statements of thinkers of the present time. Throughout space there is energy. Is this energy static or kinetic? If static our hopes are in vain; if kinetic - and this we know it is, for certain - then it is a mere question of time when men will succeed in attaching their machinery to the very wheelwork of nature.
    [Show full text]
  • Comprehensive Report
    front cover_light box_volume black Comprehensive Report of the Special Advisor to the DCI on Iraq’s WMD With Addendums 30 September 2004 volume II of III Final Cut 8.5 X 11 with Full Bleed For sale by the Superintendent of Documents, U.S. Government Office Internet: bookstore.gpo.gov Phone: toll free (866) 512-1800: DC area (202)512-1800 Fax: (202) 512-2250 Mail: Stop SSOP. Washington, DC 20402-00001 ISBN-13: 978-0-16-072488-6 / ISBN-10: 0-16-072488-0 (Vol. 1) ISBN-13: 978-0-16-072489-3 / ISBN-10: 0-16-072489-9 (Vol. 2) ISBN-13: 978-0-16-072490-9 / ISBN-10: 0-16-072490-2 (Vol. 3) ISBN-13: 978-0-16-072491-6 / ISBN-10: 0-16-072491-0 (Addendum) ISBN-13: 978-0-16-072492-3 / ISBN-10: 0-16-072492-9 (Set) Delivery Systems Still, I believe that the Arab nation has a right to ask: Delivery Systems thirty nine missiles? Who will fi re the Fortieth? Saddam Husayn This page intentionally left blank. Contents Key Findings............................................................................................................................................ 1 Evolution of Iraq’s Delivery Systems........................................................................................... 3 The Regime Strategy and WMD Timeline.......................................................................... 3 Ambition (1980-91) ............................................................................................................ 3 Decline (1991-96) ...............................................................................................................4
    [Show full text]