Design And Construction Of An AC Power Controller With Programmable Interface

The design and construction of an AC power controller with a programmable interface involves the integration of hardware and software components to regulate and manage electrical power flow efficiently. This device utilizes microcontroller-based technology to enable programmable functionality, allowing users to set and adjust parameters such as voltage, frequency, and phase angle. The hardware aspect encompasses power electronic components like thyristors or solid-state relays, which interface with the AC power source to control the voltage and current supplied to the load. Additionally, sensors may be incorporated to monitor parameters such as temperature and power consumption for feedback control. The software aspect involves programming the microcontroller to execute user-defined commands, enabling features like time scheduling, voltage regulation, and remote access through interfaces such as UART, USB, or Ethernet. Through this integrated approach, the AC power controller provides flexibility, efficiency, and reliability in managing electrical power in various applications, including industrial automation, smart grids, and renewable energy systems, thus enhancing energy utilization and operational performance while facilitating seamless integration into existing infrastructure.

ABSTRACT

The project aims at controlling the AC power by using the concept of firing angle control of transistors. One can enter the required percentage of power supply through a keypad. The input is provided to a micro controller of 8051 family that initiate the firing angle to adjust the load power. For matching the power to the required one, a TRIAC is used in series with the AC load. A display unit is used to display the full power and one can go through the preferred percentage to decrease the power to the load. Here, to maintain the load power the firing angle would be changed automatically. The project employs a lamp such that the entered power equals the necessary one. The above process is carried out with the help of a TRIAC in series with the AC load. It uses 8051 family micro controller. A keypad is used to give the input to the micro controller and ZVS is given as reference. An LCD is used to display the information.

TABLE OF CONTENT

COVER PAGE

APPROVAL PAGE

DEDICATION

ACKNOWLEDGEMENT

TABLE OF CONTENT

CHAPTER ONE

  • INTRODUCTION
  • AIM OF THE PROJECT
  • OBJECTIVE OF THE PROJECT
  • SCOPE OF THE PROJECT
  • APPLICATION OF THE PROJECT
  • SIGNIFICANCE OF THE PROJECT

CHAPTER TWO

LITERATURE REVIEW

2.1      OVERVIEW OF THE STUDY

2.2      TYPES OF AC VOLTAGE CONTROLLER

2.3      OVERVIEW OF SILICON CONTROLLED RECTIFIER

2.4      CONSTRUCTIONAL REVIEW OF SILICON CONTROL RECTIFIER

2.5      MODES OF OPERATION OF SCR

2.6      THEORIST TURN-ON METHODS

2.7      APPLICATIONS OF SCR

2.8      OVERVIEW OF TRACI

2.9       APPLICATION OF TRACI

CHAPTER THREE

DESIGN METHODOLOGY

3.1      SYSTEM BLOCK DIAGRAM

3.2      DESCRIPTION OF THE SYSTEM BLOCK

3.3      CIRCUITDIAGRAM

3.4      SYSTEM OPERATION

3.5      SYSTEM WORKING

3.6      PROGRAM CODE

3.7      POWER SUPPLY UNIT

3.8      MICROELECTRONIC UNIT

CHAPTER FOUR

RESULT ANALYSIS

  • INSTALLATION OF THE COMPLETED DESIGN
  • CONSTRUCTION PROCEDURE AND TESTING
  • CASING AND PACKAGING
  • ASSEMBLING OF SECTIONS
  • PROBLEM ENCOUNTERED

CHAPTER FIVE

5.1 CONCLUSION AND RECOMMENDATION

5.2 REFERENCES

 CHAPTER ONE

1.1                                                        INTRODUCTION

It is often desired to control the power fed to a load using electronic methods. Such methods permit a fine control of power with better efficiency than electrical methods. Semiconductor devices that are often used to control the flow of current in a circuit are diodes, diode ac (Diac) Thyristors or Silicon Controlled Rectifier (SCR) and Triode ac (Triac) [5]. Diodes only conduct when it is forward biased and have no external control of the start of conduction. Thyristors allow control of the start of conduction in the positive half-cycle of an ac voltage but rely on periodic reversal of current to turn them off. Triac on the other hand has the ability to conduct current in both half- cycles by using positive or negative gate pulse which provides control on the start of conduction; therefore it can be used to provide a control of power in ac circuits of lighting equipment, hot-air oven, electric incubator and electric heater and in universal single phase ac motor. In these systems, power is controlled by means of phase angle variation of the conduction period through the setting of different firing times corresponding to different firing angles.

The mains voltage is an alternating type that reverses its polarity many times per second and it is sinusoidal in nature. The instantaneous value of such a voltage is usually expressed as:

v(t) =Vsinωt                                                   (1)

Where V is the amplitude of the voltage in volts and ω is the angular frequency in radians per second and t is time in seconds, the period ‘T’ which is the time it takes the voltage to complete a whole cycle can be written in terms of angular frequency as:

T=2π/ω                                               (2)

The physical frequency f which is measured in hertz (Hz) is related to the angular frequency as:

ω = 2πf                                               (3)

Therefore,

T=1/f                                                              (4)

The root-mean-square (rms) value of an ac voltage described by (1) is proportional to the integral of the square of the instantaneous voltage over a period of the voltage, average power delivered to a load by such a voltage is the ratio of the square of rms voltage to the resistance of the load. An ac power controller is a unit that can vary the rms value of the voltage across a load while keeping the frequency constant. Methods that are often used in power control are ON/OFF control, Phase-angle control and pulse-width modulation ac chopper control [2].Power electronic components such as Triac and Thyristors are often used to delay the firing angle in a wave; this causes only part of the wave to be outputted to the load. The firing angle ‘α’ of these devices is the angle in a half-cycle of a sinusoidal signal at which they begin to conduct; is usually the object of control. The remaining angle of the cycle in which the device conducts is the conduction angle ‘ϕ’. These angles are complimentary.In analogue circuits the firing angle is usually controlled through an RC network in which a capacitor charges through a resistor and discharges through the gate of the Triac, such a network can only change the firing angle between 0° and 90°, but with operational amplifiers and more sophisticated circuits, the firing angle can be changed from 0° to 180° in both cycles of the ac voltage [4]. A digital circuit that can be used to provide control of ac power: precision ac power control was reported by [3]; apart from the complexity of the circuit, the system is not purely electronic. A microelectronics system has a microprocessor in its circuitry. It stores the program on which it operates a memory unit and executes the program sequentially at the rate that depends on the clock signal applied to it. One of the numerous advantages of a microelectronic system is its ability to respond to internal or external stimuli called interrupts that must be addressed by the system. Interrupts are electrical signals that are either generated internally by timers or provided by a peripheral system to allow effective communication with the microprocessor or Central Processing Unit (CPU). The CPU checks for the presence of any interrupt at the end of execution of each line the program, the sequential order of execution of the program is broken if there is a interrupt and a particular segment of the program called the Interrupt Service Routine (ISR)which has been specifically written to take care of the interrupt is executed. The CPU resumes the execution of the main program after dealing with the interrupt [1].A microprocessor together with memory units that is fabricated on a chip is a microcontroller. Application of microcontrollers in electronics has led to high performance and reliability; low power consumption and space. Apart from these advantages, microcontrollers are able to meet the computing needs of many tasks efficiently. The availability of software development tools such as compilers, assemblers and debuggers and reliable sources of microcontrollers makes it possible to develop microelectronic systems easily. The use of a microelectronics system to control firing of the gate of a Triac as a means of increasing the reliability and reducing the complexity of a power control system investigated in this project. A microcontroller was used to generate a delay at the beginning of each half-cycle of an ac voltage and fires the gate of a Triac at the end of the delay, the period of the delay depends on the interrupt generated when a switch is pressed.

1.2                                                   AIM OF THE PROJECT

This work is aimed at controlling the AC power by using the concept of firing angle control of thyristors. With this device one can enter the required percentage of power supply through a keypad.

1.3                                             OBJECTIVE OF THE PROJECT

The main objective of this work is to vary the percentage of power supply by means of phase angle variation of the conduction period through the setting of different firing times corresponding to different firing angles. At the end of this work the student involved will be able to:

  1. Have the full understanding of firing angle.
  2. Understand the application of TRIAC and SCR in power electronics.

1.4                                                 SCOPE OF THE PROJECT

This work is on controlling the AC power by using the concept of firing angle control of transistors. One can enter the required percentage of power supply through a keypad. The input is provided to a micro controller of 8051 family that initiate the firing angle to adjust the load power. For matching the power to the required one, a TRIAC is used in series with the AC load. A LCD screen is used to display the power percentage that is provided by the user.

1.5                                          APPLICATION OF THE PROJECT

  1. Light dimming circuits for street lights
  2. Industrial & domestic heating
  3. Induction heating
  4. transformer tap changing
  5. Speed control of Motors (variable torque)
  6. speed control of winding machines,fans
  7. AC magnet controls

1.6                                         SIGNIFICANCE OF THE PROJECT

AC power control with thyristor using microcontroller is designed to control AC power flow across load. This project is designed using  AT85s52 microcontroller and Zero crossing detection circuit. Phase angle control method is used for AC power control with thyristor. Thyristor is used as a switch to control flow of power. AT85s52 microcontroller is used to detect zero crossing and to generate pulse signals at a specific angle for thyristor. It is used in many power electronics project.

SIMILAR PROJECT TOPICS:

SHARE PROJECT MATERIALS ON:

More About Design And Construction Of An AC Power Controller With Programmable Interface Material

Author: See the writer of ‘Design And Construction Of An AC Power Controller With Programmable Interface’ name on the first page of the downloaded file.

Acknowledgement: You must acknowledge and reference the writer of Design And Construction Of An AC Power Controller With Programmable Interface on your acknowledgement and reference pages respectively.

Upload Similar: You can upload any content similar to Design And Construction Of An AC Power Controller With Programmable Interface and get paid when someone downloaded the material.

Download: Click on “Donate & Download” under this Design And Construction Of An AC Power Controller With Programmable Interface Title and you will be redirected to download page after the donation or chat with Us for alternative methods.

Content Size: Design And Construction Of An AC Power Controller With Programmable Interface contains , and .