SlideShare a Scribd company logo
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.

More Related Content

What's hot

Automatic Power Factor Correction Using Arduino Uno
Automatic Power Factor Correction Using Arduino UnoAutomatic Power Factor Correction Using Arduino Uno
Automatic Power Factor Correction Using Arduino Uno
VineetKumar508
 
WIDE AREA MONITORING SYSTEMS(WAMS)
WIDE AREA MONITORING SYSTEMS(WAMS)WIDE AREA MONITORING SYSTEMS(WAMS)
WIDE AREA MONITORING SYSTEMS(WAMS)
Vikram Purohit
 
Interconnection issue in microgrid
Interconnection issue in microgridInterconnection issue in microgrid
Interconnection issue in microgrid
Amarjeet S Pandey
 
Automatic power factor correction
Automatic power factor correctionAutomatic power factor correction
Automatic power factor correction
VIKAS KUMAR MANJHI
 
Active_Power_Filter
Active_Power_FilterActive_Power_Filter
Active_Power_Filter
emredurna
 
INTERLINE FLOW CONTROLLER
INTERLINE FLOW CONTROLLERINTERLINE FLOW CONTROLLER
INTERLINE FLOW CONTROLLER
Nitish NIT
 
Reactive power management and voltage control by using statcom
Reactive power management and voltage control by using statcomReactive power management and voltage control by using statcom
Reactive power management and voltage control by using statcom
Hussain Ali
 
Automatic Power Factor Corrector Using Arduino report
Automatic Power Factor Corrector Using Arduino reportAutomatic Power Factor Corrector Using Arduino report
Automatic Power Factor Corrector Using Arduino report
Self-employed
 
Power factor improvement
Power factor improvementPower factor improvement
Power factor improvement
Working as a Lecturer
 
Protection and control of Microgrid
Protection and control of MicrogridProtection and control of Microgrid
Protection and control of Microgrid
Amarjeet S Pandey
 
Unified Power Flow Controller(upfc)1
Unified Power Flow Controller(upfc)1Unified Power Flow Controller(upfc)1
Unified Power Flow Controller(upfc)1
JayakalyanReddy
 
Facts lectures-2014
Facts lectures-2014Facts lectures-2014
Facts lectures-2014
IIIT Bhubaneswar
 
UPQC ppt main
UPQC ppt mainUPQC ppt main
power quality improvement in distrution system using D statcom
power quality improvement in distrution system using D statcompower quality improvement in distrution system using D statcom
power quality improvement in distrution system using D statcom
7867867869
 
Per unit representation
Per unit representationPer unit representation
Per unit representation
Md. Rimon Mia
 
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
Theory to Practical
 
Application of Capacitors to Distribution System and Voltage Regulation
Application of Capacitors to Distribution System and Voltage RegulationApplication of Capacitors to Distribution System and Voltage Regulation
Application of Capacitors to Distribution System and Voltage Regulation
Ameen San
 
Symmetrical Fault Analysis
Symmetrical Fault AnalysisSymmetrical Fault Analysis
Symmetrical Fault Analysis
SANTOSH GADEKAR
 
Phasor Measurement Unit (PMU)
 Phasor Measurement Unit (PMU) Phasor Measurement Unit (PMU)
Phasor Measurement Unit (PMU)
Siksha 'O' Anusandhan (Deemed to be University )
 

What's hot (20)

Automatic Power Factor Correction Using Arduino Uno
Automatic Power Factor Correction Using Arduino UnoAutomatic Power Factor Correction Using Arduino Uno
Automatic Power Factor Correction Using Arduino Uno
 
WIDE AREA MONITORING SYSTEMS(WAMS)
WIDE AREA MONITORING SYSTEMS(WAMS)WIDE AREA MONITORING SYSTEMS(WAMS)
WIDE AREA MONITORING SYSTEMS(WAMS)
 
Interconnection issue in microgrid
Interconnection issue in microgridInterconnection issue in microgrid
Interconnection issue in microgrid
 
Automatic power factor correction
Automatic power factor correctionAutomatic power factor correction
Automatic power factor correction
 
Active_Power_Filter
Active_Power_FilterActive_Power_Filter
Active_Power_Filter
 
INTERLINE FLOW CONTROLLER
INTERLINE FLOW CONTROLLERINTERLINE FLOW CONTROLLER
INTERLINE FLOW CONTROLLER
 
Reactive power management and voltage control by using statcom
Reactive power management and voltage control by using statcomReactive power management and voltage control by using statcom
Reactive power management and voltage control by using statcom
 
Automatic Power Factor Corrector Using Arduino report
Automatic Power Factor Corrector Using Arduino reportAutomatic Power Factor Corrector Using Arduino report
Automatic Power Factor Corrector Using Arduino report
 
Power quality
Power qualityPower quality
Power quality
 
Power factor improvement
Power factor improvementPower factor improvement
Power factor improvement
 
Protection and control of Microgrid
Protection and control of MicrogridProtection and control of Microgrid
Protection and control of Microgrid
 
Unified Power Flow Controller(upfc)1
Unified Power Flow Controller(upfc)1Unified Power Flow Controller(upfc)1
Unified Power Flow Controller(upfc)1
 
Facts lectures-2014
Facts lectures-2014Facts lectures-2014
Facts lectures-2014
 
UPQC ppt main
UPQC ppt mainUPQC ppt main
UPQC ppt main
 
power quality improvement in distrution system using D statcom
power quality improvement in distrution system using D statcompower quality improvement in distrution system using D statcom
power quality improvement in distrution system using D statcom
 
Per unit representation
Per unit representationPer unit representation
Per unit representation
 
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
 
Application of Capacitors to Distribution System and Voltage Regulation
Application of Capacitors to Distribution System and Voltage RegulationApplication of Capacitors to Distribution System and Voltage Regulation
Application of Capacitors to Distribution System and Voltage Regulation
 
Symmetrical Fault Analysis
Symmetrical Fault AnalysisSymmetrical Fault Analysis
Symmetrical Fault Analysis
 
Phasor Measurement Unit (PMU)
 Phasor Measurement Unit (PMU) Phasor Measurement Unit (PMU)
Phasor Measurement Unit (PMU)
 

Similar to Automatic power factor correction

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...
IJMTST Journal
 
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
ASWATHYSANAND1
 
Energy Efficiency in Electrical Systems.pptx
Energy  Efficiency in Electrical Systems.pptxEnergy  Efficiency in Electrical Systems.pptx
Energy Efficiency in Electrical Systems.pptx
PoojaAnupGarg
 
pptsekar NEW).ppt
pptsekar  NEW).pptpptsekar  NEW).ppt
pptsekar NEW).ppt
sasitharjaisankaran1
 
Power quality 5
Power quality 5Power quality 5
Power quality 5
Md Irshad Ahmad
 
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 Journal
 
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...
IRJET Journal
 
Adiabatic logic or clock powered logic
Adiabatic logic or clock powered logicAdiabatic logic or clock powered logic
Adiabatic logic or clock powered logic
Tuhinansu Pradhan
 
Sme apfc panel catalogue
Sme apfc panel catalogueSme apfc panel catalogue
Sme apfc panel catalogue
SreeMeenakshi Electricals
 
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
researchinventy
 
Apfc project 2016 17
Apfc project 2016 17Apfc project 2016 17
Apfc project 2016 17
Tejas Gramopadhye
 
Reactive power management in india
Reactive power  management in indiaReactive power  management in india
Reactive power management in india
Chinmaya Kumar Sahani
 
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 controllerusic123
 
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
Elektrumlv
 
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
KASHYAPMOKARIYA1
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
IJERD Editor
 
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
systemcontrols
 
4 Way traffic controll new
4 Way traffic controll new4 Way traffic controll new
4 Way traffic controll newMainak Nandi
 
power factor correction soham+niraj
power factor correction soham+nirajpower factor correction soham+niraj
power factor correction soham+niraj
soham patel
 
IJET-V2I6P10
IJET-V2I6P10IJET-V2I6P10

Similar to 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
 
Apfc project 2016 17
Apfc project 2016 17Apfc project 2016 17
Apfc project 2016 17
 
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
 
power factor correction soham+niraj
power factor correction soham+nirajpower factor correction soham+niraj
power factor correction soham+niraj
 
IJET-V2I6P10
IJET-V2I6P10IJET-V2I6P10
IJET-V2I6P10
 

Recently uploaded

Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
Basic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparelBasic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparel
top1002
 
Technical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prismsTechnical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prisms
heavyhaig
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
Water billing management system project report.pdf
Water billing management system project report.pdfWater billing management system project report.pdf
Water billing management system project report.pdf
Kamal Acharya
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
WENKENLI1
 
Unbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptxUnbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptx
ChristineTorrepenida1
 
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
ssuser7dcef0
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
Fundamentals of Induction Motor Drives.pptx
Fundamentals of Induction Motor Drives.pptxFundamentals of Induction Motor Drives.pptx
Fundamentals of Induction Motor Drives.pptx
manasideore6
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERSCW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
veerababupersonal22
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
aqil azizi
 

Recently uploaded (20)

Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
Basic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparelBasic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparel
 
Technical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prismsTechnical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prisms
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
Water billing management system project report.pdf
Water billing management system project report.pdfWater billing management system project report.pdf
Water billing management system project report.pdf
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
 
Unbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptxUnbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptx
 
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
Fundamentals of Induction Motor Drives.pptx
Fundamentals of Induction Motor Drives.pptxFundamentals of Induction Motor Drives.pptx
Fundamentals of Induction Motor Drives.pptx
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERSCW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
 

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.