Design of Extended Kalman Filters for High Performance Position Control of Electrical Drives

Size: px
Start display at page:

Download "Design of Extended Kalman Filters for High Performance Position Control of Electrical Drives"

Transcription

1 Design of Extended Kalman Filters for High Performance Position Control of Electrical Drives Stephan Beineke Lust Antriebstechnik GmbH Gewerbestrasse 9, D Lahnau, Germany Phone: , Fax: Abstract: High performance position control of electrical drives requires controllers adapted to the mechanic. As some of the mechanical parameters, e.g. total inertia of the drive, vary with time, effective schemes are needed to track timevarying parameters. Although the extended Kalman filter has turned out to be suitable for dealing with this problem, industry application of this advanced algorithm is especially hindered by a lack of systematic commissioning schemes. This paper presents a design method for extended Kalman filters adapted to fast position control. The design is based on a physical approach and provides a physical insight into the extended Kalman filter algorithm. This facilitates an easy transfer of this approach to a broad range of other applications, such as sensorless drives or system monitoring. I. INTRODUCTION While designing dynamic speed and position control loops time variation of certain parameters has to be considered. Large variations of load inertia occur in many industrial motion control applications where different load masses have to be transported. Typical industrial applications are linear axes with belt or screw spindle transmissions where variable load masses are transported on a moveable carriage. The common solution with respect to control is a robust controller design for all load conditions. As stability has to be ensured at the same time, this compromise leads to a loss of dynamics. Furthermore, maximum acceleration of the drive depends on the load inertia. Thus, position reference trajectories, which have to be designed for the worst-case (lowest acceleration at maximum inertia), and machine cycle times can be optimized by adaptation according to time-varying inertia. If load inertia variations become significantly large, it is therefore meaningful to adapt the controller gains and trajectory parameters to the actual load to attain both, stability and optimum dynamics. An often used approach is to identify model parameters first and then to adapt the controller according to the identification result (Model Identification Adaptive System MIAS). For the position control task the MIAS control scheme used in this paper is depicted in Fig.. Harald Wertz Institute of Power Electronics and Electrical Drives Univ. of Paderborn, FB-4 LEA, D-3395 Paderborn Phone: , Fax: wertz@lea.uni-paderborn.de For identification of inertia parameter and changing load conditions an adaptive model of the system is required. Here, the extended Kalman filter (EKF) is selected for identification due to the following reasons. The EKF makes use of all a-priori information about internal model structure and parameters because it is based on a state space model, takes measurement and process uncertainties directly into account and represents an efficient algorithm for real time applications due to its recursive working principle. Good performance of this algorithm was reported, even for parameter and state estimation of mechanics featuring elasticity [4]. In addition, the possibility of integrating basis function networks to identify nonlinear deterministic parameter and load torque variations (e.g. friction) was demonstrated in [5]. The remaining drawback of this advanced algorithm is the lack of systematic design methods which are required for an easy commissioning. Without a commissioning scheme the EKF, like any advanced algorithm proposed for drive control, is not accepted for industry applications. This has motivated industry to support research on self-commissioning field oriented control of ac motors [] and commissioning of advanced speed control [2]. Commissioning is especially a difficult task for online identification schemes, because estimation results are effected by many process specific conditions, which have to be analysed. Most remarkable influences on the estimation results are summarized in Fig. 2. Altogether, the main contribution of this paper is to introduce and discuss a novel scheme for designing an EKF for adaptive position control. The design method can be easily transferred to a broad range of other drive applications, because it is based on a physical approach and provides a physical insight into the extended Kalman filter algorithm,

2 q ML M L Speed Feedforward adaptive q ωm PI-Controller K L ω T N T * M Ei M * ε* M M MM - ω M ε M System Excitation Process Model Errors (System Noise) Sensors K P Adaptation algorithm Torque Control / q JΣ Estimation Results ω Mf J T F,J Σf T F,n ω M ε M M L Extended Kalman Filter Fig. : Adaptive position control as MIAS structure One-mass system r Structure (System Model) Adaptive Model Adaptation Algorithm (Design) Fig. 2: Main influences on estimation results obtained with adaptive schemes II. EXTENDED KALMAN FILTERS (EKF) IN DRIVE APPLICATIONS The signal flow chart of the continuous discrete EKF, described in [4] and used throughout this paper, is depicted in Fig. 3. The basic idea of the EKF is to expand the mathematical state vector x of the physical states x S (e. g. motor speed ω M, motor position ε M, load torque M L ) by the unknown parameters x P (e. g. inertia ) yielding x = ( x S, x P ). After that the mechanical system is modelled by a set of nonlinear state space equations: dx = fxut (,, ) + q, y = h( x, u, t) + r () dt Inaccurately modelled dynamics are considered as system noise q, whereas inaccuracies in the measurement equation are modelled by the measurement noise r. nonlinear, continuous system (mechanic) u(t) f(x,u,t) x(t k t k ) q(t). x(t) x(t o ) x(t) continuous-discrete extended Kalman Filter (adaptive model of mechanic) h(x,t) digital signal processing r(t) residuum y(t) sampler y(t k ) u(t) y(t k ) Prediction: t k x(t y(t k t k- ) k t k- ) x(t k t k- )=x(t k- t k- )+ f(x,u,t)dt h(x,t k ) - t k- e(t k ) x(t k- t k- ) Iz - Correction: x(t k t k ) = x(t k t k- )+K(t k )e(t k ) Fig. 3: Structure of continuous-discrete EKF The Kalman filter is based on the assumption that q and r are white noise processes. In this case q and r are exactly defined by their covariances being the elements of noise matrices Q and R. If these noise processes are white and the true covariances are given by Q and R, Kalman filters are proved to be optimal estimators and able to find an optimal Kalman gain K to correct the state vector x according to the observed error e = y ŷ. If the states can be estimated correctly, the same is true for the extended Kalman filter, which performs a linearization at the actual states and inputs of the system. Although these conditions are not fulfilled exactly in most physical systems, and drive systems in particular, EKF perform well compared to most other adaptive schemes, if suitable covariance matrices Q and R are chosen. The elements of Q and R can be seen as free design parameters of the EKF. Note, that most other recursive algorithms, e.g. recursive least squares (RLS) or least mean squares (LMS) algorithms, can be derived from the EKF algorithm as special cases, see [3] for general and [9] for specific drive considerations. During the last years many papers have been published presenting successful results of extended Kalman filters for drive applications, most of them for sensorless induction and permanent synchronous motor drives [8], but also for online identification of motor parameters, like rotor resistance of induction motors [6], and for estimation of mechanical states in adaptive speed control featuring active vibration damping [4], just to cite one publication for each topic. Determination of the noise matrices, which are considered as free design parameters of the EKF, does not become obvious or is not even mentioned in some of these papers. This is due to the fact that the EKF is often only regarded as an optimization algorithm and the physical meaning of noise parameters remains hidden. Thus, noise matrices are often determined by trial-and-error procedures.

3 As trial-and-error procedures should be avoided in industrial practice, a novel approach is presented in this paper, which provides a systematic design of EKF for adaptive position control. Note, that this approach also facilitates basic physical insight into the EKF algorithm and a transfer to other drive applications, e.g. sensorless drives [7], as well as to system monitoring or system identification in general. III. DESIGN OF THE EKF A. Modelling the mechanical system If the controller is only adapted to time-varying load inertia and load torque, simple one-mass system model of the drive is sufficient for online estimation. In order to reduce linearisation errors the inverse of total inertia is chosen as system parameter x P =. d ---- dt ε M () t ω M () t M L () t () t = yt ( k ) = ε M ( t k ) + rt ( k ) ω M () t () t ( M M () t M L () t ) q εm () t q ωm () t q ML () t q JΣ () t As not all system states can be observed, conditions for identifiability must be fulfilled. This requires further measures for providing or supervising sufficient excitation to avoid divergence of the EKF estimates, as presented in [4]. In fast positioning applications sufficient natural excitation is provided by the process itself during acceleration time and therefore no additional excitation is needed. Adaptation of inertia parameter is only active if acceleration is detected to be sufficient by a supervising algorithm [4]. The matrices Q and R are now designed during a three step commissioning procedure. Step : Estimating Q and R (roughly) by physical interpretation Step 2: Analysing the dynamics of the linear subsystem Step 3: Fine tuning of Q and R (noise parameters) during experiments B. Step : Estimating Q and R by physical interpretation As inferred from (), the noise processes describe uncertainties of the one-mass system which cannot exactly model the real mechanic. Thus, noise processes q i () t model errors in each prediction step, wheras discrete noise rt ( k ) describes uncertainties in the measurement equation. + (2) Keeping this in mind it becomes obvious that noise introduced by the position sensor immediately contributes to rt ( k ). An incremental encoder with N bit resolution is used for position measurement ans so the maximum observation error is given by εmax M = 2π 2 N. Regarding εmax M 2 as standard deviation, and using an encoder with 7 bit effective information the covariance R of rt ( k ) is calculated as R = ( εmax M 2) 2 = 5,75 ( rad) 2. For further analysis it is assumed that correlations of noise processes q i () t are only weak, leading to a diagonal structure of the respective covariance matrix of system noise, Q = diag( q, q 22, q 33, q 44 ). Thus, only 4 instead of 6 noise parameters have to be determined. First, a variance value q 33 for noise process q ML () t is derived. The variation of load torque is modelled by dm L () t dt = + q ML () t, (3) which means that no information about the deterministic variation is known a priori and all variations are driven by the stochastic process q ML () t. In this simple case the expected load torque variation during one sampling instant T is assumed to be M L. Regarding M L as standard deviation noise parameter q 33 is calculated by squaring this value. q 33 = M 2 L. (4) To ease interpretation the input of some normalized values is supported by a graphical user interface (GUI). These values are then automatically transferred into values for q ii. The variation d ML is related to time t, MN L and d N ML are related to nomimal torque M N. M L M d ML = , MN L MN, (5) t L = dn L M ML = N t Normalized inputs are also supported for the other parameters in a similar manner, but this is not outlined here. Different a priori values and the corresponding related quantities for the experimental set-up ( M N = 8Nm) are given in table I. The meaning of adaptation delay time T ada and poles s i is clearified during design step 2. The variation of inertia is determined in a similar way, except that inverse of inertia is selected as state variable. For a given variation noise parameter q 44 is calculated as q = , off, off + J2 Σ, off with, off =,32kgm 2 being the inertia identified by an offline scheme for a fixed load inertia. In the following experiment the inertia is assumed to vary d JΣ =,5 ( kgm 2 s) resulting in = d JΣ T and q 44 = 2,6 6 ( kgm 2 ) 2. (6)

4 Table : Variation of noise parameter q 33, its physical interpretation and influence on adaptation dynamic Configuration I II III IV V q 33 ( Nm) 2 28, 7 29, ,6 3 M L Nm 5,3 4,7 3 7, 3 2, MN L in %, 7, 2, 89 28, 5, 6 Im{s} 4 2 pole determing load torque estimation (increasing q 33 ) increasing q 33 d ML ( Nm s) 5, 34, 4, 44, 7 8 d N ML (% s) 3, 2 42, 8 77, 7 56, 8 5 s ± j37 Poles / ( rad s) 23 ± j39 22 ± j37 95 ± j36 82 ± j47 s T ada s, 578, 98, 29, 92, Re{s} Fig. 4: Variation of pole configurations when varying noise parameter q 33, which mainly determines the dynamic of the load torque estimation. As there are no uncertainties in state equation dε M dt = ω M, the respective noise parameter is set to zero q =. Although the uncertainty for the variation of ω M in (2) can be given directly, a better physical interpretation is achieved if this variation is assumed to be caused by an additional, ficticious disturbance torque M M. Unmodelled torque ripples produced by unsymmetries of the motor, e.g. cogging torque, imperfect torque control, neglected elasticities or locally changing friction conditions contribute to this additional torque. Because measurements for determining these torque variations require high efforts and values around,m N < M M <,M N were found to work well in many experiments, a value of M M =,25M N is taken for this first design step, from which the noise parameter is then calculated as q 22 M M J T Σ, off 2 = = 5,74 5 ( rad s) 2 C. Step 2: Analysing the dynamics of the linear subsystem Sometimes it is more convenient to think in dynamic quantities (e.g. delay times) instead in uncertainties (noises). Therefore, the dynamics of linear subsystems are analyzed in frequency domain during the next step assuming a constant inertia parameter, off. For linear time-invariant systems (constant parameters and noise conditions), the Kalman gain K converges to a constant value K stat, independent from initial values or excitation. (7) Fig. 5: Experimental results for variation of noise parameter q 33 K stat is calculated by simulation of the EKF equations. The dynamics are then analysed by calculating the poles of the difference equation for estimation error e x = x xˆ, e x ( t k + ) = ( Φ S K stat H T ) e x ( t k ), with H T = h x = [ ] where Φ S represents the transition matrix of the linearized system. Transformation of the poles into the Laplacedomain gives important information concerning the dynamics of the adaptive system. First, a time constant for tracking load torque changes can be derived from the pole on the real axis in Fig. 4, which mainly determines the dynamics of the load torque estimation. To obtain a fast load torque estimation noise parameter q 33 is chosen as q 33 = 5 4 ( Nm) 2, which corresponds to configuration IV in Fig. 4. For different configurations of q 33 please refer to table I and the respective courses of load torque estimation, measured on the experimental set-up, are given by Fig. 5. (8)

5 2 5 Im{s} R=e -9 rad 2 R=e - rad 2 R=e -2 rad Re{s} Second, it is possible to judge filtering of higher frequency contents in motor position, which is often more desirable than tracking the high frequency oscillations and feeding them back to the controller. In drive applications speed oscillations are often caused by motor torque ripple (e.g. pole and slot harmonics) and eigenfrequencies of the driven mechanic. In this case it is obvious that these errors should not be added to system noise q ωm () t but to measurement noise rt (), which results in filtering, instead of tracking these effects. Fig. 6 shows how an increasing variance R influences the location of the poles. For the example system R = 5,75 ( rad) 2 derived from encoder resolution is enlarged to R = 8 ( rad) 2 as indicated in Fig. 6 resulting in an effective filtering of high frequency oscillations. ψ R=e -6 rad 2 R=e -8 rad 2 (selected) R=e - rad 2 ω (determined from encoder resolution) Fig. 6: Influence of noise parameter R on pole pair describing mainly noise filtering of motor position and speed; The other noise parameters are fixed (configuration II of table I is used) (a) 5 ε M / rad 5 (b) 5 ω M / (rad s - ) -5 5 t / s 5 t / s Fig. 7: Reference position trajectory (a) and resulting speed (b); Note, measured and estimated position and speed are almost identical to references D. Step 3: Fine tuning of Q and R during experiments After having performed steps and 2 noise parameters are finally tuned by performing the following experiments on a mechanical drive set-up. Kalman filtering and adaptive speed control is implemented on a dspace 3 rapid prototyping board with TMS32C4 signalprocessor (cycle time 5µs, computation time for Kalman filter 6µs ) which is coupled with an industrial servo inverter (Lust Antriebstechnik MC748), which performs torque control and the required measurements [] in an 25µs interrupt). The drive features a belt transmission with an eigenfrequency of f e 85Hz and a damping of d, and is driven by a permanent magnet synchronous motor. The position control follows the desired trajectory depicted in Fig. 7 using a non adaptive, low bandwidth PI speed controller during this commissioning phase. The results of the estimation using the noise parameters selected after step 2 are depicted in Fig. 8(a). Direct evaluation of estimation performance from these results is not feasible because real values of inertia and load torque are usually unknown. Therefore an appropriate measure has to be found and evaluated. In this particular case an estimation error in leads to a correlation between estimated load torque and acceleration. A suitable correlation measure c Y M d between load torque and signal which is proportional to reference acceleration is calculated online for N L y = 3 sam- ples and its course is shown in Fig. 8(d). c y ( t k ) N = d. (9) N y ( t k i ) Mˆ L( t k i ) i = Minimization of c Y, the mean absolute value of c Y, is now performed by online tuning of the noise parameters. The course of this procedure for noise parameter q 33, the variance of q ML () t, is drawn in Fig. 8. It turns out that a reduction of q 33 (configuration II of table I) leads to a reduced c Y and improved estimation results. Parameter is estimated with a time delay of about 5 ms, which is usually sufficient for adaptive speed control. The estimated load torque is close to the offline determined friction of the drive (Coulomb friction M FC,3Nm ). Further reduction of q 33 (configuration I of table I) increases the correlation measure c Y as well as the bias in the estimation of (Fig. 8(c)). In this case configuration II gives the best parameter estimation for. Considering the pole configurations in Fig. 4(a) reduction of q 33 decreases the dynamics of load torque estimation, as discussed above. Thus, a compromise has to be found between fast estimation of load torque M L and a fast, unbiased estimation of.

6 ML / Nm ML / Nm ML / Nm t / s 5 t / s (a) configuration q 33 = 5x -4 N 2 m 2 (c) configuration q 33 = 2.5x -7 N 2 m t / s 5 t / s IV. SUMMARY AND ADDTIONAL REMARKS Two main points can be summarized as results of this novel design procedure. Analysis based on physical interpretation (step ) and evaluation of dynamic quantities (step 2) usually leads already to well tuned noise parameters. / (kgm 2 ) / (kgm 2 ).3.2. (b) configuration q 33 = 2.9x -6 N 2 m 2 / (kgm 2 ) t / s 5 t / s (d) - c y offline identified (reference) t / s configuration configuration configuration Fig. 8: Experiments during fine tuning of the noise parameters for different configurations of table I (a) - (c) and the respective correlation measure between acceleration and estimated load torque (d). Further improvement can be achieved during an interactive fine tuning procedure by evaluation of a correlation measure. Additional remarks may be essential for the user: Estimation results are especially influenced by selection of noise parameters, if system excitation is low. In case of friction model equations (2) are persistantly disturbed by non-white load torque changes. This leads to significant systematic errors in inertia estimation. But when improving the load model by integrating a basis function network to identify the nonlinear friction characteristic the systematic error can be largely reduced, see [5]. The results of the inertia estimation can be immediately used for the adaptive control scheme given in Fig.. REFERENCES [] A. Bünte, H. Grotstollen: Parameter Identification of an Inverter-Fed Induction Motor at Standstill, Proceedings of EPE (Eur. Conf. on Power Electronics) 995, Sevilla, Spain, pp [2] S. Beineke et al.: Identification of Nonlinear Two- Mass Systems for Self-Commissioning Speed Control of Electrical Drives, Proceedings of IECON (IEEE Conf. on Industrial Electronics) 998, Aachen, Germany, pp [3] L. Guo, L. Ljung: Performance Analysis of General Tracking Algorithms, IEEE Transactions on Automatic Control, Vol. 4, No. 8, 995, pp [4] F. Schütte, S. Beineke, A. Rolfsmeier, H. Grotstollen: "Online Identification of Mechanical Parameters Using Extended Kalman Filters", Proceedings of IAS (IEEE Conf. on Industry Applications) 997, New Orleans, USA, pp [5] S. Beineke, F. Schütte, H. Grotstollen: "Online Identification of Nonlinear Mechanics Using Extended Kalman Filters with Basis Function Networks", Proceedings of IECON 997, New Orleans, USA, pp [6] D.J. Atkinson, P.P. Acarnley, J.W. Finch: Method for the Estimation of Rotor Resistance in Induction Motors, Proc. of EPE 99, Firenze, Italy. pp [7] S. Beineke, H. Grotstollen: Practical Design of Kalman Filters for Sensorless Control of Synchronous Motors (in German), Proceeding of SPS/IPC/Drives 997, Nürnberg, Germany, pp [8] A. Broesse, G. Henneberger, Th. Klepsch, Positioning Accuracy of a Sensorless Controlled Servo Drive System, Proceedings of EPE 95, Sevilla, Spain, pp [9] S. Beineke: Online Estimation of mechanical parameters, states and nonlinear characteristics in speed controlled drives, (in German), Ph. D. Thesis, University of Paderborn, Germany, to appear in 999.

Speed Control of Torsional Drive Systems with Backlash

Speed Control of Torsional Drive Systems with Backlash Speed Control of Torsional Drive Systems with Backlash S.Thomsen, F.W. Fuchs Institute of Power Electronics and Electrical Drives Christian-Albrechts-University of Kiel, D-2443 Kiel, Germany Phone: +49

More information

Inertia Identification and Auto-Tuning. of Induction Motor Using MRAS

Inertia Identification and Auto-Tuning. of Induction Motor Using MRAS Inertia Identification and Auto-Tuning of Induction Motor Using MRAS Yujie GUO *, Lipei HUANG *, Yang QIU *, Masaharu MURAMATSU ** * Department of Electrical Engineering, Tsinghua University, Beijing,

More information

DESIGN AND IMPLEMENTATION OF SENSORLESS SPEED CONTROL FOR INDUCTION MOTOR DRIVE USING AN OPTIMIZED EXTENDED KALMAN FILTER

DESIGN AND IMPLEMENTATION OF SENSORLESS SPEED CONTROL FOR INDUCTION MOTOR DRIVE USING AN OPTIMIZED EXTENDED KALMAN FILTER INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 ISSN 0976 6464(Print)

More information

A Novel Method on Disturbance Analysis and Feed-forward Compensation in Permanent Magnet Linear Motor System

A Novel Method on Disturbance Analysis and Feed-forward Compensation in Permanent Magnet Linear Motor System A Novel Method on Disturbance Analysis and Feed-forward Compensation in Permanent Magnet Linear Motor System Jonghwa Kim, Kwanghyun Cho, Hojin Jung, and Seibum Choi Department of Mechanical Engineering

More information

A Novel Adaptive Estimation of Stator and Rotor Resistance for Induction Motor Drives

A Novel Adaptive Estimation of Stator and Rotor Resistance for Induction Motor Drives A Novel Adaptive Estimation of Stator and Rotor Resistance for Induction Motor Drives Nagaraja Yadav Ponagani Asst.Professsor, Department of Electrical & Electronics Engineering Dhurva Institute of Engineering

More information

MODELLING ANALYSIS & DESIGN OF DSP BASED NOVEL SPEED SENSORLESS VECTOR CONTROLLER FOR INDUCTION MOTOR DRIVE

MODELLING ANALYSIS & DESIGN OF DSP BASED NOVEL SPEED SENSORLESS VECTOR CONTROLLER FOR INDUCTION MOTOR DRIVE International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 6, Issue 3, March, 2015, pp. 70-81, Article ID: IJARET_06_03_008 Available online at http://www.iaeme.com/ijaret/issues.asp?jtypeijaret&vtype=6&itype=3

More information

An adaptive sliding mode control scheme for induction motor drives

An adaptive sliding mode control scheme for induction motor drives An adaptive sliding mode control scheme for induction motor drives Oscar Barambones, Patxi Alkorta, Aitor J. Garrido, I. Garrido and F.J. Maseda ABSTRACT An adaptive sliding-mode control system, which

More information

Funnel control in mechatronics: An overview

Funnel control in mechatronics: An overview Funnel control in mechatronics: An overview Position funnel control of stiff industrial servo-systems C.M. Hackl 1, A.G. Hofmann 2 and R.M. Kennel 1 1 Institute for Electrical Drive Systems and Power Electronics

More information

MEMS Gyroscope Control Systems for Direct Angle Measurements

MEMS Gyroscope Control Systems for Direct Angle Measurements MEMS Gyroscope Control Systems for Direct Angle Measurements Chien-Yu Chi Mechanical Engineering National Chiao Tung University Hsin-Chu, Taiwan (R.O.C.) 3 Email: chienyu.me93g@nctu.edu.tw Tsung-Lin Chen

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

(Refer Slide Time: 00:01:30 min)

(Refer Slide Time: 00:01:30 min) Control Engineering Prof. M. Gopal Department of Electrical Engineering Indian Institute of Technology, Delhi Lecture - 3 Introduction to Control Problem (Contd.) Well friends, I have been giving you various

More information

ACTIVE CONTROL STICK DRIVEN BY A PIEZO ELECTRIC MOTOR

ACTIVE CONTROL STICK DRIVEN BY A PIEZO ELECTRIC MOTOR Reprint of a contributed paper published at the 3rd Int. Symposium on Advanced Electromechanical Motion Systems 999, Patras (Greece), July 8-9, 999. ACTIVE CONTROL STICK DRIVEN BY A PIEZO ELECTRIC MOTOR

More information

Simplified EKF Based Sensorless Direct Torque Control of Permanent Magnet Brushless AC Drives

Simplified EKF Based Sensorless Direct Torque Control of Permanent Magnet Brushless AC Drives International Journal of Automation and Computing (24) 35-4 Simplified EKF Based Sensorless Direct Torque Control of Permanent Magnet Brushless AC Drives Yong Liu, Ziqiang Zhu, David Howe Department of

More information

State Estimation of DFIG using an Extended Kalman Filter with an Augmented State Model

State Estimation of DFIG using an Extended Kalman Filter with an Augmented State Model State Estimation of DFIG using an Extended Kalman Filter with an Augmented State Model Mridul Kanti Malaar Department of Electronics and Electrical Engineering Indian Institute of Technology Guwahati,

More information

970 IEEE TRANSACTIONS ON INDUSTRY APPLICATIONS, VOL. 48, NO. 3, MAY/JUNE 2012

970 IEEE TRANSACTIONS ON INDUSTRY APPLICATIONS, VOL. 48, NO. 3, MAY/JUNE 2012 970 IEEE TRANSACTIONS ON INDUSTRY APPLICATIONS, VOL. 48, NO. 3, MAY/JUNE 2012 Control Method Suitable for Direct-Torque-Control-Based Motor Drive System Satisfying Voltage and Current Limitations Yukinori

More information

Nonlinear Identification of Backlash in Robot Transmissions

Nonlinear Identification of Backlash in Robot Transmissions Nonlinear Identification of Backlash in Robot Transmissions G. Hovland, S. Hanssen, S. Moberg, T. Brogårdh, S. Gunnarsson, M. Isaksson ABB Corporate Research, Control Systems Group, Switzerland ABB Automation

More information

PARAMETER SENSITIVITY ANALYSIS OF AN INDUCTION MOTOR

PARAMETER SENSITIVITY ANALYSIS OF AN INDUCTION MOTOR HUNGARIAN JOURNAL OF INDUSTRIAL CHEMISTRY VESZPRÉM Vol. 39(1) pp. 157-161 (2011) PARAMETER SENSITIVITY ANALYSIS OF AN INDUCTION MOTOR P. HATOS, A. FODOR, A. MAGYAR University of Pannonia, Department of

More information

Motion System Classes. Motion System Classes K. Craig 1

Motion System Classes. Motion System Classes K. Craig 1 Motion System Classes Motion System Classes K. Craig 1 Mechatronic System Design Integration and Assessment Early in the Design Process TIMING BELT MOTOR SPINDLE CARRIAGE ELECTRONICS FRAME PIPETTE Fast

More information

Open Access Permanent Magnet Synchronous Motor Vector Control Based on Weighted Integral Gain of Sliding Mode Variable Structure

Open Access Permanent Magnet Synchronous Motor Vector Control Based on Weighted Integral Gain of Sliding Mode Variable Structure Send Orders for Reprints to reprints@benthamscienceae The Open Automation and Control Systems Journal, 5, 7, 33-33 33 Open Access Permanent Magnet Synchronous Motor Vector Control Based on Weighted Integral

More information

PRECISION CONTROL OF LINEAR MOTOR DRIVEN HIGH-SPEED/ACCELERATION ELECTRO-MECHANICAL SYSTEMS. Bin Yao

PRECISION CONTROL OF LINEAR MOTOR DRIVEN HIGH-SPEED/ACCELERATION ELECTRO-MECHANICAL SYSTEMS. Bin Yao PRECISION CONTROL OF LINEAR MOTOR DRIVEN HIGH-SPEED/ACCELERATION ELECTRO-MECHANICAL SYSTEMS Bin Yao Intelligent and Precision Control Laboratory School of Mechanical Engineering Purdue University West

More information

Controlled Ultrasonic Motor for Servo-Drive Applications

Controlled Ultrasonic Motor for Servo-Drive Applications Reprint of a contributed paper published at the 4th European Conf. on Smart Structures and Materials - 2nd Int. Conf on Micromechanics, Intelligent Materials and Robotics 998 (MIMR 98), Harrogate, (UK),

More information

ISSN: (Online) Volume 2, Issue 2, February 2014 International Journal of Advance Research in Computer Science and Management Studies

ISSN: (Online) Volume 2, Issue 2, February 2014 International Journal of Advance Research in Computer Science and Management Studies ISSN: 2321-7782 (Online) Volume 2, Issue 2, February 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Paper / Case Study Available online at:

More information

Speed Sensorless Field Oriented Control of Induction Machines using Flux Observer. Hisao Kubota* and Kouki Matsuse**

Speed Sensorless Field Oriented Control of Induction Machines using Flux Observer. Hisao Kubota* and Kouki Matsuse** Speed Sensorless Field Oriented Control of Induction Machines using Flux Observer Hisao Kubota* and Kouki Matsuse** Dept. of Electrical Engineering, Meiji University, Higashimit Tama-ku, Kawasaki 214,

More information

Indirect Field Orientation for Induction Motors without Speed Sensor

Indirect Field Orientation for Induction Motors without Speed Sensor Indirect Field Orientation for Induction Motors without Speed Sensor C. C. de Azevedol, C.B. Jacobinal, L.A.S. Ribeiro2, A.M.N. Lima1 and A.C. Oliveira1j2 UFPB/CCT/DEE/LEIAM - Campus II - Caixa Postal

More information

Lecture 8: Sensorless Synchronous Motor Drives

Lecture 8: Sensorless Synchronous Motor Drives 1 / 22 Lecture 8: Sensorless Synchronous Motor Drives ELEC-E8402 Control of Electric Drives and Power Converters (5 ECTS) Marko Hinkkanen Spring 2017 2 / 22 Learning Outcomes After this lecture and exercises

More information

Joint Torque Control for Backlash Compensation in Two-Inertia System

Joint Torque Control for Backlash Compensation in Two-Inertia System Joint Torque Control for Backlash Compensation in Two-Inertia System Shota Yamada*, Hiroshi Fujimoto** The University of Tokyo 5--5, Kashiwanoha, Kashiwa, Chiba, 227-856 Japan Phone: +8-4-736-3873*, +8-4-736-43**

More information

Robust Non-Linear Direct Torque and Flux Control of Adjustable Speed Sensorless PMSM Drive Based on SVM Using a PI Predictive Controller

Robust Non-Linear Direct Torque and Flux Control of Adjustable Speed Sensorless PMSM Drive Based on SVM Using a PI Predictive Controller Journal of Engineering Science and Technology Review 3 (1) (2010) 168-175 Research Article JOURNAL OF Engineering Science and Technology Review www.jestr.org Robust Non-Linear Direct Torque and Flux Control

More information

Parametric Variations Sensitivity Analysis on IM Discrete Speed Estimation

Parametric Variations Sensitivity Analysis on IM Discrete Speed Estimation Leonardo Electronic Journal of Practices and Technologies ISSN 1583-1078 Issue 11, July-December 007 p. 19-36 Parametric Variations Sensitivity Analysis on IM Discrete Speed Estimation Mohamed BEN MESSAOUD

More information

Iterative Tuning Feedforward Speed Estimator for Sensorless Induction Motors

Iterative Tuning Feedforward Speed Estimator for Sensorless Induction Motors MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Iterative Tuning Feedforward Speed Estimator for Sensorless Induction Motors Zhou, L.; Wang, Y.; Trumper, D. TR2016030 April 2016 Abstract

More information

Automatic Control II Computer exercise 3. LQG Design

Automatic Control II Computer exercise 3. LQG Design Uppsala University Information Technology Systems and Control HN,FS,KN 2000-10 Last revised by HR August 16, 2017 Automatic Control II Computer exercise 3 LQG Design Preparations: Read Chapters 5 and 9

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

MODELLING ANALYSIS & DESIGN OF DSP BASED NOVEL SPEED SENSORLESS VECTOR CONTROLLER FOR INDUCTION MOTOR DRIVE

MODELLING ANALYSIS & DESIGN OF DSP BASED NOVEL SPEED SENSORLESS VECTOR CONTROLLER FOR INDUCTION MOTOR DRIVE INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 6480(Print), ISSN 0976 6499(Online), AND TECHNOLOGY

More information

Riccati difference equations to non linear extended Kalman filter constraints

Riccati difference equations to non linear extended Kalman filter constraints International Journal of Scientific & Engineering Research Volume 3, Issue 12, December-2012 1 Riccati difference equations to non linear extended Kalman filter constraints Abstract Elizabeth.S 1 & Jothilakshmi.R

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

FUZZY LOGIC BASED ADAPTATION MECHANISM FOR ADAPTIVE LUENBERGER OBSERVER SENSORLESS DIRECT TORQUE CONTROL OF INDUCTION MOTOR

FUZZY LOGIC BASED ADAPTATION MECHANISM FOR ADAPTIVE LUENBERGER OBSERVER SENSORLESS DIRECT TORQUE CONTROL OF INDUCTION MOTOR Journal of Engineering Science and Technology Vol., No. (26) 46-59 School of Engineering, Taylor s University FUZZY LOGIC BASED ADAPTATION MECHANISM FOR ADAPTIVE LUENBERGER OBSERVER SENSORLESS DIRECT TORQUE

More information

Mathematical Modeling and Dynamic Simulation of a Class of Drive Systems with Permanent Magnet Synchronous Motors

Mathematical Modeling and Dynamic Simulation of a Class of Drive Systems with Permanent Magnet Synchronous Motors Applied and Computational Mechanics 3 (2009) 331 338 Mathematical Modeling and Dynamic Simulation of a Class of Drive Systems with Permanent Magnet Synchronous Motors M. Mikhov a, a Faculty of Automatics,

More information

Dynamic Modeling of Surface Mounted Permanent Synchronous Motor for Servo motor application

Dynamic Modeling of Surface Mounted Permanent Synchronous Motor for Servo motor application 797 Dynamic Modeling of Surface Mounted Permanent Synchronous Motor for Servo motor application Ritu Tak 1, Sudhir Y Kumar 2, B.S.Rajpurohit 3 1,2 Electrical Engineering, Mody University of Science & Technology,

More information

Online Identification And Control of A PV-Supplied DC Motor Using Universal Learning Networks

Online Identification And Control of A PV-Supplied DC Motor Using Universal Learning Networks Online Identification And Control of A PV-Supplied DC Motor Using Universal Learning Networks Ahmed Hussein * Kotaro Hirasawa ** Jinglu Hu ** * Graduate School of Information Science & Electrical Eng.,

More information

AC Induction Motor Stator Resistance Estimation Algorithm

AC Induction Motor Stator Resistance Estimation Algorithm 7th WSEAS International Conference on Electric Power Systems, High Voltages, Electric Machines, Venice, Italy, November 21-23, 27 86 AC Induction Motor Stator Resistance Estimation Algorithm PETR BLAHA

More information

Sensorless DTC-SVM of Induction Motor by Applying Two Neural Controllers

Sensorless DTC-SVM of Induction Motor by Applying Two Neural Controllers Sensorless DTC-SVM of Induction Motor by Applying Two Neural Controllers Abdallah Farahat Mahmoud Dept. of Electrical Engineering, Al-Azhar University, Qena, Egypt engabdallah2012@azhar.edu.eg Adel S.

More information

Basic Concepts in Data Reconciliation. Chapter 6: Steady-State Data Reconciliation with Model Uncertainties

Basic Concepts in Data Reconciliation. Chapter 6: Steady-State Data Reconciliation with Model Uncertainties Chapter 6: Steady-State Data with Model Uncertainties CHAPTER 6 Steady-State Data with Model Uncertainties 6.1 Models with Uncertainties In the previous chapters, the models employed in the DR were considered

More information

PI-like Observer Structures in Digitally Controlled DC Servo Drives: Theory and Experiments

PI-like Observer Structures in Digitally Controlled DC Servo Drives: Theory and Experiments 30 ELECTRONICS, VOL. 15, NO. 1, JUNE 2011 PI-like Observer Structures in Digitally Controlled DC Servo Drives: Theory and Experiments Milica B. Naumović Abstract This paper deals with the problem of the

More information

Proceedings of the 6th WSEAS/IASME Int. Conf. on Electric Power Systems, High Voltages, Electric Machines, Tenerife, Spain, December 16-18,

Proceedings of the 6th WSEAS/IASME Int. Conf. on Electric Power Systems, High Voltages, Electric Machines, Tenerife, Spain, December 16-18, Proceedings of the 6th WSEAS/IASME Int. Conf. on Electric Power Systems, High Voltages, Electric Machines, Tenerife, Spain, December 16-18, 2006 196 A Method for the Modeling and Analysis of Permanent

More information

Modeling nonlinear systems using multiple piecewise linear equations

Modeling nonlinear systems using multiple piecewise linear equations Nonlinear Analysis: Modelling and Control, 2010, Vol. 15, No. 4, 451 458 Modeling nonlinear systems using multiple piecewise linear equations G.K. Lowe, M.A. Zohdy Department of Electrical and Computer

More information

AN EXPERIMENTAL WEB TENSION CONTROL SYSTEM: SYSTEM SET-UP

AN EXPERIMENTAL WEB TENSION CONTROL SYSTEM: SYSTEM SET-UP Advances in Production Engineering & Management 2 (2007) 4, 185-193 ISSN 1854-6250 Professional paper AN EXPERIMENTAL WEB TENSION CONTROL SYSTEM: SYSTEM SET-UP Giannoccaro, N.I. * ; Oishi, K. ** & Sakamoto,

More information

magnitude [db] phase [deg] frequency [Hz] feedforward motor load -

magnitude [db] phase [deg] frequency [Hz] feedforward motor load - ITERATIVE LEARNING CONTROL OF INDUSTRIAL MOTION SYSTEMS Maarten Steinbuch and René van de Molengraft Eindhoven University of Technology, Faculty of Mechanical Engineering, Systems and Control Group, P.O.

More information

Sensorless Field Oriented Control of Permanent Magnet Synchronous Motor

Sensorless Field Oriented Control of Permanent Magnet Synchronous Motor International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Sensorless

More information

Anakapalli Andhra Pradesh, India I. INTRODUCTION

Anakapalli Andhra Pradesh, India I. INTRODUCTION Robust MRAS Based Sensorless Rotor Speed Measurement of Induction Motor against Variations in Stator Resistance Using Combination of Back Emf and Reactive Power Methods Srikanth Mandarapu Pydah College

More information

Sensorless Torque and Speed Control of Traction Permanent Magnet Synchronous Motor for Railway Applications based on Model Reference Adaptive System

Sensorless Torque and Speed Control of Traction Permanent Magnet Synchronous Motor for Railway Applications based on Model Reference Adaptive System 5 th SASTech 211, Khavaran Higher-education Institute, Mashhad, Iran. May 12-14. 1 Sensorless Torue and Speed Control of Traction Permanent Magnet Synchronous Motor for Railway Applications based on Model

More information

Übersetzungshilfe / Translation aid (English) To be returned at the end of the exam!

Übersetzungshilfe / Translation aid (English) To be returned at the end of the exam! Prüfung Regelungstechnik I (Control Systems I) Prof. Dr. Lino Guzzella 3.. 24 Übersetzungshilfe / Translation aid (English) To be returned at the end of the exam! Do not mark up this translation aid -

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

Übersetzungshilfe / Translation aid (English) To be returned at the end of the exam!

Übersetzungshilfe / Translation aid (English) To be returned at the end of the exam! Prüfung Regelungstechnik I (Control Systems I) Prof. Dr. Lino Guzzella 9. 8. 2 Übersetzungshilfe / Translation aid (English) To be returned at the end of the exam! Do not mark up this translation aid -

More information

Spontaneous Speed Reversals in Stepper Motors

Spontaneous Speed Reversals in Stepper Motors Spontaneous Speed Reversals in Stepper Motors Marc Bodson University of Utah Electrical & Computer Engineering 50 S Central Campus Dr Rm 3280 Salt Lake City, UT 84112, U.S.A. Jeffrey S. Sato & Stephen

More information

Vibration Suppression of a 2-Mass Drive System with Multiple Feedbacks

Vibration Suppression of a 2-Mass Drive System with Multiple Feedbacks International Journal of Scientific and Research Publications, Volume 5, Issue 11, November 2015 168 Vibration Suppression of a 2-Mass Drive System with Multiple Feedbacks L. Vidyaratan Meetei, Benjamin

More information

Exam. 135 minutes + 15 minutes reading time

Exam. 135 minutes + 15 minutes reading time Exam January 23, 27 Control Systems I (5-59-L) Prof. Emilio Frazzoli Exam Exam Duration: 35 minutes + 5 minutes reading time Number of Problems: 45 Number of Points: 53 Permitted aids: Important: 4 pages

More information

Speed Sensor less DTC of VSI fed Induction Motor with Simple Flux Regulation for Improving State Estimation at Low Speed

Speed Sensor less DTC of VSI fed Induction Motor with Simple Flux Regulation for Improving State Estimation at Low Speed Speed Sensor less DTC of VSI fed Induction Motor with Simple Flux Regulation for Improving State Estimation at Low Speed K. Farzand Ali 1, S.Sridhar 2 1 PG Scholar, Dept. Of Electrical & Electronics Engineering,

More information

IN the above paper [1] the local observability of the induction machine (IM) and the permanent

IN the above paper [1] the local observability of the induction machine (IM) and the permanent IEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS 1 Discussion on AC Drive Observability Analysis Mohamad Koteich, Student Member, IEEE, Abdelmalek Maloum, Gilles Duc and Guillaume Sandou arxiv:1512.01462v1

More information

Sensorless Control for High-Speed BLDC Motors With Low Inductance and Nonideal Back EMF

Sensorless Control for High-Speed BLDC Motors With Low Inductance and Nonideal Back EMF Sensorless Control for High-Speed BLDC Motors With Low Inductance and Nonideal Back EMF P.Suganya Assistant Professor, Department of EEE, Bharathiyar Institute of Engineering for Women Salem (DT). Abstract

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

IN RECENT years, the demand for high-performance electric

IN RECENT years, the demand for high-performance electric 386 IEEE TRANSACTIONS ON CONTROL SYSTEMS TECHNOLOGY, VOL. 13, NO. 3, MAY 2005 Parameter Estimation of Induction Motor at Standstill With Magnetic Flux Monitoring Paolo Castaldi and Andrea Tilli Abstract

More information

Research Article Extended and Unscented Kalman Filtering Applied to a Flexible-Joint Robot with Jerk Estimation

Research Article Extended and Unscented Kalman Filtering Applied to a Flexible-Joint Robot with Jerk Estimation Hindawi Publishing Corporation Discrete Dynamics in Nature and Society Volume 21, Article ID 482972, 14 pages doi:1.1155/21/482972 Research Article Extended and Unscented Kalman Filtering Applied to a

More information

A Novel Three-phase Matrix Converter Based Induction Motor Drive Using Power Factor Control

A Novel Three-phase Matrix Converter Based Induction Motor Drive Using Power Factor Control Australian Journal of Basic and Applied Sciences, 8(4) Special 214, Pages: 49-417 AENSI Journals Australian Journal of Basic and Applied Sciences ISSN:1991-8178 Journal home page: www.ajbasweb.com A Novel

More information

Model-Based Diagnosis of Chaotic Vibration Signals

Model-Based Diagnosis of Chaotic Vibration Signals Model-Based Diagnosis of Chaotic Vibration Signals Ihab Wattar ABB Automation 29801 Euclid Ave., MS. 2F8 Wickliffe, OH 44092 and Department of Electrical and Computer Engineering Cleveland State University,

More information

An experimental robot load identification method for industrial application

An experimental robot load identification method for industrial application An experimental robot load identification method for industrial application Jan Swevers 1, Birgit Naumer 2, Stefan Pieters 2, Erika Biber 2, Walter Verdonck 1, and Joris De Schutter 1 1 Katholieke Universiteit

More information

Easily Adaptable Model of Test Benches for Internal Combustion Engines

Easily Adaptable Model of Test Benches for Internal Combustion Engines 213 European Control Conference (ECC) July 17-19, 213, Zürich, Switzerland. Easily Adaptable Model of Test Benches for Internal Combustion Engines J. Blumenschein, P. Schrangl, T. E. Passenbrunner, H.

More information

Robust Controller Design for Speed Control of an Indirect Field Oriented Induction Machine Drive

Robust Controller Design for Speed Control of an Indirect Field Oriented Induction Machine Drive Leonardo Electronic Journal of Practices and Technologies ISSN 1583-1078 Issue 6, January-June 2005 p. 1-16 Robust Controller Design for Speed Control of an Indirect Field Oriented Induction Machine Drive

More information

Robust Speed Controller Design for Permanent Magnet Synchronous Motor Drives Based on Sliding Mode Control

Robust Speed Controller Design for Permanent Magnet Synchronous Motor Drives Based on Sliding Mode Control Available online at www.sciencedirect.com ScienceDirect Energy Procedia 88 (2016 ) 867 873 CUE2015-Applied Energy Symposium and Summit 2015: ow carbon cities and urban energy systems Robust Speed Controller

More information

A New Predictive Control Strategy Dedicated to Salient Pole Synchronous Machines

A New Predictive Control Strategy Dedicated to Salient Pole Synchronous Machines A New Predictive Control Strategy Dedicated to Salient Pole Synchronous Machines Nicolas Patin Member IEEE University of Technology of Compiègne Laboratoire d Electromécanique de Compiègne Rue Personne

More information

A Reset State Estimator for Linear Systems to Suppress Sensor Quantization Effects

A Reset State Estimator for Linear Systems to Suppress Sensor Quantization Effects Proceedings of the 17th World Congress The International Federation of Automatic Control Seoul, Korea, July 6-11, 28 A Reset State Estimator for Linear Systems to Suppress Sensor Quantization Effects Jinchuan

More information

Sensorless Sliding Mode Control of Induction Motor Drives

Sensorless Sliding Mode Control of Induction Motor Drives Sensorless Sliding Mode Control of Induction Motor Drives Kanungo Barada Mohanty Electrical Engineering Department, National Institute of Technology, Rourkela-7698, India E-mail: kbmohanty@nitrkl.ac.in

More information

Kalman Filter. Predict: Update: x k k 1 = F k x k 1 k 1 + B k u k P k k 1 = F k P k 1 k 1 F T k + Q

Kalman Filter. Predict: Update: x k k 1 = F k x k 1 k 1 + B k u k P k k 1 = F k P k 1 k 1 F T k + Q Kalman Filter Kalman Filter Predict: x k k 1 = F k x k 1 k 1 + B k u k P k k 1 = F k P k 1 k 1 F T k + Q Update: K = P k k 1 Hk T (H k P k k 1 Hk T + R) 1 x k k = x k k 1 + K(z k H k x k k 1 ) P k k =(I

More information

Jerk derivative feedforward control for motion systems

Jerk derivative feedforward control for motion systems Jerk derivative feedforward control for motion systems Matthijs Boerlage Rob Tousain Maarten Steinbuch Abstract This work discusses reference trajectory relevant model based feedforward design. For motion

More information

Robust sliding mode speed controller for hybrid SVPWM based direct torque control of induction motor

Robust sliding mode speed controller for hybrid SVPWM based direct torque control of induction motor ISSN 1 746-7233, England, UK World Journal of Modelling and Simulation Vol. 3 (2007) No. 3, pp. 180-188 Robust sliding mode speed controller for hybrid SVPWM based direct torque control of induction motor

More information

A High Performance DTC Strategy for Torque Ripple Minimization Using duty ratio control for SRM Drive

A High Performance DTC Strategy for Torque Ripple Minimization Using duty ratio control for SRM Drive A High Performance DTC Strategy for Torque Ripple Minimization Using duty ratio control for SRM Drive Veena P & Jeyabharath R 1, Rajaram M 2, S.N.Sivanandam 3 K.S.Rangasamy College of Technology, Tiruchengode-637

More information

Control of Chatter using Active Magnetic Bearings

Control of Chatter using Active Magnetic Bearings Control of Chatter using Active Magnetic Bearings Carl R. Knospe University of Virginia Opportunity Chatter is a machining process instability that inhibits higher metal removal rates (MRR) and accelerates

More information

D(s) G(s) A control system design definition

D(s) G(s) A control system design definition R E Compensation D(s) U Plant G(s) Y Figure 7. A control system design definition x x x 2 x 2 U 2 s s 7 2 Y Figure 7.2 A block diagram representing Eq. (7.) in control form z U 2 s z Y 4 z 2 s z 2 3 Figure

More information

DTC Based Induction Motor Speed Control Using 10-Sector Methodology For Torque Ripple Reduction

DTC Based Induction Motor Speed Control Using 10-Sector Methodology For Torque Ripple Reduction DTC Based Induction Motor Speed Control Using 10-Sector Methodology For Torque Ripple Reduction S. Pavithra, Dinesh Krishna. A. S & Shridharan. S Netaji Subhas Institute of Technology, Delhi University

More information

A Robust Nonlinear Luenberger Observer for the Sensorless Control of SM-PMSM: Rotor Position and Magnets Flux Estimation

A Robust Nonlinear Luenberger Observer for the Sensorless Control of SM-PMSM: Rotor Position and Magnets Flux Estimation A Robust Nonlinear Luenberger Observer for the Sensorless Control of SM-PMSM: Rotor Position and Magnets Flux Estimation Nicolas Henwood 1, 2, Jeremy Malaize 1, and Laurent Praly 2 1 Control, Signal and

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 based on script from: Prof. Dr. Lino Guzzella 1/33 Outline 1

More information

Control for. Maarten Steinbuch Dept. Mechanical Engineering Control Systems Technology Group TU/e

Control for. Maarten Steinbuch Dept. Mechanical Engineering Control Systems Technology Group TU/e Control for Maarten Steinbuch Dept. Mechanical Engineering Control Systems Technology Group TU/e Motion Systems m F Introduction Timedomain tuning Frequency domain & stability Filters Feedforward Servo-oriented

More information

Stability Analysis and Research of Permanent Magnet Synchronous Linear Motor

Stability Analysis and Research of Permanent Magnet Synchronous Linear Motor Stability Analysis and Research of Permanent Magnet Synchronous Linear Motor Abstract Rudong Du a, Huan Liu b School of Mechanical and Electronic Engineering, Shandong University of Science and Technology,

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

Comparison of four state observer design algorithms for MIMO system

Comparison of four state observer design algorithms for MIMO system Archives of Control Sciences Volume 23(LIX), 2013 No. 2, pages 131 144 Comparison of four state observer design algorithms for MIMO system VINODH KUMAR. E, JOVITHA JEROME and S. AYYAPPAN A state observer

More information

Overview of the Seminar Topic

Overview of the Seminar Topic Overview of the Seminar Topic Simo Särkkä Laboratory of Computational Engineering Helsinki University of Technology September 17, 2007 Contents 1 What is Control Theory? 2 History

More information

Independent Control of Speed and Torque in a Vector Controlled Induction Motor Drive using Predictive Current Controller and SVPWM

Independent Control of Speed and Torque in a Vector Controlled Induction Motor Drive using Predictive Current Controller and SVPWM Independent Control of Speed and Torque in a Vector Controlled Induction Motor Drive using Predictive Current Controller and SVPWM Vandana Peethambaran 1, Dr.R.Sankaran 2 Assistant Professor, Dept. of

More information

Application of Neuro Fuzzy Reduced Order Observer in Magnetic Bearing Systems

Application of Neuro Fuzzy Reduced Order Observer in Magnetic Bearing Systems Application of Neuro Fuzzy Reduced Order Observer in Magnetic Bearing Systems M. A., Eltantawie, Member, IAENG Abstract Adaptive Neuro-Fuzzy Inference System (ANFIS) is used to design fuzzy reduced order

More information

Robust Control For Variable-Speed Two-Bladed Horizontal-Axis Wind Turbines Via ChatteringControl

Robust Control For Variable-Speed Two-Bladed Horizontal-Axis Wind Turbines Via ChatteringControl Robust Control For Variable-Speed Two-Bladed Horizontal-Axis Wind Turbines Via ChatteringControl Leonardo Acho, Yolanda Vidal, Francesc Pozo CoDAlab, Escola Universitària d'enginyeria Tècnica Industrial

More information

Parameter Prediction and Modelling Methods for Traction Motor of Hybrid Electric Vehicle

Parameter Prediction and Modelling Methods for Traction Motor of Hybrid Electric Vehicle Page 359 World Electric Vehicle Journal Vol. 3 - ISSN 232-6653 - 29 AVERE Parameter Prediction and Modelling Methods for Traction Motor of Hybrid Electric Vehicle Tao Sun, Soon-O Kwon, Geun-Ho Lee, Jung-Pyo

More information

Evaluation Method to Estimate Position Control Error in Position Sensorless Control Based on Pattern Matching Method

Evaluation Method to Estimate Position Control Error in Position Sensorless Control Based on Pattern Matching Method IEEJ Journal of Industry Applications Vol.7 No.1 pp.73 79 DOI: 10.1541/ieejjia.7.73 Paper Evaluation Method to Estimate Position Control Error in Position Sensorless Control Based on Pattern Matching Method

More information

Position Controller for PMSM Based on Finite Control Set Model Predictive Control

Position Controller for PMSM Based on Finite Control Set Model Predictive Control http://dx.doi.org/10.5755/j01.eie..6.1717 Position Controller for PMSM Based on Finite Control Set Model Predictive Control Vior Slapak 1 Karol Kyslan 1 Frantisek Durovsky 1 1 Department of Electrical

More information

Small-Signal Analysis of a Saturated Induction Motor

Small-Signal Analysis of a Saturated Induction Motor 1 Small-Signal Analysis of a Saturated Induction Motor Mikaela Ranta, Marko Hinkkanen, Anna-Kaisa Repo, and Jorma Luomi Helsinki University of Technology Department of Electrical Engineering P.O. Box 3,

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

Introduction to centralized control

Introduction to centralized control Industrial Robots Control Part 2 Introduction to centralized control Independent joint decentralized control may prove inadequate when the user requires high task velocities structured disturbance torques

More information

Predictive Cascade Control of DC Motor

Predictive Cascade Control of DC Motor Volume 49, Number, 008 89 Predictive Cascade Control of DC Motor Alexandru MORAR Abstract: The paper deals with the predictive cascade control of an electrical drive intended for positioning applications.

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

Motion Control. Laboratory assignment. Case study. Lectures. compliance, backlash and nonlinear friction. control strategies to improve performance

Motion Control. Laboratory assignment. Case study. Lectures. compliance, backlash and nonlinear friction. control strategies to improve performance 436-459 Advanced Control and Automation Motion Control Lectures traditional CNC control architecture modelling of components dynamic response of axes effects on contouring performance control strategies

More information

A Tutorial on Recursive methods in Linear Least Squares Problems

A Tutorial on Recursive methods in Linear Least Squares Problems A Tutorial on Recursive methods in Linear Least Squares Problems by Arvind Yedla 1 Introduction This tutorial motivates the use of Recursive Methods in Linear Least Squares problems, specifically Recursive

More information

A Method for Magnetizing Curve Identification in Rotor Flux Oriented Induction Machines

A Method for Magnetizing Curve Identification in Rotor Flux Oriented Induction Machines IEEE TRANSACTIONS ON ENERGY CONVERSION, VOL. 15, NO. 2, JUNE 2000 157 A Method for Magnetizing Curve Identification in Rotor Flux Oriented Induction Machines Emil Levi, Member, IEEE, Matija Sokola, and

More information

Speed Control of Non-collocated Stator-Rotor Synchronous Motor with Application in Robotic Surgery

Speed Control of Non-collocated Stator-Rotor Synchronous Motor with Application in Robotic Surgery Speed Control of Non-collocated Stator-Rotor Synchronous Motor with Application in Robotic Surgery Alireza Mohammadi, Danielius Samsonas, Christian Di Natali, Pietro Valdastri, Ying Tan, Denny Oetomo Melbourne

More information

Self-Tuning Control for Synchronous Machine Stabilization

Self-Tuning Control for Synchronous Machine Stabilization http://dx.doi.org/.5755/j.eee.2.4.2773 ELEKTRONIKA IR ELEKTROTECHNIKA, ISSN 392-25, VOL. 2, NO. 4, 25 Self-Tuning Control for Synchronous Machine Stabilization Jozef Ritonja Faculty of Electrical Engineering

More information