Model of a DC Generator Driving a DC Motor (which propels a car)

Size: px
Start display at page:

Download "Model of a DC Generator Driving a DC Motor (which propels a car)"

Transcription

1 Model of a DC Generator Driving a DC Motor (which propels a car) John Hung 5 July 2011 The dc is connected to the dc as illustrated in Fig. 1. Both machines are of permanent magnet type, so their respective magnetic fields are constant and not adjustable. Torque T is applied to the shaft of the. The dc may have an external load torque T L. An electromechanical model is given in Fig. 2, and explained in the following sections. If the is being used to propel a car, then the mass and friction of the vehicle can be accounted by changing the moment of inertia J m and the friction coefficient B m. All other parameters will remain unchanged. The speed of the car can be modeled as being proportional to the speed of the. 1 Generator Dynamics The rotor has a moment of inertia J g, and linear friction coefficient B g. Generator speed is denoted by ω g, and voltage developed in the winngs is proportional to the speed. At the same time, the electrical load T T L Figure 1: Connection of a dc to a dc. 1

2 R g L g R m L m T g i B g J g ω g g ω g i V t m ω m m i T L B m J m ω m mechanical electrical electrical mechanical Figure 2: Electromechanical model of dc connected to a dc. produces a load torque on the. That load is proportional to current i in the winng. 1.1 Generator Mechanical Dynamics The dynamics of the speed are described by: T B g ω g g i = J g ω g. (1) The three terms on the left-hand side of (1) collectively describe the net torque that acts upon the shaft. The first term represents the externally applied torque from a prime mover such as a turbine or engine. The second term represents linear friction, which is proportional to speed. The third term models the torque induced upon the by the electrical load; the constant g is called a torque constant. The net torque causes the speed to change (accelerate or decelerate) accorng to Newton s Law. The right-hand side of (1) states that the angular acceleration ω g is proportional to the moment of inertia J g. The mechanical dynamics are first-order with respect to the shaft speed ω g, and are coupled to its electrical load through the variable i. 1.2 Generator Electrical Dynamics The voltage induced in the winng is given by g ω g. The proportionality constant g is called the voltage constant. Note that the same symbol g is used to denote the torque constant described earlier. The 2

3 torque constant and the voltage constant have the same numerical value under the SI system of units (i.e. the metric system). Therefore, a single symbol g is used here to represent both constants. If there is no electrical load on the, then the induced voltage appears at the terminals. If there is non-zero load current i, then some voltage is lost internally in the winng. The winng effects include resistance R g and inductance L g. The electrical dynamics of the are described by irchoff s voltage law: g ω g R g i L g dt = V t. (2) On the left-hand side, the first term represents the voltage induced within the. The second and third terms model the resistive and inductive effects, respectively. The net voltage equals V t, which represent the voltage appearing at the terminals. Generator electrical dynamics are first-order with respect to the winng current i, and are coupled to the mechanical dynamics through the speed ω g. 2 Motor Dynamics Voltage V t applied to the terminals produces a winng current. The develops torque proportional to the winng current. The rotor winng has resistance R m and inductance L m. Denote the mechanical moment of inertia by J m, and linear friction coefficient by B m, respectively. Motor speed is denoted by ω m. 2.1 Motor Electrical Dynamics The electrical dynamics of the are described by irchoff s voltage law: V t = R m i + L m dt + mω m. (3) Here, V t is the voltage applied to the terminals. On the right-hand side, the first two terms represent the resistive and inductive effects of the winng. The last term models the induced voltage of the winngs; the constant m is the voltage constant. The electrical dynamics are first-order with respect to the current i, and are coupled to the mechanical dynamics through the speed ω m. 3

4 2.2 Motor Mechanical Dynamics The dynamics of speed are described by: m i B m ω g T L = J m ω m. (4) The three terms on the left-hand side of (4) collectively describe the net torque that acts upon the shaft. The first term represents the electrically developed torque, which is proportional to winng current i. The torque constant is m (numerically the same value as the voltage constant, under SI units). The second term represents linear friction, which is proportional to speed. The third term models the external load torque. The net torque causes the speed to accelerate or decelerate accorng to Newton s Law. The right-hand side of (4) states that the angular acceleration ω m is proportional to the moment of inertia J m. The mechanical dynamics are first-order with respect to the shaft speed ω m, and are coupled to its electrical dynamics through the variable i. 3 Overall Model At first glance, it would appear that the and system are described by four coupled, first-order equations (1), (2), (3), and (4). The and are electrically connected, however, so two equations can be combined. 3.1 Coupling of Motor and Generator Electrical Dynamics Consider the connection of the and (Fig. 1), as well as the electromechanical model (Fig. 2.) The net voltage developed by the is the voltage applied to the terminals, denoted by V t. Adtionally, the and are connected in such a way that both winngs have the same current i. Therefore, equations (2) and (3) must be combined to yield a single electrical equation: g ω g R g i L g dt = R mi + L m dt + mω m, which can be rearranged in the form: g ω g m ω m = (R m + R g )i + (L m + L g ) dt. (5) 4

5 If the and are identical type machines, then R m = R g = R, L m = L g = L, and m = g =. Then the combined electrical equation reduces to: ( (ω g ω m ) = 2 Ri + L ). (6) dt In other words, the connected and results in electrical dynamics modeled by a single first-order equation in the variable i. The speeds of both the and affect their winng current. 3.2 The Final Model The overall model consists of three first-order equations: the speed dynamics (1), the and current dynamics (6), and the speed dynamics (4). Note that both speed ω g and speed ω m are coupled to their identical winng current i. 4 Simulink Model The and dynamics can be modeled by three blocks in SIMULIN, as illustrated in Fig. 3. Here, Transfer Fcn (transfer function) blocks are employed. The left-hand rectangular block represents the speed dynamics (1); the block input represents net torque and the output represents speed. The triangular block above it represents the torque introduced by the electrical load. Current dynamics (6) of the and are modeled by the center rectangular block; the input is the fference between speed and speed (ω g ω m ), and the block output is the winng current. Motor speed dynamics (4) are described by the right-hand rectangular block; the block input is current, and the output is speed. Transfer function block parameters can be specified in the MATLAB Workspace, or by constructing an m-file to define the parameters. Parameters that must be defined are listed in Table Model inputs Signal source blocks can be used to model the externally applied torque (at the ) T and the external load (at the ) T L. Recall that the speed block input is a current. Therefore, the s external load should be scaled by the torque constant (vide by ) so that the torque effect is expressed in units of current. 5

6 Table 1: SIMULIN model parameters symbol J g B g J m B m R L description moment of inertia friction coefficient moment of inertia friction coefficient winng resistance winng inductance torque or voltage constant 4.2 Model outputs The signals of interest can be stored in the MATLAB Workspace by using the To Workspace sink block. Values stored in the Workspace can be plotted and manipulated using MATLAB commands. Alternatively, the signals can be monitored in a live manner by using the Scope block. 4.3 An Electric Car If the is being used to move a car, then the mass and friction of the vehicle can be accounted by changing the moment of inertia J m and the friction coefficient B m. All other parameters will remain unchanged. The speed of the car can be modeled as being proportional to the speed of the. 6

7 Step Torque, T torque due to electrical load torque constant 1 Jg.s+Bg speed 2*Ls+2*R current Step1 winng current effect of external load on T_L / Jm.s+Bm speed Scope w_m To Workspace w_g To Workspace1 Figure 3: SIMULIN model of the and system. 7

DcMotor_ Model Help File

DcMotor_ Model Help File Name of Model: DcMotor_021708 Author: Vladimir L. Chervyakov Date: 2002-10-26 Executable file name DcMotor_021708.vtm Version number: 1.0 Description This model represents a Nonlinear model of a permanent

More information

Chapter 3: Fundamentals of Mechanics and Heat. 1/11/00 Electromechanical Dynamics 1

Chapter 3: Fundamentals of Mechanics and Heat. 1/11/00 Electromechanical Dynamics 1 Chapter 3: Fundamentals of Mechanics and Heat 1/11/00 Electromechanical Dynamics 1 Force Linear acceleration of an object is proportional to the applied force: F = m a x(t) F = force acting on an object

More information

JRE SCHOOL OF Engineering

JRE SCHOOL OF Engineering JRE SCHOOL OF Engineering Class Test-1 Examinations September 2014 Subject Name Electromechanical Energy Conversion-II Subject Code EEE -501 Roll No. of Student Max Marks 30 Marks Max Duration 1 hour Date

More information

EE 410/510: Electromechanical Systems Chapter 4

EE 410/510: Electromechanical Systems Chapter 4 EE 410/510: Electromechanical Systems Chapter 4 Chapter 4. Direct Current Electric Machines and Motion Devices Permanent Magnet DC Electric Machines Radial Topology Simulation and Experimental Studies

More information

Lesson 17: Synchronous Machines

Lesson 17: Synchronous Machines Lesson 17: Synchronous Machines ET 332b Ac Motors, Generators and Power Systems Lesson 17_et332b.pptx 1 Learning Objectives After this presentation you will be able to: Explain how synchronous machines

More information

DC Motor Position: System Modeling

DC Motor Position: System Modeling 1 of 7 01/03/2014 22:07 Tips Effects TIPS ABOUT BASICS INDEX NEXT INTRODUCTION CRUISE CONTROL MOTOR SPEED MOTOR POSITION SUSPENSION INVERTED PENDULUM SYSTEM MODELING ANALYSIS DC Motor Position: System

More information

Exercise 5 - Hydraulic Turbines and Electromagnetic Systems

Exercise 5 - Hydraulic Turbines and Electromagnetic Systems Exercise 5 - Hydraulic Turbines and Electromagnetic Systems 5.1 Hydraulic Turbines Whole courses are dedicated to the analysis of gas turbines. For the aim of modeling hydraulic systems, we analyze here

More information

DC motors. 1. Parallel (shunt) excited DC motor

DC motors. 1. Parallel (shunt) excited DC motor DC motors 1. Parallel (shunt) excited DC motor A shunt excited DC motor s terminal voltage is 500 V. The armature resistance is 0,5 Ω, field resistance is 250 Ω. On a certain load it takes 20 A current

More information

Definition Application of electrical machines Electromagnetism: review Analogies between electric and magnetic circuits Faraday s Law Electromagnetic

Definition Application of electrical machines Electromagnetism: review Analogies between electric and magnetic circuits Faraday s Law Electromagnetic Definition Application of electrical machines Electromagnetism: review Analogies between electric and magnetic circuits Faraday s Law Electromagnetic Force Motor action Generator action Types and parts

More information

Mathematical Modeling and Dynamic Simulation of DC Motors using MATLAB/Simulink Environment

Mathematical Modeling and Dynamic Simulation of DC Motors using MATLAB/Simulink Environment Mathematical Modeling and Dynamic Simulation of DC Motors using MATLAB/Simulink Environment K. Kalaiselvi 1, K.Abinaya 2, P. Ramesh Babu 3 1,2 Under Graduate Scholar, Department of EEE, Saranathan College

More information

Texas A & M University Department of Mechanical Engineering MEEN 364 Dynamic Systems and Controls Dr. Alexander G. Parlos

Texas A & M University Department of Mechanical Engineering MEEN 364 Dynamic Systems and Controls Dr. Alexander G. Parlos Texas A & M University Department of Mechanical Engineering MEEN 364 Dynamic Systems and Controls Dr. Alexander G. Parlos Lecture 6: Modeling of Electromechanical Systems Principles of Motor Operation

More information

MATHEMATICAL MODELING OF OPEN LOOP PMDC MOTOR USING MATLAB/SIMULINK

MATHEMATICAL MODELING OF OPEN LOOP PMDC MOTOR USING MATLAB/SIMULINK MATHEMATICAL MODELING OF OPEN LOOP PMDC MOTOR USING MATLAB/SIMULINK 1 Mr.Dhaval K.Patel 1 Assistant Professor, Dept. of Electrical Engineering. Gidc Degree Engineering College Abrama, Navsari. ABSTRACT:

More information

Example: DC Motor Speed Modeling

Example: DC Motor Speed Modeling Page 1 of 5 Example: DC Motor Speed Modeling Physical setup and system equations Design requirements MATLAB representation and open-loop response Physical setup and system equations A common actuator in

More information

Step Motor Modeling. Step Motor Modeling K. Craig 1

Step Motor Modeling. Step Motor Modeling K. Craig 1 Step Motor Modeling Step Motor Modeling K. Craig 1 Stepper Motor Models Under steady operation at low speeds, we usually do not need to differentiate between VR motors and PM motors (a hybrid motor is

More information

A FORCE BALANCE TECHNIQUE FOR MEASUREMENT OF YOUNG'S MODULUS. 1 Introduction

A FORCE BALANCE TECHNIQUE FOR MEASUREMENT OF YOUNG'S MODULUS. 1 Introduction A FORCE BALANCE TECHNIQUE FOR MEASUREMENT OF YOUNG'S MODULUS Abhinav A. Kalamdani Dept. of Instrumentation Engineering, R. V. College of Engineering, Bangalore, India. kalamdani@ieee.org Abstract: A new

More information

E11 Lecture 13: Motors. Professor Lape Fall 2010

E11 Lecture 13: Motors. Professor Lape Fall 2010 E11 Lecture 13: Motors Professor Lape Fall 2010 Overview How do electric motors work? Electric motor types and general principles of operation How well does your motor perform? Torque and power output

More information

Synchronous Machines

Synchronous Machines Synchronous Machines Synchronous generators or alternators are used to convert mechanical power derived from steam, gas, or hydraulic-turbine to ac electric power Synchronous generators are the primary

More information

Lab 3: Quanser Hardware and Proportional Control

Lab 3: Quanser Hardware and Proportional Control Lab 3: Quanser Hardware and Proportional Control The worst wheel of the cart makes the most noise. Benjamin Franklin 1 Objectives The goal of this lab is to: 1. familiarize you with Quanser s QuaRC tools

More information

3 Lab 3: DC Motor Transfer Function Estimation by Explicit Measurement

3 Lab 3: DC Motor Transfer Function Estimation by Explicit Measurement 3 Lab 3: DC Motor Transfer Function Estimation by Explicit Measurement 3.1 Introduction There are two common methods for determining a plant s transfer function. They are: 1. Measure all the physical parameters

More information

Introduction to Synchronous. Machines. Kevin Gaughan

Introduction to Synchronous. Machines. Kevin Gaughan Introduction to Synchronous Machines Kevin Gaughan The Synchronous Machine An AC machine (generator or motor) with a stator winding (usually 3 phase) generating a rotating magnetic field and a rotor carrying

More information

EDEXCEL NATIONALS UNIT 5 - ELECTRICAL AND ELECTRONIC PRINCIPLES. ASSIGNMENT No. 3 - ELECTRO MAGNETIC INDUCTION

EDEXCEL NATIONALS UNIT 5 - ELECTRICAL AND ELECTRONIC PRINCIPLES. ASSIGNMENT No. 3 - ELECTRO MAGNETIC INDUCTION EDEXCEL NATIONALS UNIT 5 - ELECTRICAL AND ELECTRONIC PRINCIPLES ASSIGNMENT No. 3 - ELECTRO MAGNETIC INDUCTION NAME: I agree to the assessment as contained in this assignment. I confirm that the work submitted

More information

ECE 5670/6670 Lab 8. Torque Curves of Induction Motors. Objectives

ECE 5670/6670 Lab 8. Torque Curves of Induction Motors. Objectives ECE 5670/6670 Lab 8 Torque Curves of Induction Motors Objectives The objective of the lab is to measure the torque curves of induction motors. Acceleration experiments are used to reconstruct approximately

More information

University of Jordan Faculty of Engineering & Technology Electric Power Engineering Department

University of Jordan Faculty of Engineering & Technology Electric Power Engineering Department University of Jordan Faculty of Engineering & Technology Electric Power Engineering Department EE471: Electrical Machines-II Tutorial # 2: 3-ph Induction Motor/Generator Question #1 A 100 hp, 60-Hz, three-phase

More information

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Electric Machines

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Electric Machines Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.685 Electric Machines Problem Set 10 Issued November 11, 2013 Due November 20, 2013 Problem 1: Permanent

More information

Overview of motors and motion control

Overview of motors and motion control Overview of motors and motion control. Elements of a motion-control system Power upply High-level controller ow-level controller Driver Motor. Types of motors discussed here; Brushed, PM DC Motors Cheap,

More information

Example: Modeling DC Motor Position Physical Setup System Equations Design Requirements MATLAB Representation and Open-Loop Response

Example: Modeling DC Motor Position Physical Setup System Equations Design Requirements MATLAB Representation and Open-Loop Response Page 1 of 5 Example: Modeling DC Motor Position Physical Setup System Equations Design Requirements MATLAB Representation and Open-Loop Response Physical Setup A common actuator in control systems is the

More information

Chapter 4. Synchronous Generators. Basic Topology

Chapter 4. Synchronous Generators. Basic Topology Basic Topology Chapter 4 ynchronous Generators In stator, a three-phase winding similar to the one described in chapter 4. ince the main voltage is induced in this winding, it is also called armature winding.

More information

MCE380: Measurements and Instrumentation Lab. Chapter 5: Electromechanical Transducers

MCE380: Measurements and Instrumentation Lab. Chapter 5: Electromechanical Transducers MCE380: Measurements and Instrumentation Lab Chapter 5: Electromechanical Transducers Part I Topics: Transducers and Impedance Magnetic Electromechanical Coupling Reference: Holman, CH 4. Cleveland State

More information

You know for EE 303 that electrical speed for a generator equals the mechanical speed times the number of poles, per eq. (1).

You know for EE 303 that electrical speed for a generator equals the mechanical speed times the number of poles, per eq. (1). Stability 1 1. Introduction We now begin Chapter 14.1 in your text. Our previous work in this course has focused on analysis of currents during faulted conditions in order to design protective systems

More information

Mechatronics Engineering. Li Wen

Mechatronics Engineering. Li Wen Mechatronics Engineering Li Wen Bio-inspired robot-dc motor drive Unstable system Mirko Kovac,EPFL Modeling and simulation of the control system Problems 1. Why we establish mathematical model of the control

More information

Electrical Machines and Energy Systems: Operating Principles (Part 2) SYED A Rizvi

Electrical Machines and Energy Systems: Operating Principles (Part 2) SYED A Rizvi Electrical Machines and Energy Systems: Operating Principles (Part 2) SYED A Rizvi AC Machines Operating Principles: Synchronous Motor In synchronous motors, the stator of the motor has a rotating magnetic

More information

Modeling and Simulation Revision III D R. T A R E K A. T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N

Modeling and Simulation Revision III D R. T A R E K A. T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N Modeling and Simulation Revision III D R. T A R E K A. T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N 0 1 4 Block Diagrams Block diagram models consist of two fundamental objects:

More information

CHAPTER 5 SIMULATION AND TEST SETUP FOR FAULT ANALYSIS

CHAPTER 5 SIMULATION AND TEST SETUP FOR FAULT ANALYSIS 47 CHAPTER 5 SIMULATION AND TEST SETUP FOR FAULT ANALYSIS 5.1 INTRODUCTION This chapter describes the simulation model and experimental set up used for the fault analysis. For the simulation set up, the

More information

Examples of Applications of Potential Functions in Problem Solving (Web Appendix to the Paper)

Examples of Applications of Potential Functions in Problem Solving (Web Appendix to the Paper) Examples of Applications of otential Functions in roblem Solving (Web Appendix to the aper) Ali Mehrizi-Sani and Reza Iravani May 5, 2010 1 Introduction otential functions may be exploited to formulate

More information

2002 Prentice Hall, Inc. Gene F. Franklin, J. David Powell, Abbas Emami-Naeini Feedback Control of Dynamic Systems, 4e

2002 Prentice Hall, Inc. Gene F. Franklin, J. David Powell, Abbas Emami-Naeini Feedback Control of Dynamic Systems, 4e u Figure 2.1 Cruise-control model x Friction force bx m x u Figure 2.2 Free-body diagram for cruise control S P 278 Figure 2.3 Automobile suspension y m 2 k s b v car x m 1 k w Road surface r Inertial

More information

Analysis of Electric DC Drive Using Matlab Simulink and SimPower Systems

Analysis of Electric DC Drive Using Matlab Simulink and SimPower Systems Analysis of Electric DC Drive Using Matlab Simulink and SimPower Systems Miklosevic, Kresimir ; Spoljaric, Zeljko & Jerkovic, Vedrana Department of Electromechanical Engineering Faculty of Electrical Engineering,

More information

ECEN 420 LINEAR CONTROL SYSTEMS. Lecture 6 Mathematical Representation of Physical Systems II 1/67

ECEN 420 LINEAR CONTROL SYSTEMS. Lecture 6 Mathematical Representation of Physical Systems II 1/67 1/67 ECEN 420 LINEAR CONTROL SYSTEMS Lecture 6 Mathematical Representation of Physical Systems II State Variable Models for Dynamic Systems u 1 u 2 u ṙ. Internal Variables x 1, x 2 x n y 1 y 2. y m Figure

More information

Modeling and Analysis of Dynamic Systems

Modeling and Analysis of Dynamic Systems Modeling and Analysis of Dynamic Systems by Dr. Guillaume Ducard Fall 2016 Institute for Dynamic Systems and Control ETH Zurich, Switzerland 1/22 Outline 1 Lecture 5: Hydraulic Systems Pelton Turbine:

More information

Rotational Systems, Gears, and DC Servo Motors

Rotational Systems, Gears, and DC Servo Motors Rotational Systems Rotational Systems, Gears, and DC Servo Motors Rotational systems behave exactly like translational systems, except that The state (angle) is denoted with rather than x (position) Inertia

More information

Objectives. Power in Translational Systems 298 CHAPTER 6 POWER

Objectives. Power in Translational Systems 298 CHAPTER 6 POWER Objectives Explain the relationship between power and work. Explain the relationship between power, force, and speed for an object in translational motion. Calculate a device s efficiency in terms of the

More information

[7] Torsion. [7.1] Torsion. [7.2] Statically Indeterminate Torsion. [7] Torsion Page 1 of 21

[7] Torsion. [7.1] Torsion. [7.2] Statically Indeterminate Torsion. [7] Torsion Page 1 of 21 [7] Torsion Page 1 of 21 [7] Torsion [7.1] Torsion [7.2] Statically Indeterminate Torsion [7] Torsion Page 2 of 21 [7.1] Torsion SHEAR STRAIN DUE TO TORSION 1) A shaft with a circular cross section is

More information

Motor Info on the WWW Motorola Motors DC motor» /MOTORDCTUT.

Motor Info on the WWW Motorola Motors DC motor»   /MOTORDCTUT. Motor Info on the WWW Motorola Motors DC motor» http://www.freescale.com/files/microcontrollers/doc/train_ref_material /MOTORDCTUT.html Brushless DC motor» http://www.freescale.com/files/microcontrollers/doc/train_ref_material

More information

Design and Control of One kilowatt DC Motor-based wind Turbine Emulator

Design and Control of One kilowatt DC Motor-based wind Turbine Emulator International Journal of Engineering Research ISSN:239-6890)(online),2347-503(print) Volume No.5, Issue No.3, pp : 85-89 March. 206 Design and Control of One kilowatt DC Motor-based wind Turbine Emulator

More information

Rotary Motion Servo Plant: SRV02. Rotary Experiment #01: Modeling. SRV02 Modeling using QuaRC. Student Manual

Rotary Motion Servo Plant: SRV02. Rotary Experiment #01: Modeling. SRV02 Modeling using QuaRC. Student Manual Rotary Motion Servo Plant: SRV02 Rotary Experiment #01: Modeling SRV02 Modeling using QuaRC Student Manual SRV02 Modeling Laboratory Student Manual Table of Contents 1. INTRODUCTION...1 2. PREREQUISITES...1

More information

Automatic Control Systems. -Lecture Note 15-

Automatic Control Systems. -Lecture Note 15- -Lecture Note 15- Modeling of Physical Systems 5 1/52 AC Motors AC Motors Classification i) Induction Motor (Asynchronous Motor) ii) Synchronous Motor 2/52 Advantages of AC Motors i) Cost-effective ii)

More information

Problem 1 (From the reservoir to the grid)

Problem 1 (From the reservoir to the grid) ÈÖÓ º ĺ ÙÞÞ ÐÐ ÈÖÓ º ʺ ³ Ò Ö ½ ½¹¼ ¹¼¼ ËÝ Ø Ñ ÅÓ Ð Ò ÀË ¾¼½ µ Ü Ö ËÓÐÙØ ÓÒ ÌÓÔ ÀÝ ÖÓ Ð ØÖ ÔÓÛ Ö ÔÐ ÒØ À Èȵ ¹ È ÖØ ÁÁ Ð ÖÒ Ø Þº ÇØÓ Ö ¾ ¾¼½ Problem 1 (From the reservoir to the grid) The causality diagram

More information

EE 451 Power System Stability

EE 451 Power System Stability EE 451 Power System Stability Power system operates in synchronous mode Power system is subjected to a wide range of disturbances (small and large) - Loads and generation changes - Network changes - Faults

More information

Electric Vehicle Performance Power and Efficiency

Electric Vehicle Performance Power and Efficiency Electric Vehicle Performance Power and Efficiency 1 Assignment a) Examine measurement guide and electric vehicle (EV) arrangement. b) Drive the route according to teacher s instruction and download measured

More information

Chapter three. Mathematical Modeling of mechanical end electrical systems. Laith Batarseh

Chapter three. Mathematical Modeling of mechanical end electrical systems. Laith Batarseh Chapter three Mathematical Modeling of mechanical end electrical systems Laith Batarseh 1 Next Previous Mathematical Modeling of mechanical end electrical systems Dynamic system modeling Definition of

More information

Mathematical Modelling of Permanent Magnet Synchronous Motor with Rotor Frame of Reference

Mathematical Modelling of Permanent Magnet Synchronous Motor with Rotor Frame of Reference Mathematical Modelling of Permanent Magnet Synchronous Motor with Rotor Frame of Reference Mukesh C Chauhan 1, Hitesh R Khunt 2 1 P.G Student (Electrical),2 Electrical Department, AITS, rajkot 1 mcchauhan1@aits.edu.in

More information

Comparative Analysis of an integration of a Wind Energy Conversion System of PMSG and DFIG Models Connected to Power Grid

Comparative Analysis of an integration of a Wind Energy Conversion System of PMSG and DFIG Models Connected to Power Grid International Journal of Electrical Engineering. ISSN 0974-2158 Volume 6, Number 3 (2013), pp. 231-248 International Research Publication House http://www.irphouse.com Comparative Analysis of an integration

More information

DYNAMIC ANALYSIS OF DRIVE MECHANISM WITH FUNCTIONAL MODEL

DYNAMIC ANALYSIS OF DRIVE MECHANISM WITH FUNCTIONAL MODEL DYNAMIC ANALYSIS OF DRIVE MECHANISM WITH FUNCTIONAL MODEL Yasunobu Uchino Department of Mechanical Engineering, Hosei University 3-7-2 Kajinocho, Koganei-shi, TOKYO, JAPAN Tatsuhito Aihara Department of

More information

ENGG4420 LECTURE 7. CHAPTER 1 BY RADU MURESAN Page 1. September :29 PM

ENGG4420 LECTURE 7. CHAPTER 1 BY RADU MURESAN Page 1. September :29 PM CHAPTER 1 BY RADU MURESAN Page 1 ENGG4420 LECTURE 7 September 21 10 2:29 PM MODELS OF ELECTRIC CIRCUITS Electric circuits contain sources of electric voltage and current and other electronic elements such

More information

ME 3210 Mechatronics II Laboratory Lab 4: DC Motor Characteristics

ME 3210 Mechatronics II Laboratory Lab 4: DC Motor Characteristics ME 3210 Mechatronics II Laboratory Lab 4: DC Motor Characteristics Introduction Often, due to budget constraints or convenience, engineers must use whatever tools are available to create new or improved

More information

DEVELOPMENT OF DIRECT TORQUE CONTROL MODELWITH USING SVI FOR THREE PHASE INDUCTION MOTOR

DEVELOPMENT OF DIRECT TORQUE CONTROL MODELWITH USING SVI FOR THREE PHASE INDUCTION MOTOR DEVELOPMENT OF DIRECT TORQUE CONTROL MODELWITH USING SVI FOR THREE PHASE INDUCTION MOTOR MUKESH KUMAR ARYA * Electrical Engg. Department, Madhav Institute of Technology & Science, Gwalior, Gwalior, 474005,

More information

Modeling and Simulation Revision IV D R. T A R E K A. T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N

Modeling and Simulation Revision IV D R. T A R E K A. T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N Modeling and Simulation Revision IV D R. T A R E K A. T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N 2 0 1 7 Modeling Modeling is the process of representing the behavior of a real

More information

LAB REPORT: THREE-PHASE INDUCTION MACHINE

LAB REPORT: THREE-PHASE INDUCTION MACHINE LAB REPORT: THREE-PHASE INDUCTION MACHINE ANDY BENNETT 1. Summary This report details the operation, modelling and characteristics of a three-phase induction machine. It attempts to provide a concise overview

More information

Dynamics of the synchronous machine

Dynamics of the synchronous machine ELEC0047 - Power system dynamics, control and stability Dynamics of the synchronous machine Thierry Van Cutsem t.vancutsem@ulg.ac.be www.montefiore.ulg.ac.be/~vct October 2018 1 / 38 Time constants and

More information

MECHATRONICS ENGINEERING TECHNOLOGY. Modeling a Servo Motor System

MECHATRONICS ENGINEERING TECHNOLOGY. Modeling a Servo Motor System Modeling a Servo Motor System Definitions Motor: A device that receives a continuous (Analog) signal and operates continuously in time. Digital Controller: Discretizes the amplitude of the signal and also

More information

Control Theory. Noel Welsh. 26 October Noel Welsh () Control Theory 26 October / 17

Control Theory. Noel Welsh. 26 October Noel Welsh () Control Theory 26 October / 17 Control Theory Noel Welsh 26 October 2010 Noel Welsh () Control Theory 26 October 2010 1 / 17 Announcements Assignments were due on Monday, except for one team that has an extension. Marking will be delayed

More information

Lab 6a: Pole Placement for the Inverted Pendulum

Lab 6a: Pole Placement for the Inverted Pendulum Lab 6a: Pole Placement for the Inverted Pendulum Idiot. Above her head was the only stable place in the cosmos, the only refuge from the damnation of the Panta Rei, and she guessed it was the Pendulum

More information

Semester One Exam Review Packet: Physical Science

Semester One Exam Review Packet: Physical Science Semester One Exam Review Packet: Physical Science 2009-2010 The semester 1 exam covers chapters 1, 2:1, 3, 5, 6, 8, 9, 17 & 18. Please review all of your notes, quizzes and tests to help you prepare for

More information

Appendix A Prototypes Models

Appendix A Prototypes Models Appendix A Prototypes Models This appendix describes the model of the prototypes used in Chap. 3. These mathematical models can also be found in the Student Handout by Quanser. A.1 The QUANSER SRV-02 Setup

More information

Circular motion minutes. 62 marks. theonlinephysicstutor.com. facebook.com/theonlinephysicstutor Page 1 of 22. Name: Class: Date: Time: Marks:

Circular motion minutes. 62 marks. theonlinephysicstutor.com. facebook.com/theonlinephysicstutor Page 1 of 22. Name: Class: Date: Time: Marks: Circular motion 2 Name: Class: Date: Time: 67 minutes Marks: 62 marks Comments: Page 1 of 22 1 A lead ball of mass 0.25 kg is swung round on the end of a string so that the ball moves in a horizontal circle

More information

Mechatronic System Case Study: Rotary Inverted Pendulum Dynamic System Investigation

Mechatronic System Case Study: Rotary Inverted Pendulum Dynamic System Investigation Mechatronic System Case Study: Rotary Inverted Pendulum Dynamic System Investigation Dr. Kevin Craig Greenheck Chair in Engineering Design & Professor of Mechanical Engineering Marquette University K.

More information

ENHANCEMENT MAXIMUM POWER POINT TRACKING OF PV SYSTEMS USING DIFFERENT ALGORITHMS

ENHANCEMENT MAXIMUM POWER POINT TRACKING OF PV SYSTEMS USING DIFFERENT ALGORITHMS Journal of Al Azhar University Engineering Sector Vol. 13, No. 49, October, 2018, 1290-1299 ENHANCEMENT MAXIMUM POWER POINT TRACKING OF PV SYSTEMS USING DIFFERENT ALGORITHMS Yasmin Gharib 1, Wagdy R. Anis

More information

Modeling of Electromechanical Systems

Modeling of Electromechanical Systems Page 1 of 54 Modeling of Electromechanical Systems Werner Haas, Kurt Schlacher and Reinhard Gahleitner Johannes Kepler University Linz, Department of Automatic Control, Altenbergerstr.69, A 4040 Linz,

More information

Department of Mechanical Engineering

Department of Mechanical Engineering Department of Mechanical Engineering 2.010 CONTROL SYSTEMS PRINCIPLES Laboratory 2: Characterization of the Electro-Mechanical Plant Introduction: It is important (for future lab sessions) that we have

More information

ET3-7: Modelling I(V) Introduction and Objectives. Electrical, Mechanical and Thermal Systems

ET3-7: Modelling I(V) Introduction and Objectives. Electrical, Mechanical and Thermal Systems ET3-7: Modelling I(V) Introduction and Objectives Electrical, Mechanical and Thermal Systems Objectives analyse and model basic linear dynamic systems -Electrical -Mechanical -Thermal Recognise the analogies

More information

Deriving a Fast and Accurate PMSM Motor Model from Finite Element Analysis The MathWorks, Inc. 1

Deriving a Fast and Accurate PMSM Motor Model from Finite Element Analysis The MathWorks, Inc. 1 Deriving a Fast and Accurate PMSM Motor Model from Finite Element Analysis Dakai Hu, Ph.D Haiwei Cai, Ph.D MathWorks Application Engineer ANSYS Application Engineer 2017 The MathWorks, Inc. 1 Motivation

More information

Manufacturing Equipment Control

Manufacturing Equipment Control QUESTION 1 An electric drive spindle has the following parameters: J m = 2 1 3 kg m 2, R a = 8 Ω, K t =.5 N m/a, K v =.5 V/(rad/s), K a = 2, J s = 4 1 2 kg m 2, and K s =.3. Ignore electrical dynamics

More information

System Parameters and Frequency Response MAE 433 Spring 2012 Lab 2

System Parameters and Frequency Response MAE 433 Spring 2012 Lab 2 System Parameters and Frequency Response MAE 433 Spring 2012 Lab 2 Prof. Rowley, Prof. Littman AIs: Brandt Belson, Jonathan Tu Technical staff: Jonathan Prévost Princeton University Feb. 21-24, 2012 1

More information

Laboratory 11 Control Systems Laboratory ECE3557. State Feedback Controller for Position Control of a Flexible Joint

Laboratory 11 Control Systems Laboratory ECE3557. State Feedback Controller for Position Control of a Flexible Joint Laboratory 11 State Feedback Controller for Position Control of a Flexible Joint 11.1 Objective The objective of this laboratory is to design a full state feedback controller for endpoint position control

More information

INC 341 Feedback Control Systems: Lecture 3 Transfer Function of Dynamic Systems II

INC 341 Feedback Control Systems: Lecture 3 Transfer Function of Dynamic Systems II INC 341 Feedback Control Systems: Lecture 3 Transfer Function of Dynamic Systems II Asst. Prof. Dr.-Ing. Sudchai Boonto Department of Control Systems and Instrumentation Engineering King Mongkut s University

More information

Encoders. Understanding. November design for industry: Help clean up the ocean. Horizon failure forensics

Encoders. Understanding. November design for industry: Help clean up the ocean. Horizon failure forensics November 2013 www.designworldonline.com INSIDE: design for industry: Help clean up the ocean Page 18 3D CAD: FEA aids Deepwater Horizon failure forensics Page 37 Understanding NETWORKING: Enhancing enterprise

More information

ET3-7: Modelling II(V) Electrical, Mechanical and Thermal Systems

ET3-7: Modelling II(V) Electrical, Mechanical and Thermal Systems ET3-7: Modelling II(V) Electrical, Mechanical and Thermal Systems Agenda of the Day 1. Resume of lesson I 2. Basic system models. 3. Models of basic electrical system elements 4. Application of Matlab/Simulink

More information

FEEDBACK CONTROL SYSTEMS

FEEDBACK CONTROL SYSTEMS FEEDBAC CONTROL SYSTEMS. Control System Design. Open and Closed-Loop Control Systems 3. Why Closed-Loop Control? 4. Case Study --- Speed Control of a DC Motor 5. Steady-State Errors in Unity Feedback Control

More information

Quanser NI-ELVIS Trainer (QNET) Series: QNET Experiment #02: DC Motor Position Control. DC Motor Control Trainer (DCMCT) Student Manual

Quanser NI-ELVIS Trainer (QNET) Series: QNET Experiment #02: DC Motor Position Control. DC Motor Control Trainer (DCMCT) Student Manual Quanser NI-ELVIS Trainer (QNET) Series: QNET Experiment #02: DC Motor Position Control DC Motor Control Trainer (DCMCT) Student Manual Table of Contents 1 Laboratory Objectives1 2 References1 3 DCMCT Plant

More information

Equal Pitch and Unequal Pitch:

Equal Pitch and Unequal Pitch: Equal Pitch and Unequal Pitch: Equal-Pitch Multiple-Stack Stepper: For each rotor stack, there is a toothed stator segment around it, whose pitch angle is identical to that of the rotor (θs = θr). A stator

More information

SCHOOL OF ELECTRICAL, MECHANICAL AND MECHATRONIC SYSTEMS. Transient Stability LECTURE NOTES SPRING SEMESTER, 2008

SCHOOL OF ELECTRICAL, MECHANICAL AND MECHATRONIC SYSTEMS. Transient Stability LECTURE NOTES SPRING SEMESTER, 2008 SCHOOL OF ELECTRICAL, MECHANICAL AND MECHATRONIC SYSTEMS LECTURE NOTES Transient Stability SPRING SEMESTER, 008 October 7, 008 Transient Stability Transient stability refers to the ability of a synchronous

More information

Features (Compare to our current 42 & 56 square size motors)

Features (Compare to our current 42 & 56 square size motors) Features The best magnetic balance is employed in our round type stepping motor. Motor performance is greatly improved using the latest technology of three dimensional magnetic field analysis and robust

More information

SRV02-Series Rotary Experiment # 1. Position Control. Student Handout

SRV02-Series Rotary Experiment # 1. Position Control. Student Handout SRV02-Series Rotary Experiment # 1 Position Control Student Handout SRV02-Series Rotary Experiment # 1 Position Control Student Handout 1. Objectives The objective in this experiment is to introduce the

More information

LESSON 20 ALTERNATOR OPERATION OF SYNCHRONOUS MACHINES

LESSON 20 ALTERNATOR OPERATION OF SYNCHRONOUS MACHINES ET 332b Ac Motors, Generators and Power Systems LESSON 20 ALTERNATOR OPERATION OF SYNCHRONOUS MACHINES 1 LEARNING OBJECTIVES After this presentation you will be able to: Interpret alternator phasor diagrams

More information

Control of an Induction Motor Drive

Control of an Induction Motor Drive Control of an Induction Motor Drive 1 Introduction This assignment deals with control of an induction motor drive. First, scalar control (or Volts-per-Hertz control) is studied in Section 2, where also

More information

H-INFINITY CONTROLLER DESIGN FOR A DC MOTOR MODEL WITH UNCERTAIN PARAMETERS

H-INFINITY CONTROLLER DESIGN FOR A DC MOTOR MODEL WITH UNCERTAIN PARAMETERS Engineering MECHANICS, Vol. 18, 211, No. 5/6, p. 271 279 271 H-INFINITY CONTROLLER DESIGN FOR A DC MOTOR MODEL WITH UNCERTAIN PARAMETERS Lukáš Březina*, Tomáš Březina** The proposed article deals with

More information

Selection of Servomotors and Reducer Units for a 2 DoF PKM

Selection of Servomotors and Reducer Units for a 2 DoF PKM Selection of Servomotors and Reducer Units for a 2 DoF PKM Hermes GIBERTI, Simone CINQUEMANI Mechanical Engineering Department, Politecnico di Milano, Campus Bovisa Sud, via La Masa 34, 20156, Milano,

More information

Sensorless Speed Control for PMSM Based On the DTC Method with Adaptive System R. Balachandar 1, S. Vinoth kumar 2, C. Vignesh 3

Sensorless Speed Control for PMSM Based On the DTC Method with Adaptive System R. Balachandar 1, S. Vinoth kumar 2, C. Vignesh 3 Sensorless Speed Control for PMSM Based On the DTC Method with Adaptive System R. Balachandar 1, S. Vinoth kumar 2, C. Vignesh 3 P.G Scholar, Sri Subramanya College of Engg & Tech, Palani, Tamilnadu, India

More information

SIMULATION OF STEADY-STATE PERFORMANCE OF THREE PHASE INDUCTION MOTOR BY MATLAB

SIMULATION OF STEADY-STATE PERFORMANCE OF THREE PHASE INDUCTION MOTOR BY MATLAB olume No.0, Issue No. 08, August 014 ISSN (online): 48 7550 SIMULATION OF STEADY-STATE PERFORMANCE OF THREE PHASE INDUCTION MOTOR BY MATLAB Harish Kumar Mishra 1, Dr.Anurag Tripathi 1 Research Scholar,

More information

Tutorial 1 - Drive fundamentals and DC motor characteristics

Tutorial 1 - Drive fundamentals and DC motor characteristics University of New South Wales School of Electrical Engineering & elecommunications ELEC4613 ELECRIC DRIVE SYSEMS utorial 1 - Drive fundamentals and DC motor characteristics 1. In the hoist drive system

More information

Introduction. Energy is needed in different forms: Light bulbs and heaters need electrical energy Fans and rolling miles need mechanical energy

Introduction. Energy is needed in different forms: Light bulbs and heaters need electrical energy Fans and rolling miles need mechanical energy Introduction Energy is needed in different forms: Light bulbs and heaters need electrical energy Fans and rolling miles need mechanical energy What does AC and DC stand for? Electrical machines Motors

More information

Direct Quadrate (D-Q) Modeling of 3-Phase Induction Motor Using MatLab / Simulink

Direct Quadrate (D-Q) Modeling of 3-Phase Induction Motor Using MatLab / Simulink Direct Quadrate (D-Q) Modeling of 3-Phase Induction Motor Using MatLab / Simulink Sifat Shah, A. Rashid, MKL Bhatti COMSATS Institute of Information and Technology, Abbottabad, Pakistan Abstract This paper

More information

Electrical Machines and Energy Systems: Operating Principles (Part 1) SYED A Rizvi

Electrical Machines and Energy Systems: Operating Principles (Part 1) SYED A Rizvi Electrical Machines and Energy Systems: Operating Principles (Part 1) SYED A Rizvi AC Machines Operating Principles: Rotating Magnetic Field The key to the functioning of AC machines is the rotating magnetic

More information

INDUCTION MOTOR MODEL AND PARAMETERS

INDUCTION MOTOR MODEL AND PARAMETERS APPENDIX C INDUCTION MOTOR MODEL AND PARAMETERS C.1 Dynamic Model of the Induction Motor in Stationary Reference Frame A three phase induction machine can be represented by an equivalent two phase machine

More information

International Journal of Advance Engineering and Research Development SIMULATION OF FIELD ORIENTED CONTROL OF PERMANENT MAGNET SYNCHRONOUS MOTOR

International Journal of Advance Engineering and Research Development SIMULATION OF FIELD ORIENTED CONTROL OF PERMANENT MAGNET SYNCHRONOUS MOTOR Scientific Journal of Impact Factor(SJIF): 3.134 e-issn(o): 2348-4470 p-issn(p): 2348-6406 International Journal of Advance Engineering and Research Development Volume 2,Issue 4, April -2015 SIMULATION

More information

CHAPTER 8 DC MACHINERY FUNDAMENTALS

CHAPTER 8 DC MACHINERY FUNDAMENTALS CHAPTER 8 DC MACHINERY FUNDAMENTALS Summary: 1. A Simple Rotating Loop between Curved Pole Faces - The Voltage Induced in a Rotating Loop - Getting DC voltage out of the Rotating Loop - The Induced Torque

More information

Magnetic field and magnetic poles

Magnetic field and magnetic poles Magnetic field and magnetic poles Magnetic Field B is analogically similar to Electric Field E Electric charges (+ and -)are in analogy to magnetic poles(north:n and South:S). Paramagnetism, Diamagnetism,

More information

Mini-project report. Modelling and control of a variablespeed subsea tidal turbine equipped with permanent magnet synchronous generator.

Mini-project report. Modelling and control of a variablespeed subsea tidal turbine equipped with permanent magnet synchronous generator. 1 Mini-project report Modelling and control of a variablespeed subsea tidal turbine equipped with permanent magnet synchronous generator. Shoan Mbabazi dtp09sm@sheffield.ac.uk August 2010 2 Modelling and

More information

Center of Gravity Pearson Education, Inc.

Center of Gravity Pearson Education, Inc. Center of Gravity = The center of gravity position is at a place where the torque from one end of the object is balanced by the torque of the other end and therefore there is NO rotation. Fulcrum Point

More information

Stepping Motors. Chapter 11 L E L F L D

Stepping Motors. Chapter 11 L E L F L D Chapter 11 Stepping Motors In the synchronous motor, the combination of sinusoidally distributed windings and sinusoidally time varying current produces a smoothly rotating magnetic field. We can eliminate

More information

Eigenvalues and eigenvectors System Theory: electricmotor

Eigenvalues and eigenvectors System Theory: electricmotor Eigenvalues and eigenvectors System Theory: electricmotor Alireza Abouhossein Ph.D. Alireza.abouhossein@unibo.it 1 Example-1 Can you calculate A^2, A -1 -I? without multiplying A or finding the inverse

More information