SlideShare a Scribd company logo
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 
_______________________________________________________________________________________ 
Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 217 
LV SIDE DISTRIBUTED POWER FACTOR CORRECTION SYSTEM Santosh K. Verma1, Akash Sunil Gaikwad2 1M.Tech, Electrical Engineering, NIT Agartala, Tripura, India 2B.Tech, Electronics & Communication Engineering, NIT Agartala, Tripura, India Abstract Power factor is a very important parameter of power system. In an electric power system, a load with a low power factor draws more current than a load with a high power factor for the same amount of useful power transferred. The higher currents increase the energy lost in the distribution system, and require larger wires and other equipment leading to increase in the cost of the system [1]. So it is very necessary to have a good power factor. Here we have proposed a Low Voltage (LV) side distributed model to correct the power factor of the power system. It can reduce the losses in the transmission, system size, cost of the system and complexity in the instalment. We have also designed a low cost, reliable, efficient system using ATmega16 (8-bit CPU) from Atmel Corporation which can be used in the proposed system for automatic correction of the power factor. Keywords: Power Factor, Automatic Power factor Correction System, AVR, ATmega16, Capacitor Bank, Power System etc… 
--------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION In electrical engineering, the power factor of an AC electrical power system is defined as the ratio of the real power flowing to the load, to the apparent power in the circuit [2], and is a dimensionless number between -1 and 1[3]. If we denote real power with P and apparent power with S then: Power Factor = P/S (1) If we denote power factor by Cos (ⱷ), where ⱷ is the angle between the real power and apparent power or phase difference between current and voltage; then real power flowing in the system will be: P=VI Cos (ⱷ) (2) At ⱷ=0°, Cos (ⱷ) =1, putting these values in equation (2): P=VI*1 PMAX=VI (3) So for the maximum value of real power to be transferred power factor should be equal to one in other words the current and voltage should be in the same phase. In the power system power factor is generally kept between 0.9 and 0.95[4]. 2. PROPOSED MODEL 
We are using power correction devices generally at substations marked with “A” in the figure below. A part of power is wasted in the transmission lines before it reaches to the user. There are several more problems occur in case of system we use now days i.e. instalment cost, maintenance, re instalment on system failure. So here we have proposed a distributed system of power factor correction system at LV side which will inject the reactive power at the user level instead of substations to do so we can install a small device for every user which will fulfil the need of reactive power for that particular user. This proposed model has several advantages over what we are using now days as explained below. A block diagram of proposed model is shown below: 
Fig-1: Block Diagram Advantages of Proposed Model: 
1. In case of our proposed model the system is distributed over user level so in case, if any unit fails we will still have the other unit to compensate the effect. 
2. In case of system failure re instalment of device will not be expensive. 
3. It will reduce the complexity in instalment.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 
_______________________________________________________________________________________ 
Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 218 
4. Voltage at distribution side is quite low (220/440 V) and designing and manufacturing of capacitor used in capacitor bank for power factor correction is easy and economical as compared to high voltage capacitors. This will reduce the cost of the system. 
5. If we inject the reactive power at user level then we can save a part of electrical energy which being wasted in the transmission. This will improve the efficiency of the system. 
6. We can improve the system response by using our proposed model as we know that a small unit can response faster than a big one. 
7. We can design system with higher precision and repeatability. 
These are few advantage of using our proposed model but still there are many more to discover 3. SYSTEM DESIGN OF AUTOMATED POWER FACTOR CORRECTION SYSTEM For the system design of automated power factor correction system we have used ATmega16 (8 bit CPU) from Atmel Corporation as processing and calculating device. It comes in 40 pin DIP package having 32 I/O pins, one 16 bit timer/counter named as timer1, one 10 bit ADC using successive approximation technique for Analog to digital conversion, capable of taking 16 K samples per second and Interrupt pins capable of triggering software interrupts on external events i.e. rising edge, falling edge or on logic change [5]. For the measurement of load current we have used ACS712ELCTR-20A-T Current sensor module capable of measuring A.C. current up to 20 A. Its output is calibrated to give 100mV per Ampere of input current [6]. Block diagram of the whole system is shown below: 
Fig-2: System Design 
As for the power factor control we need both phase angle and the load current. So we can explain the whole system design in following steps: 
3.1. Measurement of Phase Angle: 
Here our task is to measure the Phase angle between the voltage and current. There are many techniques to measure the phase difference but voltage and current but as using microcontroller we can measure the time period very easily and accurately so here we are using the time measurement technique to measure the phase angle. We are measuring the time delay between the voltage and current and then we are converting it back in the angle. To measure the time delay between the voltage and current first of all we have passed the voltage waveform to the zero crossing detector circuit (ZCD) through a step down transformer to convert it in digital format. Again we have passed the output of the current sensor module to the zero crossing detector circuit (ZCD) to get the current waveform in the digital format (reference voltage in case of current waveform to ZCD is 2.5 V instead of 0 V because output of current sensor is adjusted about 2.5 V not 0 V. Here current sensor module output varies with the input current passing through it so it works as I-V converter. We are also using it for the measurement of load current) both current and voltage waveform from both zero crossing detector circuit (ZCD) circuit is passed to an X-OR gate. We are getting high level voltage at its output only during the time which is equal to the lag or lead time. It can be understand easily from the figure below: 
Fig-3: Output Wave forms
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 
_______________________________________________________________________________________ 
Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 219 
As we can see in the figure above that if we can somehow able to measure the time period between the rising and falling edge of X-OR gate then we can easily find the Phase angle. The output of X-OR gate is connected to the INT0 pin of ATmega16 which is capable of generate software interrupt on rising and falling edge of input signal. We have used timer1 running at 2 MHz to measure the time duration between two events on INT0 pin. Once a rising edge occurs at INT0 pin of ATmega16 it requests an interrupt and while executing interrupt handler we have programmed it to reset the timer/counter value to zero. Now as soon as the falling edge occurs at INT0 pin it requests an interrupt again and while executing the interrupt handler we programmed it to capture the timer value for the manipulation of phase angle. This can be understood from the figure below: 
Fig-4: Capturing Time Period of output of X-OR Gate As we know that timer is running at 2 MHz so time taken by it to increment its value by one will be its time period if we denote it by T then: T=1/ (2*106) (4) Where T is in seconds, If the captured value is n and if we denote captured time by t then captured value t will be t = 1000nT (5) Where t is in ms (1 s = 1000 ms). Now we need to convert this time into the phase angle. We know that for 50 Hz A.C. supply 20 ms is equal to 360°: 20 ms = 360° So, 1 ms = 360°/20=18° And t ms = 18t° (6) From equation (6) we can calculate the phase angle between the voltage and current in degrees. 
Here to find that this phase angle is leading or lagging we have given a feedback to the microcontroller from the voltage waveform. From the output waveform we can easily understand that if voltage will be leading with current then falling edge of X-OR gate and voltage will occur at same time. If voltage will be lagging with current then rising edge of X-OR will occur at the falling edge of voltage waveform. In this way we can find that the phase angle is for leading or lagging. 3.2. Measurement of Load Current: To measure the load current using current sensor module we have used ADC of ATmega16. We know that PEAK value and RMS value of current are interchangeable using the equation below: IRMS = IPEAK /√2 (7) We are measuring the PEAK value of the input current as it is easy to measure form the ATmega16. To measure the PEAK value of current from ATmega16 we have used 5V as VREF So step size will be, Step Size = VREF / 1024 = 5/1024 (8) If the digital output from ADC is X. Then, VOUT = X*Step Size VOUT = (X*5)/1024 (9) Where VOUT is measured in volts. The output of current sensor module is adjusted around 2.5 V instead of 0 V so we need to subtract 2.5 from the VOUT to get the PEAK voltage so, VPEAK = VOUT - 2.5 (10) Where VPEAK is in Volts The current sensor output is calibrated to give output of 100mV/Amp so, IPEAK = (VPEAK * 1000)/100 IPEAK = (VPEAK * 10) (11) Where IPEAK is measured in Amp. So by using equation (11) we can find the PEAK value of current flowing into the system or load current. Now, IRMS = IPEAK / √2 (12) By using equation (12) we can find the RMS value of the current in Amperes.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 
_______________________________________________________________________________________ 
Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 220 
4. WORKING OF DEVICE Once we have calculated the power factor and load current our task is to inject the reactive power into the system depending upon the need so that power factor can be improve. We have used capacitor bank to inject the reactive power into the system as they are easy to design and low cost. Before we connect capacitor bank to the power system we must need to know that how much capacitance we should connect. For that we have done a little bit of calculation. For calculation we need to know the phasor diagram of the various currents in the power system. A typical phasor diagram of various currents in the power system is shown below: 
Fig-5: phasor Diagram of Current and Voltage In last section we have shown that how we have measured the IRMS value of load current. If we denote IRMS by I as: I = IRMS Then from the phasor diagram: IL= I * sin (ⱷ) (13) From the equation (13) we can calculate the reactive current IL. Here we can see that IR is responsible for the reactive power and IC is the counter part of it and for perfect balance. IC = IR (14) Now we know that, 
Q = CV 
dQ/dt = C (dV/dt) IC = C (dV/dt) (15) Now as we know that A.C. voltage changes 0-311 V in 5 ms (considering 220 VRMS supply) then, dV/dt =(311* 1000)/5 = 62200 V/Sec (16) Putting this value in equation (15): IC = C * 62200 Or C = IC / 62200 (17) Where C is in Farad. From equation (14) for perfect balance: IC = IL So putting this value in equation (17) C = IL / 62200 (18) 
From above equation we can calculate the value of capacitance needed for the perfect counter back. Once microcontroller is calculated the phase difference, load current and finally the value of capacitance required to encounter the reactive power we need to connect that amount of capacitance to power system. We have designed a capacitor bank using 10 capacitors (10μF each). We have connected those using relays in such a way that any one of them can be connected in series or in parallel. In this way they can offer a maximum of 100μF capacitance while connected all in parallel and minimum of 1μF while all connected in series. By choosing the various combinations of relays we can get value from 1μF to 100μF which needs to be connected with the power system. Using this system we can encounter a minimum IL of 0.0622 A (when C=1μF) and maximum of 6.22 A (when C=100μF). We can calculate these values very easily by just putting the values of capacitance in the equation (18). For more power applications more capacitor can be connected in sequence. Below is the circuit diagram of the capacitor bank we have designed. 
Fig-6: Design of Capacitor Bank
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 
_______________________________________________________________________________________ 
Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 221 
We have not shown here the energy coil of the relays for the simplicity. They should be considered connected properly. As we can see here that initially all capacitors are connected in parallel offering a total capacitance of 100μF. Algorithm to find the number of capacitors required to connect in series or parallel for a particular value of capacitance: once we have capacitance value then we need to know that in above design of capacitor bank out of 10 how many capacitors we required to connect in series and how many are required to connect in parallel. 
In the value of capacitance value the number at tenth place is directly equal to capacitor required to connect in parallel i.e. for C = 25, Two will be the required no. of capacitors to connect in parallel. So, Parallel capacitors = no. at tenth place (19) And by taking the inverse of No. at unit place multiplied by 0.1will give us the capacitors required to connect in series i.e. for C=25, it will be 1/(5*0.1) = 2. So, Series capacitor= 1/ (0.1 * no. at unit place) (20) Here in case of float value chose nearest integer greater than float value. By using equation (19) and equation (20) we can find the no. of capacitance required to connect in series and parallel from the value of capacitance. 5. CONCLUSIONS In this paper, we have proposed a distributed model of power factor correction system and their advantages over what is being used now days. We have also suggested a process of manufacturing of a very low cost, reliable and easy to install automated power factor correction system using ATmega16, 8 bit microcontroller from Atmel Corporation. REFERENCES 
[1] C.A Heger, P. K. Sen, A Morroni, “Power factor correction — A fresh look into today's electrical systems,” Cement Industry Technical Conference, 2012 IEEE-IAS/PCA 53rd, pp.1-13,May.2012. 
[2] Prasad Phad, Pranav Ukkadgaonkar, Sagar Jundare, Abhijeet Borse, “Minimizing the Penalty in Industrial Sector by Engaging the Automatic Power Factor Correction Panel using Microcontroller,” Multidisciplinary Journal of Research in Engineering and Technology, Volume 1, Issue 1 (April 2014) Pg.73-79. 
[3] Source Wikipedia.Availiable: http://en.wikipedia.org/wiki/Power_factor 
[4] Source Wikipedia.Availiable: http://en.wikipedia.org/wiki/Power_factor 
[5] “ATmega16(L) Datasheet,”. [Online]. Available: http://www.atmel.com/Images/doc2466.pdf 
[6] “ACS712 Datasheet,”. [Online]. Available: http://www.mpja.com/download/ACS712.pdf 
BIOGRAPHIES 
Santosh K. Verma, currently in First year Pursuing (M.Tech) Master of Technology (Electrical Engineering) from “National Institute of Technology, Agartala 
Email- santoshverma2692@gmail.com Phone No- +91 98 62 39 88 92 
Akash Sunil Gaikwad, currently in final year Pursuing (B.Tech) Bachelor of Technology (Electronics & Communication Engineering) from “National Institute of Technology, Agartala. 
Email- akashragi@gmail.com Phone No- +91 98 62 10 24 86

More Related Content

What's hot (19)

PDF
Design and Development of Digital control based Asymmetric Multilevel Inverte...
idescitation
 
PDF
Design & characterization of high speed power efficient cmos comparator
IAEME Publication
 
PDF
Analysis of Direct Torque Control of Industrial Drives using Zone-Shifting SVM
IJPEDS-IAES
 
PDF
IRJET- Improve Power Quality in Power Grid using STATCOM with Hysteresis ...
IRJET Journal
 
PDF
Closed Loop Simulation and Implementation of Digital Integral Control of Sy...
IRJET Journal
 
PDF
Ijaret 06 08_006
IAEME Publication
 
PDF
Npc informe final
Orlando Diaz
 
PPT
Electronic Calibrator
shuchi_89
 
PPTX
Position sensors
usic123
 
PPT
Tachometer using AT89S52 microcontroller with motor control
Sushil Mishra
 
PDF
Automated water head controller for domestic application
eSAT Journals
 
PDF
Automated water head controller for domestic application
eSAT Publishing House
 
PDF
Report pid controller dc motor
chea kimsairng
 
PDF
Simulation of Direct Torque Control of Induction motor using Space Vector Mo...
IJMER
 
PDF
D032030035038
theijes
 
PDF
IRJET- Power Stolen Prevention by using PIC16882 Microcontroller
IRJET Journal
 
PDF
Implementation and control of integral cycle controller for resistance spot w...
eSAT Journals
 
PDF
ONO SOKKI Elevator Speedometer EC-2100
NIHON DENKEI SINGAPORE
 
PDF
Ijertv2 is2554
Sheela Arokia Mary
 
Design and Development of Digital control based Asymmetric Multilevel Inverte...
idescitation
 
Design & characterization of high speed power efficient cmos comparator
IAEME Publication
 
Analysis of Direct Torque Control of Industrial Drives using Zone-Shifting SVM
IJPEDS-IAES
 
IRJET- Improve Power Quality in Power Grid using STATCOM with Hysteresis ...
IRJET Journal
 
Closed Loop Simulation and Implementation of Digital Integral Control of Sy...
IRJET Journal
 
Ijaret 06 08_006
IAEME Publication
 
Npc informe final
Orlando Diaz
 
Electronic Calibrator
shuchi_89
 
Position sensors
usic123
 
Tachometer using AT89S52 microcontroller with motor control
Sushil Mishra
 
Automated water head controller for domestic application
eSAT Journals
 
Automated water head controller for domestic application
eSAT Publishing House
 
Report pid controller dc motor
chea kimsairng
 
Simulation of Direct Torque Control of Induction motor using Space Vector Mo...
IJMER
 
D032030035038
theijes
 
IRJET- Power Stolen Prevention by using PIC16882 Microcontroller
IRJET Journal
 
Implementation and control of integral cycle controller for resistance spot w...
eSAT Journals
 
ONO SOKKI Elevator Speedometer EC-2100
NIHON DENKEI SINGAPORE
 
Ijertv2 is2554
Sheela Arokia Mary
 

Viewers also liked (20)

PDF
Framework for web personalization using web mining
eSAT Publishing House
 
PDF
Multi step automated refactoring for code smell
eSAT Publishing House
 
PDF
Total interpretive structural modelling on enablers of cloud computing
eSAT Publishing House
 
PDF
Dynamic selection of cluster head in in networks for energy management
eSAT Publishing House
 
PDF
Treatment of kitchen waste by microbial culture
eSAT Publishing House
 
PDF
Design of a low cost temperature controller for high temperature furnaces use...
eSAT Publishing House
 
PDF
Improving the efficiency of weigher using plc controller
eSAT Publishing House
 
PDF
An analysis of desktop control and information retrieval from the internet us...
eSAT Publishing House
 
PDF
Effects on p h behaviour of expansive and non expansive soils contaminated wi...
eSAT Publishing House
 
PDF
Hydrologic modeling of detention pond
eSAT Publishing House
 
PDF
Life cycle assessment and simulation enablers of sustainable product design
eSAT Publishing House
 
PDF
Subject distribution using data mining
eSAT Publishing House
 
PDF
Designing and implementation of remotely operated cooking module
eSAT Publishing House
 
PDF
Comparison of decision and random tree algorithms on
eSAT Publishing House
 
PDF
Effect of inclined hump on the turbulence intensities
eSAT Publishing House
 
PDF
Learning analytics to quantize and improve the skills development and attainm...
eSAT Publishing House
 
PDF
Performance evaluation of lhr engine using palm
eSAT Publishing House
 
PDF
A novel single phase cascaded h-bridge inverter with new cell configuration a...
eSAT Publishing House
 
PDF
Probabilstic seismic risk evaluation of rc buildings (2)
eSAT Publishing House
 
PDF
Best lookup algorithm for 100+gbps ipv6 packet
eSAT Publishing House
 
Framework for web personalization using web mining
eSAT Publishing House
 
Multi step automated refactoring for code smell
eSAT Publishing House
 
Total interpretive structural modelling on enablers of cloud computing
eSAT Publishing House
 
Dynamic selection of cluster head in in networks for energy management
eSAT Publishing House
 
Treatment of kitchen waste by microbial culture
eSAT Publishing House
 
Design of a low cost temperature controller for high temperature furnaces use...
eSAT Publishing House
 
Improving the efficiency of weigher using plc controller
eSAT Publishing House
 
An analysis of desktop control and information retrieval from the internet us...
eSAT Publishing House
 
Effects on p h behaviour of expansive and non expansive soils contaminated wi...
eSAT Publishing House
 
Hydrologic modeling of detention pond
eSAT Publishing House
 
Life cycle assessment and simulation enablers of sustainable product design
eSAT Publishing House
 
Subject distribution using data mining
eSAT Publishing House
 
Designing and implementation of remotely operated cooking module
eSAT Publishing House
 
Comparison of decision and random tree algorithms on
eSAT Publishing House
 
Effect of inclined hump on the turbulence intensities
eSAT Publishing House
 
Learning analytics to quantize and improve the skills development and attainm...
eSAT Publishing House
 
Performance evaluation of lhr engine using palm
eSAT Publishing House
 
A novel single phase cascaded h-bridge inverter with new cell configuration a...
eSAT Publishing House
 
Probabilstic seismic risk evaluation of rc buildings (2)
eSAT Publishing House
 
Best lookup algorithm for 100+gbps ipv6 packet
eSAT Publishing House
 
Ad

Similar to Lv side distributed power factor correction system (20)

PDF
A Review on Methodologies of Automatic Power Factor Improvement Using Arduino
IRJET Journal
 
PDF
IEMCON-2015
Reetam Sen Biswas
 
PDF
Three Phase Digitally Controlled Power Factor Improvement System
IOSR Journals
 
PDF
IRJET- GSM based Voltage Monitoring & Power Factor Correction
IRJET Journal
 
PDF
Automatic Power Factor Corrector Using Arduino report
Self-employed
 
PDF
IRJET- Automated Energy Monitering System and Power Factor Improvement
IRJET Journal
 
PDF
Review on Automatic Power Factor Improvement of Induction Motor
IRJET Journal
 
PPTX
FYP presentation-1.pptxgsushwwhwhwhwhwhwhwhwhwhe
BilalAhmed65290
 
PDF
Automatic Power Factor Detection And Correction using Arduino
Souvik Dutta
 
PDF
Design of Single Phase Automatic Power Factor Controller using Microcontroller
IRJET Journal
 
PDF
Automatic power factor_detection_and_cor
hadafree
 
PDF
Power Factor Measurement and Correction using Digital Controller Implemented ...
IJMEJournal1
 
PDF
Interleaving Technique in Multiphase Buck & Boost Converter
IDES Editor
 
PDF
IRJET- Automatic Power Factor Correction
IRJET Journal
 
PPTX
Power factor correction
slmnsvn
 
PDF
Analysis and simulation of automotive
dhandeesh
 
PDF
A Novel Compensating Technique for Power Factor Improvement in Power Electron...
IDES Editor
 
PDF
K044025559
IJERA Editor
 
DOC
Real time parameter estimation for power quality control and intelligent prot...
EG TECHNOLOGIES
 
PDF
I011138286
IOSR Journals
 
A Review on Methodologies of Automatic Power Factor Improvement Using Arduino
IRJET Journal
 
IEMCON-2015
Reetam Sen Biswas
 
Three Phase Digitally Controlled Power Factor Improvement System
IOSR Journals
 
IRJET- GSM based Voltage Monitoring & Power Factor Correction
IRJET Journal
 
Automatic Power Factor Corrector Using Arduino report
Self-employed
 
IRJET- Automated Energy Monitering System and Power Factor Improvement
IRJET Journal
 
Review on Automatic Power Factor Improvement of Induction Motor
IRJET Journal
 
FYP presentation-1.pptxgsushwwhwhwhwhwhwhwhwhwhe
BilalAhmed65290
 
Automatic Power Factor Detection And Correction using Arduino
Souvik Dutta
 
Design of Single Phase Automatic Power Factor Controller using Microcontroller
IRJET Journal
 
Automatic power factor_detection_and_cor
hadafree
 
Power Factor Measurement and Correction using Digital Controller Implemented ...
IJMEJournal1
 
Interleaving Technique in Multiphase Buck & Boost Converter
IDES Editor
 
IRJET- Automatic Power Factor Correction
IRJET Journal
 
Power factor correction
slmnsvn
 
Analysis and simulation of automotive
dhandeesh
 
A Novel Compensating Technique for Power Factor Improvement in Power Electron...
IDES Editor
 
K044025559
IJERA Editor
 
Real time parameter estimation for power quality control and intelligent prot...
EG TECHNOLOGIES
 
I011138286
IOSR Journals
 
Ad

More from eSAT Publishing House (20)

PDF
Likely impacts of hudhud on the environment of visakhapatnam
eSAT Publishing House
 
PDF
Impact of flood disaster in a drought prone area – case study of alampur vill...
eSAT Publishing House
 
PDF
Hudhud cyclone – a severe disaster in visakhapatnam
eSAT Publishing House
 
PDF
Groundwater investigation using geophysical methods a case study of pydibhim...
eSAT Publishing House
 
PDF
Flood related disasters concerned to urban flooding in bangalore, india
eSAT Publishing House
 
PDF
Enhancing post disaster recovery by optimal infrastructure capacity building
eSAT Publishing House
 
PDF
Effect of lintel and lintel band on the global performance of reinforced conc...
eSAT Publishing House
 
PDF
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
eSAT Publishing House
 
PDF
Wind damage to buildings, infrastrucuture and landscape elements along the be...
eSAT Publishing House
 
PDF
Shear strength of rc deep beam panels – a review
eSAT Publishing House
 
PDF
Role of voluntary teams of professional engineers in dissater management – ex...
eSAT Publishing House
 
PDF
Risk analysis and environmental hazard management
eSAT Publishing House
 
PDF
Review study on performance of seismically tested repaired shear walls
eSAT Publishing House
 
PDF
Monitoring and assessment of air quality with reference to dust particles (pm...
eSAT Publishing House
 
PDF
Low cost wireless sensor networks and smartphone applications for disaster ma...
eSAT Publishing House
 
PDF
Coastal zones – seismic vulnerability an analysis from east coast of india
eSAT Publishing House
 
PDF
Can fracture mechanics predict damage due disaster of structures
eSAT Publishing House
 
PDF
Assessment of seismic susceptibility of rc buildings
eSAT Publishing House
 
PDF
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
eSAT Publishing House
 
PDF
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
eSAT Publishing House
 
Likely impacts of hudhud on the environment of visakhapatnam
eSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
eSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
eSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
eSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
eSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
eSAT Publishing House
 
Risk analysis and environmental hazard management
eSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
eSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
eSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
eSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
eSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
eSAT Publishing House
 

Recently uploaded (20)

PPSX
OOPS Concepts in Python and Exception Handling
Dr. A. B. Shinde
 
PDF
Designing for Tomorrow – Architecture’s Role in the Sustainability Movement
BIM Services
 
PDF
LLC CM NCP1399 SIMPLIS MODEL MANUAL.PDF
ssuser1be9ce
 
PDF
FSE-Journal-First-Automated code editing with search-generate-modify.pdf
cl144
 
PPTX
Comparison of Flexible and Rigid Pavements in Bangladesh
Arifur Rahman
 
PDF
Bayesian Learning - Naive Bayes Algorithm
Sharmila Chidaravalli
 
PDF
Module - 5 Machine Learning-22ISE62.pdf
Dr. Shivashankar
 
DOCX
Engineering Geology Field Report to Malekhu .docx
justprashant567
 
PDF
Artificial Neural Network-Types,Perceptron,Problems
Sharmila Chidaravalli
 
PPT
SF 9_Unit 1.ppt software engineering ppt
AmarrKannthh
 
PDF
lesson4-occupationalsafetyandhealthohsstandards-240812020130-1a7246d0.pdf
arvingallosa3
 
PDF
June 2025 Top 10 Sites -Electrical and Electronics Engineering: An Internatio...
elelijjournal653
 
PDF
How to Buy Verified CashApp Accounts IN 2025
Buy Verified CashApp Accounts
 
PDF
تقرير عن التحليل الديناميكي لتدفق الهواء حول جناح.pdf
محمد قصص فتوتة
 
PDF
bs-en-12390-3 testing hardened concrete.pdf
ADVANCEDCONSTRUCTION
 
PDF
Decision support system in machine learning models for a face recognition-bas...
TELKOMNIKA JOURNAL
 
PPTX
FSE_LLM4SE1_A Tool for In-depth Analysis of Code Execution Reasoning of Large...
cl144
 
PPTX
Work at Height training for workers .pptx
cecos12
 
PPTX
Precooling and Refrigerated storage.pptx
ThongamSunita
 
PPTX
Unit_I Functional Units, Instruction Sets.pptx
logaprakash9
 
OOPS Concepts in Python and Exception Handling
Dr. A. B. Shinde
 
Designing for Tomorrow – Architecture’s Role in the Sustainability Movement
BIM Services
 
LLC CM NCP1399 SIMPLIS MODEL MANUAL.PDF
ssuser1be9ce
 
FSE-Journal-First-Automated code editing with search-generate-modify.pdf
cl144
 
Comparison of Flexible and Rigid Pavements in Bangladesh
Arifur Rahman
 
Bayesian Learning - Naive Bayes Algorithm
Sharmila Chidaravalli
 
Module - 5 Machine Learning-22ISE62.pdf
Dr. Shivashankar
 
Engineering Geology Field Report to Malekhu .docx
justprashant567
 
Artificial Neural Network-Types,Perceptron,Problems
Sharmila Chidaravalli
 
SF 9_Unit 1.ppt software engineering ppt
AmarrKannthh
 
lesson4-occupationalsafetyandhealthohsstandards-240812020130-1a7246d0.pdf
arvingallosa3
 
June 2025 Top 10 Sites -Electrical and Electronics Engineering: An Internatio...
elelijjournal653
 
How to Buy Verified CashApp Accounts IN 2025
Buy Verified CashApp Accounts
 
تقرير عن التحليل الديناميكي لتدفق الهواء حول جناح.pdf
محمد قصص فتوتة
 
bs-en-12390-3 testing hardened concrete.pdf
ADVANCEDCONSTRUCTION
 
Decision support system in machine learning models for a face recognition-bas...
TELKOMNIKA JOURNAL
 
FSE_LLM4SE1_A Tool for In-depth Analysis of Code Execution Reasoning of Large...
cl144
 
Work at Height training for workers .pptx
cecos12
 
Precooling and Refrigerated storage.pptx
ThongamSunita
 
Unit_I Functional Units, Instruction Sets.pptx
logaprakash9
 

Lv side distributed power factor correction system

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 217 LV SIDE DISTRIBUTED POWER FACTOR CORRECTION SYSTEM Santosh K. Verma1, Akash Sunil Gaikwad2 1M.Tech, Electrical Engineering, NIT Agartala, Tripura, India 2B.Tech, Electronics & Communication Engineering, NIT Agartala, Tripura, India Abstract Power factor is a very important parameter of power system. In an electric power system, a load with a low power factor draws more current than a load with a high power factor for the same amount of useful power transferred. The higher currents increase the energy lost in the distribution system, and require larger wires and other equipment leading to increase in the cost of the system [1]. So it is very necessary to have a good power factor. Here we have proposed a Low Voltage (LV) side distributed model to correct the power factor of the power system. It can reduce the losses in the transmission, system size, cost of the system and complexity in the instalment. We have also designed a low cost, reliable, efficient system using ATmega16 (8-bit CPU) from Atmel Corporation which can be used in the proposed system for automatic correction of the power factor. Keywords: Power Factor, Automatic Power factor Correction System, AVR, ATmega16, Capacitor Bank, Power System etc… --------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION In electrical engineering, the power factor of an AC electrical power system is defined as the ratio of the real power flowing to the load, to the apparent power in the circuit [2], and is a dimensionless number between -1 and 1[3]. If we denote real power with P and apparent power with S then: Power Factor = P/S (1) If we denote power factor by Cos (ⱷ), where ⱷ is the angle between the real power and apparent power or phase difference between current and voltage; then real power flowing in the system will be: P=VI Cos (ⱷ) (2) At ⱷ=0°, Cos (ⱷ) =1, putting these values in equation (2): P=VI*1 PMAX=VI (3) So for the maximum value of real power to be transferred power factor should be equal to one in other words the current and voltage should be in the same phase. In the power system power factor is generally kept between 0.9 and 0.95[4]. 2. PROPOSED MODEL We are using power correction devices generally at substations marked with “A” in the figure below. A part of power is wasted in the transmission lines before it reaches to the user. There are several more problems occur in case of system we use now days i.e. instalment cost, maintenance, re instalment on system failure. So here we have proposed a distributed system of power factor correction system at LV side which will inject the reactive power at the user level instead of substations to do so we can install a small device for every user which will fulfil the need of reactive power for that particular user. This proposed model has several advantages over what we are using now days as explained below. A block diagram of proposed model is shown below: Fig-1: Block Diagram Advantages of Proposed Model: 1. In case of our proposed model the system is distributed over user level so in case, if any unit fails we will still have the other unit to compensate the effect. 2. In case of system failure re instalment of device will not be expensive. 3. It will reduce the complexity in instalment.
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 218 4. Voltage at distribution side is quite low (220/440 V) and designing and manufacturing of capacitor used in capacitor bank for power factor correction is easy and economical as compared to high voltage capacitors. This will reduce the cost of the system. 5. If we inject the reactive power at user level then we can save a part of electrical energy which being wasted in the transmission. This will improve the efficiency of the system. 6. We can improve the system response by using our proposed model as we know that a small unit can response faster than a big one. 7. We can design system with higher precision and repeatability. These are few advantage of using our proposed model but still there are many more to discover 3. SYSTEM DESIGN OF AUTOMATED POWER FACTOR CORRECTION SYSTEM For the system design of automated power factor correction system we have used ATmega16 (8 bit CPU) from Atmel Corporation as processing and calculating device. It comes in 40 pin DIP package having 32 I/O pins, one 16 bit timer/counter named as timer1, one 10 bit ADC using successive approximation technique for Analog to digital conversion, capable of taking 16 K samples per second and Interrupt pins capable of triggering software interrupts on external events i.e. rising edge, falling edge or on logic change [5]. For the measurement of load current we have used ACS712ELCTR-20A-T Current sensor module capable of measuring A.C. current up to 20 A. Its output is calibrated to give 100mV per Ampere of input current [6]. Block diagram of the whole system is shown below: Fig-2: System Design As for the power factor control we need both phase angle and the load current. So we can explain the whole system design in following steps: 3.1. Measurement of Phase Angle: Here our task is to measure the Phase angle between the voltage and current. There are many techniques to measure the phase difference but voltage and current but as using microcontroller we can measure the time period very easily and accurately so here we are using the time measurement technique to measure the phase angle. We are measuring the time delay between the voltage and current and then we are converting it back in the angle. To measure the time delay between the voltage and current first of all we have passed the voltage waveform to the zero crossing detector circuit (ZCD) through a step down transformer to convert it in digital format. Again we have passed the output of the current sensor module to the zero crossing detector circuit (ZCD) to get the current waveform in the digital format (reference voltage in case of current waveform to ZCD is 2.5 V instead of 0 V because output of current sensor is adjusted about 2.5 V not 0 V. Here current sensor module output varies with the input current passing through it so it works as I-V converter. We are also using it for the measurement of load current) both current and voltage waveform from both zero crossing detector circuit (ZCD) circuit is passed to an X-OR gate. We are getting high level voltage at its output only during the time which is equal to the lag or lead time. It can be understand easily from the figure below: Fig-3: Output Wave forms
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 219 As we can see in the figure above that if we can somehow able to measure the time period between the rising and falling edge of X-OR gate then we can easily find the Phase angle. The output of X-OR gate is connected to the INT0 pin of ATmega16 which is capable of generate software interrupt on rising and falling edge of input signal. We have used timer1 running at 2 MHz to measure the time duration between two events on INT0 pin. Once a rising edge occurs at INT0 pin of ATmega16 it requests an interrupt and while executing interrupt handler we have programmed it to reset the timer/counter value to zero. Now as soon as the falling edge occurs at INT0 pin it requests an interrupt again and while executing the interrupt handler we programmed it to capture the timer value for the manipulation of phase angle. This can be understood from the figure below: Fig-4: Capturing Time Period of output of X-OR Gate As we know that timer is running at 2 MHz so time taken by it to increment its value by one will be its time period if we denote it by T then: T=1/ (2*106) (4) Where T is in seconds, If the captured value is n and if we denote captured time by t then captured value t will be t = 1000nT (5) Where t is in ms (1 s = 1000 ms). Now we need to convert this time into the phase angle. We know that for 50 Hz A.C. supply 20 ms is equal to 360°: 20 ms = 360° So, 1 ms = 360°/20=18° And t ms = 18t° (6) From equation (6) we can calculate the phase angle between the voltage and current in degrees. Here to find that this phase angle is leading or lagging we have given a feedback to the microcontroller from the voltage waveform. From the output waveform we can easily understand that if voltage will be leading with current then falling edge of X-OR gate and voltage will occur at same time. If voltage will be lagging with current then rising edge of X-OR will occur at the falling edge of voltage waveform. In this way we can find that the phase angle is for leading or lagging. 3.2. Measurement of Load Current: To measure the load current using current sensor module we have used ADC of ATmega16. We know that PEAK value and RMS value of current are interchangeable using the equation below: IRMS = IPEAK /√2 (7) We are measuring the PEAK value of the input current as it is easy to measure form the ATmega16. To measure the PEAK value of current from ATmega16 we have used 5V as VREF So step size will be, Step Size = VREF / 1024 = 5/1024 (8) If the digital output from ADC is X. Then, VOUT = X*Step Size VOUT = (X*5)/1024 (9) Where VOUT is measured in volts. The output of current sensor module is adjusted around 2.5 V instead of 0 V so we need to subtract 2.5 from the VOUT to get the PEAK voltage so, VPEAK = VOUT - 2.5 (10) Where VPEAK is in Volts The current sensor output is calibrated to give output of 100mV/Amp so, IPEAK = (VPEAK * 1000)/100 IPEAK = (VPEAK * 10) (11) Where IPEAK is measured in Amp. So by using equation (11) we can find the PEAK value of current flowing into the system or load current. Now, IRMS = IPEAK / √2 (12) By using equation (12) we can find the RMS value of the current in Amperes.
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 220 4. WORKING OF DEVICE Once we have calculated the power factor and load current our task is to inject the reactive power into the system depending upon the need so that power factor can be improve. We have used capacitor bank to inject the reactive power into the system as they are easy to design and low cost. Before we connect capacitor bank to the power system we must need to know that how much capacitance we should connect. For that we have done a little bit of calculation. For calculation we need to know the phasor diagram of the various currents in the power system. A typical phasor diagram of various currents in the power system is shown below: Fig-5: phasor Diagram of Current and Voltage In last section we have shown that how we have measured the IRMS value of load current. If we denote IRMS by I as: I = IRMS Then from the phasor diagram: IL= I * sin (ⱷ) (13) From the equation (13) we can calculate the reactive current IL. Here we can see that IR is responsible for the reactive power and IC is the counter part of it and for perfect balance. IC = IR (14) Now we know that, Q = CV dQ/dt = C (dV/dt) IC = C (dV/dt) (15) Now as we know that A.C. voltage changes 0-311 V in 5 ms (considering 220 VRMS supply) then, dV/dt =(311* 1000)/5 = 62200 V/Sec (16) Putting this value in equation (15): IC = C * 62200 Or C = IC / 62200 (17) Where C is in Farad. From equation (14) for perfect balance: IC = IL So putting this value in equation (17) C = IL / 62200 (18) From above equation we can calculate the value of capacitance needed for the perfect counter back. Once microcontroller is calculated the phase difference, load current and finally the value of capacitance required to encounter the reactive power we need to connect that amount of capacitance to power system. We have designed a capacitor bank using 10 capacitors (10μF each). We have connected those using relays in such a way that any one of them can be connected in series or in parallel. In this way they can offer a maximum of 100μF capacitance while connected all in parallel and minimum of 1μF while all connected in series. By choosing the various combinations of relays we can get value from 1μF to 100μF which needs to be connected with the power system. Using this system we can encounter a minimum IL of 0.0622 A (when C=1μF) and maximum of 6.22 A (when C=100μF). We can calculate these values very easily by just putting the values of capacitance in the equation (18). For more power applications more capacitor can be connected in sequence. Below is the circuit diagram of the capacitor bank we have designed. Fig-6: Design of Capacitor Bank
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 221 We have not shown here the energy coil of the relays for the simplicity. They should be considered connected properly. As we can see here that initially all capacitors are connected in parallel offering a total capacitance of 100μF. Algorithm to find the number of capacitors required to connect in series or parallel for a particular value of capacitance: once we have capacitance value then we need to know that in above design of capacitor bank out of 10 how many capacitors we required to connect in series and how many are required to connect in parallel. In the value of capacitance value the number at tenth place is directly equal to capacitor required to connect in parallel i.e. for C = 25, Two will be the required no. of capacitors to connect in parallel. So, Parallel capacitors = no. at tenth place (19) And by taking the inverse of No. at unit place multiplied by 0.1will give us the capacitors required to connect in series i.e. for C=25, it will be 1/(5*0.1) = 2. So, Series capacitor= 1/ (0.1 * no. at unit place) (20) Here in case of float value chose nearest integer greater than float value. By using equation (19) and equation (20) we can find the no. of capacitance required to connect in series and parallel from the value of capacitance. 5. CONCLUSIONS In this paper, we have proposed a distributed model of power factor correction system and their advantages over what is being used now days. We have also suggested a process of manufacturing of a very low cost, reliable and easy to install automated power factor correction system using ATmega16, 8 bit microcontroller from Atmel Corporation. REFERENCES [1] C.A Heger, P. K. Sen, A Morroni, “Power factor correction — A fresh look into today's electrical systems,” Cement Industry Technical Conference, 2012 IEEE-IAS/PCA 53rd, pp.1-13,May.2012. [2] Prasad Phad, Pranav Ukkadgaonkar, Sagar Jundare, Abhijeet Borse, “Minimizing the Penalty in Industrial Sector by Engaging the Automatic Power Factor Correction Panel using Microcontroller,” Multidisciplinary Journal of Research in Engineering and Technology, Volume 1, Issue 1 (April 2014) Pg.73-79. [3] Source Wikipedia.Availiable: http://en.wikipedia.org/wiki/Power_factor [4] Source Wikipedia.Availiable: http://en.wikipedia.org/wiki/Power_factor [5] “ATmega16(L) Datasheet,”. [Online]. Available: http://www.atmel.com/Images/doc2466.pdf [6] “ACS712 Datasheet,”. [Online]. Available: http://www.mpja.com/download/ACS712.pdf BIOGRAPHIES Santosh K. Verma, currently in First year Pursuing (M.Tech) Master of Technology (Electrical Engineering) from “National Institute of Technology, Agartala Email- [email protected] Phone No- +91 98 62 39 88 92 Akash Sunil Gaikwad, currently in final year Pursuing (B.Tech) Bachelor of Technology (Electronics & Communication Engineering) from “National Institute of Technology, Agartala. Email- [email protected] Phone No- +91 98 62 10 24 86