A MICROPROCESSOR BASED FIRING SCHEME FOR THREE-PHASE CONVERTERS WORKING UNDER A VARIABLE FREQUENCY SUPPLY

Size: px
Start display at page:

Download "A MICROPROCESSOR BASED FIRING SCHEME FOR THREE-PHASE CONVERTERS WORKING UNDER A VARIABLE FREQUENCY SUPPLY"

Transcription

1 A MICROPROCESSOR BASED FIRING SCHEME FOR THREE-PHASE CONVERTERS WORKING UNDER A VARIABLE FREQUENCY SUPPLY G. Bhuvaneswari Department of EE I.I.T., Delhi New Delhi G. Suresh Department of EE Texas A&M University USA. V.V.Sastry Department of EE I.I.T., Madras Chennai ABSTRACT In a weak power system like ours, power supply faces a lot of voltage swells and sags. Apart from this, the supply frequency also deviates upto +5% of its rated value in accordance with the variations in the load. This can cause malfunctioning of digitally controlled converters as it is required that timings of the control signals fed to such converters should be accurate. In this paper, a genralised microprocessor based firing scheme for converters working under a three-phase variable frequency supply is presented. The scheme is built using the Intel processor 8086 along with a timer 8253 and a peripherial interface The firing scheme uses the concept of hardware interrupt to generate the firing signals so that the CPU time of the processor can be used for other useful purposes. The truncation error involved in the calculation of delay corresponding to the delay angle of the converter is also minimised by incorporating an algorithm for correction. This scheme allows the firing angle of the converter to be varied as and when required. The firing scheme enables the converter to be operated over a wide range of frequencies so that the converter could be employed in the rotor side of a static Kramer drive. The firing shone responds to any variation in the supply frequency within one cycle duration. In general, this robust firing scheme can be used for any three-phase converter such as an AC chopper for switching PF correction capacitors or a rectifier in a HVDC transmission system. INTRODUCTION Digitally controlled power converters with their increased reliability and flexibility are commonly used for various applications in the area of power and drives. In such digital systems, the control operations are so accurately timed that even a little deviation in the timing controls can cause malfunctioning of the entire system. For example, in a weak power system like ours, the supply frequency varies from its rated value very often in accordance with the variation in the load. As such, it is essential to measure the supply 273 frequency and fire the power devices in the converter accordingly. There are also certain applications wherein the supply frequency to the converter varies to a large extent as in the case of a controlled rectifier employed in the rotor side of a static Kramer drive. The proposed scheme provides solutions to the above mentioned problems by way of measuring the frequency during every cycle and generating the firing signals for the power devices accordingly. The setup presented in this paper utilises minimum amount of hardware and software. The firing scheme allows the firing angle of the converter to be varied as and when required. The firing scheme presented in this paper has similarities to the one suggested by Dewan et.al. [1], but with the advantage that even wide variations in the supply frequency are taken care of in the present scheme. The firing scheme presented by El-Bolok (2j uses software delay for acheiving the necessary delay angle. As a result, the processor is tied up completely. The present scheme utilises the concept of hardware interrupt and hence the CPU is available most of the times for other useful jobs. HARDWARE DESCRIPTION An 8086 processor with a clock frequency of 2.5 MHz, an 8253 timer with a clock frequency of 307 khz, a programmable interrupt controller 8259 and a programmable peripheral interface (PPI) 8255 are used for implementing this firing scheme as shown in Fig.l (a). The same scheme is implemented with an 8-bit processor 8085 also in which case instead of 8259, two of its built in interrupts (i.e., 6.5 and 7.5 interrupts) are used. The zero crossing of the R-phase to neutral voltage is detected using a comparator with hysteresis and a monostable multivibrator in cascade (referred to as voltage ZCD hereafter). This is fed as the gate input to counter '0' of 8253 timer [3] that is used for the calculation of supply frequency. Counter '1' of 8253 is used for generating the actual firing signals for the power devices. The gate.of Counter 1 is connected to

2 the output of a two input AND gate which has OUT 1 and voltage ZCD as its inputs. The ZCD signal is fed as the Lower Priority (LP) interrupt (for example, 6.5 interrupt in the case of 8085 processor). OUT 1 is fed as the higher priority (HP) interrupt (i.e., 7.5 interrupt in the case of 8085 processor). The LP and HP interrupts are used for frequency measurement and firing the devices respectively. SOFTWARE ASPECTS The entire software is segregated into three portions: (i) Main programme (ii) LP interrupt routine for measuring the supply frequency and (iii) HP interrupt routine for delivering the firing signals to the power devices. In the main programme, the stack, ports, interrupts and timer are initialised. Counter 0 of 8253 timer is initialised in mode '0'. The counter is loaded with 'FFFF H' when the voltage zero crossing occurs for the first time i.e., inside the LP interrupt routine. When the zero crossing occurs for the second time, the processor is interrupted again and the contents of counter '0' are read inside the LP interrupt routine. The difference between the present contents of the counter of FFFF H gives the count corresponding to one cycle or 360 degrees. From this the count corresponding to 60, 1 and the firing angle of the converter are calculated. While calcualting these counts from the 360 count, the remainder available during each and every division is stored separately and processed further to minimise the truncation error. The loading of the count corresponding to the firing angle ex and 60 is done at suitable times so that the output of counter T interrupts the CPU six times in a cycle and hence the thyristors are fired in the correct sequence. The flowcharts for the main programme and the interrupt service routines are shown in Fig. 1 (b). There is a limitation on the maximum and minimum operating frequency of this scheme in accordance with the clock frequency of the 8253 timer. The maximum and minimum frequency at which this scheme can successfully function can be deduced to be 852 Hz and 4.68 Hz respectively for a clock frequency of 307 khz. In other words, it can be said that a suitable clock frequency for the timer can be chosen according to the desired range of operating frequency of the converter. RESULTS To test relaiblity of the scheme, the firing pulses are generated for the frequency range of 5 Hz to 800 Hz using a function generator output as the sinusoidal source. The waveforms at various test points are shown in Fig.2. The scheme is also tested by firing thyristors in a three-phase AC chopper fed by a variable frequency sinusoidal supply that is generated using an alternator coupled to a variable speed primemover. The osciilograms of the alternator output voltage (R phase to neutral) and the R phase current at different speeds are shown in Fig.3. These experimental results validate the proposed hardware and the associated software approach described through the flowcharts. The software is written in assembly language and occupies less than 1 kilobyte of memory space. CONCLUSIONS A microprocessor based firing scheme for a line commutated converter working under a three-phase variable frequency supply is designed, fabricated and tested using Intel 8086 as well as 8085 microprocessors individually. The range of frequencies over which the scheme has to function can be altered by adjusting the clock frequency of the timer suitably. The truncation error involved in the calculation of the frequency is minimised by processing the remainders obtained during each division and hence the accuracy of the shceme is improved. The hardware used is minimum and software is very simple. The processor is available for any useful function as the concept of hardware is used for firing. The response time of this scheme for any variation in the supply frequency is just one cycle time. Thus the proposed scheme proves to be more efficient than any of the currently available firing schemes for three phase converters. REFERENCES 1. S.B. Dewan and W.G. Dunford, 'A microprocessor based controller for a three-phase controlled rectifier bridge', IEEE Transactions on Industry Applications, Vol. IA-19, pp , H.M.El-Bolok, 'A microprocessor based firing circuit for thyristors working under a three phase variable frequency supply', IEEE Transactions on Industrial Electronics, Vol.37, pp , April Intel Microprocessors and Peripherals Handbook, Vol II, pp , Intel literature sales, S

3 Address Bus 16 Data Bus Memory 16 Counter 0 GateO Counter 1 Voltage Zero Crossing Detector R Phase Voltage 8259 PIC IR6 IR5 1 Outl Gate PIT AND IR5 -Higher Priority Interrupt IR6 - Lower Priority Interrupt Fig. 1 (a) Hardware schematic of the proposed firing scheme 275

4 Yes No Load <K degree count in Counter 1 Yes No Load preloaded firing pattern from memory and output it. Derive the firing pattern from the previous one and output it. Store the firing pattern that was just outputted in a memory location Higher Priority Interrupt Routine C^7 R eturn Fig. l(b) Software Structure coutd. Initialise stack, ports, 8253counter '0' in mode 0 and counter' 1' in mode 5 Enable lower priority interrupt only. Set pointers PI, P2, P3=0 No Operation No -y^ Is ~\^P1-2? Yes Make P2=1;P 1=0. Load cc degree count into counter 1. Enable lower priority interrupt only. Floyy Chart for the Main Programme No Operation Fig. l(b) Software Structure 276 contd.

5 Load FFFFH into counter 0 of 8253 Read Counter '0' Register No Enable higher priority interrupt and load 60 degree count into counter 1. Enable higher priority interrupt and load 60 degree count into counter 1. Set PI =4) Calculate 60 degree, 1 degree andocdegree counts. Depending on the range in which* lies, store the firing pattern in memory Ml PriQrity Interrupt Routine Fig. l(b) Software Structure 277

6 sine wave Lower priority GATED ox intr. pulse OUT1 a) Speed of prime mover=1250 rpm x axis 5 msec/div freq.»41.66 Hz. b) Speed of prime mover*1600 rpra x axis 5msec/div. frsq.»53.33 Hz GATE! 03 Higher priority intr. pulse 0P 0UT1 c) Speed of priaw Bov«r-650 rprn d) d f mov e r=790 rpn. x axis 10 msec/div. Freq Hz x axis u\ Mcfii^ Freq Hz Fig.2. Waveforms at various testpoints for a frequency of 30 Hz and «30 degrees Pig.3. waveforms of R phase to neutral voltage and R phase current for «- 100 d«fr««s.

Unit-6 PROGRAMMABLE INTERRUPT CONTROLLERS 8259A-PROGRAMMABLE INTERRUPT CONTROLLER (PIC) INTRODUCTION

Unit-6 PROGRAMMABLE INTERRUPT CONTROLLERS 8259A-PROGRAMMABLE INTERRUPT CONTROLLER (PIC) INTRODUCTION M i c r o p r o c e s s o r s a n d M i c r o c o n t r o l l e r s P a g e 1 PROGRAMMABLE INTERRUPT CONTROLLERS 8259A-PROGRAMMABLE INTERRUPT CONTROLLER (PIC) INTRODUCTION Microcomputer system design requires

More information

Topics Introduction to Microprocessors

Topics Introduction to Microprocessors Topics 2244 Introduction to Microprocessors Chapter 8253 Programmable Interval Timer/Counter Suree Pumrin,, Ph.D. Interfacing with 886/888 Programming Mode 2244 Introduction to Microprocessors 2 8253/54

More information

CHAPTER 4 MULTI-LEVEL INVERTER BASED DVR SYSTEM

CHAPTER 4 MULTI-LEVEL INVERTER BASED DVR SYSTEM 64 CHAPTER 4 MULTI-LEVEL INVERTER BASED DVR SYSTEM 4.1 INTRODUCTION Power electronic devices contribute an important part of harmonics in all kind of applications, such as power rectifiers, thyristor converters

More information

Microprocessor & Interfacing Lecture Programmable Interval Timer

Microprocessor & Interfacing Lecture Programmable Interval Timer Microprocessor & Interfacing Lecture 30 8254 Programmable Interval Timer P A R U L B A N S A L A S S T P R O F E S S O R E C S D E P A R T M E N T D R O N A C H A R Y A C O L L E G E O F E N G I N E E

More information

Micro Controller Based Ac Power Controller

Micro Controller Based Ac Power Controller Wireless Sensor Network, 9, 2, 61-121 doi:1.4236/wsn.9.112 Published Online July 9 (http://www.scirp.org/journal/wsn/). Micro Controller Based Ac Power Controller S. A. HARI PRASAD 1, B. S. KARIYAPPA 1,

More information

8253 functions ( General overview )

8253 functions ( General overview ) What are these? The Intel 8253 and 8254 are Programmable Interval Timers (PITs), which perform timing and counting functions. They are found in all IBM PC compatibles. 82C54 which is a superset of the

More information

[Ahmed, 3(1): January, 2014] ISSN: Impact Factor: 1.852

[Ahmed, 3(1): January, 2014] ISSN: Impact Factor: 1.852 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Microcontroller Based Advanced Triggering Circuit for Converters/Inverters Zameer Ahmad *1, S.N. Singh 2 *1,2 M.Tech Student,

More information

Microprocessor-Based Precision Speed Measurement

Microprocessor-Based Precision Speed Measurement IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 7, Issue 1 (Jul. - Aug. 2013), PP 69-73 Microprocessor-Based Precision Speed Measurement Ratil

More information

CHAPTER 3 H BRIDGE BASED DVR SYSTEM

CHAPTER 3 H BRIDGE BASED DVR SYSTEM 23 CHAPTER 3 H BRIDGE BASED DVR SYSTEM 3.1 GENERAL The power inverter is an electronic circuit for converting DC power into AC power. It has been playing an important role in our daily life, as well as

More information

CHAPTER 6 THREE-LEVEL INVERTER WITH LC FILTER

CHAPTER 6 THREE-LEVEL INVERTER WITH LC FILTER 97 CHAPTER 6 THREE-LEVEL INVERTER WITH LC FILTER 6.1 INTRODUCTION Multi level inverters are proven to be an ideal technique for improving the voltage and current profile to closely match with the sinusoidal

More information

Design and Construction of Synchronizing Check Relay

Design and Construction of Synchronizing Check Relay Design and Construction of Synchronizing Check Relay M.J.A.A.I.Jayawardene,, R.W.Jayawickrama, M.D.R.K.Karunarathna,S.A.P.U.Karunaratne, W.S.Lakmal Abstract This document contains an introduction about

More information

Feed Forward Control of Induction Motor using AC Voltage Regulator

Feed Forward Control of Induction Motor using AC Voltage Regulator Feed Forward Control of Induction Motor using AC Voltage Regulator Senthilkumar. P #1, G. Manivannan #2, #1 Assistant Professor,Department of EEE, #2 Assistant Professor,Department of EEE, G. Krithiga

More information

CHAPTER 6 IMPLEMENTATION OF FPGA BASED CASCADED MULTILEVEL INVERTER

CHAPTER 6 IMPLEMENTATION OF FPGA BASED CASCADED MULTILEVEL INVERTER 8 CHAPTER 6 IMPLEMENTATION OF FPGA BASED CASCADED MULTILEVEL INVERTER 6.1 INTRODUCTION In this part of research, a proto type model of FPGA based nine level cascaded inverter has been fabricated to improve

More information

A 5 level, 3 phase H-bridge PWM method for I.M. Controlling with field oriented techniques

A 5 level, 3 phase H-bridge PWM method for I.M. Controlling with field oriented techniques A 5 level, 3 phase H-bridge PWM method for I.M. Controlling with field oriented techniques Siddharth Shukla N.K. SINGH Amit Gupta Electrical Department Electrical Department Electrical Department Oriental

More information

REACTIVE POWER COMPENSATION IN DISTRIBUTION SYSTEM

REACTIVE POWER COMPENSATION IN DISTRIBUTION SYSTEM REACTIVE POWER COMPENSATION IN DISTRIBUTION SYSTEM Piyush Upadhyay, Praveen Nagar, Priya Chhaperwal, Rajat Agarwal, Sarfaraz Nawaz Department of Electrical Engineering, SKIT M& G, Jaipur ABSTRACT In this

More information

CHAPTER-5 DESIGN OF DIRECT TORQUE CONTROLLED INDUCTION MOTOR DRIVE

CHAPTER-5 DESIGN OF DIRECT TORQUE CONTROLLED INDUCTION MOTOR DRIVE 113 CHAPTER-5 DESIGN OF DIRECT TORQUE CONTROLLED INDUCTION MOTOR DRIVE 5.1 INTRODUCTION This chapter describes hardware design and implementation of direct torque controlled induction motor drive with

More information

Comparative Study of Pulse Width Modulated and Phase Controlled Rectifiers

Comparative Study of Pulse Width Modulated and Phase Controlled Rectifiers Comparative Study of Pulse Width Modulated and Phase Controlled Rectifiers Dhruv Shah Naman Jadhav Keyur Mehta Setu Pankhaniya Abstract Fixed DC voltage is one of the very basic requirements of the electronics

More information

"SIGNAL IDENTIFICATION USING A MICROPROCESSOR BASED PHASE LOCKED LOOP SYSTEM"

SIGNAL IDENTIFICATION USING A MICROPROCESSOR BASED PHASE LOCKED LOOP SYSTEM Engineering Journal of Qatar University, Vol. 2, 1989. "SIGNAL IDENTIFICATION USING A MICROPROCESSOR BASED PHASE LOCKED LOOP SYSTEM" By M.S. Metwally, Qatar University, Doha, Qatar. Y.Z. Bahnas and R.A.A.

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 3.134 International Journal of Advance Engineering and Research Development Volume 3, Issue 1, January -2016 e-issn (O): 2348-4470 p-issn (P): 2348-6406 Design

More information

A Novel Control Method for Input Output Harmonic Elimination of the PWM Boost Type Rectifier Under Unbalanced Operating Conditions

A Novel Control Method for Input Output Harmonic Elimination of the PWM Boost Type Rectifier Under Unbalanced Operating Conditions IEEE TRANSACTIONS ON POWER ELECTRONICS, VOL. 16, NO. 5, SEPTEMBER 2001 603 A Novel Control Method for Input Output Harmonic Elimination of the PWM Boost Type Rectifier Under Unbalanced Operating Conditions

More information

IMPLEMENTATION OF QALU BASED SPWM CONTROLLER THROUGH FPGA. This Chapter presents an implementation of area efficient SPWM

IMPLEMENTATION OF QALU BASED SPWM CONTROLLER THROUGH FPGA. This Chapter presents an implementation of area efficient SPWM 3 Chapter 3 IMPLEMENTATION OF QALU BASED SPWM CONTROLLER THROUGH FPGA 3.1. Introduction This Chapter presents an implementation of area efficient SPWM control through single FPGA using Q-Format. The SPWM

More information

Decreasing the Commutation Failure Frequency in HVDC Transmission Systems

Decreasing the Commutation Failure Frequency in HVDC Transmission Systems 1022 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 15, NO. 3, JULY 2000 Decreasing the Commutation Failure Frequency in HVDC Transmission Systems Arne Hansen and Henrik Havemann Abstract In this paper we show

More information

PWM, ALT, HALT, HAST.

PWM, ALT, HALT, HAST. CLOSED LOOP IMPLEMENTATION OF SPEED CONTROL OF A BRUSHED PMDC MOTOR OF AN X-RAY SYSTEM AND VALIDATION OF RELIABILITY OF THE CONTROLLER Mutum Meenakshi Devi 1, V Chayapathy 2 Dept. of Electrical and Electronics

More information

Power Factor Correction of Three Phase Induction Motor

Power Factor Correction of Three Phase Induction Motor IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 08 February 2017 ISSN (online): 2349-784X Power Factor Correction of Three Phase Induction Motor Shashikanth. Matapathi

More information

Design of double loop-locked system for brush-less DC motor based on DSP

Design of double loop-locked system for brush-less DC motor based on DSP International Conference on Advanced Electronic Science and Technology (AEST 2016) Design of double loop-locked system for brush-less DC motor based on DSP Yunhong Zheng 1, a 2, Ziqiang Hua and Li Ma 3

More information

CHAPTER 5 CONTROL SYSTEM DESIGN FOR UPFC

CHAPTER 5 CONTROL SYSTEM DESIGN FOR UPFC 90 CHAPTER 5 CONTROL SYSTEM DESIGN FOR UPFC 5.1 INTRODUCTION This chapter deals with the performance comparison between a closed loop and open loop UPFC system on the aspects of power quality. The UPFC

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 3.134 International Journal of Advance Engineering and Research Development Volume 3, Issue 1, January -2016 e-issn (O): 2348-4470 p-issn (P): 2348-6406 CLOSED

More information

CHAPTER 6 ANALYSIS OF THREE PHASE HYBRID SCHEME WITH VIENNA RECTIFIER USING PV ARRAY AND WIND DRIVEN INDUCTION GENERATORS

CHAPTER 6 ANALYSIS OF THREE PHASE HYBRID SCHEME WITH VIENNA RECTIFIER USING PV ARRAY AND WIND DRIVEN INDUCTION GENERATORS 73 CHAPTER 6 ANALYSIS OF THREE PHASE HYBRID SCHEME WITH VIENNA RECTIFIER USING PV ARRAY AND WIND DRIVEN INDUCTION GENERATORS 6.1 INTRODUCTION Hybrid distributed generators are gaining prominence over the

More information

I. INTRODUCTION II. LITERATURE REVIEW

I. INTRODUCTION II. LITERATURE REVIEW ABSTRACT 2018 IJSRSET Volume 4 Issue 4 Print ISSN: 2395-1990 Online ISSN : 2394-4099 Themed Section : Engineering and Technology Reactive Power Compensation in Distribution System Piyush Upadhyay, Praveen

More information

CHAPTER 2 VSI FED INDUCTION MOTOR DRIVE

CHAPTER 2 VSI FED INDUCTION MOTOR DRIVE CHAPTER 2 VI FE INUCTION MOTOR RIVE 2.1 INTROUCTION C motors have been used during the last century in industries for variable speed applications, because its flux and torque can be controlled easily by

More information

HIGH LOW Astable multivibrators HIGH LOW 1:1

HIGH LOW Astable multivibrators HIGH LOW 1:1 1. Multivibrators A multivibrator circuit oscillates between a HIGH state and a LOW state producing a continuous output. Astable multivibrators generally have an even 50% duty cycle, that is that 50% of

More information

Safety Mechanism Implementation for Motor Applications in Automotive Microcontroller

Safety Mechanism Implementation for Motor Applications in Automotive Microcontroller Safety Mechanism Implementation for Motor Applications in Automotive Microcontroller Chethan Murarishetty, Guddeti Jayakrishna, Saujal Vaishnav Automotive Microcontroller Development Post Silicon Validation

More information

Electric Bike BLDC Hub Motor Control Using the Z8FMC1600 MCU

Electric Bike BLDC Hub Motor Control Using the Z8FMC1600 MCU Application Note Electric Bike BLDC Hub Motor Control Using the Z8FMC1600 MCU AN026002-0608 Abstract This application note describes a controller for a 200 W, 24 V Brushless DC (BLDC) motor used to power

More information

AN AT89C52 MICROCONTROLLER BASED HIGH RESOLUTION PWM CONTROLLER FOR 3-PHASE VOLTAGE SOURCE INVERTERS

AN AT89C52 MICROCONTROLLER BASED HIGH RESOLUTION PWM CONTROLLER FOR 3-PHASE VOLTAGE SOURCE INVERTERS IIUM Engineering Journal, Vol. 6, No., 5 AN AT89C5 MICROCONTROLLER BASED HIGH RESOLUTION PWM CONTROLLER FOR 3-PHASE VOLTAGE SOURCE INVERTERS K. M. RAHMAN AND S. J. M. IDRUS Department of Mechatronics Engineering

More information

Design and Implementation of Shift Frequency Measurement System for Metal Detector

Design and Implementation of Shift Frequency Measurement System for Metal Detector Design and Implementation of Shift Frequency Measurement System for Metal Detector Yin Thu Win 1,a*, Aung Lwin Moe 2,b and Aung Ko Ko Thet 1,c 1 Yangon Technological University, Insein, Yangon, Myanmar

More information

/ ABSTRACT

/  ABSTRACT ABSTRACT The manual method of synchronization demands a skilled operator and the method is suitable for no load operation or normal frequency condition. under emergency condition such as lowering of frequency

More information

MICROPROCESSORS AND MICROCONTROLLER 1

MICROPROCESSORS AND MICROCONTROLLER 1 MICROPROCESSORS AND MICROCONTROLLER 1 Microprocessor Applications Data Acquisition System Data acquisition is the process of sampling signals that measure real world physical conditions ( such as temperature,

More information

Automatic Power Factor Correction by Using Synchronous Condenser with Continuous Monitoring.

Automatic Power Factor Correction by Using Synchronous Condenser with Continuous Monitoring. Automatic Power Factor Correction by Using Synchronous Condenser with Continuous Monitoring. Rosni Sayed Rajshahi University of Engineering & Technology Rajshahi-6204 Bangladesh A.H.M Iftekharul Ferdous

More information

B.Sc. ELECTRONICS (OPTIONAL) Second Year DR. BABASAHEB AMBEDKAR MARATHWADA UNIVERSITY, AURANGABAD

B.Sc. ELECTRONICS (OPTIONAL) Second Year DR. BABASAHEB AMBEDKAR MARATHWADA UNIVERSITY, AURANGABAD B.Sc. ELECTRONICS (OPTIONAL) Second Year-2010-1 - DR. BABASAHEB AMBEDKAR MARATHWADA UNIVERSITY, AURANGABAD SYLLABUS B.Sc. SECOND YEAR (THIRD & FOURTH SEMESTER) [ELECTRONICS (OPTIONAL)] {Effective from

More information

EE POWER ELECTRONICS UNIT IV INVERTERS

EE POWER ELECTRONICS UNIT IV INVERTERS EE6503 - POWER ELECTRONICS UNIT IV INVERTERS PART- A 1. Define harmonic distortion factor? (N/D15) Harmonic distortion factor is the harmonic voltage to the fundamental voltage. 2. What is CSI? (N/D12)

More information

FOC of IM at Very Low Speed Using Low Count Encoders

FOC of IM at Very Low Speed Using Low Count Encoders FOC of IM at Very Low Speed Using Low Count Encoders 01001000100000110000001000001100 010010001000 Name: Bilal AKIN Title: PhD Candidate Company Name: TX A&M Email: akbilal@ee.tamu.edu Outline Introduction

More information

ELECTRONIC CONTROL OF A.C. MOTORS

ELECTRONIC CONTROL OF A.C. MOTORS CONTENTS C H A P T E R46 Learning Objectives es Classes of Electronic AC Drives Variable Frequency Speed Control of a SCIM Variable Voltage Speed Control of a SCIM Chopper Speed Control of a WRIM Electronic

More information

Speed control of sensorless BLDC motor with two side chopping PWM

Speed control of sensorless BLDC motor with two side chopping PWM IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 6, Issue 3 (May. - Jun. 2013), PP 16-20 Speed control of sensorless BLDC motor with two side

More information

Generating DTMF Tones Using Z8 Encore! MCU

Generating DTMF Tones Using Z8 Encore! MCU Application Note Generating DTMF Tones Using Z8 Encore! MCU AN024802-0608 Abstract This Application Note describes how Zilog s Z8 Encore! MCU is used as a Dual-Tone Multi- (DTMF) signal encoder to generate

More information

VORAGO Timer (TIM) subsystem application note

VORAGO Timer (TIM) subsystem application note AN1202 VORAGO Timer (TIM) subsystem application note Feb 24, 2017, Version 1.2 VA10800/VA10820 Abstract This application note reviews the Timer (TIM) subsystem on the VA108xx family of MCUs and provides

More information

Motor Control using NXP s LPC2900

Motor Control using NXP s LPC2900 Motor Control using NXP s LPC2900 Agenda LPC2900 Overview and Development tools Control of BLDC Motors using the LPC2900 CPU Load of BLDCM and PMSM Enhancing performance LPC2900 Demo BLDC motor 2 LPC2900

More information

COMPENSATION OF VOLTAGE SAG USING LEVEL SHIFTED CARRIER PULSE WIDTH MODULATED ASYMMETRIC CASCADED MLI BASED DVR SYSTEM G.Boobalan 1 and N.

COMPENSATION OF VOLTAGE SAG USING LEVEL SHIFTED CARRIER PULSE WIDTH MODULATED ASYMMETRIC CASCADED MLI BASED DVR SYSTEM G.Boobalan 1 and N. COMPENSATION OF VOLTAGE SAG USING LEVEL SHIFTED CARRIER PULSE WIDTH MODULATED ASYMMETRIC CASCADED MLI BASED DVR SYSTEM G.Boobalan 1 and N.Booma 2 Electrical and Electronics engineering, M.E., Power and

More information

Power Factor Improvement Using Thyristor Switched Capacitor Using Microcontroller Kacholiya Saurabh 1, Phapale Sudhir 2, Satpute Yuvraj 3, Kale.S.

Power Factor Improvement Using Thyristor Switched Capacitor Using Microcontroller Kacholiya Saurabh 1, Phapale Sudhir 2, Satpute Yuvraj 3, Kale.S. Power Factor Improvement Using Thyristor Switched Capacitor Using Microcontroller Kacholiya Saurabh 1, Phapale Sudhir 2, Satpute Yuvraj 3, Kale.S.R 4 1.Student, Electronic department, PREC Loni, Maharashtra,

More information

CHAPTER 4 CONTROL ALGORITHM FOR PROPOSED H-BRIDGE MULTILEVEL INVERTER

CHAPTER 4 CONTROL ALGORITHM FOR PROPOSED H-BRIDGE MULTILEVEL INVERTER 65 CHAPTER 4 CONTROL ALGORITHM FOR PROPOSED H-BRIDGE MULTILEVEL INVERTER 4.1 INTRODUCTION Many control strategies are available for the control of IMs. The Direct Torque Control (DTC) is one of the most

More information

II. WORKING PRINCIPLE The block diagram depicting the working principle of the proposed topology is as given below in Fig.2.

II. WORKING PRINCIPLE The block diagram depicting the working principle of the proposed topology is as given below in Fig.2. PIC Based Seven-Level Cascaded H-Bridge Multilevel Inverter R.M.Sekar, Baladhandapani.R Abstract- This paper presents a multilevel inverter topology in which a low switching frequency is made use taking

More information

Medium Voltage Three Phase Static Transfer Switch Operation: Simulation and Modeling RECEIVED ON ACCEPTED ON

Medium Voltage Three Phase Static Transfer Switch Operation: Simulation and Modeling RECEIVED ON ACCEPTED ON Medium Voltage Three Phase Static Transfer Switch Operation: Simulation and Modeling Tahir Mahmood*, and Muhammad Ahmad Choudhry** RECEIVED ON 24.01.2009 ACCEPTED ON 01.06.2009 Abstract In this paper,

More information

DEVELOPMENT OF A MICROCONTROLLER-BASED POWER FACTORY CORRECTOR

DEVELOPMENT OF A MICROCONTROLLER-BASED POWER FACTORY CORRECTOR V H. DEVELOPMENT OF A MICROCONTROLLER-BASED POWER FACTORY CORRECTOR CHESSDA UTTRAPHAN A/L EH KAN KOK BOON CHING K. H. LAI S. A. ZULKIFLI PROCEEDINGS OF EncON2007 1 s t ENGINEERING CONFERENCE ON ENERGY

More information

Module 5. DC to AC Converters. Version 2 EE IIT, Kharagpur 1

Module 5. DC to AC Converters. Version 2 EE IIT, Kharagpur 1 Module 5 DC to AC Converters Version 2 EE IIT, Kharagpur 1 Lesson 37 Sine PWM and its Realization Version 2 EE IIT, Kharagpur 2 After completion of this lesson, the reader shall be able to: 1. Explain

More information

Development of an Experimental Rig for Doubly-Fed Induction Generator based Wind Turbine

Development of an Experimental Rig for Doubly-Fed Induction Generator based Wind Turbine Development of an Experimental Rig for Doubly-Fed Induction Generator based Wind Turbine T. Neumann, C. Feltes, I. Erlich University Duisburg-Essen Institute of Electrical Power Systems Bismarckstr. 81,

More information

CHAPTER 3 SINGLE SOURCE MULTILEVEL INVERTER

CHAPTER 3 SINGLE SOURCE MULTILEVEL INVERTER 42 CHAPTER 3 SINGLE SOURCE MULTILEVEL INVERTER 3.1 INTRODUCTION The concept of multilevel inverter control has opened a new avenue that induction motors can be controlled to achieve dynamic performance

More information

Design and Implementation of Digital Trigger Circuit for Converter

Design and Implementation of Digital Trigger Circuit for Converter Design and Implementation of Digital Trigger Circuit for Converter Shashikant V. Lahade Student of M.Tech., Department of Electronics and Tele-communication, Government College of Engineering, Amravati,

More information

IEEE TRANSACTIONS ON POWER ELECTRONICS, VOL. 14, NO. 3, MAY A Sliding Mode Current Control Scheme for PWM Brushless DC Motor Drives

IEEE TRANSACTIONS ON POWER ELECTRONICS, VOL. 14, NO. 3, MAY A Sliding Mode Current Control Scheme for PWM Brushless DC Motor Drives IEEE TRANSACTIONS ON POWER ELECTRONICS, VOL. 14, NO. 3, MAY 1999 541 A Sliding Mode Current Control Scheme for PWM Brushless DC Motor Drives Jessen Chen and Pei-Chong Tang Abstract This paper proposes

More information

Micro-controller Based Multi-phase Sequence Detection System.

Micro-controller Based Multi-phase Sequence Detection System. M.Tech. Credit seminar report, Electronic Systems Group, EE Dept, IIT Bombay, submitted in November 2003. Micro-controller Based Multi-phase Sequence Detection System. AMOL A. SHINDE (03307071) Supervisor:

More information

Decreasing the commutation failure frequency in HVDC transmission systems

Decreasing the commutation failure frequency in HVDC transmission systems Downloaded from orbit.dtu.dk on: Dec 06, 2017 Decreasing the commutation failure frequency in HVDC transmission systems Hansen (retired June, 2000), Arne; Havemann (retired June, 2000), Henrik Published

More information

EE152 Final Project Report

EE152 Final Project Report LPMC (Low Power Motor Controller) EE152 Final Project Report Summary: For my final project, I designed a brushless motor controller that operates with 6-step commutation with a PI speed loop. There are

More information

Module 5. DC to AC Converters. Version 2 EE IIT, Kharagpur 1

Module 5. DC to AC Converters. Version 2 EE IIT, Kharagpur 1 Module 5 DC to AC Converters Version 2 EE IIT, Kharagpur 1 Lesson 38 Other Popular PWM Techniques Version 2 EE IIT, Kharagpur 2 After completion of this lesson, the reader shall be able to: 1. Explain

More information

SHUNT ACTIVE POWER FILTER

SHUNT ACTIVE POWER FILTER 75 CHAPTER 4 SHUNT ACTIVE POWER FILTER Abstract A synchronous logic based Phase angle control method pulse width modulation (PWM) algorithm is proposed for three phase Shunt Active Power Filter (SAPF)

More information

7.S-[F] SU-02 June All Syllabus Science Faculty B. Sc. II Yr. Eelectronics [Sem.III & I - 1 -

7.S-[F] SU-02 June All Syllabus Science Faculty B. Sc. II Yr. Eelectronics [Sem.III & I - 1 - - 1 - - 2 - - 3 - DR. BABASAHEB AMBEDKAR MARATHWADA UNIVERSITY, AURANGABAD Revised SYLLABUS of B.Sc. SECOND YEAR ELECTRONICS (OPTIONAL) (THIRD & FOURTH SEMESTER) { Effective for June- 2014-2015 } - 4 -

More information

A Digital Thyristor Trigger Control System based on DSP

A Digital Thyristor Trigger Control System based on DSP A Digital Thyristor Trigger Control System based on DSP Zhen Guo a, Jun Liu b, Shunxing Hu c, Yuyang Li d Department of Electrical and Electronic Engineering, Hubei University of Technology, Wuhan 430068,

More information

Using the Z8 Encore! XP Timer

Using the Z8 Encore! XP Timer Application Note Using the Z8 Encore! XP Timer AN013104-1207 Abstract Zilog s Z8 Encore! XP microcontroller consists of four 16-bit reloadable timers that can be used for timing, event counting or for

More information

Design and Implementation of Economical Power Factor Transducer

Design and Implementation of Economical Power Factor Transducer Design and Implementation of Economical Power Factor Transducer Prof. P. D. Debre Akhilesh Menghare Swapnil Bhongade Snehalata Thote Sujata Barde HOD (Dept. of EE), RGCER, Nagpur RGCER, Nagpur RGCER, Nagpur

More information

STATCOM with FLC and Pi Controller for a Three-Phase SEIG Feeding Single-Phase Loads

STATCOM with FLC and Pi Controller for a Three-Phase SEIG Feeding Single-Phase Loads STATCOM with FLC and Pi Controller for a Three-Phase SEIG Feeding Single-Phase Loads Ponananthi.V, Rajesh Kumar. B Final year PG student, Department of Power Systems Engineering, M.Kumarasamy College of

More information

IMPORTANCE OF VSC IN HVDC

IMPORTANCE OF VSC IN HVDC IMPORTANCE OF VSC IN HVDC Snigdha Sharma (Electrical Department, SIT, Meerut) ABSTRACT The demand of electrical energy has been increasing day by day. To meet these high demands, reliable and stable transmission

More information

INSTANTANEOUS POWER CONTROL OF D-STATCOM FOR ENHANCEMENT OF THE STEADY-STATE PERFORMANCE

INSTANTANEOUS POWER CONTROL OF D-STATCOM FOR ENHANCEMENT OF THE STEADY-STATE PERFORMANCE INSTANTANEOUS POWER CONTROL OF D-STATCOM FOR ENHANCEMENT OF THE STEADY-STATE PERFORMANCE Ms. K. Kamaladevi 1, N. Mohan Murali Krishna 2 1 Asst. Professor, Department of EEE, 2 PG Scholar, Department of

More information

Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller

Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller Rahul Baranwal 1, Omama Aftab 2, Mrs. Deepti Ojha 3 1,2, B.Tech Final Year (Electronics and Communication Engineering),

More information

ECE Senior Design Final Report For. Scalable Regulated Three Phase Power Rectifier. May 10, 2004 Rev. 1.0

ECE Senior Design Final Report For. Scalable Regulated Three Phase Power Rectifier. May 10, 2004 Rev. 1.0 ECE Senior Design Final Report For Scalable Regulated Three Phase Power Rectifier May 10, 2004 Rev. 1.0 Sponsors: Dr. Herb Hess (University of Idaho) Dr. Richard Wall (University of Idaho) Instructor:

More information

AN ANN BASED FAULT DETECTION ON ALTERNATOR

AN ANN BASED FAULT DETECTION ON ALTERNATOR AN ANN BASED FAULT DETECTION ON ALTERNATOR Suraj J. Dhon 1, Sarang V. Bhonde 2 1 (Electrical engineering, Amravati University, India) 2 (Electrical engineering, Amravati University, India) ABSTRACT: Synchronous

More information

Speed Control of Single Phase Induction Motor Using Infrared Receiver Module

Speed Control of Single Phase Induction Motor Using Infrared Receiver Module Speed Control of Single Phase Induction Motor Using Infrared Receiver Module Souvik Kumar Dolui 1, Dr.Soumitra Kumar Mandal 2 M.Tech Student, Dept. of Electrical Engineering, NITTTR, Kolkata, Salt Lake

More information

DESIGN OF A THREE PHASE CONTROLLED RECTIFIER FOR USE IN THE LABORATORY

DESIGN OF A THREE PHASE CONTROLLED RECTIFIER FOR USE IN THE LABORATORY DESIGN OF A THREE PHASE CONTROLLED RECTIFIER FOR USE IN THE LABORATORY PRESENTED BY: MWONGA BRIAN MATOLO F17/39946/2011 SUPERVISOR: Mr. S. L. OGABA EXAMINER: Mr. OMBURA PROJECT INDEX: 116 Objectives Theory

More information

HYSTERESIS CONTROL FOR CURRENT HARMONICS SUPPRESSION USING SHUNT ACTIVE FILTER. Rajesh Kr. Ahuja

HYSTERESIS CONTROL FOR CURRENT HARMONICS SUPPRESSION USING SHUNT ACTIVE FILTER. Rajesh Kr. Ahuja HYSTERESIS CONTROL FOR CURRENT HARMONICS SUPPRESSION USING SHUNT ACTIVE FILTER Rajesh Kr. Ahuja 1, Aasha Chauhan 2, Sachin Sharma 3 Rajesh Kr. Ahuja Faculty, Electrical & Electronics Engineering Dept.

More information

3.1.Introduction. Synchronous Machines

3.1.Introduction. Synchronous Machines 3.1.Introduction Synchronous Machines A synchronous machine is an ac rotating machine whose speed under steady state condition is proportional to the frequency of the current in its armature. The magnetic

More information

PWM Control of Asymmetrical Converter Fed Switched Reluctance Motor Drive

PWM Control of Asymmetrical Converter Fed Switched Reluctance Motor Drive , 23-25 October, 2013, San Francisco, USA PWM Control of Asymmetrical Converter Fed Switched Reluctance Motor Drive P.Srinivas and P.V.N.Prasad Abstract The Switched Reluctance Motor (SRM) drive has evolved

More information

Power quality as a reliability problem for electronic equipment

Power quality as a reliability problem for electronic equipment Power quality as a reliability problem for electronic equipment A. Victor A. Anunciada1,3, Hugo Ribeiro2,3 1 Department of Electrical and Computer Engineering, Instituto Superior Técnico, Universidade

More information

645 P a g e. the quantity of compensate current needed accordingly. Fig. 1. Active powers filter with load current detection.

645 P a g e. the quantity of compensate current needed accordingly. Fig. 1. Active powers filter with load current detection. Shunt Active Power Filter Implementation Using Source Voltage and Source Current Detection Mani Ratnam Tarapatla 1, M Sridhar 2, ANVJ Raj Gopal 3 PG Scholar Department of Electrical Engineering GIET College

More information

CHAPTER 2 PHASE SHIFTED SERIES RESONANT DC TO DC CONVERTER

CHAPTER 2 PHASE SHIFTED SERIES RESONANT DC TO DC CONVERTER 30 CHAPTER 2 PHASE SHIFTED SERIES RESONANT DC TO DC CONVERTER 2.1 INTRODUCTION This chapter introduces the phase shifted series resonant converter (PSRC). Operation of the circuit is explained. Design

More information

POWER QUALITY IMPROVEMENT BY USING ACTIVE POWER FILTERS

POWER QUALITY IMPROVEMENT BY USING ACTIVE POWER FILTERS POWER QUALITY IMPROVEMENT BY USING ACTIVE POWER FILTERS Ramesh Kumar V 1, Dr. Dalvinder Kaur Mangal 2 1 Research Scholar, Department of Electrical Engineering, Sunrise University, Alwar 2 Asso. Prof.,

More information

Closed loop speed control of dc motor using PID controller

Closed loop speed control of dc motor using PID controller Closed loop speed control of dc motor using PID controller Padmaprakash 1, Divya K Pai 2 Student, Electrical and Electronics, St. Joseph Engineering College Vamanjoor, Mangalore, India 1 Assistance Professor,

More information

Digital microcontroller for sonar waveform generator. Aleksander SCHMIDT, Jan SCHMIDT

Digital microcontroller for sonar waveform generator. Aleksander SCHMIDT, Jan SCHMIDT Digital microcontroller for sonar waveform generator Aleksander SCHMIDT, Jan SCHMIDT Gdansk University of Technology Faculty of Electronics, Telecommunications and Informatics Narutowicza 11/12, 80-233

More information

Type of loads Active load torque: - Passive load torque :-

Type of loads Active load torque: - Passive load torque :- Type of loads Active load torque: - Active torques continues to act in the same direction irrespective of the direction of the drive. e.g. gravitational force or deformation in elastic bodies. Passive

More information

Hardware Implementation of SPWM Based Diode Clamped Multilevel Invertr

Hardware Implementation of SPWM Based Diode Clamped Multilevel Invertr Hardware Implementation of SPWM Based Diode Clamped Multilevel Invertr Darshni M. Shukla Electrical Engineering Department Government Engineering College Valsad, India darshnishukla@yahoo.com Abstract:

More information

Simulation of Three Phase Cascaded H Bridge Inverter for Power Conditioning Using Solar Photovoltaic System

Simulation of Three Phase Cascaded H Bridge Inverter for Power Conditioning Using Solar Photovoltaic System Simulation of Three Phase Cascaded H Bridge Inverter for Power Conditioning Using Solar Photovoltaic System 1 G.Balasundaram, 2 Dr.S.Arumugam, 3 C.Dinakaran 1 Research Scholar - Department of EEE, St.

More information

National Infotech. Electrical Drive Trainers. Developed By: : Authorized Dealer : Embedded System Solutions

National Infotech. Electrical Drive Trainers. Developed By: : Authorized Dealer : Embedded System Solutions National Infotech A way to Power Electronics and Embedded System Solutions Electrical Drive Trainers In every industry there are industrial processes where electrical motors are used as a part of process

More information

Three Phase PFC and Harmonic Mitigation Using Buck Boost Converter Topology

Three Phase PFC and Harmonic Mitigation Using Buck Boost Converter Topology Three Phase PFC and Harmonic Mitigation Using Buck Boost Converter Topology Riya Philip 1, Reshmi V 2 Department of Electrical and Electronics, Amal Jyothi College of Engineering, Koovapally, India 1,

More information

AN4507 Application note

AN4507 Application note Application note PWM resolution enhancement through a dithering technique for STM32 advanced-configuration, general-purpose and lite timers Introduction Nowadays power-switching electronics exhibit remarkable

More information

Implementation of Digital Signal Processor to Control Three-Phase Voltage-Source Inverter

Implementation of Digital Signal Processor to Control Three-Phase Voltage-Source Inverter Implementation of Digital Signal Processor to Control Three-Phase Voltage-Source Inverter Madhuri Avinash Chaudhari Department of Electrical & Electronics Engineering, Visvesvaraya National Institute of

More information

Closed Loop Control of Three-Phase Induction Motor using Xilinx

Closed Loop Control of Three-Phase Induction Motor using Xilinx Closed Loop Control of Three-Phase Induction Motor using Xilinx Manoj Hirani, M.Tech, Electrical Drives branch of Electrical Engineering, Dr. Sushma Gupta, Department of Electrical Engineering, Dr. D.

More information

PIC based Frequency and RMS Value Measurement

PIC based Frequency and RMS Value Measurement IJIRST International Journal for Innovative Research in Science & Technology Volume 3 Issue 08 January 2017 ISSN (online): 2349-6010 PIC based Frequency and RMS Value Measurement Mr. Alankar M. Salunkhe

More information

Simulation of Advanced ELC with Synchronous Generator for Micro Hydropower

Simulation of Advanced ELC with Synchronous Generator for Micro Hydropower Simulation of Advanced ELC with Synchronous Generator for Micro Hydropower Station ANKITA GUPTA 1 Alternate Hydro Energy Centre Indian Institute of Technology, Roorkee, India Email: ankita.iitr.6@gmail.com

More information

III/IV B.Tech. DEGREE EXAMINATIONS, NOV/DEC-2017

III/IV B.Tech. DEGREE EXAMINATIONS, NOV/DEC-2017 EC 314 (R-15) Total No. of Questions :09] [Total No. of Pages : 02 III/IV B.Tech. DEGREE EXAMINATIONS, NOV/DEC-2017 First Semester ELECTRONICS & COMMUNICATION ENGINEERING COMPUTER ORGANISATION AND OPERATING

More information

LINEAR IC APPLICATIONS

LINEAR IC APPLICATIONS 1 B.Tech III Year I Semester (R09) Regular & Supplementary Examinations December/January 2013/14 1 (a) Why is R e in an emitter-coupled differential amplifier replaced by a constant current source? (b)

More information

CHAPTER 4 PI CONTROLLER BASED LCL RESONANT CONVERTER

CHAPTER 4 PI CONTROLLER BASED LCL RESONANT CONVERTER 61 CHAPTER 4 PI CONTROLLER BASED LCL RESONANT CONVERTER This Chapter deals with the procedure of embedding PI controller in the ARM processor LPC2148. The error signal which is generated from the reference

More information

Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier

Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier 1 Mr. Gangul M.R PG Student WIT, Solapur 2 Mr. G.P Jain Assistant Professor WIT,

More information

CHAPTER-IV EXPERIMENTAL AND SIMULATION PROGRAM

CHAPTER-IV EXPERIMENTAL AND SIMULATION PROGRAM 49 CHAPTER-IV EXPERIMENTAL AND SIMULATION PROGRAM 4.0 INTRODUCTION This chapter covers in detail the experimental set up of proposed Z source Matrix (ZSMC) based UPFC and compares with a lab scale model

More information

ECET Industrial Motor Control. Variable Frequency Drives. Electronic Motor Drives

ECET Industrial Motor Control. Variable Frequency Drives. Electronic Motor Drives ECET 4530 Industrial Motor Control Variable Frequency Drives Electronic Motor Drives Electronic motor drives are devices that control the speed, torque and/or rotational direction of electric motors. Electronic

More information

Power Line Carrier Communication

Power Line Carrier Communication IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 2, Ver. II (Mar - Apr. 2014), PP 50-55 Power Line Carrier Communication Dorathe.

More information