SlideShare una empresa de Scribd logo
1 de 22
PROGRAMMABLE LOAD SHEDDING TIME
MANAGEMENT FOR UTILITY DEPARTMENT
Under the Guidance of
Asst.Prof.Ghongade.Prashant
Presented by
Padmaraj (3GN14EE027)
Mukund (3GN15EE025)
Jagdish (3GN15EE014)
Sachin (3GN16EE413)
1
CONTENTS:
 INTRODUCTION
 PROJECT BLOCK DIAGRAM
 POWER SUPPLY
 HARDWARE COMPONENT
 WORKING OF PROJECT
 SOFTWARE REQURIEMENTS
 ADVANTAGES
 FUTURE SCOPE
 CONCLUSION
2
Load shedding is what electric utilities do when there is a huge demand for
electricity that exceeds the supply. Thus in a distribution system it needs to
be precisely controlled for specific period of time. Programmable load
shedding time management system is a reliable circuit that takes over the
manual task of switch ON/OFF the electrical devices with respect to time.
It uses real time clock (RTC) interfaced to a microcontroller of 8051
family. While the set time equals to the real time, then microcontroller
gives command to the corresponding relay to turn ON the load and then
another command to switch OFF as per the program. Multiple ON/OFF
time entry is the biggest advantage with this project. A matrix keypad
helps entering the time. A 7-sement display is interfaced to the
microcontroller to display time.
INTRODUCTION
3
PROJECT BLOCK DIAGRAM
Fig. 1 :Block diagram of Programmable Load Shedding.
4
HARDWARE COMPONENTS
POWER SUPPLY BLOCK
VOLTAGE REGULATOR (LM 7805)
MICROCONTROLLER (AT89S52/AT89C51)
DS1307 RTC
MATRIX KEYPAD
RELAY
SEVEN SEGMENT
BC547
RESISTORS
CAPACITORS
5
MICROCONTROLLER
 It is a smaller computer
 Has on-chip RAM, ROM, I/O ports...
RAM ROM
I/O
Port
Timer
Serial
COM
Port
Microcontroller
CPU
A single chip
Fig.2:Structure of Microcontroller
6
INTERNAL STRUCTURE OF A MICRO CONTROLLER-AT89S52/51
CPU
On-chip
RAM
On-chip
ROM for
program
code
4 I/O Ports
Timer 0
Serial
PortOSC
Interrupt
Control
External interrupts
Timer 1
Timer/Counter
Bus
Control
TxD RxDP0 P1 P2 P3
Address/Data
Counter
Inputs
Fig.3: Internal Structure of Microcontroller
7
FEATURES OF AT89S51/52
 Compatible with MCS®-51 ProductS
 8K Bytes of In-System Programmable (ISP) Flash Memory
 Endurance: 10,000 Write/Erase Cycles
 4.0V to 5.5V Operating Range
 Fully Static Operation: 0 Hz to 33 MHz
 256 x 8-bit Internal RAM
 32 Programmable I/O Lines
 Three 16-bit Timer/Counters
 Eight Interrupt Sources
 Full Duplex UART Serial Channel
 Interrupt Recovery from Power-down Mode
 Watchdog Timer
 Dual Data Pointer
8
PIN DESCRIPTION
Fig. 4 :Pin Diagram of Microcontroller
9
RELAY
IT IS A ELECTRO MAGNETIC SWITCH.
USED TO CONTROL THE ELECTRICAL DEVICES.
COPPER CORE MAGNETIC FLUX PLAYS MAIN ROLE HERE.
Fig. 5 :Relay 6V DC 10
The relay's switch connections are usually labeled COM, NC and NO:
COM = Common, always connect to this; it is the moving part of the itch.
NC = Normally Closed, COM is connected to this when the relay coil is off.
NO = Normally Open, COM is connected to this when the relay coil is on
Fig. 6 : Relay's switch connections
11
RELAY DRIVER (ULN 2003)
ULN2003 is a high voltage and high current Darlington
transistor array.
It consists of seven NPN Darlington pairs that feature high-
voltage outputs with common-cathode Clamp diode for
switching inductive loads.
The ULN2003 has a 2.7kW series base resistor for each
Darlington pair for operation directly with TTL or 5V CMOS
devices.
Current, Output Max:500mA.
Voltage, Input Max:5V.
Voltage, Output Max:50V.
12
KEYPAD
 A keypad is a set of buttons arranged in a block or
"pad" which usually bear digits, symbols and
usually a complete set of alphabetical letters. If it
mostly contains numbers then it can also be
called a numeric keypad.
 In order to detect which key is pressed from the
matrix, the row lines are to be made low one by
one and read the columns. Assume that if Row1
is made low, then read the columns.
Fig.7:Keypad
13
DS1307 RTC
RTC?
The RTC chip is a specialized chip that just keeps track of time.
It runs on a battery and keeps time for you even when there is a power
outage!
 Using an RTC, you can keep track of long timelines, even if you
reprogram your microcontroller or disconnect it from USB or a power
plug.
The RTC we'll be using is the DS1307 . It's low cost, easy to solder, and
can run for years on a very small coin cell.
14
 FEATURES OF DS1307
Real time clock counts seconds, minutes, hours, date of month, month, day of week
and year with leap year compensation valid up to 2100
56 byte nonvolatile RAM for general data storage
2-wrire interface (I2C)
Automatic power fail detect
Consumes less than 500 nA for battery back-up at 25'C
Fig. 8 : Pin Diagram of RTC DS1307
15
LIQUID CRYSTAL DISPLAY (LCD)
Most common LCDs connected to the microcontrollers are 16x2 and
20x2 displays.
This means 16 characters per line by 2 lines and 20 characters per
line by 2 lines, respectively.
The standard is referred to as HD44780U, which refers to the
controller chip which receives data from an external source (and
communicates directly with the LCD.
Fig. 11 : LCD display
16
WORKING OF PROJECT
The project uses one real time clock IC DS1307 i.e., Interface to the
MC pin 27 & 28. IT uses a crystal of 32.768 KHz to deliver timing
reference.
A matrix keypad is used for setting the time, relay ON time & OFF
time.
The relay is driven by pin 25 of MC through driving transistor BC547.
Seven segment LED’s are parallel connected to Port 0 through driving
transistors four numbers BL547 to the respective, anode seven segment
LED display as the operation of which is explained before.
17
SOFTWARE REQUIREMENTS
 Keil an ARM Company makes C compilers, macro assemblers, real-time kernels, debuggers,
simulators, integrated environments, evaluation boards, and emulators for
ARM7/ARM9/Cortex-M3, XC16x/C16x/ST10, 251, and 8051 MCU families.
 Compilers are programs used to convert a High Level Language to object code. Desktop
compilers produce an output object code for the underlying microprocessor, but not for other
microprocessors. i.e the programs written in one of the HLL like ‘C’ will compile the code to
run on the system for a particular processor like x86 (underlying microprocessor in the
computer).
For example compilers for Dos platform is different from the Compilers for Unix
platform So if one wants to define a compiler then compiler is a program that translates
source code into object code. 18
FUTURE SCOPE
Further the project can be enhanced by interfacing a GSM modem to the
existing project so that the complete control of the load can be done by
sending an SMS to the control unit.
ADVANTAGES
○ They have low losses
○ They require little maintenance
○ They can work under ordinary atmospheric conditions.
19
CONCLUSION
The aim of this project is to present the load shedding
phenomena and highlights their use in industry, mobile tower
applications. It has been underlined that this hardware solution
can perfectly address the current challenges in these fields
such as high control performance, reliability and efficiency.
Programmable parameters allow the complete control over the
whole system.
20
REFERENCE
[1] V.K.Mehta and Rohit Mehta, “Principles of Power System”, 4th ed, S. Chand publication, 2008.
[2] Ashfaq Husain, “Electrical Power System”, 5th ed, CBS Publishers and Distributors Pvt. Ltd.,
2007.
[3] M.A.O liveira and C.C. Barioni, “Technical loss calculation by distribution system segment with
corrections from measurements”, Proc.20th international Conference and Exhibition on Electricity
Distribution, Prague, Czech Republic, June 2009, pp. 1–4.
[4] Sunil S. Rao, “Switchgear Protection and Power Systems”, 9th ed, Khanna Publishers, 2012.
[5] C.L.Wadhwa, “Electrical Power Systems”, 4th ed, New Age International Publishers, 2005.
[6] C. J. Bandim, E. R. Alves ., A. V. Pinto, F. C. Souza, M. R. B. Loureiro, C. A. Magalhges and F.
Galvez-Durand, “Identification of Energy Theft band Tampered Meters Using a Central Observer
Meter: A Mathematical Approach”, Transmission and distribution conference and exposition, 2003
IEEE PES, vol. 1, pp. 163-168,2003.
[7] “RWS-434N Datasheet”, Wenshing electronics co., Ltd., Taipei, Taiwan.
21
THANK YOU
22

Más contenido relacionado

La actualidad más candente

Automatic water level_controller
Automatic water level_controllerAutomatic water level_controller
Automatic water level_controller
Akash Shukla
 
Automatic load sharing of transformer using microcontroller
Automatic load sharing of transformer using microcontrollerAutomatic load sharing of transformer using microcontroller
Automatic load sharing of transformer using microcontroller
Prakhar Anand
 

La actualidad más candente (20)

Detection of power grid synchronization failure on sensing of frequency and v...
Detection of power grid synchronization failure on sensing of frequency and v...Detection of power grid synchronization failure on sensing of frequency and v...
Detection of power grid synchronization failure on sensing of frequency and v...
 
3 phase Transmission Line fault detector edit 1-3.pptx
3 phase Transmission Line fault detector edit 1-3.pptx3 phase Transmission Line fault detector edit 1-3.pptx
3 phase Transmission Line fault detector edit 1-3.pptx
 
Voltage sag and it’s mitigation
Voltage sag and it’s mitigationVoltage sag and it’s mitigation
Voltage sag and it’s mitigation
 
Automatic control of street light using LDR
Automatic control of street light using LDRAutomatic control of street light using LDR
Automatic control of street light using LDR
 
Voltage sag
Voltage sagVoltage sag
Voltage sag
 
statcom
statcomstatcom
statcom
 
Static relay
Static relayStatic relay
Static relay
 
automatic light control at night ppt by Shubhan raj
automatic light control at night ppt by Shubhan rajautomatic light control at night ppt by Shubhan raj
automatic light control at night ppt by Shubhan raj
 
Automatic water level_controller
Automatic water level_controllerAutomatic water level_controller
Automatic water level_controller
 
Vehicle to Grid Technology
Vehicle to Grid TechnologyVehicle to Grid Technology
Vehicle to Grid Technology
 
POWER QUALITY IMPROVEMENT
POWER QUALITY IMPROVEMENTPOWER QUALITY IMPROVEMENT
POWER QUALITY IMPROVEMENT
 
Polyfuse.
Polyfuse.Polyfuse.
Polyfuse.
 
Power Electronics-Introduction
Power Electronics-IntroductionPower Electronics-Introduction
Power Electronics-Introduction
 
AUTOMATIC BELL FOR COLLEGE
AUTOMATIC BELL FOR COLLEGEAUTOMATIC BELL FOR COLLEGE
AUTOMATIC BELL FOR COLLEGE
 
Surge current protection using superconductor ppt
Surge current protection using superconductor pptSurge current protection using superconductor ppt
Surge current protection using superconductor ppt
 
Arduino_based_inverter_using_matlab
Arduino_based_inverter_using_matlabArduino_based_inverter_using_matlab
Arduino_based_inverter_using_matlab
 
Grid synchronisation
Grid synchronisationGrid synchronisation
Grid synchronisation
 
Power Theft Detection Using IOT
Power Theft Detection Using IOTPower Theft Detection Using IOT
Power Theft Detection Using IOT
 
GIS (Gas-Insulated Substation) by Bharat & Shanni
GIS (Gas-Insulated Substation) by Bharat & ShanniGIS (Gas-Insulated Substation) by Bharat & Shanni
GIS (Gas-Insulated Substation) by Bharat & Shanni
 
Automatic load sharing of transformer using microcontroller
Automatic load sharing of transformer using microcontrollerAutomatic load sharing of transformer using microcontroller
Automatic load sharing of transformer using microcontroller
 

Similar a Programmable Load Shedding for the utility department

4 Way traffic controll new
4 Way traffic controll new4 Way traffic controll new
4 Way traffic controll new
Mainak Nandi
 
Design and implementation of a generator power sensor and shutdown timer
Design and implementation of a generator power sensor and shutdown timerDesign and implementation of a generator power sensor and shutdown timer
Design and implementation of a generator power sensor and shutdown timer
Alexander Decker
 

Similar a Programmable Load Shedding for the utility department (20)

4 Way traffic controll new
4 Way traffic controll new4 Way traffic controll new
4 Way traffic controll new
 
Project report on the Digital clock using RTC and microcontroller 8051
Project report on the Digital clock using RTC and microcontroller 8051Project report on the Digital clock using RTC and microcontroller 8051
Project report on the Digital clock using RTC and microcontroller 8051
 
under grund fault ppt (1).pptx
under grund fault ppt (1).pptxunder grund fault ppt (1).pptx
under grund fault ppt (1).pptx
 
Interfacing Of PIC 18F252 Microcontroller with Real Time Clock via I2C Protocol
Interfacing Of PIC 18F252 Microcontroller with Real Time Clock via I2C ProtocolInterfacing Of PIC 18F252 Microcontroller with Real Time Clock via I2C Protocol
Interfacing Of PIC 18F252 Microcontroller with Real Time Clock via I2C Protocol
 
TRANSFORMER FAULT DETECTION AND MONITORING
TRANSFORMER FAULT DETECTION AND MONITORINGTRANSFORMER FAULT DETECTION AND MONITORING
TRANSFORMER FAULT DETECTION AND MONITORING
 
Report on Embedded Based Home security system
Report on Embedded Based Home security systemReport on Embedded Based Home security system
Report on Embedded Based Home security system
 
Precise kilometer calculation by underground cable fault detector
Precise kilometer calculation by underground cable fault detectorPrecise kilometer calculation by underground cable fault detector
Precise kilometer calculation by underground cable fault detector
 
Ppt meg
Ppt  megPpt  meg
Ppt meg
 
DETECTING POWER GRID SYNCHRONISATION FAILURE ON SENSING BAD VOLTAGE OR FREQUE...
DETECTING POWER GRID SYNCHRONISATION FAILURE ON SENSING BAD VOLTAGE OR FREQUE...DETECTING POWER GRID SYNCHRONISATION FAILURE ON SENSING BAD VOLTAGE OR FREQUE...
DETECTING POWER GRID SYNCHRONISATION FAILURE ON SENSING BAD VOLTAGE OR FREQUE...
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
 
E010132736
E010132736E010132736
E010132736
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
 
Minor Project Report on - short range personal 'RADAR'.
Minor Project Report on - short range personal 'RADAR'.Minor Project Report on - short range personal 'RADAR'.
Minor Project Report on - short range personal 'RADAR'.
 
Mobile robotic platform to gathering real time sensory data in wireless perso...
Mobile robotic platform to gathering real time sensory data in wireless perso...Mobile robotic platform to gathering real time sensory data in wireless perso...
Mobile robotic platform to gathering real time sensory data in wireless perso...
 
Design and implementation of a generator power sensor and shutdown timer
Design and implementation of a generator power sensor and shutdown timerDesign and implementation of a generator power sensor and shutdown timer
Design and implementation of a generator power sensor and shutdown timer
 
Water environment measuring system using ph sensor
Water environment measuring system using ph sensorWater environment measuring system using ph sensor
Water environment measuring system using ph sensor
 
Modeling & Design of Dtmf Technique Based Automatic Mobile Switching & Contro...
Modeling & Design of Dtmf Technique Based Automatic Mobile Switching & Contro...Modeling & Design of Dtmf Technique Based Automatic Mobile Switching & Contro...
Modeling & Design of Dtmf Technique Based Automatic Mobile Switching & Contro...
 
Embedded systems presentation
Embedded systems presentationEmbedded systems presentation
Embedded systems presentation
 

Último

Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Último (20)

2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 

Programmable Load Shedding for the utility department

  • 1. PROGRAMMABLE LOAD SHEDDING TIME MANAGEMENT FOR UTILITY DEPARTMENT Under the Guidance of Asst.Prof.Ghongade.Prashant Presented by Padmaraj (3GN14EE027) Mukund (3GN15EE025) Jagdish (3GN15EE014) Sachin (3GN16EE413) 1
  • 2. CONTENTS:  INTRODUCTION  PROJECT BLOCK DIAGRAM  POWER SUPPLY  HARDWARE COMPONENT  WORKING OF PROJECT  SOFTWARE REQURIEMENTS  ADVANTAGES  FUTURE SCOPE  CONCLUSION 2
  • 3. Load shedding is what electric utilities do when there is a huge demand for electricity that exceeds the supply. Thus in a distribution system it needs to be precisely controlled for specific period of time. Programmable load shedding time management system is a reliable circuit that takes over the manual task of switch ON/OFF the electrical devices with respect to time. It uses real time clock (RTC) interfaced to a microcontroller of 8051 family. While the set time equals to the real time, then microcontroller gives command to the corresponding relay to turn ON the load and then another command to switch OFF as per the program. Multiple ON/OFF time entry is the biggest advantage with this project. A matrix keypad helps entering the time. A 7-sement display is interfaced to the microcontroller to display time. INTRODUCTION 3
  • 4. PROJECT BLOCK DIAGRAM Fig. 1 :Block diagram of Programmable Load Shedding. 4
  • 5. HARDWARE COMPONENTS POWER SUPPLY BLOCK VOLTAGE REGULATOR (LM 7805) MICROCONTROLLER (AT89S52/AT89C51) DS1307 RTC MATRIX KEYPAD RELAY SEVEN SEGMENT BC547 RESISTORS CAPACITORS 5
  • 6. MICROCONTROLLER  It is a smaller computer  Has on-chip RAM, ROM, I/O ports... RAM ROM I/O Port Timer Serial COM Port Microcontroller CPU A single chip Fig.2:Structure of Microcontroller 6
  • 7. INTERNAL STRUCTURE OF A MICRO CONTROLLER-AT89S52/51 CPU On-chip RAM On-chip ROM for program code 4 I/O Ports Timer 0 Serial PortOSC Interrupt Control External interrupts Timer 1 Timer/Counter Bus Control TxD RxDP0 P1 P2 P3 Address/Data Counter Inputs Fig.3: Internal Structure of Microcontroller 7
  • 8. FEATURES OF AT89S51/52  Compatible with MCS®-51 ProductS  8K Bytes of In-System Programmable (ISP) Flash Memory  Endurance: 10,000 Write/Erase Cycles  4.0V to 5.5V Operating Range  Fully Static Operation: 0 Hz to 33 MHz  256 x 8-bit Internal RAM  32 Programmable I/O Lines  Three 16-bit Timer/Counters  Eight Interrupt Sources  Full Duplex UART Serial Channel  Interrupt Recovery from Power-down Mode  Watchdog Timer  Dual Data Pointer 8
  • 9. PIN DESCRIPTION Fig. 4 :Pin Diagram of Microcontroller 9
  • 10. RELAY IT IS A ELECTRO MAGNETIC SWITCH. USED TO CONTROL THE ELECTRICAL DEVICES. COPPER CORE MAGNETIC FLUX PLAYS MAIN ROLE HERE. Fig. 5 :Relay 6V DC 10
  • 11. The relay's switch connections are usually labeled COM, NC and NO: COM = Common, always connect to this; it is the moving part of the itch. NC = Normally Closed, COM is connected to this when the relay coil is off. NO = Normally Open, COM is connected to this when the relay coil is on Fig. 6 : Relay's switch connections 11
  • 12. RELAY DRIVER (ULN 2003) ULN2003 is a high voltage and high current Darlington transistor array. It consists of seven NPN Darlington pairs that feature high- voltage outputs with common-cathode Clamp diode for switching inductive loads. The ULN2003 has a 2.7kW series base resistor for each Darlington pair for operation directly with TTL or 5V CMOS devices. Current, Output Max:500mA. Voltage, Input Max:5V. Voltage, Output Max:50V. 12
  • 13. KEYPAD  A keypad is a set of buttons arranged in a block or "pad" which usually bear digits, symbols and usually a complete set of alphabetical letters. If it mostly contains numbers then it can also be called a numeric keypad.  In order to detect which key is pressed from the matrix, the row lines are to be made low one by one and read the columns. Assume that if Row1 is made low, then read the columns. Fig.7:Keypad 13
  • 14. DS1307 RTC RTC? The RTC chip is a specialized chip that just keeps track of time. It runs on a battery and keeps time for you even when there is a power outage!  Using an RTC, you can keep track of long timelines, even if you reprogram your microcontroller or disconnect it from USB or a power plug. The RTC we'll be using is the DS1307 . It's low cost, easy to solder, and can run for years on a very small coin cell. 14
  • 15.  FEATURES OF DS1307 Real time clock counts seconds, minutes, hours, date of month, month, day of week and year with leap year compensation valid up to 2100 56 byte nonvolatile RAM for general data storage 2-wrire interface (I2C) Automatic power fail detect Consumes less than 500 nA for battery back-up at 25'C Fig. 8 : Pin Diagram of RTC DS1307 15
  • 16. LIQUID CRYSTAL DISPLAY (LCD) Most common LCDs connected to the microcontrollers are 16x2 and 20x2 displays. This means 16 characters per line by 2 lines and 20 characters per line by 2 lines, respectively. The standard is referred to as HD44780U, which refers to the controller chip which receives data from an external source (and communicates directly with the LCD. Fig. 11 : LCD display 16
  • 17. WORKING OF PROJECT The project uses one real time clock IC DS1307 i.e., Interface to the MC pin 27 & 28. IT uses a crystal of 32.768 KHz to deliver timing reference. A matrix keypad is used for setting the time, relay ON time & OFF time. The relay is driven by pin 25 of MC through driving transistor BC547. Seven segment LED’s are parallel connected to Port 0 through driving transistors four numbers BL547 to the respective, anode seven segment LED display as the operation of which is explained before. 17
  • 18. SOFTWARE REQUIREMENTS  Keil an ARM Company makes C compilers, macro assemblers, real-time kernels, debuggers, simulators, integrated environments, evaluation boards, and emulators for ARM7/ARM9/Cortex-M3, XC16x/C16x/ST10, 251, and 8051 MCU families.  Compilers are programs used to convert a High Level Language to object code. Desktop compilers produce an output object code for the underlying microprocessor, but not for other microprocessors. i.e the programs written in one of the HLL like ‘C’ will compile the code to run on the system for a particular processor like x86 (underlying microprocessor in the computer). For example compilers for Dos platform is different from the Compilers for Unix platform So if one wants to define a compiler then compiler is a program that translates source code into object code. 18
  • 19. FUTURE SCOPE Further the project can be enhanced by interfacing a GSM modem to the existing project so that the complete control of the load can be done by sending an SMS to the control unit. ADVANTAGES ○ They have low losses ○ They require little maintenance ○ They can work under ordinary atmospheric conditions. 19
  • 20. CONCLUSION The aim of this project is to present the load shedding phenomena and highlights their use in industry, mobile tower applications. It has been underlined that this hardware solution can perfectly address the current challenges in these fields such as high control performance, reliability and efficiency. Programmable parameters allow the complete control over the whole system. 20
  • 21. REFERENCE [1] V.K.Mehta and Rohit Mehta, “Principles of Power System”, 4th ed, S. Chand publication, 2008. [2] Ashfaq Husain, “Electrical Power System”, 5th ed, CBS Publishers and Distributors Pvt. Ltd., 2007. [3] M.A.O liveira and C.C. Barioni, “Technical loss calculation by distribution system segment with corrections from measurements”, Proc.20th international Conference and Exhibition on Electricity Distribution, Prague, Czech Republic, June 2009, pp. 1–4. [4] Sunil S. Rao, “Switchgear Protection and Power Systems”, 9th ed, Khanna Publishers, 2012. [5] C.L.Wadhwa, “Electrical Power Systems”, 4th ed, New Age International Publishers, 2005. [6] C. J. Bandim, E. R. Alves ., A. V. Pinto, F. C. Souza, M. R. B. Loureiro, C. A. Magalhges and F. Galvez-Durand, “Identification of Energy Theft band Tampered Meters Using a Central Observer Meter: A Mathematical Approach”, Transmission and distribution conference and exposition, 2003 IEEE PES, vol. 1, pp. 163-168,2003. [7] “RWS-434N Datasheet”, Wenshing electronics co., Ltd., Taipei, Taiwan. 21