SlideShare une entreprise Scribd logo
1  sur  35
Télécharger pour lire hors ligne
PROJECT’17 Automatic Power Factor Correction
1
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
Chapter 1
INTRODUCTION
In the present technological revolution, power is very precious and the power system
is becoming more and more complex with each passing day. As such it becomes
necessary to transmit each unit of power generated over increasing distances with
minimum loss of power. However, with increasing number of inductive loads, large
variation in load etc. the losses have also increased manifold. Hence, it has become
prudent to find out the causes of power loss and improve the power system. Due to
increasing use of inductive loads, the load power factor decreases considerably which
increases the losses in the system and hence power system losses its efficiency.
Power factor is defined as the ratio of real power to apparent
power. This definition is often mathematically represented as KW/KVA, where the
numerator is the active (real) power and the denominator is the (active + reactive) or
apparent power. It is a measure of how effectively the current is being converted into
useful work output. A load with a power factor of 1.0 result in the most efficient
loading of the supply and a load with a power factor of 0.5 will result in much higher
losses in the supply system. A poor power factor can be the result of either a
significant phase difference between the voltage and current at the load terminals, or it
can be due to a high harmonic content or distorted/discontinuous current waveform.
Poor load current phase angle is generally the result of an inductive load such as an
induction motor, power transformer, lighting ballasts, welder or induction furnace. A
distorted current waveform can be the result of a rectifier, variable speed drive,
switched mode power supply, discharge lighting or other electronic load.
Automatic power factor correction techniques can be applied to
industrial units, power systems and also households to make them stable. As a result,
the system becomes stable and efficiency of the system as well as of the apparatus
PROJECT’17 Automatic Power Factor Correction
2
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
increases. Therefore, the use of microcontroller based power factor corrector results in
reduced overall costs for both the consumers and the suppliers of electrical energy.
Power factor correction using capacitor banks reduces reactive
power consumption which will lead to minimization of losses and at the same time
increases the electrical system ‘s efficiency. Power saving issues and reactive power
management has led to the development of single phase capacitor banks for domestic
and industrial applications. The development of this project is to enhance and upgrade
the operation of single phase capacitor banks by developing a micro-processor based
control system. The control unit will be able to control capacitor bank operating steps
based on the varying load current. Current transformer is used to measure the load
current for sampling purposes. Intelligent control using this micro-processor control
unit ensures even utilization of capacitor steps, minimizes number of switching
operations and optimizes power factor correction.
PROJECT’17 Automatic Power Factor Correction
3
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
Chapter 2
LITERATURE SURVEY
Pavg = VIcosφ
Where, φ is the phase angle between the voltage and current. The term cosφ is called
the power factor. Power factor is the ration between the KW and the KVA drawn by
an electrical load where the KW is the actual load power and the KVA is the apparent
load power. It is a measure of how effectively the current is being converted into
useful work output and more particularly is a good indicator of the effect of the load
current on the efficiency of the supply system.
Apparent Reactive
Power Power
Active Power
Fig 2.1: Power Triangle
A load with a power factor of 1.0 result in the most efficient loading of the supply and
a load with a power factor of 0.5 will result in much higher losses in the supply
system. A poor power factor can be the result of either a significant phase difference
between the voltage and current at the load terminals or it can be due to a high
harmonic content or distorted/discontinuous current waveform. Poor load current
phase angle is generally the result of an inductive load such as an induction motor,
power transformer, lighting ballasts, welder or induction furnace. A distorted current
waveform can be the result of a rectifier, variable speed drive, switched mode power
supply, discharge lighting or other electronic load.
PROJECT’17 Automatic Power Factor Correction
4
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
2.1. Power Factor Correction
Capacitive Power Factor correction is applied to circuits which include induction
motors as a means of reducing the inductive component of the current and thereby
reduce the losses in the supply. There should be no effect on the operation of the
motor itself. An induction motor draws current from the supply that is made up of
resistive components and inductive components.
 The resistive components are:

i. Load current
ii. Loss current
 The inductive components are

i. Leakage reactance
ii. Magnetizing current
MOTOR
CURRENT
MAGNETIZING
CURRENT
WORK CURRENT
Fig 2.2: Current Triangle
The current due to the leakage reactance is dependent on the total current drawn by
the motor but the magnetizing current is independent of the load on the motor. The
magnetizing current will typically be between 20% and 60% of the rated full load
current of the motor. The magnetizing current is the current that establishes the flux in
the iron and is very necessary if the motor is going to operate. The magnetizing
current does not actually contribute to the actual work output of the motor. It is the
catalyst that allows the motor to work properly. The magnetizing current and the
leakage reactance can be considered passenger components of current that will not
affect the power drawn by the motor, but will contribute to the power dissipated in the
supply and distribution system.
PROJECT’17 Automatic Power Factor Correction
5
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
Chapter 3
DESIGN AND DEVELOPMENT
3.1BLOCK DIAGRAM
Fig:3.1 Block Diagram of Automatic Power Factor Correction Circuit
The above given circuit for Automatic Power Factor detection and correction operates
on the principal of constantly monitoring the power factor of the system and to initiate
the required correction in case the power factor is less than the set value of power
factor
PROJECT’17 Automatic Power Factor Correction
6
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
3.2 CIRCUIT DIAGRAM
Fig:3.2 Circuit Diagram of APFC
3.3 CIRCUIT DESCRIPTION
The voltage signal obtained is converted into the digital by comparator circuit since
micro controller accepts the digitized format only. This is given to the microcontroller
as one input. Similarly, for current signal, from the current transformer is converted
into voltage signal by rectification. As previously digitized the voltage signal, this
current signal in the form of voltage is also digitized by the comparator circuit.
PROJECT’17 Automatic Power Factor Correction
7
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
These two digitized signals i.e. voltage and currents are sent to the
microcontroller as the inputs. According to the program written microcontroller
calculates the time difference between the zero crossings of these two signals. This
time difference is indirectly proportional to the system power factor. The information
about this power factor and the power loss is displayed on the LCD display. And
according to the range calculated by the microcontroller program; this drives the
relays which switches the shunt capacitors across the load.
While increasing of the inductive load by connecting the other loads like motors to
this circuit results in reduced power factor. This will make the microcontroller to
drive the more number of relays resulting in more shunt capacitors to be connected.
In this project simple method of capacitor requirement calculation used based
on the time delay between the voltage and current to bring the power factor near to
unity. But in real time applications it will not be so. It requires the calculations like
load current magnitude and KVAR requirement etc. Number of capacitors
requirements depends on the load on the particular system. These parameters must be
considered while dealing with the commercial power factor improvement or
compensating products.
3.3.1 Zero crossing detector
A zero crossing is a point where the sign of a mathematical function changes (e.g.
from positive to negative), represented by the crossing of the axis (zero value) in the
graph of the function. It is a commonly used term in electronics, mathematics, sound
and image processing. In alternating current, the zero-crossing is the instantaneous
point at which there is no voltage present. Ina a sine wave this condition normally
occurs twice in a cycle.
A zero crossing detector is an important application of op-amp comparator circuit. It
can also be referred to as a sine to square wave converter. Anyone of the inverting or
the non-inverting comparators can be used as a zero crossing detector. The reference
voltage in this case is set to zero. The output voltage waveform shows when and in
PROJECT’17 Automatic Power Factor Correction
8
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
what direction an input signal crosses zero volts. If input voltage is a low frequency
signal, then output voltage will be less quick to switch from one saturation point to
another. And if there is noise in between the two input nodes, the output may fluctuate
between positive and negative saturation voltage ‗Vsat‘. .Here IC LM358 is used as a
zero crossing detector.
Fig:3.3 Zero Crossing Detector
3.3.2 Design of capacitor
Motor input = P, Original P.F = Cosθ1, Final P.F = Cosθ2
Required Capacitor
kVAR = P (Tan θ1 – Tan θ2)
We know that; IC = V/ XC
Whereas XC = 1 / 2 π F C
IC = V / (1 / 2 π F C)
IC = V 2 F C
And,
kVAR = (V x IC) / 1000 … [kVAR = (V x I)/ 1000]
We have already calculated the required Capacity of Capacitor in kVAR, so we can
easily convert it into Farads by using this simple formula
Required Capacity of Capacitor in Farads/Microfarads
C = kVAR / (2 π f V2) in microfarad
PROJECT’17 Automatic Power Factor Correction
9
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
3.4 COMPONENTS AND THEIR DESCRIPTION
3.4.1 Potential Transformer
A potential transformer, a voltage transformer or a laminated core transformer is the
most common type of transformer widely used in electrical power transmission and
appliances to convert mains voltage to low voltage in order to power low power
electronic devices. They are available in power ratings ranging from mW to MW. The
Insulated laminations minimize eddy current losses in the iron core.
A potential transformer is typically described by its voltage ratio from primary to
secondary. A 600:120 potential transformer would provide an output voltage of 120V
when a voltage of 600V is impressed across the primary winding. The potential
transformer here has a voltage ratio of 230:24 i.e., when the input voltage is the single
phase voltage 230V, the output is 24V.
Fig:3.4.1 Potential transformer used as an Instrument Transformer
The potential transformer here is being used for voltage sensing in the line. They are
designed to present negligible load to the supply being measured and have an accurate
voltage ratio and phase relationship to enable accurate secondary connected metering.
The potential transformer is used to supply a voltage of about 12V to the Zero
Crossing Detectors for zero crossing detection. The outputs of the potential
PROJECT’17 Automatic Power Factor Correction
10
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
transformer are taken from one of the peripheral terminals and the central terminal as
only a voltage of about 12V is sufficient for the operation of Zero crossing detector
circuit.
3.4.2 Current Transformer:
The current transformer is an instrument transformer used to step-down the current in
the circuit to measurable values and is thus used for measuring alternating currents.
When the current in a circuit is too high to apply directly to a measuring instrument, a
current transformer produces a reduced current accurately proportional to the current
in the circuit, which can in turn be conveniently connected to measuring and
recording instruments. A current Transformer isolates the measuring instrument from
what may be a very high voltage in the monitored circuit. Current transformers are
commonly used in metering and protective relays.
Fig:3.4.2 Current Transformer
Like any other transformer, a current transformer has a single turn wire of a very large
cross-section as its primary winding and the secondary winding has a large number of
turns, thereby reducing the current in the secondary to a fraction of that in the
primary. Thus, it has a primary winding, a magnetic core and a secondary winding.
The alternating current in the primary produces an alternating magnetic field in the
magnetic core, which then induces an alternating current in the secondary winding
circuit.
PROJECT’17 Automatic Power Factor Correction
11
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
3.4.3 Capacitor Bank
Capacitor banks may also be used in direct current power supplies to increase stored
energy and improve the ripple current capacity of the power supply. The capacitor
bank consists of a group of four ac capacitors, all rated at 400V, 50 Hz i.e., the supply
voltage and frequency. The value of capacitors is different and it consists of four
capacitors of 2.5farad. All the capacitors are connected in parallel to one another and
the load. The capacitor bank is controlled by the relay module and is connected across
the line. The operation of a relay connects the associated capacitor across the line in
parallel with the load and other capacitors.
Fig:3.4.3 Capacitor Bank
3.4.4 LM358
The abbreviation LM358 indicates an integrated circuit to 8 feet, containing
two operational amplifiers at low power. The LM358 is designed for general use
as amplifiers, high-pass filters and low, band pass filters and analogue adders.
One of the particularities of this integrated is to be designed to be able to operate with
a single static power that ranges from a minimum of 3 V to a maximum of 32 V
although typically there settles at levels between 5 V and 15 V. In fact, , while most of
PROJECT’17 Automatic Power Factor Correction
12
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
the integrated circuits containing the operational needs two power supplies, a positive
and a negative, the LM358 can be connected to one positive supply while the negative
supply is replaced by the mass . However, depending on the needs, it can also introduce
the negative power supply by connecting the leg called ground to the appropriate
generator. In feeding regime double the voltage range is ± 1.5 ÷ 16 V.
Fig:3.4.4 LM358 Op-amp
3.4.5 Summer/Adder (X-OR) gate:
They provide the system designer with a means for implementation of the
EXCLUSIVE OR function. Logic gates utilize silicon gate CMOS technology to
achieve operating speeds similar to LSTTL gates with the low power consumption of
standard CMOS integrated circuits. All devices have the ability to drive STTL loads.
The HCT logic family is functionally pin compatible with the standard LS logic
family.
PROJECT’17 Automatic Power Factor Correction
13
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
Fig:3.4.5 X-OR gate
3.4.6 Relay Driver:
The ULN2003A are high voltage, high current Darlington arrays each containing seven
open collector Darlington pairs with common emitters. Each channel rated at 500mA
and can withstand peak currents of 600mA. Suppression diodes are included for
inductive load driving and the inputs are pinned opposite the outputs to simplify board
layout. The four versions interface to all common logic families:
Fig:3.4.6 ULN 2003A
These versatile devices are useful for driving a wide range of loads including solenoids,
relays, DC motors, LED displays filament lamps, thermal print heads and high power
buffers. The ULN2001A/2002A/2003A and 2004A are supplied in 16 pin plastic DIP
PROJECT’17 Automatic Power Factor Correction
14
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
packages with a copper lead frame to reduce thermal resistance. They are available also
in small outline package (SO-16) as ULN2001D/2002D/2003D/2004D
Fig:3.4.6 Pinout of uln2003a
3.4.7 RELAY
The relays used in the control circuit are high-quality Single Pole-Double Throw
(SPDT), sealed 6V Sugar Cube Relays. These relays operate by virtue of an
electromagnetic field generated in a solenoid as current is made to flow in its winding.
The control circuit of the relay is usually low power (here, a 6V supply is used) and the
controlled circuit is a power circuit with voltage around 230V ac.
The relays are individually driven by the relay driver through a 6V power supply.
Initially the relay contacts are in the Normally Open ‘state. When a relay operates, the
electromagnetic field forces the solenoid to move up and thus the contacts of the
external power circuit are made. As the contact is made, the associated capacitor is
connected in parallel with the load and across the line. The relay coil is rated up to 8V,
PROJECT’17 Automatic Power Factor Correction
15
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
with a minimum switching voltage of 5V. The contacts of the relay are rated up to 7A
@ 270C AC and 7A @ 24V DC.
Fig:3.4.7 relay
3.4.8 LCD (Liquid Crystal Display)
LCD panel consist of two patterned glass panels in which crystal is filled
under vacuum. The thickness of glass varies according to end use. Most of the LCD
modules have glass thickness in the range of 0.70 to 1.1mm.
Normally these liquid crystal molecules are placed between glass plates to form a
spiral stair case to twist the light. These LCD cannot display any information directly.
These act as an interface between electronics and electronics circuit to give a visual
output. The values are displayed in the 2x16 LCD modules after converting suitably.
The liquid crystal display (LCD), as the name suggests is a technology based on the
use of liquid crystal. It is a transparent material but after applying voltage it becomes
opaque. This property is the fundamental operating principle of LCDs.
PROJECT’17 Automatic Power Factor Correction
16
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
Fig:3.4.8 Liquid Crystal Display
3.4.9 Arduino Uno
Fig:3.4.9 Arduino Uno
The Arduino Uno is a microcontroller board based on the ATmega328. It has 14 digital
input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz
ceramic resonator, a USB connection, a power jack, an ICSP header, and a reset button.
It contains everything needed to support the microcontroller; simply connect it to a
computer with a USB cable or power it with a AC-to-DC adapter or battery to get
started.
PROJECT’17 Automatic Power Factor Correction
17
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
The Uno differs from all preceding boards in that it does not use the FTDI USB-to-
serial driver chip. Instead, it features the Atmega16U2 (Atmega8U2 up to version R2)
programmed as a USB-to-serial converter.
The Arduino Uno can be powered via the USB connection or with an external power
supply. The power source is selected automatically.
External (non-USB) power can come either from an AC-to-DC adapter (wall-wart) or
battery.
Microcontroller ATmega328
Operating Voltage 5V
Input Voltage (recommended) 7-12V
Input Voltage (limits) 6-20V
Digital I/O Pins 14 (of which 6 provide PWM output)
Analog Input Pins 6
DC Current per I/O Pin 40 mA
DC Current for 3.3V Pin 50 mA
Flash Memory 32 KB (ATmega328) of which 0.5 KB used by bootloader
SRAM 2 KB (ATmega328)
EEPROM 1 KB (ATmega328)
Clock Speed 16 MHz
The Arduino Uno can be programmed with the Arduino software (download). Select
"Arduino Uno from the Tools > Board menu (according to the microcontroller on your
board). For details, see the reference and tutorials. The ATmega328 on the Arduino
Uno comes pre burned with a bootloader that allows you to upload new code to it
without the use of an external hardware programmer. It communicates using the
original STK500 protocol (reference, C header files).You can also bypass the
bootloader and program the microcontroller through the ICSP (In-Circuit Serial
Programming) header; see these instructions for details.
PROJECT’17 Automatic Power Factor Correction
18
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
3.5 COST ANALYSIS
RELAY 6V ,240V 5A 4 15
TRANSFORMER
CT
5A 1 35
DIODE IN4007 4 2
Table 3.1 Cost Analysis
COMPONENTS SPECIFICATION QUANTITY AMOUNT
ARDUINO UNO 1 300
74LS86 XOR 1 8
ULN2003A 1 10
LM358 1 30
LCD 2*16 1 120
CAPACITOR
CERAMIC
2.5uf 4 20
RESISTOR 4.7K 4 1
CAPACITOR
CERAMIC
.1uf 3 3
TRANSFORMER
PT
240/9V 1 55
REGULATOR 7805,7812 2 10
PROJECT’17 Automatic Power Factor Correction
19
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
Chapter 4
RESULT ANALYSIS
4.1 RESULT
The expected outcome of this project is to measuring the power factor value
displaying it in the LCD and to improve power factor using capacitor bank and reduce
current draw by the load using microcontroller and proper algorithm to turn on
capacitor automatically, determine and trigger sufficient switching of capacitor in
order to compensate excessive reactive components, thus bringing power factor near
to unity ,there by improving the efficiency of the system and reducing the electricity
bill.
To verify the performance of the automatic power factor correction using
microcontroller a prototype is developed and tested. Figure shows the system setup
for the automatic power correction using microcontroller. The power supply is of 12-
6V using step down transformer. And it contains a microcontroller, LCD module
which is displaying correct power factor and relays which help to include capacitor
banks to the circuit as per the necessity. Prototype is verified using, an inductive load.
Which initially gives a lagging power factor, which by than gives an improved power
factor close to unity by the proper working of the APFC unit.
Fig:4.1
PROJECT’17 Automatic Power Factor Correction
20
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
4.2 WORKING MODEL
Fig:4.2 Project Model
PROJECT’17 Automatic Power Factor Correction
21
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
4.3 PROTEUS SIMULATION
Fig:4.3.1 ZCD Simulation in Multisim Software
Fig:4.3.2 ZCD outputs of current and voltage as inputs to the X-OR
PROJECT’17 Automatic Power Factor Correction
22
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
Chapter 5
FUTURE SCOPE
The automotive power factor correction using capacitive load banks is very efficient
as it reduces the cost by decreasing the power drawn from the supply. As it operates
automatically, manpower is not required and this Automated Power Factor Correction
using capacitive load banks can be used for the industries purpose in the future
5.1 ADVERSE EFFECT OF OVER CORRECTION
1. Power system becomes unstable
2. Resonant frequency is below the line frequency
3. Current and voltage increases
5.2 ADVANTAGES OF CORRECTED POWER FACTOR
1. Reactive power decreases
2. Avoid poor voltage regulation
3. Overloading is avoided
4. Copper loss decreases
5. Transmission loss decreases
6. Improved voltage control
7. Efficiency of supply system and apparatus increases
PROJECT’17 Automatic Power Factor Correction
23
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
Chapter 6
CONCLUSION
The Automatic Power Factor Detection and Correction provides an efficient technique
to improve the power factor of a power system by an economical way. Static capacitors
are invariably used for power factor improvement in factories or distribution line.
However, this system makes use of capacitors only when power factor is low otherwise
they are cut off from line. Thus, it not only improves the power factor but also increases
the life time of static capacitors. The power factor of any distribution line can also be
improved easily by low cost small rating capacitor.
It can be concluded that power factor correction techniques can be applied to the
industries, power systems and also households to make them stable and due to that the
system becomes stable and efficiency of the system as well as the apparatus increases.
The use of microcontroller reduces the costs. Due to use of microcontroller multiple
parameters can be controlled and the use of extra hard wares such as timer, RAM,
ROM and input output ports reduces.
PROJECT’17 Automatic Power Factor Correction
24
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
REFERENCE
 P. N. Enjeti and R Martinez, ―A high performance single phase rectifier with input
power factor correction, IEEE Trans. Power Electron.vol.11, No. 2, Mar.2003.pp
311-317
 J.G. Cho, J.W. Won, H.S. Lee, ―Reduced conduction loss zero-voltage-transition
power factor correction converter with low cost, IEEE Trans. Industrial Electron.
vol.45, no 3, Jun. 2000, pp395-400
 V.K Mehta and Rohit Mehta, ―Principles of power system‖, S. Chand & Company
Ltd,
 International Journal of Engineering and Innovative Technology (IJEIT) Volume 3,
Issue 4, October 2013 272 Power Factor Correction Using PIC Microcontroller
 www.arduino.cc
 Design and Implementation of Microcontroller-Based Controlling of Power Factor
Using Capacitor Banks with Load Monitoring, Global Journal of Researches in
Engineering Electrical and Electronics Engineering, Volume 13, Issue 2, Version
1.0 Year 2013 Type: Double Blind Peer Reviewed International Research Journal
Publisher: Global Journals Inc. (USA) Online ISSN: 2249-4596 & Print ISSN:
0975-5861
 Electric power industry reconstructing in India, Present scenario and future
prospects, S.N. Singh, senior member, IEEE and S.C. Srivastava, Senior Member,
IEEE.
PROJECT’17 Automatic Power Factor Correction
25
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
ANNEXURES
PROJECT’17 Automatic Power Factor Correction
26
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
ANNEXURE 1 (ARDUINO PROGRAMMING)
PROGRAM
Introduced in 2005, at the Interaction Design Institute Ivrea, in Ivrea, Italy, it was
designed to give students an inexpensive and easy way to program interactive objects.
It comes with a simple Integrated Development Environment (IDE) that runs on
regular personal computers and allows writing programs for Arduino using a
combination of simple Java and C or C++
int x,y,r=0;
float z;//time,angle,pf,radians,pf2 relay
#define echoPin 11 // Echo Pin
#define pf1 9
#define pf2 8
#include <LiquidCrystal.h>
LiquidCrystal lcd(3, 4, 5, 6, 7, 8);//LCD RS-12,En-11,D4-5,D5- 4,D6-
3,D7-2,
void setup()
{
relayinit();
usinit();
lcdstart();
digitalWrite(pf1,LOW);
}
void loop()
{
uscheck();
}
void usinit(void)
{
PROJECT’17 Automatic Power Factor Correction
27
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
pinMode(echoPin, INPUT);
}
void uscheck(void)
{
x = pulseIn(echoPin,LOW);//reads duartion pulse in Microseconds
y = (x*9)/1000;
z=cos(y*.01745);
if(y>10 && r==0){digitalWrite(pf1,LOW);r=1;}
else if (r==1 && y>10){digitalWrite(pf1,LOW); r=0;}
if(x>500)
{
delay(500);
lcd.setCursor(0, 0);
lcd.print("THE BEST PROJECT");
lcd.setCursor(0, 1);
lcd.print("POWERFACTOR=");
lcd.print(z);
}
}
void relayinit(void)
{
pinMode(pf1,OUTPUT);
pinMode(pf2,OUTPUT);
// pinMode(overvoltrelay,OUTPUT);
}
void lcdstart(void)
{
lcd.begin(16, 2);// set up the LCD's number of columns and rows:
lcd.clear();
}
PROJECT’17 Automatic Power Factor Correction
28
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
ANNEXURE 2
PCB DESIGN
We are here using the software "gEDA" for designing the PCB. gEDA is a powerful
package for designing single-sided and double sided PCBs.
It provides a comprehensive range of tools including schematic drawing, schematic
capture, component placement, automatic routing, Bill of Materials reporting and
file generation for manufacturing
RELAY MODULE PCB DESIGN
ZERO CROSSING DETECTOR
PROJECT’17 Automatic Power Factor Correction
29
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
ANNEXURE 3 (ATmega 328P)
PROJECT’17 Automatic Power Factor Correction
30
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
PROJECT’17 Automatic Power Factor Correction
31
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
PROJECT’17 Automatic Power Factor Correction
32
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
ANNEXURE 4 (LM 358)
PROJECT’17 Automatic Power Factor Correction
33
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
PROJECT’17 Automatic Power Factor Correction
34
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
ANNEXURE 4 (ULN 2003A)
PROJECT’17 Automatic Power Factor Correction
35
DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET

Contenu connexe

Tendances

FACTS DEVICES
FACTS DEVICESFACTS DEVICES
FACTS DEVICESamit8847
 
Automatic Power Factor Correction Using Arduino Uno
Automatic Power Factor Correction Using Arduino UnoAutomatic Power Factor Correction Using Arduino Uno
Automatic Power Factor Correction Using Arduino UnoVineetKumar508
 
Power Quality and Monitoring
Power Quality and MonitoringPower Quality and Monitoring
Power Quality and Monitoringash08031996
 
Basic types of facts controllers
Basic types of facts controllersBasic types of facts controllers
Basic types of facts controllersAyyarao T S L V
 
Comparision of svc and statcom
Comparision of svc and statcomComparision of svc and statcom
Comparision of svc and statcomjawaharramaya
 
Input output , heat rate characteristics and Incremental cost
Input output , heat rate characteristics and Incremental costInput output , heat rate characteristics and Incremental cost
Input output , heat rate characteristics and Incremental costEklavya Sharma
 
Automatic Power Factor Detection And Correction using Arduino
Automatic Power Factor Detection And Correction using ArduinoAutomatic Power Factor Detection And Correction using Arduino
Automatic Power Factor Detection And Correction using ArduinoSouvik Dutta
 
Automatic power factor correction
Automatic power factor correction Automatic power factor correction
Automatic power factor correction VIKAS KUMAR MANJHI
 
Methods of Voltage Control
Methods of Voltage ControlMethods of Voltage Control
Methods of Voltage ControlYashvi Mehta
 
INTERLINE FLOW CONTROLLER
INTERLINE FLOW CONTROLLERINTERLINE FLOW CONTROLLER
INTERLINE FLOW CONTROLLERNitish NIT
 
Power System Control And Line Compensation
Power System Control And Line CompensationPower System Control And Line Compensation
Power System Control And Line CompensationAnakin Akshat Assal
 
Automatic power factor controller by microcontroller
Automatic power factor controller by microcontrollerAutomatic power factor controller by microcontroller
Automatic power factor controller by microcontrollerSanket Shitole
 
Voltage source Converters as a building block of HVDC and FACTS
Voltage source Converters as a building block of HVDC and FACTSVoltage source Converters as a building block of HVDC and FACTS
Voltage source Converters as a building block of HVDC and FACTSKarthik Bharadwaj
 
Reactive power management and voltage control by using statcom
Reactive power management and voltage control by using statcomReactive power management and voltage control by using statcom
Reactive power management and voltage control by using statcomHussain Ali
 
Voltage sag and it’s mitigation
Voltage sag and it’s mitigationVoltage sag and it’s mitigation
Voltage sag and it’s mitigationMayur Dhande
 

Tendances (20)

FACTS DEVICES
FACTS DEVICESFACTS DEVICES
FACTS DEVICES
 
Automatic Power Factor Correction Using Arduino Uno
Automatic Power Factor Correction Using Arduino UnoAutomatic Power Factor Correction Using Arduino Uno
Automatic Power Factor Correction Using Arduino Uno
 
“POWER FACTOR IMPROVEMENT BY SIMULATION AND IMPLEMENTATION OF FC-TCR”
“POWER FACTOR IMPROVEMENT BY SIMULATION AND IMPLEMENTATION OF FC-TCR”“POWER FACTOR IMPROVEMENT BY SIMULATION AND IMPLEMENTATION OF FC-TCR”
“POWER FACTOR IMPROVEMENT BY SIMULATION AND IMPLEMENTATION OF FC-TCR”
 
Static var compensator
Static var compensatorStatic var compensator
Static var compensator
 
Power Quality and Monitoring
Power Quality and MonitoringPower Quality and Monitoring
Power Quality and Monitoring
 
Basic types of facts controllers
Basic types of facts controllersBasic types of facts controllers
Basic types of facts controllers
 
Comparision of svc and statcom
Comparision of svc and statcomComparision of svc and statcom
Comparision of svc and statcom
 
Input output , heat rate characteristics and Incremental cost
Input output , heat rate characteristics and Incremental costInput output , heat rate characteristics and Incremental cost
Input output , heat rate characteristics and Incremental cost
 
UPQC ppt main
UPQC ppt mainUPQC ppt main
UPQC ppt main
 
Automatic Power Factor Detection And Correction using Arduino
Automatic Power Factor Detection And Correction using ArduinoAutomatic Power Factor Detection And Correction using Arduino
Automatic Power Factor Detection And Correction using Arduino
 
Power quality
Power qualityPower quality
Power quality
 
Automatic power factor correction
Automatic power factor correction Automatic power factor correction
Automatic power factor correction
 
Methods of Voltage Control
Methods of Voltage ControlMethods of Voltage Control
Methods of Voltage Control
 
INTERLINE FLOW CONTROLLER
INTERLINE FLOW CONTROLLERINTERLINE FLOW CONTROLLER
INTERLINE FLOW CONTROLLER
 
Power System Control And Line Compensation
Power System Control And Line CompensationPower System Control And Line Compensation
Power System Control And Line Compensation
 
Automatic power factor controller by microcontroller
Automatic power factor controller by microcontrollerAutomatic power factor controller by microcontroller
Automatic power factor controller by microcontroller
 
Facts devices
Facts devicesFacts devices
Facts devices
 
Voltage source Converters as a building block of HVDC and FACTS
Voltage source Converters as a building block of HVDC and FACTSVoltage source Converters as a building block of HVDC and FACTS
Voltage source Converters as a building block of HVDC and FACTS
 
Reactive power management and voltage control by using statcom
Reactive power management and voltage control by using statcomReactive power management and voltage control by using statcom
Reactive power management and voltage control by using statcom
 
Voltage sag and it’s mitigation
Voltage sag and it’s mitigationVoltage sag and it’s mitigation
Voltage sag and it’s mitigation
 

Similaire à automatic power factor correction report

Micro-controller based Automatic Power Factor Correction System Report
Micro-controller based Automatic Power Factor Correction System ReportMicro-controller based Automatic Power Factor Correction System Report
Micro-controller based Automatic Power Factor Correction System ReportTheory to Practical
 
IRJET- Automated Energy Monitering System and Power Factor Improvement
IRJET-  	  Automated Energy Monitering System and Power Factor ImprovementIRJET-  	  Automated Energy Monitering System and Power Factor Improvement
IRJET- Automated Energy Monitering System and Power Factor ImprovementIRJET Journal
 
MINOR PROJECT gb 08 (3).pdf
MINOR PROJECT gb 08 (3).pdfMINOR PROJECT gb 08 (3).pdf
MINOR PROJECT gb 08 (3).pdfDrSabhyataSoni
 
Simulation and Analysis of a D-STATCOM for Load Compensation and Power Facto...
Simulation and Analysis of a D-STATCOM for Load  Compensation and Power Facto...Simulation and Analysis of a D-STATCOM for Load  Compensation and Power Facto...
Simulation and Analysis of a D-STATCOM for Load Compensation and Power Facto...IJMER
 
IRJET- Simulation & Hardware Implementation of APFC Meter to Boost Up Power F...
IRJET- Simulation & Hardware Implementation of APFC Meter to Boost Up Power F...IRJET- Simulation & Hardware Implementation of APFC Meter to Boost Up Power F...
IRJET- Simulation & Hardware Implementation of APFC Meter to Boost Up Power F...IRJET Journal
 
IRJET- Power Saver for Industrial and Commercial Establishments by Power Fact...
IRJET- Power Saver for Industrial and Commercial Establishments by Power Fact...IRJET- Power Saver for Industrial and Commercial Establishments by Power Fact...
IRJET- Power Saver for Industrial and Commercial Establishments by Power Fact...IRJET Journal
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Scienceresearchinventy
 
Design and Simulation of Efficient DC-DC Converter Topology for a Solar PV Mo...
Design and Simulation of Efficient DC-DC Converter Topology for a Solar PV Mo...Design and Simulation of Efficient DC-DC Converter Topology for a Solar PV Mo...
Design and Simulation of Efficient DC-DC Converter Topology for a Solar PV Mo...Sajin Ismail
 
Real and Reactive Power Compensation by using Diode Clamped Multilevel Invert...
Real and Reactive Power Compensation by using Diode Clamped Multilevel Invert...Real and Reactive Power Compensation by using Diode Clamped Multilevel Invert...
Real and Reactive Power Compensation by using Diode Clamped Multilevel Invert...IRJET Journal
 
Low Voltage Energy Harvesting by an Efficient AC-DC Step-Up Converter
Low Voltage Energy Harvesting by an Efficient AC-DC Step-Up ConverterLow Voltage Energy Harvesting by an Efficient AC-DC Step-Up Converter
Low Voltage Energy Harvesting by an Efficient AC-DC Step-Up ConverterIOSR Journals
 
IRJET - Power Quality Improvement in Distribution Power System using STATCOM
IRJET - Power Quality Improvement in Distribution Power System using STATCOMIRJET - Power Quality Improvement in Distribution Power System using STATCOM
IRJET - Power Quality Improvement in Distribution Power System using STATCOMIRJET Journal
 
IRJET - A Comparative Analysis of Cuk and Buck Boost Converter for PFC in...
IRJET -  	  A Comparative Analysis of Cuk and Buck Boost Converter for PFC in...IRJET -  	  A Comparative Analysis of Cuk and Buck Boost Converter for PFC in...
IRJET - A Comparative Analysis of Cuk and Buck Boost Converter for PFC in...IRJET Journal
 
Solar Based Stand Alone High Performance Interleaved Boost Converter with Zvs...
Solar Based Stand Alone High Performance Interleaved Boost Converter with Zvs...Solar Based Stand Alone High Performance Interleaved Boost Converter with Zvs...
Solar Based Stand Alone High Performance Interleaved Boost Converter with Zvs...IOSR Journals
 
High step up boost converter based micro inverter with mppt and current control
High step up boost converter based micro inverter with mppt and current controlHigh step up boost converter based micro inverter with mppt and current control
High step up boost converter based micro inverter with mppt and current controlIAEME Publication
 
An on-chip soft-start pseudo-current hysteresis-controlled buck converter for...
An on-chip soft-start pseudo-current hysteresis-controlled buck converter for...An on-chip soft-start pseudo-current hysteresis-controlled buck converter for...
An on-chip soft-start pseudo-current hysteresis-controlled buck converter for...IJECEIAES
 

Similaire à automatic power factor correction report (20)

Micro-controller based Automatic Power Factor Correction System Report
Micro-controller based Automatic Power Factor Correction System ReportMicro-controller based Automatic Power Factor Correction System Report
Micro-controller based Automatic Power Factor Correction System Report
 
IRJET- Automated Energy Monitering System and Power Factor Improvement
IRJET-  	  Automated Energy Monitering System and Power Factor ImprovementIRJET-  	  Automated Energy Monitering System and Power Factor Improvement
IRJET- Automated Energy Monitering System and Power Factor Improvement
 
MINOR PROJECT gb 08 (3).pdf
MINOR PROJECT gb 08 (3).pdfMINOR PROJECT gb 08 (3).pdf
MINOR PROJECT gb 08 (3).pdf
 
Simulation and Analysis of a D-STATCOM for Load Compensation and Power Facto...
Simulation and Analysis of a D-STATCOM for Load  Compensation and Power Facto...Simulation and Analysis of a D-STATCOM for Load  Compensation and Power Facto...
Simulation and Analysis of a D-STATCOM for Load Compensation and Power Facto...
 
IRJET- Simulation & Hardware Implementation of APFC Meter to Boost Up Power F...
IRJET- Simulation & Hardware Implementation of APFC Meter to Boost Up Power F...IRJET- Simulation & Hardware Implementation of APFC Meter to Boost Up Power F...
IRJET- Simulation & Hardware Implementation of APFC Meter to Boost Up Power F...
 
Fr3610401047
Fr3610401047Fr3610401047
Fr3610401047
 
Fg35918922
Fg35918922Fg35918922
Fg35918922
 
IRJET- Power Saver for Industrial and Commercial Establishments by Power Fact...
IRJET- Power Saver for Industrial and Commercial Establishments by Power Fact...IRJET- Power Saver for Industrial and Commercial Establishments by Power Fact...
IRJET- Power Saver for Industrial and Commercial Establishments by Power Fact...
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
Design and Simulation of Efficient DC-DC Converter Topology for a Solar PV Mo...
Design and Simulation of Efficient DC-DC Converter Topology for a Solar PV Mo...Design and Simulation of Efficient DC-DC Converter Topology for a Solar PV Mo...
Design and Simulation of Efficient DC-DC Converter Topology for a Solar PV Mo...
 
A010410109
A010410109A010410109
A010410109
 
Real and Reactive Power Compensation by using Diode Clamped Multilevel Invert...
Real and Reactive Power Compensation by using Diode Clamped Multilevel Invert...Real and Reactive Power Compensation by using Diode Clamped Multilevel Invert...
Real and Reactive Power Compensation by using Diode Clamped Multilevel Invert...
 
Low Voltage Energy Harvesting by an Efficient AC-DC Step-Up Converter
Low Voltage Energy Harvesting by an Efficient AC-DC Step-Up ConverterLow Voltage Energy Harvesting by an Efficient AC-DC Step-Up Converter
Low Voltage Energy Harvesting by an Efficient AC-DC Step-Up Converter
 
Thyristor switched capacitor
Thyristor switched capacitorThyristor switched capacitor
Thyristor switched capacitor
 
IRJET - Power Quality Improvement in Distribution Power System using STATCOM
IRJET - Power Quality Improvement in Distribution Power System using STATCOMIRJET - Power Quality Improvement in Distribution Power System using STATCOM
IRJET - Power Quality Improvement in Distribution Power System using STATCOM
 
IRJET - A Comparative Analysis of Cuk and Buck Boost Converter for PFC in...
IRJET -  	  A Comparative Analysis of Cuk and Buck Boost Converter for PFC in...IRJET -  	  A Comparative Analysis of Cuk and Buck Boost Converter for PFC in...
IRJET - A Comparative Analysis of Cuk and Buck Boost Converter for PFC in...
 
Solar Based Stand Alone High Performance Interleaved Boost Converter with Zvs...
Solar Based Stand Alone High Performance Interleaved Boost Converter with Zvs...Solar Based Stand Alone High Performance Interleaved Boost Converter with Zvs...
Solar Based Stand Alone High Performance Interleaved Boost Converter with Zvs...
 
High step up boost converter based micro inverter with mppt and current control
High step up boost converter based micro inverter with mppt and current controlHigh step up boost converter based micro inverter with mppt and current control
High step up boost converter based micro inverter with mppt and current control
 
8925273.ppt
8925273.ppt8925273.ppt
8925273.ppt
 
An on-chip soft-start pseudo-current hysteresis-controlled buck converter for...
An on-chip soft-start pseudo-current hysteresis-controlled buck converter for...An on-chip soft-start pseudo-current hysteresis-controlled buck converter for...
An on-chip soft-start pseudo-current hysteresis-controlled buck converter for...
 

Dernier

"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"mphochane1998
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...HenryBriggs2
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadhamedmustafa094
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Computer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersComputer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersMairaAshraf6
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
Bridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptxBridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptxnuruddin69
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxJuliansyahHarahap1
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesMayuraD1
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...soginsider
 

Dernier (20)

"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Computer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersComputer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to Computers
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Bridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptxBridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptx
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
 

automatic power factor correction report

  • 1. PROJECT’17 Automatic Power Factor Correction 1 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET Chapter 1 INTRODUCTION In the present technological revolution, power is very precious and the power system is becoming more and more complex with each passing day. As such it becomes necessary to transmit each unit of power generated over increasing distances with minimum loss of power. However, with increasing number of inductive loads, large variation in load etc. the losses have also increased manifold. Hence, it has become prudent to find out the causes of power loss and improve the power system. Due to increasing use of inductive loads, the load power factor decreases considerably which increases the losses in the system and hence power system losses its efficiency. Power factor is defined as the ratio of real power to apparent power. This definition is often mathematically represented as KW/KVA, where the numerator is the active (real) power and the denominator is the (active + reactive) or apparent power. It is a measure of how effectively the current is being converted into useful work output. A load with a power factor of 1.0 result in the most efficient loading of the supply and a load with a power factor of 0.5 will result in much higher losses in the supply system. A poor power factor can be the result of either a significant phase difference between the voltage and current at the load terminals, or it can be due to a high harmonic content or distorted/discontinuous current waveform. Poor load current phase angle is generally the result of an inductive load such as an induction motor, power transformer, lighting ballasts, welder or induction furnace. A distorted current waveform can be the result of a rectifier, variable speed drive, switched mode power supply, discharge lighting or other electronic load. Automatic power factor correction techniques can be applied to industrial units, power systems and also households to make them stable. As a result, the system becomes stable and efficiency of the system as well as of the apparatus
  • 2. PROJECT’17 Automatic Power Factor Correction 2 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET increases. Therefore, the use of microcontroller based power factor corrector results in reduced overall costs for both the consumers and the suppliers of electrical energy. Power factor correction using capacitor banks reduces reactive power consumption which will lead to minimization of losses and at the same time increases the electrical system ‘s efficiency. Power saving issues and reactive power management has led to the development of single phase capacitor banks for domestic and industrial applications. The development of this project is to enhance and upgrade the operation of single phase capacitor banks by developing a micro-processor based control system. The control unit will be able to control capacitor bank operating steps based on the varying load current. Current transformer is used to measure the load current for sampling purposes. Intelligent control using this micro-processor control unit ensures even utilization of capacitor steps, minimizes number of switching operations and optimizes power factor correction.
  • 3. PROJECT’17 Automatic Power Factor Correction 3 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET Chapter 2 LITERATURE SURVEY Pavg = VIcosφ Where, φ is the phase angle between the voltage and current. The term cosφ is called the power factor. Power factor is the ration between the KW and the KVA drawn by an electrical load where the KW is the actual load power and the KVA is the apparent load power. It is a measure of how effectively the current is being converted into useful work output and more particularly is a good indicator of the effect of the load current on the efficiency of the supply system. Apparent Reactive Power Power Active Power Fig 2.1: Power Triangle A load with a power factor of 1.0 result in the most efficient loading of the supply and a load with a power factor of 0.5 will result in much higher losses in the supply system. A poor power factor can be the result of either a significant phase difference between the voltage and current at the load terminals or it can be due to a high harmonic content or distorted/discontinuous current waveform. Poor load current phase angle is generally the result of an inductive load such as an induction motor, power transformer, lighting ballasts, welder or induction furnace. A distorted current waveform can be the result of a rectifier, variable speed drive, switched mode power supply, discharge lighting or other electronic load.
  • 4. PROJECT’17 Automatic Power Factor Correction 4 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET 2.1. Power Factor Correction Capacitive Power Factor correction is applied to circuits which include induction motors as a means of reducing the inductive component of the current and thereby reduce the losses in the supply. There should be no effect on the operation of the motor itself. An induction motor draws current from the supply that is made up of resistive components and inductive components.  The resistive components are:  i. Load current ii. Loss current  The inductive components are  i. Leakage reactance ii. Magnetizing current MOTOR CURRENT MAGNETIZING CURRENT WORK CURRENT Fig 2.2: Current Triangle The current due to the leakage reactance is dependent on the total current drawn by the motor but the magnetizing current is independent of the load on the motor. The magnetizing current will typically be between 20% and 60% of the rated full load current of the motor. The magnetizing current is the current that establishes the flux in the iron and is very necessary if the motor is going to operate. The magnetizing current does not actually contribute to the actual work output of the motor. It is the catalyst that allows the motor to work properly. The magnetizing current and the leakage reactance can be considered passenger components of current that will not affect the power drawn by the motor, but will contribute to the power dissipated in the supply and distribution system.
  • 5. PROJECT’17 Automatic Power Factor Correction 5 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET Chapter 3 DESIGN AND DEVELOPMENT 3.1BLOCK DIAGRAM Fig:3.1 Block Diagram of Automatic Power Factor Correction Circuit The above given circuit for Automatic Power Factor detection and correction operates on the principal of constantly monitoring the power factor of the system and to initiate the required correction in case the power factor is less than the set value of power factor
  • 6. PROJECT’17 Automatic Power Factor Correction 6 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET 3.2 CIRCUIT DIAGRAM Fig:3.2 Circuit Diagram of APFC 3.3 CIRCUIT DESCRIPTION The voltage signal obtained is converted into the digital by comparator circuit since micro controller accepts the digitized format only. This is given to the microcontroller as one input. Similarly, for current signal, from the current transformer is converted into voltage signal by rectification. As previously digitized the voltage signal, this current signal in the form of voltage is also digitized by the comparator circuit.
  • 7. PROJECT’17 Automatic Power Factor Correction 7 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET These two digitized signals i.e. voltage and currents are sent to the microcontroller as the inputs. According to the program written microcontroller calculates the time difference between the zero crossings of these two signals. This time difference is indirectly proportional to the system power factor. The information about this power factor and the power loss is displayed on the LCD display. And according to the range calculated by the microcontroller program; this drives the relays which switches the shunt capacitors across the load. While increasing of the inductive load by connecting the other loads like motors to this circuit results in reduced power factor. This will make the microcontroller to drive the more number of relays resulting in more shunt capacitors to be connected. In this project simple method of capacitor requirement calculation used based on the time delay between the voltage and current to bring the power factor near to unity. But in real time applications it will not be so. It requires the calculations like load current magnitude and KVAR requirement etc. Number of capacitors requirements depends on the load on the particular system. These parameters must be considered while dealing with the commercial power factor improvement or compensating products. 3.3.1 Zero crossing detector A zero crossing is a point where the sign of a mathematical function changes (e.g. from positive to negative), represented by the crossing of the axis (zero value) in the graph of the function. It is a commonly used term in electronics, mathematics, sound and image processing. In alternating current, the zero-crossing is the instantaneous point at which there is no voltage present. Ina a sine wave this condition normally occurs twice in a cycle. A zero crossing detector is an important application of op-amp comparator circuit. It can also be referred to as a sine to square wave converter. Anyone of the inverting or the non-inverting comparators can be used as a zero crossing detector. The reference voltage in this case is set to zero. The output voltage waveform shows when and in
  • 8. PROJECT’17 Automatic Power Factor Correction 8 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET what direction an input signal crosses zero volts. If input voltage is a low frequency signal, then output voltage will be less quick to switch from one saturation point to another. And if there is noise in between the two input nodes, the output may fluctuate between positive and negative saturation voltage ‗Vsat‘. .Here IC LM358 is used as a zero crossing detector. Fig:3.3 Zero Crossing Detector 3.3.2 Design of capacitor Motor input = P, Original P.F = Cosθ1, Final P.F = Cosθ2 Required Capacitor kVAR = P (Tan θ1 – Tan θ2) We know that; IC = V/ XC Whereas XC = 1 / 2 π F C IC = V / (1 / 2 π F C) IC = V 2 F C And, kVAR = (V x IC) / 1000 … [kVAR = (V x I)/ 1000] We have already calculated the required Capacity of Capacitor in kVAR, so we can easily convert it into Farads by using this simple formula Required Capacity of Capacitor in Farads/Microfarads C = kVAR / (2 π f V2) in microfarad
  • 9. PROJECT’17 Automatic Power Factor Correction 9 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET 3.4 COMPONENTS AND THEIR DESCRIPTION 3.4.1 Potential Transformer A potential transformer, a voltage transformer or a laminated core transformer is the most common type of transformer widely used in electrical power transmission and appliances to convert mains voltage to low voltage in order to power low power electronic devices. They are available in power ratings ranging from mW to MW. The Insulated laminations minimize eddy current losses in the iron core. A potential transformer is typically described by its voltage ratio from primary to secondary. A 600:120 potential transformer would provide an output voltage of 120V when a voltage of 600V is impressed across the primary winding. The potential transformer here has a voltage ratio of 230:24 i.e., when the input voltage is the single phase voltage 230V, the output is 24V. Fig:3.4.1 Potential transformer used as an Instrument Transformer The potential transformer here is being used for voltage sensing in the line. They are designed to present negligible load to the supply being measured and have an accurate voltage ratio and phase relationship to enable accurate secondary connected metering. The potential transformer is used to supply a voltage of about 12V to the Zero Crossing Detectors for zero crossing detection. The outputs of the potential
  • 10. PROJECT’17 Automatic Power Factor Correction 10 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET transformer are taken from one of the peripheral terminals and the central terminal as only a voltage of about 12V is sufficient for the operation of Zero crossing detector circuit. 3.4.2 Current Transformer: The current transformer is an instrument transformer used to step-down the current in the circuit to measurable values and is thus used for measuring alternating currents. When the current in a circuit is too high to apply directly to a measuring instrument, a current transformer produces a reduced current accurately proportional to the current in the circuit, which can in turn be conveniently connected to measuring and recording instruments. A current Transformer isolates the measuring instrument from what may be a very high voltage in the monitored circuit. Current transformers are commonly used in metering and protective relays. Fig:3.4.2 Current Transformer Like any other transformer, a current transformer has a single turn wire of a very large cross-section as its primary winding and the secondary winding has a large number of turns, thereby reducing the current in the secondary to a fraction of that in the primary. Thus, it has a primary winding, a magnetic core and a secondary winding. The alternating current in the primary produces an alternating magnetic field in the magnetic core, which then induces an alternating current in the secondary winding circuit.
  • 11. PROJECT’17 Automatic Power Factor Correction 11 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET 3.4.3 Capacitor Bank Capacitor banks may also be used in direct current power supplies to increase stored energy and improve the ripple current capacity of the power supply. The capacitor bank consists of a group of four ac capacitors, all rated at 400V, 50 Hz i.e., the supply voltage and frequency. The value of capacitors is different and it consists of four capacitors of 2.5farad. All the capacitors are connected in parallel to one another and the load. The capacitor bank is controlled by the relay module and is connected across the line. The operation of a relay connects the associated capacitor across the line in parallel with the load and other capacitors. Fig:3.4.3 Capacitor Bank 3.4.4 LM358 The abbreviation LM358 indicates an integrated circuit to 8 feet, containing two operational amplifiers at low power. The LM358 is designed for general use as amplifiers, high-pass filters and low, band pass filters and analogue adders. One of the particularities of this integrated is to be designed to be able to operate with a single static power that ranges from a minimum of 3 V to a maximum of 32 V although typically there settles at levels between 5 V and 15 V. In fact, , while most of
  • 12. PROJECT’17 Automatic Power Factor Correction 12 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET the integrated circuits containing the operational needs two power supplies, a positive and a negative, the LM358 can be connected to one positive supply while the negative supply is replaced by the mass . However, depending on the needs, it can also introduce the negative power supply by connecting the leg called ground to the appropriate generator. In feeding regime double the voltage range is ± 1.5 ÷ 16 V. Fig:3.4.4 LM358 Op-amp 3.4.5 Summer/Adder (X-OR) gate: They provide the system designer with a means for implementation of the EXCLUSIVE OR function. Logic gates utilize silicon gate CMOS technology to achieve operating speeds similar to LSTTL gates with the low power consumption of standard CMOS integrated circuits. All devices have the ability to drive STTL loads. The HCT logic family is functionally pin compatible with the standard LS logic family.
  • 13. PROJECT’17 Automatic Power Factor Correction 13 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET Fig:3.4.5 X-OR gate 3.4.6 Relay Driver: The ULN2003A are high voltage, high current Darlington arrays each containing seven open collector Darlington pairs with common emitters. Each channel rated at 500mA and can withstand peak currents of 600mA. Suppression diodes are included for inductive load driving and the inputs are pinned opposite the outputs to simplify board layout. The four versions interface to all common logic families: Fig:3.4.6 ULN 2003A These versatile devices are useful for driving a wide range of loads including solenoids, relays, DC motors, LED displays filament lamps, thermal print heads and high power buffers. The ULN2001A/2002A/2003A and 2004A are supplied in 16 pin plastic DIP
  • 14. PROJECT’17 Automatic Power Factor Correction 14 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET packages with a copper lead frame to reduce thermal resistance. They are available also in small outline package (SO-16) as ULN2001D/2002D/2003D/2004D Fig:3.4.6 Pinout of uln2003a 3.4.7 RELAY The relays used in the control circuit are high-quality Single Pole-Double Throw (SPDT), sealed 6V Sugar Cube Relays. These relays operate by virtue of an electromagnetic field generated in a solenoid as current is made to flow in its winding. The control circuit of the relay is usually low power (here, a 6V supply is used) and the controlled circuit is a power circuit with voltage around 230V ac. The relays are individually driven by the relay driver through a 6V power supply. Initially the relay contacts are in the Normally Open ‘state. When a relay operates, the electromagnetic field forces the solenoid to move up and thus the contacts of the external power circuit are made. As the contact is made, the associated capacitor is connected in parallel with the load and across the line. The relay coil is rated up to 8V,
  • 15. PROJECT’17 Automatic Power Factor Correction 15 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET with a minimum switching voltage of 5V. The contacts of the relay are rated up to 7A @ 270C AC and 7A @ 24V DC. Fig:3.4.7 relay 3.4.8 LCD (Liquid Crystal Display) LCD panel consist of two patterned glass panels in which crystal is filled under vacuum. The thickness of glass varies according to end use. Most of the LCD modules have glass thickness in the range of 0.70 to 1.1mm. Normally these liquid crystal molecules are placed between glass plates to form a spiral stair case to twist the light. These LCD cannot display any information directly. These act as an interface between electronics and electronics circuit to give a visual output. The values are displayed in the 2x16 LCD modules after converting suitably. The liquid crystal display (LCD), as the name suggests is a technology based on the use of liquid crystal. It is a transparent material but after applying voltage it becomes opaque. This property is the fundamental operating principle of LCDs.
  • 16. PROJECT’17 Automatic Power Factor Correction 16 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET Fig:3.4.8 Liquid Crystal Display 3.4.9 Arduino Uno Fig:3.4.9 Arduino Uno The Arduino Uno is a microcontroller board based on the ATmega328. It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz ceramic resonator, a USB connection, a power jack, an ICSP header, and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with a AC-to-DC adapter or battery to get started.
  • 17. PROJECT’17 Automatic Power Factor Correction 17 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET The Uno differs from all preceding boards in that it does not use the FTDI USB-to- serial driver chip. Instead, it features the Atmega16U2 (Atmega8U2 up to version R2) programmed as a USB-to-serial converter. The Arduino Uno can be powered via the USB connection or with an external power supply. The power source is selected automatically. External (non-USB) power can come either from an AC-to-DC adapter (wall-wart) or battery. Microcontroller ATmega328 Operating Voltage 5V Input Voltage (recommended) 7-12V Input Voltage (limits) 6-20V Digital I/O Pins 14 (of which 6 provide PWM output) Analog Input Pins 6 DC Current per I/O Pin 40 mA DC Current for 3.3V Pin 50 mA Flash Memory 32 KB (ATmega328) of which 0.5 KB used by bootloader SRAM 2 KB (ATmega328) EEPROM 1 KB (ATmega328) Clock Speed 16 MHz The Arduino Uno can be programmed with the Arduino software (download). Select "Arduino Uno from the Tools > Board menu (according to the microcontroller on your board). For details, see the reference and tutorials. The ATmega328 on the Arduino Uno comes pre burned with a bootloader that allows you to upload new code to it without the use of an external hardware programmer. It communicates using the original STK500 protocol (reference, C header files).You can also bypass the bootloader and program the microcontroller through the ICSP (In-Circuit Serial Programming) header; see these instructions for details.
  • 18. PROJECT’17 Automatic Power Factor Correction 18 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET 3.5 COST ANALYSIS RELAY 6V ,240V 5A 4 15 TRANSFORMER CT 5A 1 35 DIODE IN4007 4 2 Table 3.1 Cost Analysis COMPONENTS SPECIFICATION QUANTITY AMOUNT ARDUINO UNO 1 300 74LS86 XOR 1 8 ULN2003A 1 10 LM358 1 30 LCD 2*16 1 120 CAPACITOR CERAMIC 2.5uf 4 20 RESISTOR 4.7K 4 1 CAPACITOR CERAMIC .1uf 3 3 TRANSFORMER PT 240/9V 1 55 REGULATOR 7805,7812 2 10
  • 19. PROJECT’17 Automatic Power Factor Correction 19 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET Chapter 4 RESULT ANALYSIS 4.1 RESULT The expected outcome of this project is to measuring the power factor value displaying it in the LCD and to improve power factor using capacitor bank and reduce current draw by the load using microcontroller and proper algorithm to turn on capacitor automatically, determine and trigger sufficient switching of capacitor in order to compensate excessive reactive components, thus bringing power factor near to unity ,there by improving the efficiency of the system and reducing the electricity bill. To verify the performance of the automatic power factor correction using microcontroller a prototype is developed and tested. Figure shows the system setup for the automatic power correction using microcontroller. The power supply is of 12- 6V using step down transformer. And it contains a microcontroller, LCD module which is displaying correct power factor and relays which help to include capacitor banks to the circuit as per the necessity. Prototype is verified using, an inductive load. Which initially gives a lagging power factor, which by than gives an improved power factor close to unity by the proper working of the APFC unit. Fig:4.1
  • 20. PROJECT’17 Automatic Power Factor Correction 20 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET 4.2 WORKING MODEL Fig:4.2 Project Model
  • 21. PROJECT’17 Automatic Power Factor Correction 21 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET 4.3 PROTEUS SIMULATION Fig:4.3.1 ZCD Simulation in Multisim Software Fig:4.3.2 ZCD outputs of current and voltage as inputs to the X-OR
  • 22. PROJECT’17 Automatic Power Factor Correction 22 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET Chapter 5 FUTURE SCOPE The automotive power factor correction using capacitive load banks is very efficient as it reduces the cost by decreasing the power drawn from the supply. As it operates automatically, manpower is not required and this Automated Power Factor Correction using capacitive load banks can be used for the industries purpose in the future 5.1 ADVERSE EFFECT OF OVER CORRECTION 1. Power system becomes unstable 2. Resonant frequency is below the line frequency 3. Current and voltage increases 5.2 ADVANTAGES OF CORRECTED POWER FACTOR 1. Reactive power decreases 2. Avoid poor voltage regulation 3. Overloading is avoided 4. Copper loss decreases 5. Transmission loss decreases 6. Improved voltage control 7. Efficiency of supply system and apparatus increases
  • 23. PROJECT’17 Automatic Power Factor Correction 23 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET Chapter 6 CONCLUSION The Automatic Power Factor Detection and Correction provides an efficient technique to improve the power factor of a power system by an economical way. Static capacitors are invariably used for power factor improvement in factories or distribution line. However, this system makes use of capacitors only when power factor is low otherwise they are cut off from line. Thus, it not only improves the power factor but also increases the life time of static capacitors. The power factor of any distribution line can also be improved easily by low cost small rating capacitor. It can be concluded that power factor correction techniques can be applied to the industries, power systems and also households to make them stable and due to that the system becomes stable and efficiency of the system as well as the apparatus increases. The use of microcontroller reduces the costs. Due to use of microcontroller multiple parameters can be controlled and the use of extra hard wares such as timer, RAM, ROM and input output ports reduces.
  • 24. PROJECT’17 Automatic Power Factor Correction 24 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET REFERENCE  P. N. Enjeti and R Martinez, ―A high performance single phase rectifier with input power factor correction, IEEE Trans. Power Electron.vol.11, No. 2, Mar.2003.pp 311-317  J.G. Cho, J.W. Won, H.S. Lee, ―Reduced conduction loss zero-voltage-transition power factor correction converter with low cost, IEEE Trans. Industrial Electron. vol.45, no 3, Jun. 2000, pp395-400  V.K Mehta and Rohit Mehta, ―Principles of power system‖, S. Chand & Company Ltd,  International Journal of Engineering and Innovative Technology (IJEIT) Volume 3, Issue 4, October 2013 272 Power Factor Correction Using PIC Microcontroller  www.arduino.cc  Design and Implementation of Microcontroller-Based Controlling of Power Factor Using Capacitor Banks with Load Monitoring, Global Journal of Researches in Engineering Electrical and Electronics Engineering, Volume 13, Issue 2, Version 1.0 Year 2013 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals Inc. (USA) Online ISSN: 2249-4596 & Print ISSN: 0975-5861  Electric power industry reconstructing in India, Present scenario and future prospects, S.N. Singh, senior member, IEEE and S.C. Srivastava, Senior Member, IEEE.
  • 25. PROJECT’17 Automatic Power Factor Correction 25 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET ANNEXURES
  • 26. PROJECT’17 Automatic Power Factor Correction 26 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET ANNEXURE 1 (ARDUINO PROGRAMMING) PROGRAM Introduced in 2005, at the Interaction Design Institute Ivrea, in Ivrea, Italy, it was designed to give students an inexpensive and easy way to program interactive objects. It comes with a simple Integrated Development Environment (IDE) that runs on regular personal computers and allows writing programs for Arduino using a combination of simple Java and C or C++ int x,y,r=0; float z;//time,angle,pf,radians,pf2 relay #define echoPin 11 // Echo Pin #define pf1 9 #define pf2 8 #include <LiquidCrystal.h> LiquidCrystal lcd(3, 4, 5, 6, 7, 8);//LCD RS-12,En-11,D4-5,D5- 4,D6- 3,D7-2, void setup() { relayinit(); usinit(); lcdstart(); digitalWrite(pf1,LOW); } void loop() { uscheck(); } void usinit(void) {
  • 27. PROJECT’17 Automatic Power Factor Correction 27 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET pinMode(echoPin, INPUT); } void uscheck(void) { x = pulseIn(echoPin,LOW);//reads duartion pulse in Microseconds y = (x*9)/1000; z=cos(y*.01745); if(y>10 && r==0){digitalWrite(pf1,LOW);r=1;} else if (r==1 && y>10){digitalWrite(pf1,LOW); r=0;} if(x>500) { delay(500); lcd.setCursor(0, 0); lcd.print("THE BEST PROJECT"); lcd.setCursor(0, 1); lcd.print("POWERFACTOR="); lcd.print(z); } } void relayinit(void) { pinMode(pf1,OUTPUT); pinMode(pf2,OUTPUT); // pinMode(overvoltrelay,OUTPUT); } void lcdstart(void) { lcd.begin(16, 2);// set up the LCD's number of columns and rows: lcd.clear(); }
  • 28. PROJECT’17 Automatic Power Factor Correction 28 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET ANNEXURE 2 PCB DESIGN We are here using the software "gEDA" for designing the PCB. gEDA is a powerful package for designing single-sided and double sided PCBs. It provides a comprehensive range of tools including schematic drawing, schematic capture, component placement, automatic routing, Bill of Materials reporting and file generation for manufacturing RELAY MODULE PCB DESIGN ZERO CROSSING DETECTOR
  • 29. PROJECT’17 Automatic Power Factor Correction 29 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET ANNEXURE 3 (ATmega 328P)
  • 30. PROJECT’17 Automatic Power Factor Correction 30 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
  • 31. PROJECT’17 Automatic Power Factor Correction 31 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
  • 32. PROJECT’17 Automatic Power Factor Correction 32 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET ANNEXURE 4 (LM 358)
  • 33. PROJECT’17 Automatic Power Factor Correction 33 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET
  • 34. PROJECT’17 Automatic Power Factor Correction 34 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET ANNEXURE 4 (ULN 2003A)
  • 35. PROJECT’17 Automatic Power Factor Correction 35 DEPARTMENT OF ELECTRICAL AND ELECTRONICS, SCET