StudentShare
Contact Us
Sign In / Sign Up for FREE
Search
Go to advanced search...
Free

Control of A Single-Phase Induction Generator - Report Example

Cite this document
Summary
This work "Control of A Single-Phase Induction Generator" focuses on the development of a control system for a single-phase induction motor by means of frequency and voltage regulation. The author takes into account a more simple way of adjusting the control signal using a microcontroller to display the inverter output voltage and the frequency values…
Download full paper File format: .doc, available for editing
GRAB THE BEST PAPER97.8% of users find it useful

Extract of sample "Control of A Single-Phase Induction Generator"

Control of a single-phase induction generator Student Name: Student Number: Submission Date: Supervisor: Acknowledgements I would like to send my sincere appreciation first to my instructor (insert title and name) for his unwavering and continued guidance. I also extend my gratitude to my classmates, who often listened to my consultative questions, positively criticized me and encouraged me to continue up to the utmost end. Feel appreciated and almighty God bless you abundantly Executive Summary This research document presents an elaborate report on development of a control system for a single phase induction motor by means of frequency and voltage regulation. The system uses a PIC18f4550 microcontroller to achieve both active and reactive power management which in turn makes it possible to establish and measure inverter output voltage as well as the rotor frequency. The major underlying operation principle hence subsequent development of this motor control system is to provide a more simple way of adjusting the control signal using a microcontroller to display the inverter output voltage and the frequency values. The system will also use a high level programing language (C), widely used nowadays due to its simplicity than the assembly language in microprocessor and its much cheaper .in addition, designing a control system of a single-phase inverter using PSIM program in order to test the reliability of the control system performance. Contents 1.0. Introduction 5 1.1.Project global overview 5 2. Technical Work. 6 2.1. Selection of main components 6 2.1.1. Voltage source inverter 6 2.1.2. Microcontroller 6 2.1.3. Optocoupler (isolator): 7 2.1.4. PICkit 3: 7 2.2. Test framework 7 2.3. Hardware design 8 2.4. Software design 8 3.0. Project Timeline 9 3.1. Progress against Methodology steps and timeline 9 4.0. Problems/issues identified, and mitigation or changes made 10 5.0. Results and Discussion 10 5.1. Results 10 5.2. Discussion 13 6.0. Conclusions and Future work. 16 6.1. Conclusion 16 6.2. Future work 17 7.0. References 18 1.0. Introduction 1.1. Project global overview One major application of control systems in power generation by the use of three-phase magnetic flux controlled variable reactor .The variable reactor controls induction generator’s voltage to the extent of attaining a value similar to that of previous three-phase designs. The voltage control has previously been implemented using external source of power only where grid power is not present .Additionally, self-sufficient designs have been proposed such that the power needed for voltage control is obtained from the generated power while switching power supply has provided reduction of the control power to about 25% of that needed for previous designs. The proposed research involves development of a control system for a single-phase induction generator that involves frequency and voltage regulation. In addition, active and reactive management of power to achieve reliable measurement of both the inverter output voltage and the frequency values via PIC18f4550 microcontroller. The system includes a preferable way of adjusting the control signal using a microcontroller to display the inverter output voltage and the frequency values. It will also use a high level programing language (C), widely used in microprocessor due to its simplicity. It will also incorporate designing a control system of a single-phase inverter using PSIM program to test the reliability of the control system. This project aims at offering contribution in the field of control system of electrical mechanics such as motors and generators. This is because it supports implementation of technologies that allow creating new strategies at minimized development costs and cost effective technology. 2. Technical Work. 2.1. Selection of main components 2.1.1. Voltage source inverter The system design incorporates within its circuit, a voltage source inverter with four-switch single-phase inverter source. The four induction motor circuit switches are labeled S1, S2, S3, and S4 with split capacity C and Cdc. Rectifier switches are used to synchronize the single-phase AC input signal with fixed frequency. The power circuit single-phase four-switch inverter is further made up of two phases, one phase connected to the legs of the inverter and the other phase connected directly to the center point of the DC link capacitors. The VSI and the DL are used in the circuit to provide balance operation and parameters regulation for autonomous three-phase IG during single-phase supply. The circuit has a capacitor bank, an isolator and microcontroller. The isolator acts as a connector between the inverter and the microcontroller without direct conduction. 2.1.2. Microcontroller The project used a PIC18F4550 microcontroller. This is because besides being cheap, it is both compact and light compared to computers. Furthermore, the microcontroller has a simple application and easier to implement than microprocessor in a system with least failure chances. Microcontroller applications also run much faster compared to similar applications in a computer. The microcontroller will subsequently be loaded with instruction in C programing language. C is a high level language (C) often widely used nowadays because it is much simpler than the assembly language in microprocessor. 2.1.3. Optocoupler (isolator): The FOD3120 was chosen for use in this experiment. The optocoupler has an output gate drive current of 2.5A. It is subsequently capable of driving a a 1200V/20A IGBTs as well as MOSFETs. Another feature of the FOD3120 optocoupler is that it can achieve the industry’s highest CMR rating even in the noisiest industrial environment. It also has a number of advantages. For instance, it offers support between power circuit and PIC microcontroller so as to enhance signals feedback. Besides, the device also offers tight pulse width distortion (100ns), hence smaller filters which lead to improved power efficiency. 2.1.4. PICkit 3: The PG164130 - PICkit 3 is an in-Circuit Debugger. The circuit allows debugging and programming of PIC(R) and dsPIC(R) Flash microcontrollers using the powerful graphical user interface of the MPLAB Integrated Development Environment (IDE). Microchip’s PICkit 3 In-Circuit Debugger/Programmer uses in-circuit debugging logic incorporated into each chip with Flash memory to provide a low-cost hardware debugger and programmer. In-circuit debugging offers such benefits as being cheap in cost requires minimum additional hardware for debugging and does not necessarily need expensive sockets or adopters. The PICkit 3 can also reprogram any PIC microcontroller with a simple push of a button. 2.2. Test framework This refers to the object-oriented approach to project execution environment, often done with automated tests. It is defined as the set of assumptions, concepts, and practices that constitute a work platform or support for automated testing. Test frameworks help in organizing their test suites and in turn improving the efficiency of testing. 2.3. Hardware design The hardware design was done using the set up and configured as presented in the figure below. The circuit contains a 50v DC input signal fed into a system of MOSFET channels with Gate Drive Optocoupler to give out a corresponding 50v AC signal as an output. 2.4. Software design The software design consists of a mounted microcontroller, loaded with instructions in C language and whose output s obtained via an LCD display unit as shown in the set up figure bellow. 3.0. Project Timeline 3.1. Progress against Methodology steps and timeline Title of Activity Timelines First Semester Final Semester 1. Research/proposal/ideas 2. Project/Research/ideas final draft 3. Writing research introduction and literature review and designing the circuit 4. Identification of system configuration, designing circuit, and control system VSI 5. Coding using C programming language 6. Configuring the microcontroller and Programming the it using the c source code 7. Configuring the microcontroller and Programming the it using the c source code 8. Delivery to client 4.0. Problems/issues identified, and mitigation or changes made Software simulation was the most difficult part of the project. Creating the right program files for the microcontroller was an involving a tedious task. For instance, on several occasions, an error “Time step too small” frequently opened up on the display screen. However, with continuous and persistent corrections, the error was finally cleared. Using a power supply unit as the power source also gave error reports. This was subsequently solved by using a signal voltage as the power source. Problems were also encountered during the design of a triggering circuit. Initially, the board had been designed in an eagle 6 demo version which corrupted most of the program files, a move that prompted eventual use of a printed circuit body as a remedy. 5.0. Results and Discussion 5.1. Results For a H-bridge inverter, either A+ or A- is closed but never at the same time. In the same case, either B+ or B- is closed, but never at the same time. Same time closing would cause a short circuit from Vdc to ground (shoot-through).To avoid shoot-through when using real switches (i.e. there are turn-on and turn-off delays) a dead-time or blanking time is implemented Operational states considered 1) A+ closed and B– ,closed, Vab = Vdc 2) A+ closed and B+ ,closed, Vab = 0 3) B+ closed and A– ,closed, Vab = -Vdc 4) B- closed and A– ,closed, Vab = 0 The freewheeling diodes are incorporated to allow current to flow when all switches are open. They also allow lagging currents to flow in all loads. Keeping V/f ratio constant for different values of voltage and frequency, the subsequent frequency and voltage Matlab simulations are obtained. Hardware Circuit diagram the inverter dc/ac Hardware and PC schematic 5.2. Discussion The power circuit is a full bridge inverter circuit. In the circuit for this project, four MOSFET are connected in series at each leg of H-Bridge. Four MOSFETs are used to increase the current rating of circuit. A total of 16 n channel MOSFETs are used in our project. As microcontroller output is in maximum 5V which is direct to MOSFET gate but MOSFET is not active until 12V that why we need MOSFET driver for our circuit. For driving the high side MOSFET we used TLP250 and a capacitor of 50V, 100μfarad in output of TLP250, this capacitor is called boost strip capacitor. The capacitor in the output of TLP is used for protection. For the low side of inverter we used totem pole configuration, where totem pole passes 12V to MOSFET gate .There should be a resistance between nMOSFET gate and source as gate resistance to drive the MOSFET otherwise MOSFET can’t be on. There are used many protection diode in every stage of connection so that reverse current can’t hamper to other circuit component such as TLP250, BJT, microcontroller. As MOSFET is very heat sensitive so for cooling purpose we used four heat sinks at four lags of H-bridge inverter. The drain of the MOSFET is mounted to heat sink. The output of the inverter is then passed to the transformer. The output is taken from the two lower MOSFETs drain as upper MOSFET source is connected to the drain of lower MOSFET. Simulation of SPWM PWM is widely used in power electronics to “digitalize” the power so that a sequence of voltage pulses can be generated by the on and off of the power transistors. The fundamental component has variable magnitude and variable frequency. The PWM Output pulses and its frequency spectrum is shown in figure bellow. T1 and T4 are off while T3 and T2 are on Sinusoidal triangle PWM (SPWM) is the mostly used method. Triangle wave is used as carrier and reference signal is sinusoidal wave, whose frequency is the desired frequency and amplitude is determined by desired voltage amplitude, DC voltage and carrier amplitude. The fundamental component is what we want to drive the motor. Because the equivalent circuit of the motor is composed of resistors and inductors, the motor is like inductive impedance so that the effect high frequency components can be neglected. The frequency was varied by changing the frequency of the modulating signal i.e. sinusoidal signal. We can vary voltage at output by the varying value of MODULATING INDEX (m). Where; m=vm/vc Vm= Reference sinusoidal signal. Vc=Carrier signal The magnitude of modulation index is limited below one (i.e., 0 Read More

2.1.2. Microcontroller The project used a PIC18F4550 microcontroller. This is because besides being cheap, it is both compact and light compared to computers. Furthermore, the microcontroller has a simple application and easier to implement than microprocessor in a system with least failure chances. Microcontroller applications also run much faster compared to similar applications in a computer. The microcontroller will subsequently be loaded with instruction in C programing language. C is a high level language (C) often widely used nowadays because it is much simpler than the assembly language in microprocessor. 2.1.3. Optocoupler (isolator): The FOD3120 was chosen for use in this experiment.

The optocoupler has an output gate drive current of 2.5A. It is subsequently capable of driving a a 1200V/20A IGBTs as well as MOSFETs. Another feature of the FOD3120 optocoupler is that it can achieve the industry’s highest CMR rating even in the noisiest industrial environment. It also has a number of advantages. For instance, it offers support between power circuit and PIC microcontroller so as to enhance signals feedback. Besides, the device also offers tight pulse width distortion (100ns), hence smaller filters which lead to improved power efficiency. 2.1.4. PICkit 3: The PG164130 - PICkit 3 is an in-Circuit Debugger.

The circuit allows debugging and programming of PIC(R) and dsPIC(R) Flash microcontrollers using the powerful graphical user interface of the MPLAB Integrated Development Environment (IDE). Microchip’s PICkit 3 In-Circuit Debugger/Programmer uses in-circuit debugging logic incorporated into each chip with Flash memory to provide a low-cost hardware debugger and programmer. In-circuit debugging offers such benefits as being cheap in cost requires minimum additional hardware for debugging and does not necessarily need expensive sockets or adopters.

The PICkit 3 can also reprogram any PIC microcontroller with a simple push of a button. 2.2. Test framework This refers to the object-oriented approach to project execution environment, often done with automated tests. It is defined as the set of assumptions, concepts, and practices that constitute a work platform or support for automated testing. Test frameworks help in organizing their test suites and in turn improving the efficiency of testing. 2.3. Hardware design The hardware design was done using the set up and configured as presented in the figure below.

The circuit contains a 50v DC input signal fed into a system of MOSFET channels with Gate Drive Optocoupler to give out a corresponding 50v AC signal as an output. 2.4. Software design The software design consists of a mounted microcontroller, loaded with instructions in C language and whose output s obtained via an LCD display unit as shown in the set up figure bellow. 3.0. Project Timeline 3.1. Progress against Methodology steps and timeline Title of Activity Timelines First Semester Final Semester 1.

Research/proposal/ideas 2. Project/Research/ideas final draft 3. Writing research introduction and literature review and designing the circuit 4. Identification of system configuration, designing circuit, and control system VSI 5. Coding using C programming language 6. Configuring the microcontroller and Programming the it using the c source code 7. Configuring the microcontroller and Programming the it using the c source code 8. Delivery to client 4.0. Problems/issues identified, and mitigation or changes made Software simulation was the most difficult part of the project.

Creating the right program files for the microcontroller was an involving a tedious task. For instance, on several occasions, an error “Time step too small” frequently opened up on the display screen. However, with continuous and persistent corrections, the error was finally cleared. Using a power supply unit as the power source also gave error reports. This was subsequently solved by using a signal voltage as the power source.

Read More
Cite this document
  • APA
  • MLA
  • CHICAGO
(Control of A Single-Phase Induction Generator Report Example | Topics and Well Written Essays - 2250 words, n.d.)
Control of A Single-Phase Induction Generator Report Example | Topics and Well Written Essays - 2250 words. https://studentshare.org/engineering-and-construction/2052629-control-of-single-phase-induction-generatorfinal-report
(Control of A Single-Phase Induction Generator Report Example | Topics and Well Written Essays - 2250 Words)
Control of A Single-Phase Induction Generator Report Example | Topics and Well Written Essays - 2250 Words. https://studentshare.org/engineering-and-construction/2052629-control-of-single-phase-induction-generatorfinal-report.
“Control of A Single-Phase Induction Generator Report Example | Topics and Well Written Essays - 2250 Words”. https://studentshare.org/engineering-and-construction/2052629-control-of-single-phase-induction-generatorfinal-report.
  • Cited: 0 times

CHECK THESE SAMPLES OF Control of A Single-Phase Induction Generator

The Electrical Layout of the Royal Lancaster Infirmary

This project intends to give a detailed design and testing of the electrical generator system for the expanded building.... Hence at present the generator load is same as the entire site load.... The generator that is operational at present is a single generator that has a capacity of 530 KV at around 750 amps.... Also the existing generator is class 2 type and is capable of handling only 50% of the rated capacity....
39 Pages (9750 words) Essay

Condition of Operation of Single-Phase Induction Generator

single-phase induction generator must always be excited with a leading voltage.... This research seeks to critically illustrate the operation of induction motors as generators with particular focus to the conditions of operation of single-phase induction generators as well as the various parameters and characteristics of single-phase induction generators.... Induction generators generally work on induction principle based on Faradays law of conduction that states that when a conductor single-phase induction Generators are simple AC motors that employ the principles of induction to derive their power (asynchronous power generation)....
12 Pages (3000 words) Thesis

Theory of operation single phase induction generator at load state ,

Fig 5- Variation of output frequency with load at constant rotor speed The controls needed to maintain the voltage and frequency of a single-phase induction generator would therefore be very complex and defeat the objective of using the simple machine as a generator.... The solution is therefore to use the single-phase induction generator to charge a battery and then to feed the connected load through an inverter.... In a self-excited induction generator the excitation is provided by the capacitor connected across the stator… Before a generator can be applied to supply power to a specific electrical load, it is important to understand the voltage and frequency of power that will be generated....
2 Pages (500 words) Thesis

Aircraft Electrical Power Generation & Distribution

When the load on the generator is changed, the generator's terminal voltage varies.... The amount of this variation always depends on the design used in the generator.... When the load on the generator is changed, the generator's terminal voltage varies.... The amount of this variation always depends on the design used in the generator.... Three-phase alternator, as the name suggests, consists of three single-phase windings that are spaced in such a manner that voltage induced in any of the phases undergoes displacement of 120 degrees from the other two alternators....
6 Pages (1500 words) Assignment

Parameters and Characteristics of Single-phase Induction Generator

According to research findings of the paper “Parameters and Characteristics of single-phase induction generator”, single-phase inductor generators operate by mechanically turning the rotor of the generators at faster speeds than the synchronous speed in order to produce torque through electromagnetic induction.... single-phase induction generator must always be excited with a leading voltage.... hellip; single-phase induction Generators are simple AC motors that employ the principles of induction to derive their power (asynchronous power generation)....
20 Pages (5000 words) Term Paper

The Single-Phase Induction Generator

On the other hand, one of the major differences between a single-phase induction generator with only one excitation capacitor and the split-phase motor is that the split-phase motor has a significantly high starting current which not only results in excess motor heat during start-up but may also cause a serious voltage drop.... In this regard, it can be concluded that in a single phase induction motor, any The paper "The single-phase induction generator" is a perfect example of a lab report on engineering and construction....
3 Pages (750 words) Lab Report

Control Topologies for Induction Micro-Hydroelectric Power Plant

In this research work, the development of an independent induction generator hydro-electric power plant (or MHPP) is investigated.... The operation of the plant is based on the principle that when moving water is directed towards and moves a turbine that is coupled to a generator, the generator is caused to spin and generates electricity.... esearch Performance CriteriaA micro-hydropower system will usually be composed of a water turbine that will convert the kinetic energy of the water to mechanical energy which is then converted to electrical energy by the generator....
9 Pages (2250 words) Report

Control of a Single-Phase Iductionn Generator

hellip; This project consists of designing a module for a single-phase induction generator to interface with the existing H-bridge and enhance its functionality.... This work "control of a single-phase Iductionn Generator" describes an H-bridge inverter with more functionality, which aims to produce square wave, pure sine wave, and modified sine wave base on the selected mode by the user.... The development of this system will allow for the investigation of single-phase induction generator and circuit connections....
10 Pages (2500 words) Essay
sponsored ads
We use cookies to create the best experience for you. Keep on browsing if you are OK with that, or find out how to manage cookies.
Contact Us