A Robust Controller Design for a Brushless DC Drive System using Moving Average Speed Estimation on Cortex M3 ARM Microcontroller

Size: px
Start display at page:

Download "A Robust Controller Design for a Brushless DC Drive System using Moving Average Speed Estimation on Cortex M3 ARM Microcontroller"

Transcription

1 International Journal of Advanced Mechatronics and Robotics (IJAMR) Vol. 3, No. 1, January-June 2011; pp ; International Science Press, ISSN: A Robust Controller Design for a Brushless DC Drive System using Moving Average Speed Estimation on Cortex M3 ARM Microcontroller V. M. Takodia, J. J. Patel & M. A. Mulla Electrical Engineering Department, S. V. National Institute of Technology, Ichchhanath, SURAT , Gujarat, India. mam@eed.svnit.ac.in ABSTRACT Brushless DC (BLDC) drive systems are continually gaining popularity in motion control applications. Motion control applications require very good stability limits, steady state and transient responses, hence brushless dc drive systems should respond to meet these requirements. Encoder feedback is normally used for designing robust controller for BLDC drive, in this paper, hall sensor based moving average speed estimation and variable Kp-Ki PI controller is presented. The digital controller is implemented using Cortex M3 ARM microcontroller (LM3S2616) with only hall-sensors feedback. The experimental setup is tested by loading BLDC motor from no load to full load as well as with continuous and impact load. Serially, motor parameters like speed, current are gathered on PC and analysed, which confirms the robustness of controller designed. Keyword: BLDC (Brushless dc) Motor Drive, Digital Control, Modelling and Analysis, Motion Control. 1. INTRODUCTION The brushless dc motor (BLDC) motor has been used in various industrial applications and has increased demand in diverse fields because of its high efficiency, simple control compared to ac motors, low EMI, and high reliability due to absence of brushes. Most three-phase motors, including BLDC motor need at least six PWM channels for inverter power devices such as IGBTs and MOSFETs. In order to meet these requirements, generally a specialpurpose processor is necessary. Using special purpose processor or a device for BLDC motor drive presents several advantages such as small driver size and less development time. However, these processors are more expensive than the general purpose processors and eventually will increase the cost of BLDC motor drive system. Since the main flux of BLDC motor is produced by the permanent magnets, this motor has high power density and is capable of operating at high efficiencies while having similar torque control performance as a dc motor [1, 2]. Trapezoidal type BLDC motors are generally used for low-cost industrial applications. Therefore, low-cost application of BLDC motors is being considered for many products. In

2 30 International Journal of Advanced Mechatronics and Robotics order to achieve low-cost BLDC motor drive, a general-purpose processor with hall sensors is used instead of using position sensor encoder and a special purpose processor. In this paper a 32-bit ARM microcontroller LM3S2616, which gives 75 MIPS performance with the availability of 1 cycle flash from Texas Instruments (TI) (Formally Luminary Microsystem) is suggested for BLDC motor control. The digital controller is implemented with moving average speed estimation using hall sensor feedback and variable Kp-Ki PI algorithm in order to improve the system response. The simulated results are verified by the experimental setup by loading motor from no load to full load as well as with continuous and impact load. 2. BLDC MOTOR Permanent magnet (PM) motors are synchronous motors with permanent magnets mounted on the rotor, and the armature windings located on the stator. PM motors are categorized into two types: The first type is referred to as PM synchronous motor (PMSM) which has sinusoidal back-emf. The other type is referred as BLDC motor which has a trapezoidal back-emf as shown in Fig.1. In the BLDC motor drives, the polarity reversal is performed by power transistors switching in synchronization with the rotor position. Therefore, the BLDC motor has to use either internal or external position sensor to detect the actual rotor position. Also, the rotor position can be estimated without the need for position sensor. However, in proposed scheme, three hall sensors are used to determine the actual rotor position. Figure 1: Schematic of BLDC Motor

3 A Robust Controller Design for a Brushless DC Drive System using Moving Average Figure 2: Position Sensor Output and Ideal Current Waveforms Figure 3: Voltage Source Inverter (VSI) 31

4 32 International Journal of Advanced Mechatronics and Robotics Figure 4: The Back-EMF of BLDC Motors In general, BLDC motor may use either 600 or 1200 conduction intervals. In this paper, the 1200 conduction interval is used. Figure 1 shows a schematic of BLDC motor with placement of hall sensors. Figure 2 shows the position sensors outputs and ideal current waveforms with respect to position. Figure 3 shows a three phase voltage source inverter (VSI). The ideal phase current in each of the motor windings are shown with hall sensor output in Figure 2. Figure 4 shows the trapezoidal back emf of the BLDC motor. According to Figure 2 from the first interval, phase A will conduct positive dc link current, while phase B will conduct negative dc link current. Phase C will be left open. As a result, only phase A and B are conducting and phase C is left silent, which means that only two switches (A_H and B_L) are active, while the rest (A_L, B_H, C_H, and C_L) are inactive. During each PWM cycle to achieve this switching scheme, the desired duty cycle is imposed by the upper switch (A_H) of the two involved switches (A_H and B_L) and the lower switch (B_L) is kept on (100% duty cycle). Therefore, there is no need for dead time to be considered for BLDC motor. Because, whenever the upper switch is turned on, the lower switch of the same leg is already off and vice versa [3]. 3. PROPOSED SETUP AND ALGORITHM Proposed BLDC drive consist of four units: supply line interface, digital controller, motor and sensors, and power converter or drive unit. The overall system can be represented by

5 A Robust Controller Design for a Brushless DC Drive System using Moving Average 33 a block diagram shown in Figure 5. Hall-sensors feedback is connected with microcontroller via commutation circuit block, which is connected to PWM generator block. Hall-sensors feedback is used to calculate the actual speed of the motor. The required PWM duty-ratio is calculated in order to achieve reference speed. PWM generator will generate gate pulses with required duty-ratio, which need to be synchronised with hall-sensors feedback for proper electronics commutation of the switches. Figure 5: Schematic Diagram of BLDC Motor with Closed Loop Control When speed responses are obtained with classical PI controllers, the Kp and Ki are kept constant. General approach of tuning is initially have no integral gain, increase Kp until satisfactory response is obtained and then add in integral until the steady state error is removed in satisfactory time (may need to reduce Kp if the combination becomes oscillatory). Here, Kp is responsible for process stability and Ki is responsible for driving error to zero. Too low value of Kp can cause drift, and too high value will cause oscillations. Very high value of Ki will also invoke oscillations or instability [4]. When the command changes, the system needs a large control input for fast response. To produce a large control input, the PI controller should have a large Kp and small Ki. When the motor reaches the command value, it needs a small Kp to avoid overshoot and large Ki to reduce steady state error. Thus, the modified PI controller parameters as a function of the position or speed error is expressed by equation (1) and (2). K p = K p,min + K p,max K p,min emax e (1)

6 34 International Journal of Advanced Mechatronics and Robotics K i = K i,max K i,max K i,min emax e (2) The gain constants vary as an instantaneous function of error within specified limits. Thus, Kp and Ki are variables instead of constants. Digital variable Kp-Ki control algorithm is implemented to improve the system response. The theory and modeling of BLDC motors have been developed with an assumption that hall sensors are placed exactly 1200 apart. Practically it is difficult to achieve this with high accuracy, this result in imbalance among the phases and leads to increase in torque pulsation, vibrations, acoustic noise, and deterioration in mechanical performance. In order to overcome this misalignment of hall sensors a moving average speed estimation algorithm is developed. This algorithm will move the twelve count reading of timer on every hall sensor output state change and provides speed value in intermediate hall sensor transition stages also. Moving average is done on arrival of new hall sensor count; this improves the speed measurement ability and makes it equivalent to speed measurement using incremental encoder. 4. SIMULATION RESULTS The simulation of proposed BLDC drive is done using the software package MATLAB/ SIMULINK, schematic of arrangement is as shown in Fig 6 [5, 6]. The motor s closed loop control models were constructed with required control circuit. After running the simulations, the speed, torque, current waveforms were recorded and analysed. Figure 6: Simulation of Proposed BLDC Drive

7 A Robust Controller Design for a Brushless DC Drive System using Moving Average (a) Stator currents, back EMF, hall signals, speed, and torque (from top to bottom) (b) Speed (in RPM) for constant value of Kp and Ki 35

8 36 International Journal of Advanced Mechatronics and Robotics (c) Speed (in RPM) for varying values of Kp and Ki Figure 7: Simulated Results of the Proposed BLDC Drive The parameters of the BLDC drive system for dynamic simulations are obtained and compare with fixed Kp-Ki performance, the obtained reading are as tabulated in Table 1. It is seen from the results that peak overshoot and settling time of the system reduce with this variable Kp-Ki PI algorithm. The simulated current, torque, hall signals and speed responses are shown in Fig 7. The effectiveness of variable Kp-Ki PI algorithm is illustrated in Table 1. Given a range of Kp between 0.01 to 01 and Ki between 0.2. to 0.3, the PI controller tuned itself and reduces the peak overshoot from 1.5% to 1% and also reduces the reduces the settling time from 17.1ms to 15.4ms. These results are compared with performance of motor with constant Kp = 0.05 and Ki = 0.25; for which the system is tuned. Table 1 Comparison of Motor Parameters with Constant and Varying K p-ki Algorithm Time domain Kp = 0.05 and Ki= 0.25 Kp, min = 0.01, Kp,max = 0.1 and specifications (Constant Kp-Ki) Ki,min = 0.2, Ki,max = 0.3 (Variable Kp-Ki ) Peak overshoot Settling time for 2% tolerance in speed 1.5 % 1% 17.1 ms 15.4 ms 5. EXPERIMENTAL SETUP A 24 V, DC supply is generated using a step down transformer and a rectifier unit or standard 24 V SMPS can be used alternatively. A 32-bit ARM microcontroller LM3S2616 is used for the BLDC motor control. A 4000 RPM BLDC motor DPM 57BLS94 with only

9 A Robust Controller Design for a Brushless DC Drive System using Moving Average 37 hall sensor output is used in the test setup. MOSFET based three phase power converter is used as a driving unit. The digital control design strategy was validated with an experimental setup constructed in order to implement and further validate the simulation results. A. Digital Controller To achieve proper control of BLDC motor, the required digital controller should have minimum following capabilities [7, 8]: 1. Minimum 3 number of interrupts for hall sensor base rotor position sensing interface. This interrupt can be configurable for its both; positive going edge and negative going edge. 2. Minimum 6 independent PWM generation units, (with a 16 or 32 bit timer) with dedicated output pins. PWM should be configurable for edge aligned or centre aligned PWM. 3. Minimum 2 channels for quadrature encoder interfacing. This will be useful for speed measurement, position tracking and direction of rotation. 4. Processor should have single cycle multiplication instruction and division instructions for fast computations. 5. On chip multi-channel 500 ksps to 1 msps ADC to sense currents and/or back emf signals. After searching in the category of 32-bit controllers, following controllers were considered: TMS 320F2812 BY TI ARM CORTEX M-3 (STM32) BY ST ARM7 TDMI BY NXP ARM CORTEX M-3 BY LUMINARY MICRO Last option of a 32 bit controller by TI (Formally luminary micro systems) with around 75MIPS performance, KEIL IDE for software development and availability of 1 cycle flash is selected. From the family of 32-bit Cortex M3 ARM processor LM3S2616 microcontroller is selected. The overall proposed scheme for BLDC drive is depicted as shown in Fig.8. An LM3S2616, ARM micro controller was chosen for the task of performing the logic operations required to commutate and control the motor. A micro controller was chosen over a digital signal processor (DSP) to reduce cost and lower the complexity of the associated hardware. Also, development tools and support were readily available for the ARM. They allow user control of certain motor controller functions such as direction, mode, and start/stop. Crystal used is of 25MHz, capacitors are provided for crystal stabilizing, a pull-up resistor is used for the micro controller resets pin, the micro controller ADC reference

10 38 International Journal of Advanced Mechatronics and Robotics Figure 8: Overall BLDC Drive Scheme used is +2.5 V reference and PORTA and PORTB is configured as Pulse width modulation (PWM) output port. B. Three Phase Inverter and Gate Driver A standard three-phase dc to ac inverter was used. The switches were conservatively chosen; MOSFETs (STP80NF55-06) rated for 55 V, 80 A and RDS(on)=0.005 ohm, is well over the power ratings of the BLDC motor. To drive the switches, a high-speed power MOSFET and insulated gate bipolar transistor driver IC was used (IR2130). The recommended connections given by the IC s data sheet were used to interface the inverter with the driver [9]. Full bridge topology is implemented for higher torque output as compared to half bridge. The gate driver circuit (IR 2130) forms the interface between the micro controller and the power MOSFETs. The gate driver circuit has two purposes: Firstly, it buffers the gate signals generated by the micro controller. The second purpose of the gate drive circuit is to generate the gate voltages required to activate the topside transistor.

11 A Robust Controller Design for a Brushless DC Drive System using Moving Average 39 Figure 9: Hall Effect Sensor Interface Figure 10: Current Sensing Unit C. Current Control and Sensing Hardware Most BLDC motors have several hall-effect sensors, incorporated in the stator. These sensors provide rotor position information to the motor controller. A current sensing amplifier is required to provide motor current information to the micro controller. Current was sensed in both directions. Under normal operation, the current flows from the +V motor rail, through

12 40 International Journal of Advanced Mechatronics and Robotics the motor and to ground through the current sensing resistor. When braking is applied to the motor; current flows from ground, through the motor and the +V motor rail. The current needs to be limited to 10 amps in both directions to prevent damage to the motor s stator winding. A single supply, rail-to-rail opamp, the LMV324 was chosen. The opamp is supplied from the +5 V rail, ensuring that the microcontroller s ADC does not see more than 5 V on its inputs. The current signal is amplified differentially to avoid any DC offset due to opamp bias currents. D. BLDC Motor with Mechanical Load and Overall Setup The BLDC motor used for the experimental testing was DPM 57BLS94 which is a 4000 RPM and 36 V. A pulley is mounted on the shaft of the motor and the arrangement is fixed on the table for mechanical loading on the motor. The ratings and all other motor information were taken from the manufacturer s data sheet. 6. EXPERIMENTAL RESULTS The moving average speed estimation and varying Kp-Ki PI digital control working with hall-sensors feedback has been validated with an experimental setup. The speed readings of the motor are collected every 200 ms and downloaded into Excel sheet for further analysis through serial transmission. The graphs are plotted for speed in RPM versus time in seconds. The experimental results are matched with the simulated results of the proposed BLDC drive system. Figure 11: Experimental Setup of Overall BLDC Drive

13 A Robust Controller Design for a Brushless DC Drive System using Moving Average 41 (a) (b) Figure 12: Experimental Results of Proposed Closed Loop BLDC Drive: (a) Speed Performance for Step Change in Set Points, and (b) Speed Performance While Tracking Trapezoidal Reference Set Points Fig. 12(a) shows the performance of motor while set point of the motor is changed in steps and impact loading on the motor is applied and removed. It has been observed from this graph that the performance of motor is very good and matches exactly to set point. Fig. 12(b) shows the performance of motor with continuous varying set point. Artificially the set point of the motor is changed in accelerating ramp and decelerating ramp fashion on loaded

14 42 International Journal of Advanced Mechatronics and Robotics motor. It has been observed that the performance of motor is very good and matcheds exactly to set point. 7. CONCLUSIONS A new concept for digital control of BLDC motor with only hall-sensor feedback with moving average speed estimation and variable Kp-Ki PI controller has been introduced. The idea behind the new concept is to achieve robust control at low cost; conventionally encoder is must for getting such level performance. The moving average speed estimation improves the speed measurement ability and makes it equivalent to speed measurement using incremental encoder. The closed loop speed control has been simulated in Matlab/Simulink with constant Kp - Ki and variable Kp - Ki PI control. It has been noted that variable PI controller gives good response, from the view point of settling time and peak overshoot. Closed loop speed control has been physically implemented with fast running 32-bit microcontroller with sampling rate as small as 4 ms. The drive s speed responses have been experimented and are found reasonably good. ACKNOWLEDGMENT The authors are grateful to Dr. R. Chudamani for her valuable discussions and her help in proof reading of this paper. REFERENCES [1] F. Rodriguez, P. Desai, and A. Emadi, A Novel Digital Control Technique for Trapezoidal Brush-less DC Motor Drives, in Proc. Power Electron. Technol. Conf., Chicago, IL, Nov [2] F. Rodriguez and A. Emadi, A Novel Digital Control Technique for Brushless DC Motor Drives: Conduction-angle Control, In Proc. IEEE Int. Elect. Mach. Drives Conf., May 2005, San Antonio, Texas, pp [3] R. Krishnan, Switched Reluctance Motor Drives: Modeling, Simulation, Analysis, Design and Applications, Industrial Electronic Series, CRC Press; 1 Edition (June 28, 2001). [4] M. A. El-Sharkawi, Fundamentals of Electric Drives, Pacific Grove, CA: Brooks/Cole, 2000, pp [5] The Student Edition of MATLAB User s Guide, The MathWorks, Inc., Prentice Hall, [6] MATLAB Primer (2nd Edition), Kermit Sigmon, Department of Mathematics, University of Florida, Gainesville, FL [7] H. C. Chen, M. S. Huang, C. M. Liaw, Y. C. Chang, P. Y. Yu, and J. M. Huang, Robust Current Control for Brushless DC Motors, Proc. Inst. Electr. Eng. Electric Power Applications, 147, No. 6, pp , Nov [8] Yashwant Jani, Implementing Embedded Speed Control for Brushless DC Motors: Part 1-6, Renesas Technology America, Inc., Dec [9] International Rectifier, IR2130/IR2132(J)(S) & (PbF) 3-phase Bridge Driver. Data Sheet No. PD60019 Rev.P.

A DIGITAL CONTROLLING SCHEME OF A THREE PHASE BLDM DRIVE FOR FOUR QUADRANT OPERATION. Sindhu BM* 1

A DIGITAL CONTROLLING SCHEME OF A THREE PHASE BLDM DRIVE FOR FOUR QUADRANT OPERATION. Sindhu BM* 1 ISSN 2277-2685 IJESR/Dec. 2015/ Vol-5/Issue-12/1456-1460 Sindhu BM / International Journal of Engineering & Science Research A DIGITAL CONTROLLING SCHEME OF A THREE PHASE BLDM DRIVE FOR FOUR QUADRANT OPERATION

More information

International Journal of Advance Research in Engineering, Science & Technology

International Journal of Advance Research in Engineering, Science & Technology Impact Factor (SJIF): 4.542 International Journal of Advance Research in Engineering, Science & Technology e-issn: 2393-9877, p-issn: 2394-2444 Volume 4, Issue 4, April-2017 Simulation and Analysis for

More information

Fuzzy Logic Controller for BLDC Permanent Magnet Motor Drives

Fuzzy Logic Controller for BLDC Permanent Magnet Motor Drives International Journal of Electrical & Computer Sciences IJECS-IJENS Vol: 11 No: 02 12 Fuzzy Logic Controller for BLDC Permanent Magnet Motor Drives Tan Chee Siong, Baharuddin Ismail, Siti Fatimah Siraj,

More information

Modeling and Simulation of BLDC Motor using MATLAB/SIMULINK Environment

Modeling and Simulation of BLDC Motor using MATLAB/SIMULINK Environment Modeling and Simulation of BLDC Motor using MATLAB/SIMULINK Environment SudhanshuMitra 1, R.SaidaNayak 2, Ravi Prakash 3 1 Electrical Engineering Department, Manit Bhopal, India 2 Electrical Engineering

More information

PERFORMANCE AND ENHANCEMENT OF Z-SOURCE INVERTER FED BLDC MOTOR USING SLIDING MODE OBSERVER

PERFORMANCE AND ENHANCEMENT OF Z-SOURCE INVERTER FED BLDC MOTOR USING SLIDING MODE OBSERVER PERFORMANCE AND ENHANCEMENT OF Z-SOURCE INVERTER FED BLDC MOTOR USING SLIDING MODE OBSERVER K.Kalpanadevi 1, Mrs.S.Sivaranjani 2, 1 M.E. Power Systems Engineering, V.S.B.Engineering College, Karur, Tamilnadu,

More information

EXPERIMENTAL VERIFICATION OF INDUCED VOLTAGE SELF- EXCITATION OF A SWITCHED RELUCTANCE GENERATOR

EXPERIMENTAL VERIFICATION OF INDUCED VOLTAGE SELF- EXCITATION OF A SWITCHED RELUCTANCE GENERATOR EXPERIMENTAL VERIFICATION OF INDUCED VOLTAGE SELF- EXCITATION OF A SWITCHED RELUCTANCE GENERATOR Velimir Nedic Thomas A. Lipo Wisconsin Power Electronic Research Center University of Wisconsin Madison

More information

G Prasad 1, Venkateswara Reddy M 2, Dr. P V N Prasad 3, Dr. G Tulasi Ram Das 4

G Prasad 1, Venkateswara Reddy M 2, Dr. P V N Prasad 3, Dr. G Tulasi Ram Das 4 Speed control of Brushless DC motor with DSP controller using Matlab G Prasad 1, Venkateswara Reddy M 2, Dr. P V N Prasad 3, Dr. G Tulasi Ram Das 4 1 Department of Electrical and Electronics Engineering,

More information

A Novel DC-DC Converter Based Integration of Renewable Energy Sources for Residential Micro Grid Applications

A Novel DC-DC Converter Based Integration of Renewable Energy Sources for Residential Micro Grid Applications A Novel DC-DC Converter Based Integration of Renewable Energy Sources for Residential Micro Grid Applications Madasamy P 1, Ramadas K 2 Assistant Professor, Department of Electrical and Electronics Engineering,

More information

Performance analysis of low harmonics and high efficient BLDC motor drive system for automotive application

Performance analysis of low harmonics and high efficient BLDC motor drive system for automotive application J. Acad. Indus. Res. Vol. 1(7) December 2012 379 RESEARCH ARTICLE ISSN: 2278-5213 Performance analysis of low harmonics and high efficient BLDC motor drive system for automotive application M. Pandi maharajan

More information

A matrix converter based drive for BLDC motor Radhika R, Prince Jose

A matrix converter based drive for BLDC motor Radhika R, Prince Jose A matrix converter based drive for BLDC motor Radhika R, Prince Jose Abstract This paper presents a matrix converter based drive for BLDC motor. Matrix converter is a popular direct conversion method.

More information

DsPIC Based Power Assisted Steering Using Brushless Direct Current Motor

DsPIC Based Power Assisted Steering Using Brushless Direct Current Motor American Journal of Applied Sciences 10 (11): 1419-1426, 2013 ISSN: 1546-9239 2013 Lakshmi and Paramasivam, This open access article is distributed under a Creative Commons Attribution (CC-BY) 3.0 license

More information

IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 01, 2016 ISSN (online):

IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 01, 2016 ISSN (online): IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 1, 216 ISSN (online): 2321-613 Close Loop Speed Response of BLDC Motor using Pi Controller Patel Milan V 1 Chaudhari Pooja

More information

Speed Control of BLDC motor using ANFIS over conventional Fuzzy logic techniques

Speed Control of BLDC motor using ANFIS over conventional Fuzzy logic techniques Speed Control of BLDC motor using ANFIS over conventional Fuzzy logic techniques V.SURESH 1, JOSEPH JAWAHAR 2 1. Department of ECE, Mar Ephraem College of Engineering and Technology, Marthandam, INDIA.

More information

Australian Journal of Basic and Applied Sciences. Resonant Power Converter fed Hybrid Electric Vehicle with BLDC Motor Drive

Australian Journal of Basic and Applied Sciences. Resonant Power Converter fed Hybrid Electric Vehicle with BLDC Motor Drive ISSN:1991-8178 Australian Journal of Basic and Applied Sciences Journal home page: www.ajbasweb.com Resonant Power Converter fed Hybrid Electric Vehicle with BLDC Motor Drive 1 Balamurugan A. and 2 Ramkumar

More information

Rotor Position Detection of CPPM Belt Starter Generator with Trapezoidal Back EMF using Six Hall Sensors

Rotor Position Detection of CPPM Belt Starter Generator with Trapezoidal Back EMF using Six Hall Sensors Journal of Magnetics 21(2), 173-178 (2016) ISSN (Print) 1226-1750 ISSN (Online) 2233-6656 http://dx.doi.org/10.4283/jmag.2016.21.2.173 Rotor Position Detection of CPPM Belt Starter Generator with Trapezoidal

More information

Hardware Design of Brushless DC Motor System Based on DSP28335

Hardware Design of Brushless DC Motor System Based on DSP28335 Hardware Design of Brushless DC Motor System Based on DSP28335 Abstract Huibin Fu a, Wenbei Liu b and Xiangmei Du c School of Shandong University of Science and Technology, Shandong 266000, China. a imasmallfish@163.com,

More information

International Journal of Advance Engineering and Research Development A THREE PHASE SENSOR LESS FIELD ORIENTED CONTROL FOR BLDC MOTOR

International Journal of Advance Engineering and Research Development A THREE PHASE SENSOR LESS FIELD ORIENTED CONTROL FOR BLDC MOTOR Scientific Journal of Impact Factor (SJIF): 4.72 e-issn (O): 2348-4470 p-issn (P): 2348-6406 International Journal of Advance Engineering and Research Development Volume 4, Issue 11, November -2017 A THREE

More information

PERFORMANCE ANALYSIS OF BLDC MOTOR SPEED CONTROL USING PI CONTROLLER

PERFORMANCE ANALYSIS OF BLDC MOTOR SPEED CONTROL USING PI CONTROLLER PERFORMANCE ANALYSIS OF BLDC MOTOR SPEED CONTROL USING PI CONTROLLER Karishma P.Wankhede 1, K. Vadirajacharya 2 1 M.Tech.II Yr, 2 Associate Professor,Electrical Engineering Department Dr. BabasahebAmbedkar

More information

Compact Regenerative Braking Scheme for a PM BLDC Motor Driven Electric Two-Wheeler

Compact Regenerative Braking Scheme for a PM BLDC Motor Driven Electric Two-Wheeler Compact Regenerative Braking Scheme for a PM BLDC Motor Driven Electric Two-Wheeler G.J.RATHOD, PG Student, Department of Electrical Engg. S.N.D.COE & RC Nasik, Maharashtra, India Prof.R.K.JHA, HOD, Department

More information

Power Electronics & Drives [Simulink, Hardware-Open & Closed Loop]

Power Electronics & Drives [Simulink, Hardware-Open & Closed Loop] Power Electronics & [Simulink, Hardware-Open & Closed Loop] Project code Project theme Application ISTPOW801 Estimation of Stator Resistance in Direct Torque Control Synchronous Motor ISTPOW802 Open-Loop

More information

Speed Control of High-Speed BLDC with Pulse Amplitude Modulation Control

Speed Control of High-Speed BLDC with Pulse Amplitude Modulation Control Speed of High-Speed BLDC with Pulse Amplitude Modulation Boyina Ravi Kumar 1 K.Kranthi Pratap Singh 2 1PG Scholar, Department of EEE, Akula Sree Ramulu Institute of Engineering &Technology, Andhra Pradesh,

More information

International Journal of Advance Research in Engineering, Science & Technology

International Journal of Advance Research in Engineering, Science & Technology Impact Factor (SJIF): 3.632 International Journal of Advance Research in Engineering, Science & Technology e-issn: 2393-9877, p-issn: 2394-2444 (Special Issue for ITECE 2016) Field Oriented Control And

More information

SENSORLESS CONTROL OF BLDC MOTOR USING BACKEMF BASED DETECTION METHOD

SENSORLESS CONTROL OF BLDC MOTOR USING BACKEMF BASED DETECTION METHOD SENSORLESS CONTROL OF BLDC MOTOR USING BACKEMF BASED DETECTION METHOD A.Bharathi sankar 1, Dr.R.Seyezhai 2 1 Research scholar, 2 Associate Professor, Department of Electrical & Electronics Engineering,

More information

ISSN: X Tikrit Journal of Engineering Sciences available online at:

ISSN: X Tikrit Journal of Engineering Sciences available online at: Taha Hussain/Tikrit Journal of Engineering Sciences 22(1) (2015)45-51 45 ISSN: 1813-162X Tikrit Journal of Engineering Sciences available online at: http://www.tj-es.com Analysis of Brushless DC Motor

More information

A Novel Energy Regeneration Technique in Brushless DC Motors for Automobile Applications

A Novel Energy Regeneration Technique in Brushless DC Motors for Automobile Applications A Novel Energy Regeneration Technique in Brushless DC Motors for Automobile Applications Aiswarya S 1, Sindhura Rose Thomas 2 Abstract The Regenerative braking is a very important topic of research in

More information

STUDY ON MAXIMUM POWER EXTRACTION CONTROL FOR PMSG BASED WIND ENERGY CONVERSION SYSTEM

STUDY ON MAXIMUM POWER EXTRACTION CONTROL FOR PMSG BASED WIND ENERGY CONVERSION SYSTEM STUDY ON MAXIMUM POWER EXTRACTION CONTROL FOR PMSG BASED WIND ENERGY CONVERSION SYSTEM Ms. Dipali A. Umak 1, Ms. Trupti S. Thakare 2, Prof. R. K. Kirpane 3 1 Student (BE), Dept. of EE, DES s COET, Maharashtra,

More information

ISSN (Online)

ISSN (Online) Mathematical Modeling and Simulation for Performance Analysis Using MATLAB/SIMULINK [1] Vikas Maske, [2] Mithlesh Kumar Yadav, [3] Abhay Halmare [3] Professor Abstract: -- Automotive Industry is targeting

More information

Page 1. Design meeting 18/03/2008. By Mohamed KOUJILI

Page 1. Design meeting 18/03/2008. By Mohamed KOUJILI Page 1 Design meeting 18/03/2008 By Mohamed KOUJILI I. INTRODUCTION II. III. IV. CONSTRUCTION AND OPERATING PRINCIPLE 1. Stator 2. Rotor 3. Hall sensor 4. Theory of operation TORQUE/SPEED CHARACTERISTICS

More information

DESIGN AND ANALYSIS OF CONVERTER FED BRUSHLESS DC (BLDC) MOTOR

DESIGN AND ANALYSIS OF CONVERTER FED BRUSHLESS DC (BLDC) MOTOR DESIGN AND ANALYSIS OF CONVERTER FED BRUSHLESS DC (BLDC) MOTOR 1 VEDA M, 2 JAYAKUMAR N 1 PG Student, 2 Assistant Professor, Department of Electrical Engineering, The oxford college of engineering, Bangalore,

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 5.71 e-issn (O): 2348-4470 p-issn (P): 2348-6406 International Journal of Advance Engineering and Research Development Volume 5, Issue 05, May -2018 SPEED SYNCHRONIZATION

More information

One-Cycle Average Torque Control of Brushless DC Machine Drive Systems

One-Cycle Average Torque Control of Brushless DC Machine Drive Systems One-Cycle Average Torque Control of Brushless DC Machine Drive Systems Najma P.I. 1, Sakkeer Hussain C.K. 2 P.G. Student, Department of Electrical and Electronics Engineering, MEA Engineering College,

More information

Sensor less Control of BLDC Motor using Fuzzy logic controller for Solar power Generation

Sensor less Control of BLDC Motor using Fuzzy logic controller for Solar power Generation Sensor less Control of BLDC Motor using Fuzzy logic controller for Solar power Generation A. Sundaram 1 and Dr. G.P. Ramesh 2 1 Department of Electrical and Electronics Engineering, St. Peter s University,

More information

VECTOR CONTROL OF THREE-PHASE INDUCTION MOTOR USING ARTIFICIAL INTELLIGENT TECHNIQUE

VECTOR CONTROL OF THREE-PHASE INDUCTION MOTOR USING ARTIFICIAL INTELLIGENT TECHNIQUE VOL. 4, NO. 4, JUNE 9 ISSN 89-668 69 Asian Research Publishing Network (ARPN). All rights reserved. VECTOR CONTROL OF THREE-PHASE INDUCTION MOTOR USING ARTIFICIAL INTELLIGENT TECHNIQUE Arunima Dey, Bhim

More information

Maximum Solar Energy Saving For Sterling Dish with Solar Tracker Control System

Maximum Solar Energy Saving For Sterling Dish with Solar Tracker Control System 2013, TextRoad Publication ISSN 2090-4304 Journal of Basic and Applied Scientific Research www.textroad.com Maximum Solar Energy Saving For Sterling Dish with Solar Tracker Control System Alireza Farivar

More information

INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY

INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY [Sarvi, 1(9): Nov., 2012] ISSN: 2277-9655 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY A Sliding Mode Controller for DC/DC Converters. Mohammad Sarvi 2, Iman Soltani *1, NafisehNamazypour

More information

Design of Integrated Power Module for Electric Scooter

Design of Integrated Power Module for Electric Scooter EVS27 Barcelona, Spain, November 17-20, 2013 Design of Integrated Power Module for Electric Scooter Shin-Hung Chang 1, Jian-Feng Tsai, Bo-Tseng Sung, Chun-Chen Lin 1 Mechanical and Systems Research Laboratories,

More information

QUESTION BANK SPECIAL ELECTRICAL MACHINES

QUESTION BANK SPECIAL ELECTRICAL MACHINES SEVENTH SEMESTER EEE QUESTION BANK SPECIAL ELECTRICAL MACHINES TWO MARK QUESTIONS 1. What is a synchronous reluctance 2. What are the types of rotor in synchronous reluctance 3. Mention some applications

More information

DESIGN AND IMPLEMENTATION OF BRUSHLESS DC MOTOR BY USING FUZZY LOGIC PI CONTROLLER Shivhar S. Chawale* 1, Sankeswari S.S 1

DESIGN AND IMPLEMENTATION OF BRUSHLESS DC MOTOR BY USING FUZZY LOGIC PI CONTROLLER Shivhar S. Chawale* 1, Sankeswari S.S 1 ISSN 2277-2685 IJESR/Oct. 2015/ Vol-5/Issue-10/1332-1337 Shivhar S. Chawale et. al.,/ International Journal of Engineering & Science Research DESIGN AND IMPLEMENTATION OF BRUSHLESS DC MOTOR BY USING FUZZY

More information

PLUGGING BRAKING FOR ELECTRIC VEHICLES POWERED BY DC MOTOR

PLUGGING BRAKING FOR ELECTRIC VEHICLES POWERED BY DC MOTOR PLUGGING BRAKING FOR ELECTRIC VEHICLES POWERED BY DC MOTOR Nair Rajiv Somrajan 1 and Sreekanth P.K. 2 1 PG Scholar Department of Electrical Engineering, Sree Buddha College of Engineering, Pattoor, Alappuzha

More information

General Purpose Permanent Magnet Motor Drive without Speed and Position Sensor

General Purpose Permanent Magnet Motor Drive without Speed and Position Sensor General Purpose Permanent Magnet Motor Drive without Speed and Position Sensor Jun Kang, PhD Yaskawa Electric America, Inc. 1. Power consumption by electric motors Fig.1 Yaskawa V1000 Drive and a PM motor

More information

Modelling of electronic throttle body for position control system development

Modelling of electronic throttle body for position control system development Chapter 4 Modelling of electronic throttle body for position control system development 4.1. INTRODUCTION Based on the driver and other system requirements, the estimated throttle opening angle has to

More information

Using MATLAB/ Simulink in the designing of Undergraduate Electric Machinery Courses

Using MATLAB/ Simulink in the designing of Undergraduate Electric Machinery Courses Using MATLAB/ Simulink in the designing of Undergraduate Electric Machinery Courses Mostafa.A. M. Fellani, Daw.E. Abaid * Control Engineering department Faculty of Electronics Technology, Beni-Walid, Libya

More information

Back EMF Observer Based Sensorless Four Quadrant Operation of Brushless DC Motor

Back EMF Observer Based Sensorless Four Quadrant Operation of Brushless DC Motor Back EMF Observer Based Sensorless Four Quadrant Operation of Brushless DC Motor Sanita C S PG Student Rajagiri School of Engineering and Technology, Kochi sanitasajit@gmail.com J T Kuncheria Professor

More information

IN-WHEEL technology is one of the main research concentration

IN-WHEEL technology is one of the main research concentration Comparison of Different PWM Switching Modes of BLDC Motor as Drive Train of Electric Vehicles A. Tashakori, M. Ektesabi Abstract Electric vehicle (EV) is one of the effective solutions to control emission

More information

International Journal of Advance Research in Engineering, Science & Technology. Comparative Analysis of DTC & FOC of Induction Motor

International Journal of Advance Research in Engineering, Science & Technology. Comparative Analysis of DTC & FOC of Induction Motor Impact Factor (SJIF): 3.632 International Journal of Advance Research in Engineering, Science & Technology e-issn: 2393-9877, p-issn: 2394-2444 Volume 3, Issue 4, April -2016 Comparative Analysis of DTC

More information

Wind Turbine Emulation Experiment

Wind Turbine Emulation Experiment Wind Turbine Emulation Experiment Aim: Study of static and dynamic characteristics of wind turbine (WT) by emulating the wind turbine behavior by means of a separately-excited DC motor using LabVIEW and

More information

SPEED AND TORQUE CONTROL OF AN INDUCTION MOTOR WITH ANN BASED DTC

SPEED AND TORQUE CONTROL OF AN INDUCTION MOTOR WITH ANN BASED DTC SPEED AND TORQUE CONTROL OF AN INDUCTION MOTOR WITH ANN BASED DTC Fatih Korkmaz Department of Electric-Electronic Engineering, Çankırı Karatekin University, Uluyazı Kampüsü, Çankırı, Turkey ABSTRACT Due

More information

Design Analysis of a Dual Rotor Permanent Magnet Machine driven Electric Vehicle

Design Analysis of a Dual Rotor Permanent Magnet Machine driven Electric Vehicle Design Analysis of a Dual Rotor Permanent Magnet Machine driven Electric Vehicle Mohd Izzat Bin Zainuddin 1, Aravind CV 1,* 1 School of Engineering, Taylor s University, Malaysia Abstract. Electric bike

More information

Implementation of SMC for BLDC Motor Drive

Implementation of SMC for BLDC Motor Drive Implementation of SMC for BLDC Motor Drive Sanjay M. Patil 1, Swapnil Y. Gadgune 2, MallaReddy Chinala 3 1 Student,Dept. of Electrical Engg FCOER, Sangola, Maharashtra, India 2 Professor Dept. of Electrical

More information

Modelling and Simulation Analysis of the Brushless DC Motor by using MATLAB

Modelling and Simulation Analysis of the Brushless DC Motor by using MATLAB International Journal of Innovative Technology and Exploring Engineering (IJITEE) Modelling and Simulation Analysis of the Brushless DC Motor by using MATLAB G.Prasad, N.Sree Ramya, P.V.N.Prasad, G.Tulasi

More information

COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING QUESTION BANK SUBJECT CODE & NAME : EE 1001 SPECIAL ELECTRICAL MACHINES

COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING QUESTION BANK SUBJECT CODE & NAME : EE 1001 SPECIAL ELECTRICAL MACHINES KINGS COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING QUESTION BANK SUBJECT CODE & NAME : EE 1001 SPECIAL ELECTRICAL MACHINES YEAR / SEM : IV / VII UNIT I SYNCHRONOUS RELUCTANCE

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists 4,100 116,000 120M Open access books available International authors and editors Downloads Our

More information

Modelling and Simulation of DFIG with Fault Rid Through Protection

Modelling and Simulation of DFIG with Fault Rid Through Protection Australian Journal of Basic and Applied Sciences, 5(6): 858-862, 2011 ISSN 1991-8178 Modelling and Simulation of DFIG with Fault Rid Through Protection F. Gharedaghi, H. Jamali, M. Deisi, A. Khalili Dashtestan

More information

University of New South Wales School of Electrical Engineering & Telecommunications ELEC ELECTRIC DRIVE SYSTEMS.

University of New South Wales School of Electrical Engineering & Telecommunications ELEC ELECTRIC DRIVE SYSTEMS. Aims of this course University of New South Wales School of Electrical Engineering & Telecommunications ELEC4613 - ELECTRIC DRIVE SYSTEMS Course Outline The aim of this course is to equip students with

More information

Control Strategy for Four Quadrant Operation of Modular Brushless DC Motor Drive Using Hall Effect Sensors

Control Strategy for Four Quadrant Operation of Modular Brushless DC Motor Drive Using Hall Effect Sensors Control Strategy for Four Quadrant Operation of Modular Brushless DC Motor Drive Using Hall Effect Sensors G. Pranay Kumar 1, P. Pradyumna 2 PG Student [PE&ED], Dept. of EEE, Mahatma Gandhi Institute of

More information

A New Control Algorithm for Doubly Fed Induction Motor with Inverters Supplied by a PV and Battery Operating in Constant Torque Region

A New Control Algorithm for Doubly Fed Induction Motor with Inverters Supplied by a PV and Battery Operating in Constant Torque Region IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 09 March 2017 ISSN (online): 2349-784X A New Control Algorithm for Doubly Fed Induction Motor with Inverters Supplied by

More information

A Simple Position-Sensorless Algorithm for Rotor-Side Field-Oriented Control of Wound-Rotor Induction Machine

A Simple Position-Sensorless Algorithm for Rotor-Side Field-Oriented Control of Wound-Rotor Induction Machine 786 IEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS, VOL. 48, NO. 4, AUGUST 2001 A Simple Position-Sensorless Algorithm for Rotor-Side Field-Oriented Control of Wound-Rotor Induction Machine Rajib Datta and

More information

ENHANCEMENT OF ROTOR ANGLE STABILITY OF POWER SYSTEM BY CONTROLLING RSC OF DFIG

ENHANCEMENT OF ROTOR ANGLE STABILITY OF POWER SYSTEM BY CONTROLLING RSC OF DFIG ENHANCEMENT OF ROTOR ANGLE STABILITY OF POWER SYSTEM BY CONTROLLING RSC OF DFIG C.Nikhitha 1, C.Prasanth Sai 2, Dr.M.Vijaya Kumar 3 1 PG Student, Department of EEE, JNTUCE Anantapur, Andhra Pradesh, India.

More information

3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015)

3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015) 3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015) A High Dynamic Performance PMSM Sensorless Algorithm Based on Rotor Position Tracking Observer Tianmiao Wang

More information

PI CONTROLLER BASED COMMUTATION TUNING ON SENSORLESS BLDC MOTOR Selva Pradeep S S 1, Dr.M.Marsaline Beno 2 1

PI CONTROLLER BASED COMMUTATION TUNING ON SENSORLESS BLDC MOTOR Selva Pradeep S S 1, Dr.M.Marsaline Beno 2 1 PI CONTROLLER BASED COMMUTATION TUNING ON SENSORLESS BLDC MOTOR Selva Pradeep S S 1, Dr.M.Marsaline Beno 2 1 Assistant Professor, Department of EEE, St.Xaviers Catholic College of Engineering, India 2

More information

Whitepaper Dunkermotoren GmbH

Whitepaper Dunkermotoren GmbH Whitepaper Dunkermotoren GmbH BG MOTORS WITH FIELD-ORIENTED CONTROL DR. BRUNO BASLER HEAD OF R&D PREDEVELOPMENT I DUNKERMOTOREN GMBH Dunkermotoren GmbH I Allmendstr. 11 I D-79848 Bonndorf I www.dunkermotoren.de

More information

Simulation Study of FPGA based Energy Efficient BLDC Hub Motor Driven Fuzzy Controlled Foldable E-Bike Abdul Hadi K 1 J.

Simulation Study of FPGA based Energy Efficient BLDC Hub Motor Driven Fuzzy Controlled Foldable E-Bike Abdul Hadi K 1 J. IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 07, 2015 ISSN (online): 2321-0613 Simulation Study of FPGA based Energy Efficient BLDC Hub Motor Driven Fuzzy Controlled

More information

Advance Electronic Load Controller for Micro Hydro Power Plant

Advance Electronic Load Controller for Micro Hydro Power Plant Journal of Energy and Power Engineering 8 (2014) 1802-1810 D DAVID PUBLISHING Advance Electronic Load Controller for Micro Hydro Power Plant Dipesh Shrestha, Ankit Babu Rajbanshi, Kushal Shrestha and Indraman

More information

Simulation of Indirect Field Oriented Control of Induction Machine in Hybrid Electrical Vehicle with MATLAB Simulink

Simulation of Indirect Field Oriented Control of Induction Machine in Hybrid Electrical Vehicle with MATLAB Simulink Simulation of Indirect Field Oriented Control of Induction Machine in Hybrid Electrical Vehicle with MATLAB Simulink Kohan Sal Lotf Abad S., Hew W. P. Department of Electrical Engineering, Faculty of Engineering,

More information

Performance Analysis of Bidirectional DC-DC Converter for Electric Vehicle Application

Performance Analysis of Bidirectional DC-DC Converter for Electric Vehicle Application IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 9 February 2015 ISSN (online): 2349-6010 Performance Analysis of Bidirectional DC-DC Converter for Electric Vehicle

More information

Speed Control of Dual Induction Motor using Fuzzy Controller

Speed Control of Dual Induction Motor using Fuzzy Controller IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 8, Issue 6 (Nov. - Dec. 2013), PP 14-20 Speed Control of Dual Induction Motor using Fuzzy

More information

Control of PMS Machine in Small Electric Karting to Improve the output Power Didi Istardi 1,a, Prasaja Wikanta 2,b

Control of PMS Machine in Small Electric Karting to Improve the output Power Didi Istardi 1,a, Prasaja Wikanta 2,b Control of PMS Machine in Small Electric Karting to Improve the output Power Didi Istardi 1,a, Prasaja Wikanta 2,b 1 Politeknik Negeri Batam, parkway st., Batam Center, Batam, Indonesia 2 Politeknik Negeri

More information

Maximizing the Power Efficiency of Integrated High-Voltage Generators

Maximizing the Power Efficiency of Integrated High-Voltage Generators Maximizing the Power Efficiency of Integrated High-Voltage Generators Jan Doutreloigne Abstract This paper describes how the power efficiency of fully integrated Dickson charge pumps in high- IC technologies

More information

CONTROL AND PERFORMANCE OF A DOUBLY-FED INDUCTION MACHINE FOR WIND TURBINE SYSTEMS

CONTROL AND PERFORMANCE OF A DOUBLY-FED INDUCTION MACHINE FOR WIND TURBINE SYSTEMS CONTROL AND PERFORMANCE OF A DOUBLY-FED INDUCTION MACHINE FOR WIND TURBINE SYSTEMS Lucian Mihet-Popa "POLITEHNICA" University of Timisoara Blvd. V. Parvan nr.2, RO-300223Timisoara mihetz@yahoo.com Abstract.

More information

Fuzzy logic controlled Bi-directional DC-DC Converter for Electric Vehicle Applications

Fuzzy logic controlled Bi-directional DC-DC Converter for Electric Vehicle Applications IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 12, Issue 3 Ver. IV (May June 2017), PP 51-55 www.iosrjournals.org Fuzzy logic controlled

More information

Speed Control of D.C. MOTOR Using Chopper

Speed Control of D.C. MOTOR Using Chopper Speed Control of D.C. MOTOR Using Chopper 1 VARUN ROHIT VADAPALLI, 2 HEMANTH KUMAR KELLA, 3 T.RAVI SEKHAR, 4 Y.DAVID SAMSON, 5 N.AVINASH 1,2,3,4 UG Student, 5 Assistant Professor, Department of Electrical

More information

Design, Development & Simulation of Fuzzy Logic Controller to Control the Speed of Permanent Magnet Synchronous Motor Drive System

Design, Development & Simulation of Fuzzy Logic Controller to Control the Speed of Permanent Magnet Synchronous Motor Drive System Design, Development & Simulation of Fuzzy Logic Controller to Control the Speed of Permanent Magnet Synchronous Motor Drive System 1 Davendra Yadav, 2 Sunil Bansal, 3 Munendra Kumar 1 Scholar, M. Tech

More information

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. (An ISO 3297: 2007 Certified Organization)

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. (An ISO 3297: 2007 Certified Organization) Modeling and Control of Quasi Z-Source Inverter for Advanced Power Conditioning Of Renewable Energy Systems C.Dinakaran 1, Abhimanyu Bhimarjun Panthee 2, Prof.K.Eswaramma 3 PG Scholar (PE&ED), Department

More information

DESIGN OF FIELD ORIENTED CONTROL USING IMPROVED FLUX CONTROLLER FOR PERMANENT MAGNET SYNCHRONOUS MOTOR IN TRACTION DRIVE

DESIGN OF FIELD ORIENTED CONTROL USING IMPROVED FLUX CONTROLLER FOR PERMANENT MAGNET SYNCHRONOUS MOTOR IN TRACTION DRIVE Journal of Engineering Science and Technology Vol. 13, No. 2 (2018) 524-539 School of Engineering, Taylor s University DESIGN OF FIELD ORIENTED CONTROL USING IMPROVED FLUX CONTROLLER FOR PERMANENT MAGNET

More information

Design of Control Secheme and Performance Improvement for Multilevel Dc Link Inverter Fed PMBLDC Motor Drive

Design of Control Secheme and Performance Improvement for Multilevel Dc Link Inverter Fed PMBLDC Motor Drive Design of Control Secheme and Performance Improvement for Multilevel Dc Link Inverter Fed PMBLDC Motor Drive Sagar. M. Lanjewar & K. Ramsha Department of Electrical Engineering, Priyadarshini College of

More information

Synchronous Motor Drives

Synchronous Motor Drives UNIT V SYNCHRONOUS MOTOR DRIVES 5.1 Introduction Synchronous motor is an AC motor which rotates at synchronous speed at all loads. Construction of the stator of synchronous motor is similar to the stator

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 1.1 Motivation INTRODUCTION Permanent Magnet Brushless DC (PMBLDC) motor is increasingly used in automotive, industrial, and household products because of its high efficiency, high torque,

More information

Modeling and Simulation of Five Phase Inverter Fed Im Drive and Three Phase Inverter Fed Im Drive

Modeling and Simulation of Five Phase Inverter Fed Im Drive and Three Phase Inverter Fed Im Drive RESEARCH ARTICLE OPEN ACCESS Modeling and Simulation of Five Phase Inverter Fed Im Drive and Three Phase Inverter Fed Im Drive 1 Rahul B. Shende, 2 Prof. Dinesh D. Dhawale, 3 Prof. Kishor B. Porate 123

More information

FOUR SWITCH THREE PHASE BRUSHLESS DC MOTOR DRIVE FOR HYBRID VEHICLES

FOUR SWITCH THREE PHASE BRUSHLESS DC MOTOR DRIVE FOR HYBRID VEHICLES INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET) Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14) ISSN 0976 6545(Print) ISSN 0976

More information

CLOSED LOOP BEHAVIOUR BACK EMF BASED SELF SENSING BLDC DRIVES

CLOSED LOOP BEHAVIOUR BACK EMF BASED SELF SENSING BLDC DRIVES Volume 119 No. 15 2018, 167-174 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ CLOSED LOOP BEHAVIOUR BACK EMF BASED SELF SENSING BLDC DRIVES P 1.DineshkumarK

More information

TRANSIENT PERFORMANCE OF THREE PHASE INDUCTION MACHINE USING SYNCHRONOUSLY ROTATING REFERENCE FRAME

TRANSIENT PERFORMANCE OF THREE PHASE INDUCTION MACHINE USING SYNCHRONOUSLY ROTATING REFERENCE FRAME Available online at www.internationalejournals.com International ejournals International ejournal of Mathematics and Engineering 139 (211) 126-1266 ISSN 976 1411 TRANSIENT PERFORMANCE OF THREE PHASE INDUCTION

More information

Development of Novel Connection Control Method for Small Scale Solar - Wind Hybrid Power Plant

Development of Novel Connection Control Method for Small Scale Solar - Wind Hybrid Power Plant Development of Novel Connection Control Method for Small Scale Solar - Wind Hybrid Power Plant Vu Minh Phap*, N. Yamamura, M. Ishida, J. Hirai, K. Nakatani Department of Electrical and Electronic Engineering,

More information

Reduction of Harmonic Distortion and Power Factor Improvement of BLDC Motor using Boost Converter

Reduction of Harmonic Distortion and Power Factor Improvement of BLDC Motor using Boost Converter May 215, Volume 2, sue 5 Reduction of Harmonic Distortion and Power Factor Improvement of BLDC Motor using Boost Converter 1 Parmar Dipakkumar L., 2 Kishan J. Bhayani, 3 Firdaus F. Belim 1 PG Student,

More information

Neuro-Fuzzy Controller of a Sensorless PM Motor Drive for Washing Machines

Neuro-Fuzzy Controller of a Sensorless PM Motor Drive for Washing Machines 4 th Intr. Conf. On Systems, Signals & Devices 19-22 March 2007 Hammamat, Tunisia Neuro-Fuzzy Controller of a Sensorless PM Motor Drive for Washing Machines Paper No.: SSD07-SAC-1117 Dr. Kasim M. Al-Aubidy,

More information

Speed Control of 3-Phase Squirrel Cage Induction Motor by 3-Phase AC Voltage Controller Using SPWM Technique

Speed Control of 3-Phase Squirrel Cage Induction Motor by 3-Phase AC Voltage Controller Using SPWM Technique Speed Control of 3-Phase Squirrel Cage Induction Motor by 3-Phase AC Voltage Controller Using SPWM Technique V. V. Srikanth [1] Reddi Ganesh [2] P. S. V. Kishore [3] [1] [2] Vignan s institute of information

More information

INTRODUCTION. I.1 - Historical review.

INTRODUCTION. I.1 - Historical review. INTRODUCTION. I.1 - Historical review. The history of electrical motors goes back as far as 1820, when Hans Christian Oersted discovered the magnetic effect of an electric current. One year later, Michael

More information

A Comprehensive Study on Speed Control of DC Motor with Field and Armature Control R.Soundara Rajan Dy. General Manager, Bharat Dynamics Limited

A Comprehensive Study on Speed Control of DC Motor with Field and Armature Control R.Soundara Rajan Dy. General Manager, Bharat Dynamics Limited RESEARCH ARTICLE OPEN ACCESS A Comprehensive Study on Speed Control of DC Motor with Field and Armature Control R.Soundara Rajan Dy. General Manager, Bharat Dynamics Limited Abstract: The aim of this paper

More information

Simulation of Four Quadrant Operation of Sensor less BLDC Motor

Simulation of Four Quadrant Operation of Sensor less BLDC Motor IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 10, Issue 2 Ver. I (Mar Apr. 2015), PP 34-42 www.iosrjournals.org Simulation of Four Quadrant

More information

Field Oriented Control of Permanent Magnet Synchronous Motor

Field Oriented Control of Permanent Magnet Synchronous Motor Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 3, March 2014,

More information

DYNAMIC BRAKES FOR DC MOTOR FED ELECTRIC VEHICLES

DYNAMIC BRAKES FOR DC MOTOR FED ELECTRIC VEHICLES DYNAMIC BRAKES FOR DC MOTOR FED ELECTRIC VEHICLES Nair Rajiv Somrajan 1 and Sreekanth P.K 2 1 PG Scholar Department of Electrical Engineering, Sree Buddha College of Engineering, Pattoor, Alappuzh 2 Assistance

More information

A BL-CSC Converter fed BLDC Motor Drive with Power Factor Correction

A BL-CSC Converter fed BLDC Motor Drive with Power Factor Correction IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 10, Issue 6 Ver. I (Nov Dec. 2015), PP 89-97 www.iosrjournals.org A BL-CSC Converter fed BLDC

More information

Simulation Analysis of Closed Loop Dual Inductor Current-Fed Push-Pull Converter by using Soft Switching

Simulation Analysis of Closed Loop Dual Inductor Current-Fed Push-Pull Converter by using Soft Switching Journal for Research Volume 02 Issue 04 June 2016 ISSN: 2395-7549 Simulation Analysis of Closed Loop Dual Inductor Current-Fed Push-Pull Converter by using Soft Switching Ms. Manasa M P PG Scholar Department

More information

Modeling the Neuro-Fuzzy Control with the Dynamic Model of the Permanent Magnet DC Motor

Modeling the Neuro-Fuzzy Control with the Dynamic Model of the Permanent Magnet DC Motor SISY 2006 4 th Serbian-Hungarian Joint Symposium on Intelligent Systems Modeling the Neuro-Fuzzy Control with the Dynamic Model of the Permanent Magnet DC Motor Ottó Búcsú, Gábor Kávai, István Kecskés,

More information

II. ANALYSIS OF DIFFERENT TOPOLOGIES

II. ANALYSIS OF DIFFERENT TOPOLOGIES An Overview of Boost Converter Topologies With Passive Snubber Sruthi P K 1, Dhanya Rajan 2, Pranav M S 3 1,2,3 Department of EEE, Calicut University Abstract This paper does the analysis of different

More information

Sliding Mode Control of Boost Converter Controlled DC Motor

Sliding Mode Control of Boost Converter Controlled DC Motor Sliding Mode Control of Boost Converter Controlled DC Motor Reshma Jayakumar 1 and Chama R. Chandran 2 1,2 Member, IEEE Abstract Nowadays automation of industries are increasing, with the rapid development

More information

CENTROIDTM. AC Brushless Drive. Product Spec Sheet

CENTROIDTM. AC Brushless Drive. Product Spec Sheet 4 Axis, up to 2 KW motors Brake Output for each axis Overtemp and Overcurrent Protection All-software Configuration Self-cooled Fiber Optic Control CENTROIDTM AC Brushless Drive Product Spec Sheet AC Brushless

More information

Note 8. Electric Actuators

Note 8. Electric Actuators Note 8 Electric Actuators Department of Mechanical Engineering, University Of Saskatchewan, 57 Campus Drive, Saskatoon, SK S7N 5A9, Canada 1 1. Introduction In a typical closed-loop, or feedback, control

More information

Design and Experimental Study on Digital Speed Control System of a Diesel Generator

Design and Experimental Study on Digital Speed Control System of a Diesel Generator Research Journal of Applied Sciences, Engineering and Technology 6(14): 2584-2588, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: December 28, 2012 Accepted: February

More information

Performance Analysis of Brushless DC Motor Using Intelligent Controllers and Minimization of Torque Ripples

Performance Analysis of Brushless DC Motor Using Intelligent Controllers and Minimization of Torque Ripples International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 3 (2014), pp. 321-326 International Research Publication House http://www.irphouse.com Performance Analysis

More information

Up gradation of Overhead Crane using VFD

Up gradation of Overhead Crane using VFD Up gradation of Overhead Crane using VFD Sayali T.Nadhe 1, Supriya N.Lakade 2, Ashwini S.Shinde 3 U.G Student, Dept. of E&TC, Pimpri Chinchwad College of Engineering, Pune, India 1 U.G Student, Dept. of

More information