Power Theft Identification System in Distribution Lines using Differential Power Measurement (1)
Power Theft Identification System in Distribution Lines using Differential Power Measurement (1)
BACHELOR OF TECHNOLOGY
IN
ELECTRICAL AND ELECTRONICS ENGINEERING
Submitted by
Mr.E.Narasimhulu,M.Tech.
RGMCET
(ESTD-1995)
DEPARTMENT OF ELECTRICAL & ELECTRONICS ENGINEERING
(AUTONOMOUS)
2017-2021
ACKNOWLEDGEMENT
We are thankful to our Head of the Department and Professor Dr.V.Naga Bhaskar
Reddy, Department of Electrical and Electronics Engineering, RGMCET, Nandyal, for
providing us with good facilities and moral support throughout the course.
We are thankful to our principal Dr.T.Jaya Chandra Prasad, who has encouraged and
motivated me to complete the project by providing all necessary facilities to carry out the work
in the college.
We thank our honorable chairman Dr.M.Santhi Ramudu, for providing us with good
faculty and his moral support throughout the course.
A heart full and sincere gratitude to our beloved parents for their tremendous motivation
and moral support. Finally we express our gratitude to our friends and others who have helped us
directly and indirectly in carrying our project work successfully.
Project Associates
Science and technology with all its miraculous advancements has fascinated human life to
a great extent that imagining a world without these innovations is hardly possible. While
technology is on the raising slope, we should also note the increasing immoral activities.
With a technical view, “Power Theft” is a non-ignorable crime that is highly prevalent,
and at the same time it directly affects the economy of a nation..
This project is designed to find out such power theft in the normal distribution lines. This
project is using the principle of the differential protection scheme for the identification of
the power theft. The differential protection scheme consists of two CTs (current
transformers) connected at both the terminals of the load. If there is no fault in the load
then the secondary currents of both the CTs will be same. Using the same principle one
CT is connected at the starting end of the distributor and the remaining other CT is
connected to the different loads which are legal. If there is no power theft in the line then
the vector sum of all the CT’s which are connected to the load will be equal to the current
in the main CT. if there is a difference then we can make out that it should either be the
power theft or a fault in the line.
CONTENTS
CONTENTS i
LIST OF FIGURES ii
Page No.
1.1 Introduction 2
1.2 Methodology 3
1.2.1 Factors that influence illegal consumers 3
1.2.2 Methods of theft 3
1.2.3 Effects of electricity theft 3
1.3 Literature Survey 4
2.3 Wires 13
2.4.1 Characteristics 16
2.5 Resistor 17
2.5.2 Applications 18
2.6 Switch 20
2.7 Potentiometer 21
2.8.2 Features 27
2.8.4 Applications 28
2.9 LCD 29
2.10 Relay 30
2.10.1 Features 30
2.11.2 Specifications 34
2.11.3 Applications 34
2.12 Rectifiers 34
2.12.1 Diode 34
2.12.2 Capacitors 35
2.13.1 Description 38
2.13.2 Features 38
2.14 Buzzer 41
2.14.2 Applications 42
2.15.1 Features 42
LIST OF TABLES
CHAPTER-1
INTRODUCTION
CHAPTER-1
INTRODUCTION
1.1 INTRODUCTION
According to the survey, INDIAN POWER SYSTEM faces loss of about
30% of its total production of electricity. This loss is very high which takes place
because of transmission losses, electricity theft, etc. Major portion of its losses is due
to power theft. Power theft is done by taking tapping or hooking from transmission
line or by from the meters. Generally this type of power theft is seen in residential
area which can’t be easily detected as this type of theft is done during night hours.
Moreover, this kind of power theft causes unbalance/overloading of three phases of
distribution transformer. Due to unbalance/overloading condition, the transformer is
damaged due to heating of the overloaded phase. This project based on protection of
transformer from overloading due to theft of power. Basically, it consists of power
board where three phases enters through which the load is supplied instead of taking
tapping from nearby line passing. The power board also contains meter or the current
detector which will compare the outgoing current and the consumed current by the
customer (power delivered and power consumed). If the both the power is different
(which ultimately tells about the power theft) then, the meter will send information
about the area and pole immediately from where losses/theft is being carried out. Also,
it will secure the distribution transformer from unbalance condition. When any of the
three phases of distribution is unbalance or overloaded, this system will try to balance
the three phases which ultimately save the transformer from tripping. As the
transformer is tripped it takes about an hour to get restarted which will affect the
consumers if they are doing some important work or they are in the lift. This system
tries to balance the three phases and prevent from overloading by shifting the load of
loaded phase to the least loaded phase. If all the phases are loaded then this system
will send signal to the transformer for tap changing which will try to compensate the
load.
1.2 METHODOLOGY
invest on measures to reduce the electricity theft. These economic losses affect the utility
company’s interest in development of the devices in view of improving paint he quality of
supply or for electrification process.
Following is the brief description of work done on theft detection models by various
researchers:-
[1] The paper uses the approach based on power line communication principle which is use
for detecting theft in electricity. A high frequency signal is introduced in the distribution
network which changes its amplitude and frequency as the load in the lines increases or
decreases. The changes will be detected through the gain detectors if any illegal connection is
made between the poles then there will be modification in the values of gain and through
which the illegal connection in the electricity will be discovered and proper action will be
taken by the authorities to neutralize such connection but this approach is not tried for the
theft detection for the customers illegal use and it is infrastructure based.
[2] Uses the concept of customer’s historic usage pattern of electricity to create the user load
profiling information which is used to detect the unusual flow of electricity and thus provides
the class of customers which could be further synthesized to detect possible fraud customers.
The paper uses many concepts like Extreme Learning Machine, Support Vector Machine.
There are various process carried out in these process of detection. Firstly the usage data of
customers is pre-processed. The processing is done in three steps Data Selection, Data
Separation and Data Normalization. Then there is the process of feature selection which
automatically takes the important features of the data. Then the data is categorized by the
abnormal usage patterns by using ELM. Then the categorized data is further classified by
SVM to detect the possible fraud in electricity. But as we are using SVM. The accuracy of
detection decreases as SVM is not accurate in classifying data to the extent so there is
possibility of getting failure in detection of fraud.
CHAPTER-2
DESCRIPTION OF THE COMPONENTS
The Arduino platform has become quite popular with people just starting out with
electronics,and for good reason. Unlike most previous programmable circuit boards, the
Arduino does not need a separate piece of hardware (called a programmer) in order to load
new code onto the board – you can simply use a USB cable. Additionally, the Arduino IDE
uses a simplified version of C++, making it easier to learn to program. Finally, Arduino
provides a standard form factor that breaks out the functions of the micro-controller into a
more accessible package.
• Pins:- these pins are used to make connections with sensors and module. Common
pins on arduino boards are 5V, 3.3V, GND, Digital, PWM, Analog, AREF.
• Power supply and USB:- USB is used to upload the code onto your arduino board
along with it you can power your arduino board via USB but it might not be always
handy to power your arduino with USB in that case you can use barrel jack which is
provided for power supply. A power supply anywhere between 6-12 volt will be good
to power your arduino.
• (Note:-Do Not use a power supply greater than 20 volt which might overpower your
arduino and destroy it.)
• Reset button:- this button is used to restart your arduino and make it to run the code
from the beginning.
• Power LED indicator:- on the arduino board you will find a LED just next to 'ON'
this LED glows when you connect your arduino to a power supply. If this LED does
not glow either there is problem in the board or you have not connected the arduino
board with power supply properly.
• RX and TX LED:- first of all RX and TX is short term for receive and transmit
respectively. When ever there is data transfer while uploading code or communicating
with bluetooth module etc these LED glow.
• Voltage regulator:- this controls the amount of voltage which is let into arduino by
turning away extra voltage which may dame our board. This regulator also has a limit
so Do Not burn up arduino by supplying power more than 20 volts.
• Arduino NANO:- the main feature of this board is its size ,it is very small when
compared to an arduino UNO but it is capable of doing most of the thing which any
other Arduino board can do.
• Arduino Mega 2560 Rev3:- This board is used for more complex projects as it has
54 digital pins and 16 analog pins.
Arduino clones
• There are many clone version of arduino which are way cheaper than the original
board. I would recommend a clone arduino for beginners as it serves the same
purpose but at lower cost. Once you are familiar with it you can go for original made
in Italy arduino boards.
`The Arduino Nano is a small, complete, and breadboard-friendly board based on the
ATmega328 (Arduino Nano 3.0) or ATmega168 (Arduino Nano 2.x). It has more or less the
same functionality of the Arduino Duemilanove, but in a different package. It lacks only a
DC power jack, and works with a Mini-B USB cable instead of a standard one. The Nano
was designed and is being produced by Gravitech. The Nano 328 is a small, complete, and
breadboard-friendly board based on the ATmega328 (Arduino Nano 3.0) or ATmega168
(Arduino Nano 2.x).It have an integrated on-board USB. As the function, It has almost all the
analog and digital pins that the UNO or Duemilanove has and the same function as
Duemilanove or UNO. This Nano 328(Arduino compatible) can go with the IO Shield for
Arduino Nano, it would be more friendly and convenient for users to enter the Arduino world
and make use of Arduino to make their dream into reality. As an upgrade version of Arduino
Nano, This Nano 328 is 100% compatible to Arduino Nano and its shield and IDEs. On the
hardware part, remarkable changes are taken to improve the flexibility and user
experience. The Arduino Nano is a small, complete, and breadboard-friendly board
based on the ATmega328P (Arduino Nano 3.x). It has more or less the same
functionality of the Arduino Duemilanove, but in a different package. It lacks only a
DC power jack, and works with a Mini-B USB cable instead of a standard one.
Arduino board designs use a variety of microprocessors and controllers. The boards are
equipped with sets of digital and analog input/output (I/O) pins that may be interfaced to
various expansion boards or breadboards (shields) and other circuits. The boards feature
serial communications interfaces, including Universal Serial Bus (USB) on some models,
which are also used for loading programs from personal computers. The microcontrollers are
typically programmed using a dialect of features from the programming
languages C and C++. In addition to using traditional compiler tool chains, the Arduino
project provides an integrated development environment (IDE) based on
the Processing language project.
The Arduino project started in 2003 as a program for students at the Interaction Design
Institute Ivrea in Ivrea, Italy, aiming to provide a low-cost and easy way for novices and
professionals to create devices that interact with their environment
using sensors and actuators. Common examples of such devices intended for beginner
hobbyists include simple robots, thermostats and motion detectors.
The name Arduino comes from a bar in Ivrea, Italy, where some of the founders of the
project used to meet. The bar was named after Arduino of Ivrea, who was the margrave of
the March of Ivrea and King of Italy from 1002 to 1014
2.1.1 Features
1. Power OK blue LED, RST red LED for reset the Nano.
4. Mini-B USB for programming and serial monitor, TX&RX breakout for application
as USB-UART convertor.
7. Power OK red LED, Green (TX), green (RX) and green (L) LED
9. Mini-B USB for programming and serial monitor, TX&RX breakout for application
as USB-UART convertor
Operating Voltage 5V
SRAM 2KB
EEPROM 1KB
Fig.2.4 Led schematic symbol and I-V characteristics curves showing the different
colours available
A light-emitting diode (LED) is a semiconductor light source. LEDs are used as indicator
lamps in many devices and are increasingly used for other lighting. Appearing as practical
electronic components in 1962, early LEDs emitted low intensity red light, but modern
versions are available across the visible, ultraviolet, and infrared wavelengths, with very high
brightness.
powerful enough for room lighting are relatively expensive and require more precise current
and heat management than compact fluorescent lamp sources of comparable output.
2.3. Wires:
A jump wire (also known as jumper, jumper wire, jumper cable, DuPont wire, or DuPont
cable – named for one manufacturer of them) is an electrical wire or group of them in a cable
with a connector or pin at each end (or sometimes without them – simply "tinned"), which is
normally used to interconnect the components of a breadboard or other prototype or test
circuit, internally or with other equipment or components, without soldering.
Fig:2.6 Wires
2.4. PCB:
Printed circuit boards are used in all but the simplest electronic products. They are also used
in some electrical products, such as passive switch boxes.
Alternatives to PCBs include wire wrap and point-to-point construction, both once popular
but now rarely used. PCBs require additional design effort to lay out the circuit, but
manufacturing and assembly can be automated. Electronic computer-aided design software is
available to do much of the work of layout. Mass-producing circuits with PCBs is cheaper
and faster than with other wiring methods, as components are mounted and wired in one
operation. Large numbers of PCBs can be fabricated at the same time, and the layout only has
to be done once. PCBs can also be made manually in small quantities, with reduced benefits.
PCBs can be single-sided (one copper layer), double-sided (two copper layers on both sides
of one substrate layer), or multi-layer (outer and inner layers of copper, alternating with
layers of substrate). Multi-layer PCBs allow for much higher component density, because
circuit traces on the inner layers would otherwise take up surface space between components.
The rise in popularity of multilayer PCBs with more than two, and especially with more than
four, copper planes was concurrent with the adoption of surface mount technology. However,
multilayer PCBs make repair, analysis, and field modification of circuits much more difficult
and usually impractical.
A basic PCB consists of a flat sheet of insulating material and a layer of copper foil,
laminated to the substrate. Chemical etching divides the copper into separate conducting lines
called tracks or circuit traces, pads for connections, vias to pass connections between layers
of copper, and features such as solid conductive areas for electromagnetic shielding or other
purposes. The tracks function as wires fixed in place, and are insulated from each other by air
and the board substrate material. The surface of a PCB may have a coating that protects the
copper from corrosion and reduces the chances of solder shorts between traces or undesired
electrical contact with stray bare wires. For its function in helping to prevent solder shorts,
the coating is called solder resist or solder mask.
A printed circuit board can have multiple copper layers. A two-layer board has copper on
both sides; multi layer boards sandwich additional copper layers between layers of insulating
material. Conductors on different layers are connected with vias, which are copper-plated
holes that function as electrical tunnels through the insulating substrate. Through-hole
component leads sometimes also effectively function as vias. After two-layer PCBs, the next
step up is usually four-layer. Often two layers are dedicated as power supply and ground
planes, and the other two are used for signal wiring between components.
"Through hole" components are mounted by their wire leads passing through the board and
soldered to traces on the other side. "Surface mount" components are attached by their leads
to copper traces on the same side of the board. A board may use both methods for mounting
components. PCBs with only through-hole mounted components are now uncommon.
Surface mounting is used for transistors, diodes, IC chips, resistors and capacitors. Through-
hole mounting may be used for some large components such as electrolytic capacitors and
connectors.
The pattern to be etched into each copper layer of a PCB is called the "artwork". The etching
is usually done using photo resist which is coated onto the PCB, then exposed to light
projected in the pattern of the artwork. The resist material protects the copper from
dissolution into the etching solution. The etched board is then cleaned. A PCB design can be
mass-reproduced in a way similar to the way photographs can be mass-duplicated from film
negatives using a photographic printer.
FR-4 glass epoxy is the most common insulating substrate. Another substrate material
is cotton paper impregnated with phenolic resin, often tan or brown.
When a PCB has no components installed, it is less ambiguously called a printed wiring
board (PWB) or etched wiring board. However, the term "printed wiring board" has fallen
into disuse. A PCB populated with electronic components is called a printed circuit
assembly (PCA), printed circuit board assembly or PCB assembly (PCBA). In informal
usage, the term "printed circuit board" most commonly means "printed circuit assembly"
(with components). The IPC preferred term for assembled boards is circuit card
assembly (CCA),[4] and for assembled backplanes it is backplane assemblies. "Card" is
another widely used informal term for a "printed circuit assembly". For example, expansion
card.
A PCB may be "silkscreen" printed with a legend identifying the components, test points, or
identifying text. Originally, an actual silkscreen printing process was used for this purpose,
but today other, finer quality printing methods are usually used instead. Normally the screen
printing is not significant to the function of the PCBA.
Fig.2.7.PCB
A minimal PCB for a single component, used for prototyping, is called a breakout board. The
purpose of a breakout board is to "break out" the leads of a component on separate terminals
so that manual connections to them can be made easily. Breakout boards are especially used
for surface-mount components or any components with fine lead pitch.
2.4.1 Characteristics:
mechanical stress which might damage the PCB (e.g. by lifting the copper off the board
surface).
2.5. RESISTOR
A resistor is a passive two-terminal electrical component that implements electrical resistance
as a circuit element.
Fig.2.8 Resistor
The current through a resistor is in direct proportion to the voltage across the resistor's
terminals. This relationship is represented by Ohm's law:
V=IR (4.1)
Where I is the current through the conductor in units of amperes, V is the potential difference
measured across the conductor in units of volts, and R is the resistance of the conductor in
units of ohms. The ratio of the voltage applied across a resistor's terminals to the intensity of
current in the circuit is called its resistance, and this can be assumed to be a constant
(independent of the voltage) for ordinary resistors working within their ratings. Resistors are
common elements of electrical networks and electronic circuits and are ubiquitous in
electronic equipment. Practical resistors can be made of various compounds and films, as
well as resistance wire (wire made of a high- resistivity alloy, such as nickel-chrome).
Resistors are also implemented within integrated circuits, particularly analog devices, and can
also be integrated into hybrid and printed circuits.
2.5.1 Types of Resistors:
There are many thousands of different Types of Resistors and are produced in a variety of
forms because their particular characteristics and accuracy suit certain areas of application,
such as High Stability, High Voltage, High Current etc., or are used as general purpose
resistors where their characteristics are less of a problem. All modern fixed value resistors
can be classified into four broad groups, Carbon Composition Resistor - Made of carbon dust
or graphite paste, low wattage values. Film or Cermet Resistor - Made from conductive metal
oxide paste, very low wattage values. Wire-wound Resistor - Metallic bodies for heat sink
mounting, very high wattage ratings.
Resistance Color Code: In order to identify the nominal resistance and the tolerance of a
resistor, manufacturers typically use a color band system known as the resistor color code.
The electronic color code is used to indicate the values or ratings of electronic components,
usually for resistors. The power rating is not indicated in the resistor color code and must be
determined by experience using the physical size of the resistor as a guide. For resistors with
5% or 10% tolerance, the color code consists of 4 color bands. For resistors with 1%
or 2% tolerance, the color code consists of 5 bands. Tight tolerance resistors may have
three bands for significant figures rather than two, or an additional band indicating
temperature coefficient, in units of ppm/K.
2.5.2 Application:
Resistors are used with transducers to make sensor subsystems. Transducers are electronic
components which convert energy from one form into another, where one of the forms of
energy is electrical. Microphones and switches are input transducers. Output transducers
include loudspeakers, filament lamps and LEDs.
In other circuits, resistors are used to direct current flow to particular parts of the circuit, or
may be used to determine the voltage gain of an amplifier. Resistors are used with capacitors
to introduce time delays.
Most electronic circuits require resistors to make them work properly and it is obviously
important to find out something about the different types of resistor available, and to be able
to choose the correct resistor value, in Ω,KΩ or MΩ for a particular application.
1. On most resistors, you'll see there are three rainbow-colored bands, then a space, then
a fourth band colored brown, red, gold, or silver.
2. Turn the resistor so the three rainbow bands are on the left.
3. The first two of the rainbow bands tell you the first two digits of the resistance.
Suppose you have a resistor like the one shown here, with colored bands that are
brown, black, and red and a fourth golden band. You can see from the color chart
below that brown means 1 and black means 0, so the resistance is going to start with
"10". The third band is a decimal multiplier: it tells you how many powers of ten to
multiply the first two numbers by (or how many zeros to add on the end, if you prefer
to think of it that way). Red means 2, so we multiply the 10 we've got already by 10 ×
10 = 100 and get 1000. Our resistor is 1000 ohms.
4. The final band is called the tolerance and it tells you how accurate the resistance value
you've just figured out is likely to be. If you have a final band colored gold, it means
the resistance is accurate to within plus or minus 5 percent. So while the officially
stated resistance is 1000 ohms, in practice, the real resistance is likely to be anywhere
between 950 and 1050 ohms.
5. If there are five bands instead of four, the first three bands give the value of the
resistance, the fourth band is the decimal multiplier, and the final band is the
tolerance. Five-band resistors quoted with three digits and a multiplier, like this, are
necessarily more accurate than four-band resistors, so they have a lower tolerance
value.
2.6. SWITCHES
In electrical engineering, a switch is an electrical component that can disconnect or connect
the conducting path in an electrical circuit, interrupting the electric current or diverting it
from one conductor to another. The most common type of switch is an electromechanical
device consisting of one or more sets of movable electrical contacts connected to external
circuits. When a pair of contacts is touching current can pass between them, while when the
contacts are separated no current can flow.
Switches are made in many different configurations; they may have multiple sets of contacts
controlled by the same knob or actuator, and the contacts may operate simultaneously,
sequentially, or alternately. A switch may be operated manually, for example, a light
switch or a keyboard button, or may function as a sensing element to sense the position of a
machine part, liquid level, pressure, or temperature, such as a thermostat. Many specialized
forms exist, such as the toggle switch, rotary switch, mercury switch, pushbutton
switch, reversing switch, relay, and circuit breaker. A common use is control of lighting,
where multiple switches may be wired into one circuit to allow convenient control of light
fixtures. Switches in high-powered circuits must have special construction to prevent
destructive arcing when they are opened.
The most familiar form of switch is a manually operated electromechanical device with one
or more sets of electrical contacts, which are connected to external circuits. Each set of
contacts can be in one of two states: either "closed" meaning the contacts are touching and
electricity can flow between them, or "open", meaning the contacts are separated and the
switch is non-conducting. The mechanism actuating the transition between these two states
(open or closed) are usually (there are other types of actions) either an "alternate action" (flip
the switch for continuous "on" or "off") or "momentary" (push for "on" and release for "off")
type.
A switch may be directly manipulated by a human as a control signal to a system, such as a
computer keyboard button, or to control power flow in a circuit, such as a light switch.
Automatically operated switches can be used to control the motions of machines, for
example, to indicate that a garage door has reached its full open position or that a machine
tool is in a position to accept another workpiece. Switches may be operated by process
variables such as pressure, temperature, flow, current, voltage, and force, acting as sensors in
a process and used to automatically control a system. For example, a thermostat is a
temperature-operated switch used to control a heating process. A switch that is operated by
another electrical circuit is called a relay. Large switches may be remotely operated by a
DEPT. OF EEE. RGMCET Page 20
CHAPTER-2 DESCRIPTION OF THE COMPONENTS
motor drive mechanism. Some switches are used to isolate electric power from a system,
providing a visible point of isolation that can be padlocked if necessary to prevent accidental
operation of a machine during maintenance, or to prevent electric shock.
2.7. POTENTIOMETER
The Potentiometer is an electric instrument that used to measure the EMF (electro motive
force) of a given cell, the internal resistance of a cell. And also it is used to compare EMFs of
different cells. It can also use as a variable resistor in most of the applications. These
potentiometers are used in huge quantities in the manufacture of electronics equipment that
provides a way of adjusting electronic circuits so that the correct outputs are obtained.
Although their most obvious use must be for volume controls on radios and other electronic
equipment used for audio.
Fig.2.11 Potentiometer
Why is Potentiometer chosen over Voltmeter to measure the potential (EMF) of a cell? When
we use Voltmeter, current flows through the circuit and because of the internal resistance of
the cell, always terminal potential will be less than the actual cell potential. In this circuit,
when the potential difference is balanced (using a Galvanometer null detection), no current
flows in the circuit, so the terminal potential will be equal to the actual cell potential. So we
can understand that the Voltmeter measures the terminal potential of a cell, but this measures
actual cell potential. The schematic symbols of this is shown below.
The basic working principle of this is based on the fact that the fall of the potential across any
portion of the wire is directly proportional to the length of the wire, provided wire has
uniform cross-sectional area and the constant current flowing through it.“When there is no
potential difference between any two nodes there is electric current will flow”. Now the
potentiometer wire is actually a wire with high resistivity (ῥ) with uniform cross-sectional
area A. Thus, throughout the wire, it has uniform resistance. Now this potentiometer terminal
connected to the cell of high EMF V (neglecting its internal resistance) called driver cell or
the voltage source. Let the current through the potentiometer is I and R is the total resistance
of the potentiometer.
A potentiometer is also commonly known as pot. These potentiometers have three terminal
connections. One terminal connected to a sliding contact called wiper and the other two
terminals are connected to a fixed resistance track. The wiper can be moved along the
resistive track either by use of a linear sliding control or a rotary “wiper” contact. Both rotary
and linear controls have the same basic operation. The most common form of the
potentiometer is the single turn rotary potentiometer. This type of potentiometer is often used
in audio volume control (logarithmic taper) as well as many other applications. Different
These are the most common type of potentiometers, where the wiper moves along a circular
path.
In these types of Potentiometers the wiper moves along a linear path. Also known as slide
The potentiometer can be worked as a voltage divider to obtain a manual adjustable output
voltage at the slider from a fixed input voltage applied across the two ends of the
The semiconductor device like a transistor is one kind of switch which controls electrically. It
consists of three terminals like an i/p, o/p & a control line. These are named as the emitter
(E), collector(C) and base (B). A transistor works like a switch as well as an amplifier to
convert the waves from audio to electronic. Transistors are smaller in size, long life and can
operate with low voltage supplies. The first transistor was designed with Ge (germanium). In
modern electronics, it is the basic building block and used in various electrical and electronic
systems. This article discusses an overview of BC547 transistor working and its applications.
The BC547 transistor is an NPN transistor. A transistor is nothing but the transfer of
resistance which is used for amplifying the current. A small current of the base terminal of
this transistor will control the large current of emitter and base terminals. The main function
of this transistor is to amplify as well as switching purposes. The maximum gain current of
this transistor is 800A.
Fig,2.16. BC 547-transistor
The similar transistors are like BC548 & BC549. This transistor works in a fixed DC voltage
in the preferred region of its characteristics which is called the biasing. Further, the series of
this transistor can be divided into three groups based on the current gain like BC547A,
BC547B & BC547C.
DEPT. OF EEE. RGMCET Page 26
CHAPTER-2 DESCRIPTION OF THE COMPONENTS
2.8.4 Applications
Applications of BC547 transistor include the following.
• This BC547 transistor is used general-purpose, widely used and it is used as an alternative
as well as a substitute to different kinds of transistors. Thus, it can use in different
electronic circuits
• The utmost transition frequency of BC547 is 300MHz so that it will perform well within
RF circuits.
• Amplification of current
• Audio Amplifiers
• Switching Loads < 100mA
• Transistor Darlington Pairs
• Drivers like an LED driver, Relay Driver, etc.
• Amplifiers like Audio, signal, etc..
• Darlington pair
• Quick switching
• PWM (Pulse Width Modulation)
These transistors are used to build various electrical and electronic circuits which include the
following.
• Alarm circuits
• LED flasher circuit
• Water level indicator
• Sensor-based circuits
• Audio Preamp circuits
• RF Circuits
• Touch-sensitive switch circuit
• Heat sensor circuit
• Moisture sensitive alarm
• Latch circuit
• Street light circuit
• Relay driver based on one channel
• Indication of volume level
Pin
Function Name
No
1 Ground (0V) Ground
2 Supply voltage; 5V (4.7V – 5.3V) Vcc
3 Contrast adjustment; through a variable resistor VEE
4 Selects command register when low; and data register when high Register Select
5 Low to write to the register; High to read from the register Read/write
6 Sends data to data pins when a high to low pulse is given Enable
7 DB0
8 DB1
9 DB2
10 DB3
8-bit data pins
11 DB4
12 DB5
13 DB6
14 DB7
15 Backlight VCC (5V) Led+
16 Backlight Ground (0V) Led-
Table.2.4 Pin Description of LCD
2.10. RELAY:
The relay is the device that open or close the contacts to cause the operation of the other
electric control. It detects the intolerable or undesirable condition with an assigned area and
gives the commands to the circuit breaker to disconnect the circuit. It works on the principle
of electromagnetic attraction. It is a electromagnetic switch operated by a relatively small
current that can control much larger current.
2.10.1 Features
Works on 5V 240V Appliances can be controlled from a ARM Processor with a 5V signal
High power loads which cannot be directly controlled from ARM Processors can be switched
on/off with this relay module. Loads like 12V DC Motors, Solenoids, LEDs, etc can be
controlled with this module. Relay board uses high quality relays with a maximum load of
7A/240 V AC or 7A/24V DC Board comes with connectors for easy connections to both the
ARM processor and the load. The board uses high quality relays, which can handle a
maximum of 7A/240 V AC or 7A/24V DC. Each relay has all three connections - Common,
Normally Open, Normally Closed brought out to 3 pin screw terminals which makes it easy
to make and remove connections. The board has a power indication and a relay status LED to
ease debugging. The board requires a 5V to power supply to power the relay. The relay can
then be turned on and off with 5V HIGH Signal from a ARM Processor. Power input and
relay control signals are brought to header pins on the board. Hence, the board can be easily
interface with our Arduino and development boards using our female to female jumper wires.
The relay takes advantage of the fact that when electricity flows through a coil, it becomes an
electromagnet. The electromagnetic coil attracts a steel plate, which is attached to a switch.
So the switch's motion (ON and OFF) is controlled by the current flowing to the coil, or not,
respectively.
A very useful feature of a relay is that it can be used to electrically isolate different parts of a
circuit. It will allow a low voltage circuit (e.g. 5VDC) to switch the power in a high voltage
circuit (e.g. 100 VAC or more).
The relay operates mechanically, so it can not operate at high speed.
There are many kind of relays. You can select one according to your needs. The various
things to consider when selecting a relay are its size, voltage and current capacity of the
contact points, drive voltage, impedance, number of contacts, resistance of the contacts, etc.
The resistance voltage of the contacts is the maximum voltage that can be conducted at the
point of contact in the switch. When the maximum is exceeded, the contacts will spark and
melt, sometimes fusing together. The relay will fail. The value is printed on the relay.
voltage in India. The voltage across blue and white wires is 12V and voltage across the two
blue wires is 24V.
2.11.1 Working principle of a transformer:
◼ A transformer is static (or stationary) piece of apparatus which:
1.Transfers electric power from one circuit to another.
2.It does so without a change in frequency.
3.The principle is based on mutual induction between two circuits linked by a common
magnetic flux.
primary and secondary coil. As the number of windings in secondary coil is less as compared
to the number of windings in primary coil, So the amount of flux linkages to the secondary
coil of the transformer will also be less compared to the primary coil.
Accordingly, the emf induced will be less in the secondary coil. Due to this, the voltage
reduces at the secondary winding compared to primary winding.
2.11.2 Specifications:
1. Input Voltage: 220V AC at 50Hz
2. Output Voltage: 24V, 12V or 0V
3. Output Current: 1A
Other center tapped transformers are (12-0-12),(18-0-18),(24-0-24),(2A,3A,5A) etc.
2.11.3 Applications:
1. Rectifier circuits
2. AC-AC step down
3. Full wave rectifiers
2.12. RECTIFIER
A rectifier is an electrical device that converts alternating current (AC), which periodically
reverses direction, to direct current (DC), which flows in only one direction. The process is
known as rectification. Physically, rectifiers take a number of forms, including vacuum tube
diodes, mercury-arc valves, copper and selenium oxide rectifiers, semiconductor diodes,
silicon-controlled rectifiers and other silicon based semiconductor switches. Based upon
contolling the rectifiers divided into two types they are ‘Controlled’ and ‘Uncontrolled’
rectifiers. In this uncontrolled rectifiers are divided into two types they are ‘Half wave
Rectifier’ and ‘Full wave Rectifier’. Again the Full wave rectifier is divided into two types
they are ‘Bridge Rectifier’ and ‘Center-Tap Rectifier’. In our project we use ‘Uncontrolled
Full wave Bridge Rectifier’.
2.12.1 Diode:
• Diodes are also known as rectifiers because they change alternating current (ac) into
pulsating direct current (dc). Diodes are rated according to their type, voltage, and
current capacity.
• Diodes have polarity, determined by an anode (positive lead) and cathode (negative
lead). Most diodes allow current to flow only when positive voltage is applied to the
anode.
• The diode symbol's arrow points against the direction of electron flow. Reason:
Engineers conceived the symbol, and their schematics show current flowing from the
positive (+) side of the voltage source to the negative (-). It's the same convention
used for semiconductor symbols that include arrows—the arrow points in the
permitted direction of "conventional" flow, and against the permitted direction of
electron flow.
Fig.2.21.Diode
2.12.2 Capacitor:
Capacitor, device for storing electrical energy, consisting of two conductors in close
proximity and insulated from each other. A simple example of such a storage device is the
parallel-plate capacitor. If positive charges with total charge +Q are deposited on one of the
conductors and an equal amount of negative charge −Q is deposited on the second conductor,
the capacitor is said to have a charge Q.
Fig.2.22.Capacitors
In order to make the output voltage smooth & steady, a capacitor is placed at the output as
shown in the figure below.
The capacitor charge & discharges which make smooth transitions between the half
cycles.
Voltage Sensor is a precise low-cost sensor for measuring voltage. It is based on the
principle of resistive voltage divider design. It can make the red terminal connector input
voltage to 5 times smaller.
Pin Name Description
VCC
Positive terminal of the External voltage source (0-25V)
GND Negative terminal of the External voltage source
S Analog pin connected to Analog pin of Arduino
+ Not Connected
- Ground Pin connected to GND of Arduino
Table2.5. Voltage Sensor Module Pinout Configuration
Input Voltage: 0 to 25V
Voltage Detection Range: 0.02445 to 25
Analog Voltage Resolution: 0.00489V
Needs no external components
Easy to use with Microcontrollers
Small, cheap and easily available
Dimensions: 4 × 3 × 2 cm
Brief about Voltage Sensor Module
Voltage Detection Sensor Module is a simple and very useful module that uses a potential
divider to reduce any input voltage by a factor of 5. This allows us to use the Analog input
pin of a microcontroller to monitor voltages higher than it capable of sensing. For example,
with a 0V - 5V Analog input range, you are able to measure a voltage up to 25V. This
module also includes convenient screw terminals for easy and secure connections of a wire.
The internal circuit diagram of the Voltage Sensor Module is given below.
The voltage circuit consists of a voltage divider circuit of two resistors in which R1 is 30K
and R2 is 7.5K.
This is a simple but very useful module which uses a potential divider to reduce an input
voltage by a factor of 5. The Voltage Sensor Module 25V allows you to use the analog input
of a microcontroller to monitor voltages much higher than it capable of sensing.
For example with a 0-5V analog input range, you are able to measure a voltage up to 25V.
This voltage sensor module also includes convenient screw terminals for easy and secure
connection of a wire.
This module is based on the principle of resistive voltage divider design, can make the red
terminal connector input voltage to 5 times smaller. Arduino analog input voltages up to 5 v,
the voltage detection module input voltage not greater than 5Vx5=25V (if using 3.3V
systems, input voltage not greater than 3.3Vx5=16.5V).
Arduino AVR chips have 10-bit AD, so this module simulates a resolution of 0.00489V
(5V/1023), so the minimum voltage of input voltage detection module is
0.00489Vx5=0.02445V.
Note:
Keep in mind, you are restricted to voltages that are less than 25 volts. More than that and
you will exceed the voltage limit of your Arduino input.
Fig.2.30.Connection Diagram
1. Output Interface: “+ ” connected 5/3.3V, “-” connected GND, “s” connected Arduino
AD pins
2. DC input interface: red terminal positive with VCC, negative with GND
3. You can also use the IICLCD1602 LCD to display voltage.
4. By 3P connector, connect this module with the expansion of board Arduino, not only
makes it easier for you to detect voltage battery. Package Includes :1×Voltage
Detection Sensor Module
2.14:BUZZER:
Fig.2.31 Buzzer
1 : one that buzzes specifically : an electric signaling device that makes a buzzing sound. 2 :
the sound of a buzzer.
• Rated Voltage: 6V DC
2.14.2 Applications:
• Communication equipments
• Automobile electronics
7805 is a three terminal linear voltage regulator IC with a fixed output voltage of 5V which is
useful in a wide range of applications. Currently, the 7805 Voltage Regulator IC is
manufactured by Texas Instruments, ON Semiconductor, STMicroelectronics, Diodes
incorporated, Infineon Technologies, etc.
Pin1-Input
The function of this pin is to give the input voltage. It should be in the range of 7V to 35V.
We apply an unregulated voltage to this pin for regulation. For 7.2V input, the PIN achieves
its maximum efficiency.
Pin 2- Ground
We connect the ground to this pin. For output and input, this pin is equally neutral (0V).
Pin 3-Output
This pin is used to take the regulated output. It will be 5V
2.15.1 Features
In this 7805 voltage regulator lots of energy is dissipated or exhausted in the form of ‘heat’.
So to reduce that heat or to cool down the voltage regulator quickly we use ‘Heat sink’
which is fitted to it by means of screw.
CHAPTER-3
WORKING PROCEDURE
3.1 WORKING:
The working procedure of the ‘Power Theft Identification System of Distribution Lines Using
Differential Power Measurement is explained below.
This project is designed to find out such power theft in the normal distribution lines. In this
project we use differential protection scheme. The Differential protection scheme consist of
two CT’s (Current Transformer) connected at both the terminals of the load. If there is no
fault in the load then the secondary currents of both the CT’s will be same.
So, by using same principle one CT is connected at the starting of the distribution line and the
remaining other CT’s are connected to the different legal loads. If there is no power theft in
the line then the vector sum of the all CT’s which are connected to the loads will be equal to
the current in the main CT. If there is a difference then there is a power theft or any fault in
the line.
The Fig.3.1. is the block diagram of the power theft identification system of distribution lines
using differential power measurement. It works on the principle of differential protection
scheme .
The current transformers is used for the measurements of high current values .It is a stepdown
current transformer. Primary is connected to the where the current is to be measured. At the
secondary terminals stepdown current is obtained and the current is obtained in analog form it
is converted to digital by ADC block
There are two types of loads in block diagram that is Legal load and Illegal load . legal loads
are the loads which is connected by the meter and Ct’s are connected at each legal loads.
Illegal loads are the loads which are not connected by the meter and theft the power illegally
and CT’s are not present at this loads.
The power supply is given to the step down transformer , this transformer step down the
voltage from 230V to 12V-0V-12V that is center tapped transformer . Maximum output will
be 24V . this is given to the Rectifier that is Full wave Diode Bridge Rectifier
This rectifier which converts AC voltage to the DC voltage and the out put of this has some
ripples which is reduced by the filter connected after the rectifier so pure DC output is
obtained by the using of the 7805 voltage regulator the output of this voltage regulator will
be 5V constant . This voltage is given to the supply input to the Arduino Nano because every
basic electronic circuit will operate under regulated 5V DC.
There will be two loads where one will be the legal load and other will be the theft load that
is we use bulbs as loads. In this prototype we connect the theft load manually to show that
theft is detected when the illegal load is connected .
When only Legal load is connected , only that load is blown and the secondary currents at
both the CT’s are same, so the vector sum of secondary of the CT’s will be same , this is
given to the Arduino. so by the program which is written in the Arduino it compares the two
currents and the currents is same then the output is displayed on the LCD screen that is the
current value displayed on the screen and the buzzer will not blown.
When the illegal load is connected , both the legal load and the theft load is blown and the
secondary currents of both CT’s are not same, then there is a difference in the vector sum of
secondary of the CT’s. this is given to the Arduino. By the program it compares the two
currents and the currents are not same then the output s displayed on the LCD screen is
“Theft detected” and the current value is displayed on the screen and the buzzer will blown.
CHAPTER-4
APPLICATIONS AND ADVANTAGES
4.1 ADVANTAGES
4.2 APPLICATIONS
CHAPTER -5
RESULT AND CONCLUSION
5.1 RESULTS
Fig.5.3 shows the when there is power theft that is Fig.5.4 shows the when theft load that is illegal load is
added, In the LCD “Load Theft Detected” is displayed on
illegal load is added, so illegal bulb is blown and the
the screen
voltage is displayed on the LCD screen
The above figures are the “Result diagrams of Power theft Identification system of
Distribution lines using Differential Power Measurement”
The proposed Power Theft Identification System of Distribution Lines using Differential
Power Measurement is cost effective and one of the simple way to find the power theft in
distribution lines. By this it helps to increase our nation economy because power is used
illegally which effect the nations economy directly and the installation cost is more but we
can find the power theft in particular area and particular distribution line which reduces the
time of identification of power theft now a days. Although installation cost is more it can last
for many years. By using CT’s, the secondary currents of main and load CT’s is given to the
Arduino Nano and with the help of program it compares the both currents , If there is
difference between two currents then there is a theft in power. If the two currents is same then
there is no power theft. This will help to tackle the problem of electricity theft which is very
high in India.
5.2 CONCLUSION
It is found that overloading, due to various reasons such as power theft, unbalance condition
due to loading of any phase are the prime cause of failure transformer. Most of them are
caused due to low maintenance as many localities are situated at remote areas
so this system will help to prevent transformers from being damaged or overload condition.
This will help to tackle the problem of electricity theft and transformer damage, as the failure
rate is very high in INDIA, around 25% per annum, which is not favorably comparable to
international norms of 1-2%
Further this prototype is extended to find the power theft in effective manner by using
modern techniques. Still research is going on this project. We believe that this project will
reduce the power theft in our country
PROGRAM:
int x;
#define relay 7
#define buzzer 10
void setup() {
pinMode(relay, OUTPUT);
pinMode(buzzer, OUTPUT);
digitalWrite(buzzer, LOW);
digitalWrite(relay, LOW);
lcd.setCursor(0,0); //Initially set the cursor position of LCD to 1st Columb 1st row.
lcd.setCursor(0,1); //Initially set the cursor position of LCD to 1st Columb 2nd row.
delay(3000);
lcd.setCursor(0,0);
lcd.setCursor(0,1);
delay(3000);
lcd.setCursor(0,0);
lcd.print(" ");
lcd.setCursor(0,1);
lcd.print(" ");
void loop() {
x=analogRead(A0)*(5.0/1023.0)*100;
lcd.setCursor(0,0);
lcd.setCursor(0,1);
lcd.setCursor(13,1);
lcd.print(x);
digitalWrite(relay, HIGH);
lcd.setCursor(0,0);
lcd.setCursor(0,1);
lcd.print(" ");
for(int i=0;i<3;i++){
digitalWrite(buzzer,HIGH);
delay(500);
digitalWrite(buzzer,LOW);
delay(500);
else if(x<280){
digitalWrite(relay, LOW);
else;
} // end loop
#
REFERENCES:
[1] J. L. Del Monaco, “The role of distributed generation in the critical electric power
infrastructure,” in IEEE-Power Engineering Soc. Winter Meeting, vol. 1, 2001, pp. 144–145.
[2] L. Philipson, “Distributed and dispersed generation: addressing the spectrum of consumer
needs,” in IEEE-Power Engineering Soc. Summer Meeting, vol. 3, 2000, pp. 1663–1665.
[3] D. Casadei, G. Grandi, R. K. Jardan, and F. Profumo, “ Control strategy of a power line
for household supply,” in Proc. IEEE Power Electronics Specialist Conf., vol. 2, 1999, pp.
607–612. [4] R. K. Jardan, O. Dranga, and D. Bereknyei, “ Standby power supply using
alternative energy through co-phase shifting technologies,” in Proc. 3rd Int. Conf.
TELESCON Telecommunications Energy Special, 2000, pp. 215–219. [5] M. Etezadi-Amoli
and K. Choma,“Electrical performance characteristics of a distribution transformer,”inIEEE-
Power Engineering Soc.Winter Meeting, vol. 2, 2001, pp. 736–740.
[6] “ELECTRICAL POWER SYSTEM ” by ASHFAQ HUSSAIN. [7]”ELECTRICAL
TECHNOLOGY VOL-II” by B.L. THAREJA . [8] ”MICROCONTROLLER” by MAZIDI
AND MAZIDI.
[7]H. T. M. R. a. H. B. W.A. Doorduin, Feasibility study of Electricity Theft detection using
Mobile Remote Check Meters, 2004.
[8] K. S. K. T. M. I. S. K. A. J. Nagi, "Detection of Abnormalities and Electricity Theft using
Genetic Support Vector Machines," IEEE Xplore, 2009.
[9] M. V. R. Aryadevi Remanidevi Devidas, "Wireless Smart Grid Design for Monitoring
and Optimizing Electric Transmission in India," in Fourth International Conference on
Sensor Technologies and Applications, 2009.
[10] X. X. C. W. Lijuan Chen, "Research on Antielectricity Stealing Method Base on State
Estimation," IEEE, 2011.
[11] N. J. C. A. Solomon, "A Methodology for the Design of an Electricity Theft Monitoring
System," Journal of Theoretical and Applied Information Technology, 2011.