ME 335 Boğaziçi University A Study on Motor Speed Control.

Slides:



Advertisements
Similar presentations
Motor Modelling Lecture II. Open system y(t) = a y(t) + x(t) y(t) =  [a y(  ) + x(  )] x(t) y(t)
Advertisements

7. Modeling of Electromechanical Systems
Lect.2 Modeling in The Frequency Domain Basil Hamed
ELECTRIC DRIVES Ion Boldea S.A.Nasar 1998 Electric Drives.
Dr. Syed Saad Azhar Ali Control Systems Dr. Syed Saad Azhar Ali.
Topic 5: Dynamic Simulation of Induction Motor Spring 2004 ECE Electric Drives.
R   Ball and Beam Ө = c*Input Voltage(u) Y = a*x System Equations State Space Model.
ECE 4951 Lecture 5: PID Control of Processes. PID Control A closed loop (feedback) control system, generally with Single Input-Single Output (SISO) A.
Control Theory (2) Jeremy Wyatt School of Computer Science University of Birmingham.
Design of Control Systems Cascade Root Locus Design This is the first lecture devoted to the control system design. In the previous lectures we laid the.
Speed Control of DC motors (DC Drives). Dynamics of Motor Load Systems J moment of inertia kg-m2 instantaneous angular velocity rad/sec T developed torque.
Lynbrook Robotics Team, FIRST 846 Control System Miniseries - Summary of Lecture /03/2012.
DC motor model ETEC6419. Motors of Models There are many different models of DC motors that use differential equations. During this set of slides we will.
Improving A PID Controller Using Fuzzy Logic Andrew Thompson Ni Li Ara Tchobanian Professor: Riadh Habash TA: Hanliu Chen.
Modelling of a motor. Approaches to motor identification Go to the data sheets from the manufacturer and obtain the relevant motor performance characteristics.
Lect.2 Modeling in The Frequency Domain Basil Hamed
ET 332a Dc Motors, Generators and Energy Conversion Devices 1Lesson a.pptx.
Electric Motors and Motion Control Ara Knaian. Motors Motors convert electrical energy to mechanical energy Motors make things move LINEAR ELECTROSTATIC.
Automatic Control System
Experimental determination of motor model parameters ETEC6419.
A Mathematical Analysis of a Sun Tracking Circuit for Photovoltaic Systems Dr. S. Louvros and Prof. S. Kaplanis T.E.I. of Patra, Greece.
ECE 4115 Control Systems Lab 1 Spring 2005
Ch. 6 Single Variable Control
1. 2 Outline 1.Introduction 2.Modeling 3.Simulation 4.Implementation 5.Demo 6.Conclusion.
Getting the Most From Your Motors
Control output i.e. Output = Input, despite disturbances This is achieved by feedback. Open loop systems - i.e. without feedback Process with transfer.
Lecture 18. Electric Motors simple motor equations and their application 1.
Sliding Mode Control of PMSM Drives Subject to Torsional Oscillations in the Mechanical Load Jan Vittek University of Zilina Slovakia Stephen J Dodds School.
Proportional control Consider forward path gain A Feedback and Control If the size of the loop gain is large, that is if |A  >> 1, then or.
Modified by Albert W.J. Hsue,
Block Diagrams and Steady State Errors. Topics Block diagrams to represent control systems Block diagram manipulation Example Steady State Error.
Control of Robot Manipulators
Feedback Control Systems (FCS)
Session 6 - Sensor Modelling
EE130 Electromechanics 2013 J. Arthur Wagner, Ph.D. Prof. Emeritus in EE
Introduction to Biped Walking
Control systems KON-C2004 Mechatronics Basics Tapio Lantela, Nov 5th, 2015.
EE 460 Advanced Control and System Integration
1 MATLAB AND CONTROLS PRESENTED BY:- AGILESWARI K. RAMASAMY DR. FARRUKH HAFIZ NAGI.
DC Motor Speed Modeling in Simulink
Newton’s 2nd Law: Translational Motion
SE201: Introduction to Systems Engineering Mathematical Modeling.
Cruise Control 3 RETURN OF THE SPEED CONTROL JEFF FERGUSON, TOM LEICK.
SPEED CONTROL OF ( SEDM ) ADOPTING CHOPPER CONVERTER AND PI CONTROLLER
(thanks to Gary Fedder)
ELEC 3105 Basic EM and Power Engineering Rotating DC Motor PART 2 Electrical.
Chapter 5 Dynamics and Regulation of Low-order Systems
Chapter 4 A First Analysis of Feedback Feedback Control A Feedback Control seeks to bring the measured quantity to its desired value or set-point (also.
Rotational Dynamics 8.3. Newton’s Second Law of Rotation Net positive torque, counterclockwise acceleration. Net negative torque, clockwise acceleration.
Lecture 3: Dynamic Models
Disturbance rejection control method
The Laplace Transform.
Control Engineering. Introduction What we will discuss in this introduction: – What is control engineering? – What are the main types of control systems?
ECE 483. Digital Control Systems Analysis and Design TexPoint fonts used in EMF. Read the TexPoint manual before you delete this box.: AA A A A AAA A A.
Introduction to Linear System Theory and simple feedback PID Controllers EE125 Ruzena Bajcsy.
Intelligent Robot Lab Pusan National University Intelligent Robot Lab Chapter 7. Forced Response Errors Pusan National University Intelligent Robot Laboratory.
For field control with constant armature current
Lesson 14: Transfer Functions of Dc Motors
7. Modeling of Electromechanical Systems
Lesson 16: Basic Control Modes
Automatic Control Theory CSE 322
Feedback Control Systems (FCS)
ELEC 6491 Controlled Electric Drives
ELEC 3105 Basic EM and Power Engineering
Mathematical Modelling of Mechanical and Electrical Systems
MODELING OF ELECTRICAL SYSTEMS
Digital Control Systems Waseem Gulsher
LINEAR CONTROL SYSTEMS
. Modeling OBJECTIVE Revision on Laplace transform
INTRODUCTION TO CONTROL SYSTEMS
Presentation transcript:

ME 335 Boğaziçi University A Study on Motor Speed Control

ME 335 Boğaziçi University System Equations KVL and Newton’s 2’nd law gives : Let : Output : y = Input : u = v a Disturbance w = T l Laplace transforming, we obtain :

ME 335 Boğaziçi University Transfer Functions Where:

ME 335 Boğaziçi University System Parameters For this example, the following values for the physical parameters will be assumed. moment of inertia of the rotor (J) = kg.m 2 /s 2 * damping ratio of the mechanical system (b) = 0.0 Nms * electromotive force constant (K=K e =K t ) = 0.01 Nm/Amp * electric resistance (R) = 0.1 ohm * electric inductance (L) = H * input (V): Source Voltage * output ( ): angular velocity of shaft * disturbance (T l ) : Load torque * The rotor and shaft are assumed to be rigid Reference :

ME 335 Boğaziçi University Numerical Values J=0.0001; b=0.0; Ke=0.01; Kt=0.01; R=0.1; L=0.0005; A=Kt/(b*R+Kt*Ke); A=100 B=1/(b*R+Kt*Ke); B=10000 den=[J*L/(b*R+Kt*Ke) (J*R+b*L)/(b*R+Kt*Ke) 1]; r = roots(den); tau1= -1/r(1); tau2=-1/r(2); tau1 = s.: mech. time constant tau2 = s.: electrical time constant.

ME 335 Boğaziçi University Open Loop Step Response step(A,den,0:.05:1.5) title('Step Response for the Open Loop System')

ME 335 Boğaziçi University Steady State Model y ss = 100 u w where y is in rad/s, u is in Volts and w is in N/m. For example, u = v a = 1.5 Volts gives  ss = 150 rad/s = 1432 rpm. If w = T l = N m., then  ss = = 130 rad/s = 1241 rpm. Result : Without control, the speed decreases (or increases) proportional to w. Controller must increase (or decrease) u, to compensate for the effect of disturbance.

ME 335 Boğaziçi University Feedback Control Measurement : Tachometer gain : Volts/rad/s Simulink block diagram Input saturation : Input voltage v a can be between 0 and 2.5 volts Reference signal : 150 rad/s * Volts/rad/s = 4.2 Volts; is compared with tachometer output.

ME 335 Boğaziçi University Proportional Control y ref is increased from 150 to 160 rad/s. There is ss. error, ss. error decreases as K P is increased

ME 335 Boğaziçi University Disturbance Rejection A step torque disturbance of T l = Nm. is applied Compared to no control (130 rad/s), there is improvement, still there is ss. error.

ME 335 Boğaziçi University PID Controller Control signal is a linear combination of error, integral of error and time rate of change of error.

ME 335 Boğaziçi University PID Control of DC Motor No steady state error, good response.