SlideShare a Scribd company logo
1 of 5
Download to read offline
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

Design and Development of Digital control based Asymmetric Multilevel Inverte...
Design and Development of Digital control based Asymmetric Multilevel Inverte...Design and Development of Digital control based Asymmetric Multilevel Inverte...
Design and Development of Digital control based Asymmetric Multilevel Inverte...idescitation
 
Design & characterization of high speed power efficient cmos comparator
Design & characterization of high speed power efficient cmos comparatorDesign & characterization of high speed power efficient cmos comparator
Design & characterization of high speed power efficient cmos comparatorIAEME Publication
 
Analysis of Direct Torque Control of Industrial Drives using Zone-Shifting SVM
Analysis of Direct Torque Control of Industrial Drives using Zone-Shifting SVMAnalysis of Direct Torque Control of Industrial Drives using Zone-Shifting SVM
Analysis of Direct Torque Control of Industrial Drives using Zone-Shifting SVMIJPEDS-IAES
 
IRJET- Improve Power Quality in Power Grid using STATCOM with Hysteresis ...
IRJET-  	  Improve Power Quality in Power Grid using STATCOM with Hysteresis ...IRJET-  	  Improve Power Quality in Power Grid using STATCOM with Hysteresis ...
IRJET- Improve Power Quality in Power Grid using STATCOM with Hysteresis ...IRJET Journal
 
Closed Loop Simulation and Implementation of Digital Integral Control of Sy...
Closed Loop Simulation and Implementation of  Digital Integral  Control of Sy...Closed Loop Simulation and Implementation of  Digital Integral  Control of Sy...
Closed Loop Simulation and Implementation of Digital Integral Control of Sy...IRJET Journal
 
Electronic Calibrator
Electronic CalibratorElectronic Calibrator
Electronic Calibratorshuchi_89
 
Position sensors
Position sensorsPosition sensors
Position sensorsusic123
 
Tachometer using AT89S52 microcontroller with motor control
Tachometer using AT89S52 microcontroller with motor controlTachometer using AT89S52 microcontroller with motor control
Tachometer using AT89S52 microcontroller with motor controlSushil Mishra
 
Automated water head controller for domestic application
Automated water head controller for domestic applicationAutomated water head controller for domestic application
Automated water head controller for domestic applicationeSAT Journals
 
Automated water head controller for domestic application
Automated water head controller for domestic applicationAutomated water head controller for domestic application
Automated water head controller for domestic applicationeSAT Publishing House
 
Report pid controller dc motor
Report pid controller dc motorReport pid controller dc motor
Report pid controller dc motorchea kimsairng
 
Simulation of Direct Torque Control of Induction motor using Space Vector Mo...
Simulation of Direct Torque Control of Induction motor using  Space Vector Mo...Simulation of Direct Torque Control of Induction motor using  Space Vector Mo...
Simulation of Direct Torque Control of Induction motor using Space Vector Mo...IJMER
 
D032030035038
D032030035038D032030035038
D032030035038theijes
 
IRJET- Power Stolen Prevention by using PIC16882 Microcontroller
IRJET-  	  Power  Stolen  Prevention by using PIC16882 MicrocontrollerIRJET-  	  Power  Stolen  Prevention by using PIC16882 Microcontroller
IRJET- Power Stolen Prevention by using PIC16882 MicrocontrollerIRJET Journal
 
Implementation and control of integral cycle controller for resistance spot w...
Implementation and control of integral cycle controller for resistance spot w...Implementation and control of integral cycle controller for resistance spot w...
Implementation and control of integral cycle controller for resistance spot w...eSAT Journals
 
ONO SOKKI Elevator Speedometer EC-2100
ONO SOKKI Elevator Speedometer  EC-2100ONO SOKKI Elevator Speedometer  EC-2100
ONO SOKKI Elevator Speedometer EC-2100NIHON DENKEI SINGAPORE
 

What's hot (19)

Design and Development of Digital control based Asymmetric Multilevel Inverte...
Design and Development of Digital control based Asymmetric Multilevel Inverte...Design and Development of Digital control based Asymmetric Multilevel Inverte...
Design and Development of Digital control based Asymmetric Multilevel Inverte...
 
Design & characterization of high speed power efficient cmos comparator
Design & characterization of high speed power efficient cmos comparatorDesign & characterization of high speed power efficient cmos comparator
Design & characterization of high speed power efficient cmos comparator
 
Analysis of Direct Torque Control of Industrial Drives using Zone-Shifting SVM
Analysis of Direct Torque Control of Industrial Drives using Zone-Shifting SVMAnalysis of Direct Torque Control of Industrial Drives using Zone-Shifting SVM
Analysis of Direct Torque Control of Industrial Drives using Zone-Shifting SVM
 
IRJET- Improve Power Quality in Power Grid using STATCOM with Hysteresis ...
IRJET-  	  Improve Power Quality in Power Grid using STATCOM with Hysteresis ...IRJET-  	  Improve Power Quality in Power Grid using STATCOM with Hysteresis ...
IRJET- Improve Power Quality in Power Grid using STATCOM with Hysteresis ...
 
Closed Loop Simulation and Implementation of Digital Integral Control of Sy...
Closed Loop Simulation and Implementation of  Digital Integral  Control of Sy...Closed Loop Simulation and Implementation of  Digital Integral  Control of Sy...
Closed Loop Simulation and Implementation of Digital Integral Control of Sy...
 
Ijaret 06 08_006
Ijaret 06 08_006Ijaret 06 08_006
Ijaret 06 08_006
 
Npc informe final
Npc informe finalNpc informe final
Npc informe final
 
Electronic Calibrator
Electronic CalibratorElectronic Calibrator
Electronic Calibrator
 
Position sensors
Position sensorsPosition sensors
Position sensors
 
Tachometer using AT89S52 microcontroller with motor control
Tachometer using AT89S52 microcontroller with motor controlTachometer using AT89S52 microcontroller with motor control
Tachometer using AT89S52 microcontroller with motor control
 
Automated water head controller for domestic application
Automated water head controller for domestic applicationAutomated water head controller for domestic application
Automated water head controller for domestic application
 
Automated water head controller for domestic application
Automated water head controller for domestic applicationAutomated water head controller for domestic application
Automated water head controller for domestic application
 
Report pid controller dc motor
Report pid controller dc motorReport pid controller dc motor
Report pid controller dc motor
 
Simulation of Direct Torque Control of Induction motor using Space Vector Mo...
Simulation of Direct Torque Control of Induction motor using  Space Vector Mo...Simulation of Direct Torque Control of Induction motor using  Space Vector Mo...
Simulation of Direct Torque Control of Induction motor using Space Vector Mo...
 
D032030035038
D032030035038D032030035038
D032030035038
 
IRJET- Power Stolen Prevention by using PIC16882 Microcontroller
IRJET-  	  Power  Stolen  Prevention by using PIC16882 MicrocontrollerIRJET-  	  Power  Stolen  Prevention by using PIC16882 Microcontroller
IRJET- Power Stolen Prevention by using PIC16882 Microcontroller
 
Implementation and control of integral cycle controller for resistance spot w...
Implementation and control of integral cycle controller for resistance spot w...Implementation and control of integral cycle controller for resistance spot w...
Implementation and control of integral cycle controller for resistance spot w...
 
ONO SOKKI Elevator Speedometer EC-2100
ONO SOKKI Elevator Speedometer  EC-2100ONO SOKKI Elevator Speedometer  EC-2100
ONO SOKKI Elevator Speedometer EC-2100
 
Ijertv2 is2554
Ijertv2 is2554Ijertv2 is2554
Ijertv2 is2554
 

Viewers also liked

Framework for web personalization using web mining
Framework for web personalization using web miningFramework for web personalization using web mining
Framework for web personalization using web miningeSAT Publishing House
 
Multi step automated refactoring for code smell
Multi step automated refactoring for code smellMulti step automated refactoring for code smell
Multi step automated refactoring for code smelleSAT Publishing House
 
Total interpretive structural modelling on enablers of cloud computing
Total interpretive structural modelling on enablers of cloud computingTotal interpretive structural modelling on enablers of cloud computing
Total interpretive structural modelling on enablers of cloud computingeSAT Publishing House
 
Dynamic selection of cluster head in in networks for energy management
Dynamic selection of cluster head in in networks for energy managementDynamic selection of cluster head in in networks for energy management
Dynamic selection of cluster head in in networks for energy managementeSAT Publishing House
 
Treatment of kitchen waste by microbial culture
Treatment of kitchen waste by microbial cultureTreatment of kitchen waste by microbial culture
Treatment of kitchen waste by microbial cultureeSAT Publishing House
 
Design of a low cost temperature controller for high temperature furnaces use...
Design of a low cost temperature controller for high temperature furnaces use...Design of a low cost temperature controller for high temperature furnaces use...
Design of a low cost temperature controller for high temperature furnaces use...eSAT Publishing House
 
Improving the efficiency of weigher using plc controller
Improving the efficiency of weigher using plc controllerImproving the efficiency of weigher using plc controller
Improving the efficiency of weigher using plc controllereSAT Publishing House
 
An analysis of desktop control and information retrieval from the internet us...
An analysis of desktop control and information retrieval from the internet us...An analysis of desktop control and information retrieval from the internet us...
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...
Effects on p h behaviour of expansive and non expansive soils contaminated wi...Effects on p h behaviour of expansive and non expansive soils contaminated wi...
Effects on p h behaviour of expansive and non expansive soils contaminated wi...eSAT Publishing House
 
Hydrologic modeling of detention pond
Hydrologic modeling of detention pondHydrologic modeling of detention pond
Hydrologic modeling of detention pondeSAT Publishing House
 
Life cycle assessment and simulation enablers of sustainable product design
Life cycle assessment and simulation enablers of sustainable product designLife cycle assessment and simulation enablers of sustainable product design
Life cycle assessment and simulation enablers of sustainable product designeSAT Publishing House
 
Subject distribution using data mining
Subject distribution using data miningSubject distribution using data mining
Subject distribution using data miningeSAT Publishing House
 
Designing and implementation of remotely operated cooking module
Designing and implementation of remotely operated cooking moduleDesigning and implementation of remotely operated cooking module
Designing and implementation of remotely operated cooking moduleeSAT Publishing House
 
Comparison of decision and random tree algorithms on
Comparison of decision and random tree algorithms onComparison of decision and random tree algorithms on
Comparison of decision and random tree algorithms oneSAT Publishing House
 
Effect of inclined hump on the turbulence intensities
Effect of inclined hump on the turbulence intensitiesEffect of inclined hump on the turbulence intensities
Effect of inclined hump on the turbulence intensitieseSAT Publishing House
 
Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...eSAT Publishing House
 
Performance evaluation of lhr engine using palm
Performance evaluation of lhr engine using palmPerformance evaluation of lhr engine using palm
Performance evaluation of lhr engine using palmeSAT Publishing House
 
A novel single phase cascaded h-bridge inverter with new cell configuration a...
A novel single phase cascaded h-bridge inverter with new cell configuration a...A novel single phase cascaded h-bridge inverter with new cell configuration a...
A novel single phase cascaded h-bridge inverter with new cell configuration a...eSAT Publishing House
 
Probabilstic seismic risk evaluation of rc buildings (2)
Probabilstic seismic risk evaluation of rc buildings (2)Probabilstic seismic risk evaluation of rc buildings (2)
Probabilstic seismic risk evaluation of rc buildings (2)eSAT Publishing House
 
Best lookup algorithm for 100+gbps ipv6 packet
Best lookup algorithm for 100+gbps ipv6 packetBest lookup algorithm for 100+gbps ipv6 packet
Best lookup algorithm for 100+gbps ipv6 packeteSAT Publishing House
 

Viewers also liked (20)

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

Similar to Lv side distributed power factor correction system

Design and Implementation of Schmitt Trigger using Operational Amplifier
Design and Implementation of Schmitt Trigger using Operational AmplifierDesign and Implementation of Schmitt Trigger using Operational Amplifier
Design and Implementation of Schmitt Trigger using Operational AmplifierIJERA Editor
 
Study and implementation of comparator in cmos 50 nm technology
Study and implementation of comparator in cmos 50 nm technologyStudy and implementation of comparator in cmos 50 nm technology
Study and implementation of comparator in cmos 50 nm technologyeSAT Journals
 
4. reading energy from piece fair energy meter by using esp8266
4. reading energy from piece fair energy meter by using esp82664. reading energy from piece fair energy meter by using esp8266
4. reading energy from piece fair energy meter by using esp8266k srikanth
 
IRJET-Three Phase Interleaved Boost Converter
IRJET-Three Phase Interleaved Boost ConverterIRJET-Three Phase Interleaved Boost Converter
IRJET-Three Phase Interleaved Boost ConverterIRJET Journal
 
Design of transformer less power supply for low power application
Design of transformer less power supply for low power applicationDesign of transformer less power supply for low power application
Design of transformer less power supply for low power applicationeSAT Journals
 
DESIGN, SIMULATION, IMPLEMENTATION AND CONTROL OF PLC BASED INTEGRAL CYCLE CO...
DESIGN, SIMULATION, IMPLEMENTATION AND CONTROL OF PLC BASED INTEGRAL CYCLE CO...DESIGN, SIMULATION, IMPLEMENTATION AND CONTROL OF PLC BASED INTEGRAL CYCLE CO...
DESIGN, SIMULATION, IMPLEMENTATION AND CONTROL OF PLC BASED INTEGRAL CYCLE CO...IAEME Publication
 
IRJET-Static Voltage Stabilizer
IRJET-Static Voltage StabilizerIRJET-Static Voltage Stabilizer
IRJET-Static Voltage StabilizerIRJET Journal
 
Modeling & analysis of standalone photovoltaic system
Modeling & analysis of standalone photovoltaic systemModeling & analysis of standalone photovoltaic system
Modeling & analysis of standalone photovoltaic systemeSAT Journals
 
Real time parameter estimation for power quality control and intelligent prot...
Real time parameter estimation for power quality control and intelligent prot...Real time parameter estimation for power quality control and intelligent prot...
Real time parameter estimation for power quality control and intelligent prot...EG TECHNOLOGIES
 
IRJET- Simulation and Analysis of Five Level SPWM Inverter
IRJET- Simulation and Analysis of Five Level SPWM InverterIRJET- Simulation and Analysis of Five Level SPWM Inverter
IRJET- Simulation and Analysis of Five Level SPWM InverterIRJET Journal
 
IRJET- Arduino Nano based All in One Meter
IRJET- Arduino Nano based All in One MeterIRJET- Arduino Nano based All in One Meter
IRJET- Arduino Nano based All in One MeterIRJET Journal
 
Design and analysis of boost converter with cld cell
Design and analysis of boost converter with cld cellDesign and analysis of boost converter with cld cell
Design and analysis of boost converter with cld celleSAT Journals
 
Modeling & analysis of standalone photovoltaic
Modeling & analysis of standalone photovoltaicModeling & analysis of standalone photovoltaic
Modeling & analysis of standalone photovoltaiceSAT Publishing House
 
Sensors and microcontroller interfacing
Sensors and microcontroller interfacingSensors and microcontroller interfacing
Sensors and microcontroller interfacingmohamed albanna
 
Design of a low cost compact size starter for low power water pumps
Design of a low cost compact size starter for low power water pumpsDesign of a low cost compact size starter for low power water pumps
Design of a low cost compact size starter for low power water pumpseSAT Journals
 
An automatic wave probe reference setting mechanism in a high speed towing tank
An automatic wave probe reference setting mechanism in a high speed towing tankAn automatic wave probe reference setting mechanism in a high speed towing tank
An automatic wave probe reference setting mechanism in a high speed towing tankeSAT Journals
 

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

Design and Implementation of Schmitt Trigger using Operational Amplifier
Design and Implementation of Schmitt Trigger using Operational AmplifierDesign and Implementation of Schmitt Trigger using Operational Amplifier
Design and Implementation of Schmitt Trigger using Operational Amplifier
 
Study and implementation of comparator in cmos 50 nm technology
Study and implementation of comparator in cmos 50 nm technologyStudy and implementation of comparator in cmos 50 nm technology
Study and implementation of comparator in cmos 50 nm technology
 
4. reading energy from piece fair energy meter by using esp8266
4. reading energy from piece fair energy meter by using esp82664. reading energy from piece fair energy meter by using esp8266
4. reading energy from piece fair energy meter by using esp8266
 
IRJET-Three Phase Interleaved Boost Converter
IRJET-Three Phase Interleaved Boost ConverterIRJET-Three Phase Interleaved Boost Converter
IRJET-Three Phase Interleaved Boost Converter
 
Design of transformer less power supply for low power application
Design of transformer less power supply for low power applicationDesign of transformer less power supply for low power application
Design of transformer less power supply for low power application
 
DESIGN, SIMULATION, IMPLEMENTATION AND CONTROL OF PLC BASED INTEGRAL CYCLE CO...
DESIGN, SIMULATION, IMPLEMENTATION AND CONTROL OF PLC BASED INTEGRAL CYCLE CO...DESIGN, SIMULATION, IMPLEMENTATION AND CONTROL OF PLC BASED INTEGRAL CYCLE CO...
DESIGN, SIMULATION, IMPLEMENTATION AND CONTROL OF PLC BASED INTEGRAL CYCLE CO...
 
IRJET-Static Voltage Stabilizer
IRJET-Static Voltage StabilizerIRJET-Static Voltage Stabilizer
IRJET-Static Voltage Stabilizer
 
Modeling & analysis of standalone photovoltaic system
Modeling & analysis of standalone photovoltaic systemModeling & analysis of standalone photovoltaic system
Modeling & analysis of standalone photovoltaic system
 
Real time parameter estimation for power quality control and intelligent prot...
Real time parameter estimation for power quality control and intelligent prot...Real time parameter estimation for power quality control and intelligent prot...
Real time parameter estimation for power quality control and intelligent prot...
 
IRJET- Simulation and Analysis of Five Level SPWM Inverter
IRJET- Simulation and Analysis of Five Level SPWM InverterIRJET- Simulation and Analysis of Five Level SPWM Inverter
IRJET- Simulation and Analysis of Five Level SPWM Inverter
 
Fq3510001006
Fq3510001006Fq3510001006
Fq3510001006
 
IRJET- Arduino Nano based All in One Meter
IRJET- Arduino Nano based All in One MeterIRJET- Arduino Nano based All in One Meter
IRJET- Arduino Nano based All in One Meter
 
H45014650
H45014650H45014650
H45014650
 
Design and analysis of boost converter with cld cell
Design and analysis of boost converter with cld cellDesign and analysis of boost converter with cld cell
Design and analysis of boost converter with cld cell
 
40120140501001
4012014050100140120140501001
40120140501001
 
Modeling & analysis of standalone photovoltaic
Modeling & analysis of standalone photovoltaicModeling & analysis of standalone photovoltaic
Modeling & analysis of standalone photovoltaic
 
Sensors and microcontroller interfacing
Sensors and microcontroller interfacingSensors and microcontroller interfacing
Sensors and microcontroller interfacing
 
40120140501001
4012014050100140120140501001
40120140501001
 
Design of a low cost compact size starter for low power water pumps
Design of a low cost compact size starter for low power water pumpsDesign of a low cost compact size starter for low power water pumps
Design of a low cost compact size starter for low power water pumps
 
An automatic wave probe reference setting mechanism in a high speed towing tank
An automatic wave probe reference setting mechanism in a high speed towing tankAn automatic wave probe reference setting mechanism in a high speed towing tank
An automatic wave probe reference setting mechanism in a high speed towing tank
 

More from eSAT Publishing House

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

More from eSAT Publishing House (20)

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

Recently uploaded

CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Comparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization TechniquesComparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization Techniquesugginaramesh
 

Recently uploaded (20)

CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
Comparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization TechniquesComparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization Techniques
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 

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- 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