SlideShare ist ein Scribd-Unternehmen logo
1 von 20
PROJECT PRESENTATION ON
AUTOMATIC POWER FACTOR
CORRECTION
GUIDED BY:-
LOPAMUDRA SAHU
Presented By:-
Pappu Kumar Dubey (1201214199)
Vikas Kumar Manjhi (1201214203)
Saurav Kumar (1201214205)
Raushan Kumar (1201214218)
Swayam Bikash Samal (1201214219)
Ashish Ranjan Mahto (1201214457)
DEPARTMENT OF ELECTRICAL ENGINEERING
KIST
BHUBANESWAR
CONTENTS:
 Introduction
 Block diagram
 Working principle
 Power supply circuit
 Power factor measurement circuit
 Micro Controller
 LCD
 Relay
 Capacitor Bank
 Advantage
 Disadvantage
 Applications
 Conclusion
INTRODUCTION:
 This project report represents one of the most effective automatic power factor
improvements.
 Static capacitors which will be controlled by a Microcontroller with very low
cost.
 Power factor is set as standard value into the microcontroller IC.
 Resistors are used instead of potential transformer.
 Microcontroller IC (AT89s52) reduce programming complexity that make it one of
the most economical system than any other controlling system.
Source
230V AC
POWER
FACTOR
MEASURMENT
CIRCUIT
LCD Display
Micro controller
RelayCapacitor BankLOAD
Power Supply
230V AC - 5V DC
communication
BLOCK DIAGRAM
Working Principle:
 Power supply is given to the circuit.
 Power factor is set as standard value into the microcontroller IC.
 In case of deviations , microcontroller activates relay.
 Relay senses and connects the capacitor.
 The capacitor is connected parallel across the load by relay without any
hazard.
 The APFC unit controls PF by activating/deactivating capacitors.
Power Supply Circuit
 Step-down Transformer
 Diode Rectifier
 Filtering Capacitor
 Voltage Regulator
POWER FACTOR MEARSURMENT CIRCUIT
Potential
Transformer Current Transformer Zero Crossing Detector
Circuit Diagram of ZCD
MICRO COTROLLER:
 A Microcontroller Contains:
 The processor (The CPU),
 Program memory,
 Memory for input and output(RAM),
 A clock and an I/O control unit.
 Microcontroller it is an electronic
clock driven reprogrammable device
which can take some digital data ,
process the data and gives us to
required output data.
Features of the AT89s52
• High-performance, Low-power Atmel® AVR® 8-bit
Microcontroller
• Advanced RISC Architecture
– 131 Powerful Instructions – Most Single-clock Cycle Execution
– 32 x 8 General Purpose Working Registers
– Fully Static Operation
– Up to 16 MIPS Throughput at 16 MHz
– On-chip 2-cycle Multiplier
• High Endurance Non-volatile Memory segments
– 16 Kbytes of In-System Self-programmable Flash program
memory
– 512 Bytes EEPROM
– 1 Kbyte Internal SRAM
– Write/Erase Cycles: 10,000 Flash/100,000 EEPROM
– Data retention: 20 years at 85°C/100 years at 25°C(1)
– Optional Boot Code Section with Independent Lock Bits
In-System Programming by On-chip Boot Program
True Read-While-Write Operation
– Programming Lock for Software Security
Program of Microcontroller
#include<AT89x52.h>
#include<lcd.h>
Sbit Voltage=P1^0;
Unsigned int powerfactor;
Void factor();
Void main()
{ r1=1;
Lcdlnit();
While(1)
{ Display(0*80”, power factor”,16);
Display(65000); Delay(65000);
Factor();
Deley(65000);
If((powerfactor<=0.98)
{r1=0;}}}
Void factor()
{Display(0*80”,Factor Val: “,16)
While(Voltage);
While(!Voltage);
Powerfactor=((cosine(voltage)));
hex(0*86,powerfactor);)
LCD:
 A liquid crystal display (LCD) is a flat panel display
 It uses the light modulating properties of liquid
crystals (LCs).
 LCDs Applications:
 Computer monitors,
 Television,
 Instrument panels,signage, etc.
 LCDs have replaced cathode ray tube (CRT) displays in
most applications.
LCD PINOUT:
RELAY:
WORKING OF RELAY:
 A relay is an electrically operated switch.
 The coil current can be on or off so relays have two switch
positions and they are double throw (changeover) switches.
 Relays allow one circuit to switch a second circuit which can
be completely separate from the first.
 It is also known as a sensing device.
Capacitor Bank
A capacitor bank is a group of several capacitors of the
same rating that are connected in series or parallel with
each other to store electrical energy .
The resulting bank is then used to counteract(resist) or
correct a power factor lag or phase shift in an
alternative current (AC) power supply. They can also be
used in a direct current (DC) power supply to increase
the ripple current capacity of the power supply or to
increase the overall amount of stored energy.
Capacitor banks are generally used in substations. Since
most of the household and industrial appliances are
either resistive(eg. incandescent light, heater, etc.) or
inductive(e.g. refrigerator, air-conditioner, motor, etc).
The capacitive load of the capacitor bank will help to
adjust the power factor as close to 1 as possible, in
which case the voltage and current are in phase and
deliver maximum usable power to the load.
Advantage
• Reactive power decreases
• Avoid poor voltage regulation
• Overloading is avoided
• Copper loss decreases
• Transmission loss decreases
• Improved voltage control
• Efficiency of supply system and apparatus increases
Disadvantage
 They have short service life ranging from 8 to 10 years
 They are easily damaged if the voltage exceeds the rated value
 Once the capacitor is damaged, their repair is uneconomical.
Applications:
 Linear loads with low power factor (such as induction motors).
 A high power factor is generally desirable in a transmission system to reduce
transmission losses and improve voltage.
 Alarm signals for:
 failure to reach the target PF
 overcurrent in the capacitor
 Defects at capacitor stages
CONCLUSION :
 This paper shows an efficient technique to improve the power factor of a
power system by an economical way. Static capacitors are invariably used for
power factor improvement in factories or distribution line. But this paper
presents a system that uses capacitors only when power factor is low
otherwise they are cut off from line. Thus it not only improves the power
factor but also increases the life time of static capacitors. The power factor
of any distribution line can also be improved easily by low cost small rating
capacitor. This system with static capacitor can improve the power factor of
any distribution line from load side. As, if this static capacitor will apply in
the high voltage transmission line then it’s rating will be unexpectedly large
which will be uneconomical & inefficient. So a variable speed synchronous
condenser can be used in any high voltage transmission line to improve power
factor & the speed of synchronous condenser can be controlled by
microcontroller or any controlled device.

Weitere ähnliche Inhalte

Was ist angesagt?

POWER QUALITY ISSUE WITH GRID CONNECTED WIND ENERGY SYSTRM
POWER QUALITY ISSUE WITH GRID CONNECTED WIND ENERGY SYSTRMPOWER QUALITY ISSUE WITH GRID CONNECTED WIND ENERGY SYSTRM
POWER QUALITY ISSUE WITH GRID CONNECTED WIND ENERGY SYSTRM
Ravijesh Kumar
 

Was ist angesagt? (20)

Automatic Power Factor Improvement.Pptx
Automatic Power Factor Improvement.PptxAutomatic Power Factor Improvement.Pptx
Automatic Power Factor Improvement.Pptx
 
APFC project presentation
APFC project presentationAPFC project presentation
APFC project presentation
 
Capacitor bank and improvement of power factor
Capacitor bank and improvement of power factorCapacitor bank and improvement of power factor
Capacitor bank and improvement of power factor
 
Upfc & fact
Upfc & factUpfc & fact
Upfc & fact
 
Micro-controller based Automatic Power Factor Correction System Report
Micro-controller based Automatic Power Factor Correction System ReportMicro-controller based Automatic Power Factor Correction System Report
Micro-controller based Automatic Power Factor Correction System Report
 
Power quality improvement using UPQC
Power quality improvement using UPQCPower quality improvement using UPQC
Power quality improvement using UPQC
 
Protection and control of Microgrid
Protection and control of MicrogridProtection and control of Microgrid
Protection and control of Microgrid
 
Apfc project 2016 17
Apfc project 2016 17Apfc project 2016 17
Apfc project 2016 17
 
Static var compensator
Static var compensatorStatic var compensator
Static var compensator
 
Introduction
IntroductionIntroduction
Introduction
 
Power factor
Power factorPower factor
Power factor
 
power factor correction soham+niraj
power factor correction soham+nirajpower factor correction soham+niraj
power factor correction soham+niraj
 
Storage In Smart Grids
Storage In Smart GridsStorage In Smart Grids
Storage In Smart Grids
 
Active_Power_Filter
Active_Power_FilterActive_Power_Filter
Active_Power_Filter
 
automatic power factor correction report
automatic power factor correction reportautomatic power factor correction report
automatic power factor correction report
 
Power factor correction
Power factor correctionPower factor correction
Power factor correction
 
Tcsc ppt
Tcsc pptTcsc ppt
Tcsc ppt
 
Facts controller
Facts controllerFacts controller
Facts controller
 
Unit 03 Protective relays
Unit  03 Protective relaysUnit  03 Protective relays
Unit 03 Protective relays
 
POWER QUALITY ISSUE WITH GRID CONNECTED WIND ENERGY SYSTRM
POWER QUALITY ISSUE WITH GRID CONNECTED WIND ENERGY SYSTRMPOWER QUALITY ISSUE WITH GRID CONNECTED WIND ENERGY SYSTRM
POWER QUALITY ISSUE WITH GRID CONNECTED WIND ENERGY SYSTRM
 

Ähnlich wie Automatic power factor correction

Energy Efficiency in Electrical Systems.pptx
Energy  Efficiency in Electrical Systems.pptxEnergy  Efficiency in Electrical Systems.pptx
Energy Efficiency in Electrical Systems.pptx
PoojaAnupGarg
 
power factor controlling using intregarted device controller
power factor controlling using intregarted device controllerpower factor controlling using intregarted device controller
power factor controlling using intregarted device controller
usic123
 
4 Way traffic controll new
4 Way traffic controll new4 Way traffic controll new
4 Way traffic controll new
Mainak Nandi
 
IJET-V2I6P10
IJET-V2I6P10IJET-V2I6P10

Ähnlich wie Automatic power factor correction (20)

Applications of Smart Grid through Harmonic Current & Reactive Power Compensa...
Applications of Smart Grid through Harmonic Current & Reactive Power Compensa...Applications of Smart Grid through Harmonic Current & Reactive Power Compensa...
Applications of Smart Grid through Harmonic Current & Reactive Power Compensa...
 
LOW CAPACITANCE CASCADED H BRIDGE MULTILEVEL BASED STATCOM
LOW CAPACITANCE CASCADED H BRIDGE MULTILEVEL BASED STATCOMLOW CAPACITANCE CASCADED H BRIDGE MULTILEVEL BASED STATCOM
LOW CAPACITANCE CASCADED H BRIDGE MULTILEVEL BASED STATCOM
 
Energy Efficiency in Electrical Systems.pptx
Energy  Efficiency in Electrical Systems.pptxEnergy  Efficiency in Electrical Systems.pptx
Energy Efficiency in Electrical Systems.pptx
 
pptsekar NEW).ppt
pptsekar  NEW).pptpptsekar  NEW).ppt
pptsekar NEW).ppt
 
Power quality 5
Power quality 5Power quality 5
Power quality 5
 
IRJET-Management of power factor and harmonic
IRJET-Management of power factor and harmonicIRJET-Management of power factor and harmonic
IRJET-Management of power factor and harmonic
 
IRJET - Review Paper on RSC-MLC Base Smart PV-DSTATCOM for Multi Objective Pu...
IRJET - Review Paper on RSC-MLC Base Smart PV-DSTATCOM for Multi Objective Pu...IRJET - Review Paper on RSC-MLC Base Smart PV-DSTATCOM for Multi Objective Pu...
IRJET - Review Paper on RSC-MLC Base Smart PV-DSTATCOM for Multi Objective Pu...
 
Adiabatic logic or clock powered logic
Adiabatic logic or clock powered logicAdiabatic logic or clock powered logic
Adiabatic logic or clock powered logic
 
Sme apfc panel catalogue
Sme apfc panel catalogueSme apfc panel catalogue
Sme apfc panel catalogue
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
Reactive power management in india
Reactive power  management in indiaReactive power  management in india
Reactive power management in india
 
power factor controlling using intregarted device controller
power factor controlling using intregarted device controllerpower factor controlling using intregarted device controller
power factor controlling using intregarted device controller
 
PC 3-fāžu UPS izvēles iespējas ražošanas uzņēmumu vajadzībām
PC 3-fāžu UPS izvēles iespējas ražošanas uzņēmumu vajadzībāmPC 3-fāžu UPS izvēles iespējas ražošanas uzņēmumu vajadzībām
PC 3-fāžu UPS izvēles iespējas ražošanas uzņēmumu vajadzībām
 
Automatic power factor correction and its advantage
Automatic power factor correction and its advantageAutomatic power factor correction and its advantage
Automatic power factor correction and its advantage
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
Epcos Capacitors Dealers In India-System controls switchgear
Epcos Capacitors Dealers In India-System controls switchgearEpcos Capacitors Dealers In India-System controls switchgear
Epcos Capacitors Dealers In India-System controls switchgear
 
4 Way traffic controll new
4 Way traffic controll new4 Way traffic controll new
4 Way traffic controll new
 
IJET-V2I6P10
IJET-V2I6P10IJET-V2I6P10
IJET-V2I6P10
 
IRJET- 127 Multilevel Inverter
IRJET- 127 Multilevel InverterIRJET- 127 Multilevel Inverter
IRJET- 127 Multilevel Inverter
 
RAJARAM PPT
RAJARAM PPTRAJARAM PPT
RAJARAM PPT
 

Kürzlich hochgeladen

Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
MsecMca
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 

Kürzlich hochgeladen (20)

Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 

Automatic power factor correction

  • 1. PROJECT PRESENTATION ON AUTOMATIC POWER FACTOR CORRECTION GUIDED BY:- LOPAMUDRA SAHU Presented By:- Pappu Kumar Dubey (1201214199) Vikas Kumar Manjhi (1201214203) Saurav Kumar (1201214205) Raushan Kumar (1201214218) Swayam Bikash Samal (1201214219) Ashish Ranjan Mahto (1201214457) DEPARTMENT OF ELECTRICAL ENGINEERING KIST BHUBANESWAR
  • 2. CONTENTS:  Introduction  Block diagram  Working principle  Power supply circuit  Power factor measurement circuit  Micro Controller  LCD  Relay  Capacitor Bank  Advantage  Disadvantage  Applications  Conclusion
  • 3. INTRODUCTION:  This project report represents one of the most effective automatic power factor improvements.  Static capacitors which will be controlled by a Microcontroller with very low cost.  Power factor is set as standard value into the microcontroller IC.  Resistors are used instead of potential transformer.  Microcontroller IC (AT89s52) reduce programming complexity that make it one of the most economical system than any other controlling system.
  • 4. Source 230V AC POWER FACTOR MEASURMENT CIRCUIT LCD Display Micro controller RelayCapacitor BankLOAD Power Supply 230V AC - 5V DC communication BLOCK DIAGRAM
  • 5. Working Principle:  Power supply is given to the circuit.  Power factor is set as standard value into the microcontroller IC.  In case of deviations , microcontroller activates relay.  Relay senses and connects the capacitor.  The capacitor is connected parallel across the load by relay without any hazard.  The APFC unit controls PF by activating/deactivating capacitors.
  • 6. Power Supply Circuit  Step-down Transformer  Diode Rectifier  Filtering Capacitor  Voltage Regulator
  • 7. POWER FACTOR MEARSURMENT CIRCUIT Potential Transformer Current Transformer Zero Crossing Detector
  • 9. MICRO COTROLLER:  A Microcontroller Contains:  The processor (The CPU),  Program memory,  Memory for input and output(RAM),  A clock and an I/O control unit.  Microcontroller it is an electronic clock driven reprogrammable device which can take some digital data , process the data and gives us to required output data.
  • 10. Features of the AT89s52 • High-performance, Low-power Atmel® AVR® 8-bit Microcontroller • Advanced RISC Architecture – 131 Powerful Instructions – Most Single-clock Cycle Execution – 32 x 8 General Purpose Working Registers – Fully Static Operation – Up to 16 MIPS Throughput at 16 MHz – On-chip 2-cycle Multiplier • High Endurance Non-volatile Memory segments – 16 Kbytes of In-System Self-programmable Flash program memory – 512 Bytes EEPROM – 1 Kbyte Internal SRAM – Write/Erase Cycles: 10,000 Flash/100,000 EEPROM – Data retention: 20 years at 85°C/100 years at 25°C(1) – Optional Boot Code Section with Independent Lock Bits In-System Programming by On-chip Boot Program True Read-While-Write Operation – Programming Lock for Software Security
  • 11. Program of Microcontroller #include<AT89x52.h> #include<lcd.h> Sbit Voltage=P1^0; Unsigned int powerfactor; Void factor(); Void main() { r1=1; Lcdlnit(); While(1) { Display(0*80”, power factor”,16); Display(65000); Delay(65000); Factor(); Deley(65000); If((powerfactor<=0.98) {r1=0;}}} Void factor() {Display(0*80”,Factor Val: “,16) While(Voltage); While(!Voltage); Powerfactor=((cosine(voltage))); hex(0*86,powerfactor);)
  • 12. LCD:  A liquid crystal display (LCD) is a flat panel display  It uses the light modulating properties of liquid crystals (LCs).  LCDs Applications:  Computer monitors,  Television,  Instrument panels,signage, etc.  LCDs have replaced cathode ray tube (CRT) displays in most applications.
  • 15. WORKING OF RELAY:  A relay is an electrically operated switch.  The coil current can be on or off so relays have two switch positions and they are double throw (changeover) switches.  Relays allow one circuit to switch a second circuit which can be completely separate from the first.  It is also known as a sensing device.
  • 16. Capacitor Bank A capacitor bank is a group of several capacitors of the same rating that are connected in series or parallel with each other to store electrical energy . The resulting bank is then used to counteract(resist) or correct a power factor lag or phase shift in an alternative current (AC) power supply. They can also be used in a direct current (DC) power supply to increase the ripple current capacity of the power supply or to increase the overall amount of stored energy. Capacitor banks are generally used in substations. Since most of the household and industrial appliances are either resistive(eg. incandescent light, heater, etc.) or inductive(e.g. refrigerator, air-conditioner, motor, etc). The capacitive load of the capacitor bank will help to adjust the power factor as close to 1 as possible, in which case the voltage and current are in phase and deliver maximum usable power to the load.
  • 17. Advantage • Reactive power decreases • Avoid poor voltage regulation • Overloading is avoided • Copper loss decreases • Transmission loss decreases • Improved voltage control • Efficiency of supply system and apparatus increases
  • 18. Disadvantage  They have short service life ranging from 8 to 10 years  They are easily damaged if the voltage exceeds the rated value  Once the capacitor is damaged, their repair is uneconomical.
  • 19. Applications:  Linear loads with low power factor (such as induction motors).  A high power factor is generally desirable in a transmission system to reduce transmission losses and improve voltage.  Alarm signals for:  failure to reach the target PF  overcurrent in the capacitor  Defects at capacitor stages
  • 20. CONCLUSION :  This paper shows an efficient technique to improve the power factor of a power system by an economical way. Static capacitors are invariably used for power factor improvement in factories or distribution line. But this paper presents a system that uses capacitors only when power factor is low otherwise they are cut off from line. Thus it not only improves the power factor but also increases the life time of static capacitors. The power factor of any distribution line can also be improved easily by low cost small rating capacitor. This system with static capacitor can improve the power factor of any distribution line from load side. As, if this static capacitor will apply in the high voltage transmission line then it’s rating will be unexpectedly large which will be uneconomical & inefficient. So a variable speed synchronous condenser can be used in any high voltage transmission line to improve power factor & the speed of synchronous condenser can be controlled by microcontroller or any controlled device.