Motor Control Application Rev.1.02 Oct

Total Page:16

File Type:pdf, Size:1020Kb

Motor Control Application Rev.1.02 Oct APPLICATION NOTE R01AN3786EJ0102 Motor Control Application Rev.1.02 Oct. 31,2018 Sensorless Vector Control for Permanent Magnet Synchronous Motor (Algorithm) Summary This application note explains the speed control algorithm in the sensorless vector control software for permanent magnet synchronous motor (PMSM) using Renesas Electronics Corporation’s microcontroller. Contents 1. Overview .......................................................................................................................................... 2 2. PMSM Fundamental Model ............................................................................................................. 2 3. Control System Design ................................................................................................................... 5 4. Sensorless Vector Control ........................................................................................................... 10 R01AN3786EJ0102 Rev.1.02 Page 1 of 21 Oct. 31,2018 Motor Control Application Sensorless Vector Control for Permanent Magnet Synchronous Motor (Algorithm) 1. Overview This application note explains the speed control algorithm in the sensorless vector control software for permanent magnetic synchronous motor (PMSM) using Renesas Electronics Corporation’s microcontroller. 2. PMSM Fundamental Equation 2.1 PMSM Model in Three-Phase (U, V, W) Coordinate Voltage equation of the permanent magnet synchronous motor having sinusoidal magnetic flux distribution (Figure 2-1) can be expressed as follows. U axis iU Ra LU MWU θ MUV N S LV iW Ra LW Ra MVW V axis W axis iV Figure 2-1 Conceptual Diagram of Three-Phase Permanent Magnet Synchronous Motor 푣푢 푖푢 휙푢 [푣푣 ] = 푅푎 [푖푣 ] + 푝 [휙푣 ] 푣푤 푖푤 휙푤 휙푢 퐿푢 푀푢푣 푀푤푢 푖푢 푐표푠휃 [휙푣 ] = [푀푢푣 퐿푣 푀푣푤] [푖푣 ] + 휓 [cos⁡(휃 − 2휋/3)] 휙푤 푀푤푢 푀푣푤 퐿푤 푖푤 cos⁡(휃 + 2휋/3) 푣푢, 푣푣, 푣푤:Stator phase voltage 퐿푢, 퐿푣, 퐿푤:Stator phase self-inductance 푖푢, 푖푣, 푖푤:Stator phase current 푀푢푣, 푀푣푤, 푀푤푢:Mutual inductance 휙푢, 휙푣, 휙푤:Stator phase interlinkage flux 휓:Maximum flux linkage due to permanent magnet 푅푎:Stator phase resistance 휃:Rotor electrical angle from phase U 푝:Differential operator R01AN3786EJ0102 Rev.1.02 Page 2 of 21 Oct. 31,2018 Motor Control Application Sensorless Vector Control for Permanent Magnet Synchronous Motor (Algorithm) 2.2 PMSM Model in Direct-Quadrature (d, q) Coordinate Vector control is a method to control the motor on the two-phase (d, q) coordinate system instead of the three-phase (u,v,w) coordinate system. The d-axis is set in the direction of the magnetic flux (N pole) of the permanent magnet and the q-axis is set in the direction which progresses by 90 degrees (electrical) in the forward direction of the angle θ from the d-axis. d axis Ra id Ld Lq Ra N q axis S iq Figure 2-2 Conceptual Diagram of the Two-Phase Direct Current Motor The coordinate transformation is performed by the following transformation matrix. 2 푐표푠휃 cos⁡(휃 − 2휋/3) cos⁡(휃 + 2휋/3) 퐶 = √ [ ] 3 −푠푖푛휃 −sin⁡(휃 − 2휋/3) −sin⁡(휃 + 2휋/3) 푣푢 푣푑 [ ] = 퐶 [푣푣 ] 푣푞 푣푤 The voltage equation in the two-phase (d, q) coordinate system is obtained as follows. 푣푑 푅푎 + 푝퐿푑 −휔퐿푞 푖 0 [ ] = [ ] [ 푑] + [ ] 푣푞 휔퐿푑 푅푎 + 푝퐿푞 푖푞 휔휓푎 푣푑, 푣푞:d-axis and q-axis voltage 퐿푑, 퐿푞:d-axis and q-axis inductance 푖 , 푖 :d-axis and q-axis current 3(퐿 − 퐿 ) 3(퐿 + 퐿 ) 푑 푞 퐿 = 푙 + 푎 푎푠 , 퐿 = 푙 + 푎 푎푠 푑 푎 2 푞 푎 2 푅푎:Stator phase resistance 휓a:Flux linkage due to permanent magnet ω:Angular speed 3 휓 = √ 휓 a 2 R01AN3786EJ0102 Rev.1.02 Page 3 of 21 Oct. 31,2018 Motor Control Application Sensorless Vector Control for Permanent Magnet Synchronous Motor (Algorithm) Based on this, it can be considered that alternate current flowing in the stationary three-phase stator is equivalent to direct current flowing in the two-phase stator rotating synchronously with the permanent magnet operating as a rotor. The generated torque can be written as follows from the exterior product of the electric current vector and armature inter- linkage magnetic flux. The first term on the right side of this formula is called magnet torque and the second term on the right side of this formula is called reluctance torque. 푇 = 푃푛{휓푎푖푞 + (퐿푑 − 퐿푞)푖푑푖푞} 푇:Motor torque 푃푛:Number of pole pairs The PMSM which has no difference between the d-axis and q-axis inductances is defined as non-salient PMSM. In this case, as the reluctance torque is 0, the total torque is proportional to the q-axis current. Due to this, the q-axis current is called torque current. In two-phase (d, q) phase coordinate, the d-axis flux is sum of permanent magnet flux and flux generated by d-axis current. Since the equivalent rotating stator flux (in three-phase (u, v, w) coordinate system) is controlled by d-axis current, the d-axis current is called as excitation current R01AN3786EJ0102 Rev.1.02 Page 4 of 21 Oct. 31,2018 Motor Control Application Sensorless Vector Control for Permanent Magnet Synchronous Motor (Algorithm) 3. Control System Design 3.1 Vector Control System and the Controller Speed control block diagram of the vector control is shown below. + v * v i *=0 d dq u d Current v ω* - v PWM M Speed iq* PI + v * v q UVW w PI + vq** vd** θ Sensor ω i i q d Decoupling Control ω θ i i i d d dq u i i iw q q UVW Speed detection Figure 3-1 Vector Control System Block (Speed Control) As shown in Figure 3-1, this system consists of the speed control system and the current control system. These systems use general PI controller. PI controller gains of each system must be designed properly to realize required control characteristics. ∗∗ ∗∗ In decoupling control block, 푣푑 ,⁡푣푞 (as the following equations) are calculated and then added to voltage command value. This realizes the high response of speed control system and enables to control the d-axis and q-axis independently. ∗∗ 푣푑 = −휔퐿푞푖푞 ∗∗ 푣푞 = 휔(퐿푑푖푑 + 휓푎) R01AN3786EJ0102 Rev.1.02 Page 5 of 21 Oct. 31,2018 Motor Control Application Sensorless Vector Control for Permanent Magnet Synchronous Motor (Algorithm) 3.2 Current Control System 3.2.1 Design of Current Control System The current control system is modeled by using the electrical characteristics of the motor. The stator coil can be represented by a resistance R and an inductance L. The stator model of the motor is expressed by the transfer function 1 of the typical RL series circuit . 푅+퐿푠 The current control system model can be represented by a feedback control system using PI control. (Figure 3-2) v i Output Input ∆i Ki 1 Current Current Kp + s R + Ls Y(s) X(s) Controller Stator Model 푅: Resistance of stator coils [Ω] 퐿: Inductance of stator coils [H] 퐾푝: Proportional gain of the current PI control 퐾: Integral gain of the current PI control Figure 3-2 Current Control System Model Based on this model, PI gains of the current control system are designed as the following method. First, the closed-loop transfer function of this system is obtained as follows. 퐾 푠 푎 (1 + ) 푌(푠) 퐾 푎 퐺(푠) = = 푏 ( ) 1 퐾 퐾 푋 푠 푠2 + (1 + 푎) 푠 + 푎 퐾푏 푎 퐾푏 퐾푝푎 퐿 퐾 = 퐾 푎, ⁡⁡⁡⁡⁡⁡⁡⁡⁡⁡퐾 = , ⁡⁡⁡⁡⁡⁡⁡⁡퐾 = 푝 푎 푅 푏 푅 The general equation of second-order lag system with zero point can be expressed as follows. 2 휔푛 푠 2 2 (1 + ) 푠 + 2휁ω푛푠 + 휔푛 휔푧 R01AN3786EJ0102 Rev.1.02 Page 6 of 21 Oct. 31,2018 Motor Control Application Sensorless Vector Control for Permanent Magnet Synchronous Motor (Algorithm) By comparing coefficients of two equations above, the following equations are obtained. 푠 퐾 푠 휔2 (1 + ) 푎 ∗ (1 + ) 푛 휔 퐾 푎 푧 ⇔ 푏 2 2 1 퐾 퐾 푠 + 2휁ω푛푠 + 휔푛 푠2 + (1 + 푎)푠 + 푎 퐾푏 푎 퐾푏 2 퐾푎 1 퐾푎 휔푛 = , 2휁ω푛 = (1 + ) , 휔푧 = 푎 퐾푏 퐾푏 푎 From above equations, natural frequency ω푛, damping ratio 휁, zero-point frequency ω푧 are written as follows. 2 퐾푎 1 퐾푎 휔푛퐿 ω푛 = √ , 휁 = (1 + ), 휔푧 = 푎 = 퐾푏 퐾푎 푎 2휁ω푛퐿 − 푅 2퐾푏√ 퐾푏 Current PI control gains (퐾푝_푐푢푟푟푒푛푡,퐾_푐푢푟푟푒푛푡) are written as the following equations. 2 퐾푝_푐푢푟푟푒푛푡 = 2ζ퐶퐺ω퐶퐺퐿 − 푅, 퐾_푐푢푟푟푒푛푡 = 퐾푝_푐푢푟푟푒푛푡푎 = 휔퐶퐺퐿 ω퐶퐺: Desired natural frequency of current control system ζ퐶퐺: Desired damping ratio of current control system Therefore, PI control gains of the current control system can be designed by ω퐶퐺 and 휁퐶퐺. R01AN3786EJ0102 Rev.1.02 Page 7 of 21 Oct. 31,2018 Motor Control Application Sensorless Vector Control for Permanent Magnet Synchronous Motor (Algorithm) 3.3 Speed Control System 3.3.1 Design of Speed Control System The speed control system is modeled by using the mechanical characteristics of the motor. The mechanical system torque equation is written as follows. 푇 = 퐽휔̇ 푚푒푐ℎ 퐽: Inertia of rotor, 휔푚푒푐ℎ: Speed (Mechanical) In consideration of only magnet torque, the electrical system torque equation is written as follows. 푇 = 푃푛휓푎푖푞 By using the mechanical and electrical torque equation, the speed (mechanical) is written as follows. 푃 휓 휔 = 푛 푎 푖 푚푒푐ℎ 푠퐽 푞 The speed in the control software is treated as the electrical speed. Thereby, the number of pole pairs 푃푛 is multiplied to both sides of this equation. 푃 2휓 휔 = 푛 푎 푖 푒푙푒푐 푠퐽 푞 휔푒푙푒푐: Speed (Electrical) The speed control system model can be represented by a feedback control system using PI control. (Figure 3-3) ∆ω iq 2 ω Output Input Ki Pnψa Speed Speed Kp + s Js Y(s) X(s) Controller Plant model Figure 3-3 Speed Control System Model R01AN3786EJ0102 Rev.1.02 Page 8 of 21 Oct. 31,2018 Motor Control Application Sensorless Vector Control for Permanent Magnet Synchronous Motor (Algorithm) Based on this model, PI gains of the speed control system are designed as the following method.
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]
  • 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]
  • 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]
  • 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]
  • 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]
  • Dynamics Induced in Microparticles by Electromagnetic Fields
    DYNAMICS INDUCED IN MICROPARTICLES BY ELECTROMAGNETIC FIELDS A conceptual introduction to nanoelectromechanical systems Patricio Robles Escuela de Ingeniería Eléctrica, Pontificia Universidad Católica de Valparaíso, Chile Roberto Rojas Departamento de Física, Universidad Técnica Federico Santa María, Valparaíso, Chile Italo Chiarella Escuela de Ingeniería Eléctrica, Pontificia Universidad Católica de Valparaíso, Chile 1 PREFACE This is a review addressed to undergraduate students of electrical engineering and physics careers, and our aim is to present a pedagogical integration of some knowledge acquired in electromagnetism and electromechanical energy conversion courses, and to show how they can be used in actual technology applications, in particular for microscopic and nanoscopic systems. In general, the contents of electromagnetic courses looks rather abstract to students at an intermediate level of the electrical engineering career and its applications are hard to be appreciated by them. The course of electromechanical energy conversion provides to the students a good link with processes of electrical engineering but in our opinion it is necessary a book containing a better integration and correlation of topics learned in these courses, such as energy and momentum transfer between electromagnetic fields and movile devices, at a macroscopic and at a microscopic level. At a macroscopic scale, in general a good integration results in these courses for understanding how by means of variation in the energy stored in the magnetic field and interaction between rotating magnetic fields it is possible to produce mechanical or electric power for the operation of motors or generators, respectively. In general the programs of these courses give less emphasis on similar processes that are possible with the energy stored in the electric field as is the case, for example, of capacitors with movile plates or the interaction between electric polarized objects with rotating electric fields.
    [Show full text]
  • A Comparitve Study Between Vector Control and Direct Torque Control of Induction Motor Using Matlab Simulink
    A COMPARITVE STUDY BETWEEN VECTOR CONTROL AND DIRECT TORQUE CONTROL OF INDUCTION MOTOR USING MATLAB SIMULINK Submitted by Fathalla Eldali Department of Electrical and Computer Engineering For the Degree of Master of Science Colorado State University Fall 2012 1 WHEN HAVE I BEEN INTERESTED IN MOTOR DRIVE AND MATLAB? BSC Senior Design LIM + PLC MATLAB/Simulink as A Modeling TOOL 2 THESIS OUTLINES Introduction Induction Motor Principles Induction Motor Modeling Electric Motor Drives Vector Control of Induction Motor Direct Torque Control Theoretical Comparison Vector Control and Direct Torque Control Simulation Results Simulation Results in the normal operation case The effect of Voltage sags and short interruption on driven induction motors The characteristics of the voltage sag and short interruption 3 Conclusion & Future Work INTRODUCTION Motors are needed Un driven Motors and power consumption Power Electronics, DSP revolution help Rectifiers Inverters Sensors Control Systems Theories 4 OLD STUDIES & MOTIVATION Many studies have been done about FOC & DTC individually Few studies were published as a comparison studies as [17-19] Voltage Sag & Short Interruption faults were not considered in the comparison 5 INDUCTION MOTOR PRINCIPLES Nikola Tesla first AC motors 1888 AC motors -Induction Motors -Permanent Magnet Motors Why are Induction Motors are mostly used ? Supplied through stator only Easy to manufacture and maintain Cheap 6 INDUCTION MOTOR CONSTRUCTION Stator : laminated sheet steel (eddy current loses reduction) attached to an iron frame stator consists of mechanical slots insulated copper conductors are buried inside the slots and then Y or Delta connected to the source. 7 Two Types of Rotor A-wound rotor: -Three electrical phases just as the stator does and they (coils) are connected wye or delta.
    [Show full text]
  • A New Control Technique for Achieving Wide Constant Power Speed Operation with an Interior PM Alternator Machine Jackson Wai Thomas M
    A New Control Technique for Achieving Wide Constant Power Speed Operation with an Interior PM Alternator Machine Jackson Wai Thomas M. Jahns University of Wisconsin-Madison University of Wisconsin-Madison 1415 Engineering Drive 1415 Engineering Drive Madison, WI 53706 Madison, WI 53706 Ph: 608-265-3821 Ph: 608-262-5702 Fax: 608-262-5559 Fax: 608-262-5559 E-Mail: [email protected] E-Mail: [email protected] Abstract-A new flux weakening control algorithm is S/A rotor presented for achieving wide constant power operation with acts as an interior permanent magnet (IPM) synchronous machine flywheel operating as an alternator. The algorithm is designed to initiate flux weakening only when necessary by recognizing the threshold conditions for current regulator saturation, making the algorithm inherently adaptive to changes in the inverter bus voltage. A 6kW 42V automotive integrated starter/alternator (ISA) using a direct-drive IPM machine serves as the target application for this development. Torque converter Simulation results show that the new algorithm is capable of inside rotor hub Flywheel, alternator, starter, pulley, & delivering very good static and dynamic bus regulation possibly a belt eliminated characteristics over a 10:1 engine operating speed range. Tests are presently under way to confirm these performance New Parts Eliminated Parts predictions using a prototype IPM starter/alternator system. Fig. 1 Integrated starter/alternator (ISA) configuration. Keywords: Permanent magnet machines, AC motor drives, road vehicle power systems, power control, synchronous powered accessories combined with wide interest in mild generators hybrid concepts using electric machines for low speed I. INTRODUCTION acceleration has drawn significant attention to ISA systems [8].
    [Show full text]
  • Vector Control of Wind Turbine Conversion Chain Variable Speed Based on DFIG Using MPPT Strategy
    International Journal of Applied Engineering Research ISSN 0973-4562 Volume 13, Number 7 (2018) pp. 5404-5410 © Research India Publications. http://www.ripublication.com Vector Control of Wind Turbine Conversion chain Variable Speed Based on DFIG Using MPPT Strategy Becheri Houcine Department of Electrical Engineering, Faculty of Technology, University Tahri Mohammed of Bechar, B.P 417, Bechar 08000, Algeria. Bousserhane Ismail.K Smart Grids & Renewable Energies Laboratory, Faculty of Technology, University Tahri Mohamed of Bechar, B.P 417, Bechar 08000, Algeria. Bouchiba Bousmaha Smart Grids & Renewable Energies Laboratory, Faculty of Technology, University Tahri Mohamed of Bechar, B.P 417, Bechar 08000, Algeria. Harrouz Abdelkader Department of Hydrocarbon and Renewable Energy, Faculty of Science and Technology, University Ahmed Draïa of Adrar, National Street N°06, Adrar 01000, Algeria. Belbekri Tahar Department of Technologie, Faculty of Science and Technology, University Ahmed Draïa of Adrar, National Street N°06, Adrar 01000, Algeria. Abstract Wind energy represents a sizeable potential for bearing damping demand increasingly rampant, after centuries of Wind energy has many advantages, no polluting gases are evolution and further research in recent decades and some produced, no fuel cost besides it is an inexhaustible source. wind power projects developed by major central wind turbines However, its cost is still too high to compete with traditional provide electricity in parts of the world at a competitive price fossil sources. The yield of a wind turbine depends on three than the energy produced by conventional plants [2]. parameters: the power of the wind, the turbine power curve and the ability of the generator to respond to fluctuations in Today, the development and proliferation of wind turbines the wind.
    [Show full text]