Radial Feeder Protection using Arduino

Size: px
Start display at page:

Download "Radial Feeder Protection using Arduino"

Transcription

1 Available online at International Journal of Innovative and Emerging Research in Engineering e-issn: p-issn: Radial Feeder Protection using Arduino Ishant Sharma, Tarak Patel a, Prof. Dhaval Tailor b a B.E. Student, Electrical Department, ADIT, New Vidhyanagar b Assistant Professor, Electrical Department, ADIT, New Vidhyanagar Abstract: The main purpose of this project is to provide backup protection and overcurrent protection in radial feeder transmission system using microcontroller. In the constituted system, if fault occurs then it is sensed by microcontroller via current sensor and the controller commands immediately isolates the faulty part. In case the C.B in zone 2 fails to operate, then the previous C.B, i.e., the relay of zone 1 provides backup protection against the fault resulting in the isolation of both zones. In this project, we are giving backup protection as well as overcurrent protection to the system. The overcurrent indicates that the relay operates and the contacts are closed when the current exceeds the predetermined value. The microcontroller is programmed to sense whether the circuit breaker has operated or not in case of faulty conditions and provide the backup protection and overcurrent protection by the logic deduction and hence giving trip signal to the contactor after the specified time delay. Keywords: Radial Feeder, Overcurrent protection, Arduino, current sensor I. INTRODUCTION The conventional Overcurrent relay fails to respond to this misuse, unless the set points or pick up values are changed appropriately by human intervention, often the locals influence the substation personnel to keep the set points in such a way that the misuse is not reported. This, at times, may cause cascading disasters in the power system. [8]. The radial transmission line is protected by various protective device like distance relay, directional relay, differential relay and overcurrent relay. The radial feeder scheme has many disadvantages like shutting down whole line in case of fault. So reliable and speedy (in decision making) protection must be used so that mal-operation is avoided and to contain disconnection of line as small as possible. Here we are providing protection by overcurrent relay but instead of conventional relay which is slow, costly and inaccurate we use microcontroller for giving tripping command and isolating faulty section. The arduino is used for making decision by acquiring value of current flowing from the line by using current sensor ACS712 and generating tripping command if current exceeds some value. Overcurrent protection and overcurrent relay: An Over Current Relay is a type of protective relay which operates when the load current exceeds a preset value. In a typical application the over current relay is used for over current protection, connected to a current transformer and calibrated to operate at or above a specific current level. This thesis will attempt to design and fabricate over current protection relay using microcontroller [5]. In overcurrent protection the protective relay checks whether the current passing through line exceeds some value or not and according to current flowing the relay is energized after some time delay which depends upon how much current is flowing through line to be protected. According to time delay the relay are classified as 1. Inverse time overcurrent relay 2. Definite time overcurrent relay 3. Inverse definite time overcurrent relay And current value at which the relay operate depends on location of relay i.e. the current value at which relay operates near generating end is high and load end is least. The current at which the relay operates is determined by plug setting. And time delay is determined by time dial setting. [3]. The current required by relay to operate or to move contact (connected to current coil) against restraining force given by spring is called Pickup Current. The pickup current of a particular relay is constant. It depends on restraining coil or spring. 17

2 Figure 1. Working of electromechanical relay [3] The current required for operating or moving contact against restraining force also depends on number of turns of current coil. If we reduce number of turns of current coil, then current required for actuating relay increases. So tapings are provided on current coil on mechanical relay. This is current setting of a relay. Current Setting = (Pick up current Rated secondary current of CT) 100% The ratio fault current by-product of pickup current and current setting is called Plug setting Multiplier of a relay. The current flowing from operating coil is directly proportional to fault so PSM determine force produced by operating coil. PSM = Fault curret in relay coil pickup current = Fault cuurent in relay coil Rated CT secondary current Current setting Here in overcurrent relay there is some time delay required for moving contact near to each other. The time delay depends upon distance between to contacts and moving speed (which is proportional to PSM). The distance between contacts can be varied thus time required for actuating contact can be varied. This is called Time dial setting of a relay. [1] By knowing PSM and TDS of a relay we can calculate time of operation. The graph of PSM vs. Time delay is plotted we get various characteristics by varying Current setting and TDS. As discussed earlier the relay follows various characterises like 1. Inverse time overcurrent relay 2. Definite time overcurrent relay 3. Inverse definite time overcurrent relay In inverse time overcurrent relay the time of operation is inversely proportional to fault current. But also the characteristic depends on Plug Setting of relay. Inverse time overcurrent protection In a system for which the fault current is practically determined by the fault location, without being substantially affected by changes in the power source impedance, it is advantageous to use inverse definite minimum time (IDMT) over current protection. This protection provides reasonably fast tripping, even at a terminal close to the power source where the most severe faults can occur [6]. Given below the figure shows characteristics of Inverse time overcurrent relay Figure 2. Characteristics of inverse time overcurrent relay [2] 18

3 And in DMT characteristics we see that at the relay operate at certain value of current according to position of relay i.e. time of operation will increase at near generating end and vice versa. Figure 3. Graph of DMT relay [3] And in IDMT relay we have inverse characteristics and DMT also. The relay will operate instantaneously at some threshold value of current. Protection based on microcontroller: Here arduino is used as brains for decision making. Here CTs are bypassed and instead we use current sensor, ACS712 hall-effect sensor. They are used for converting current signal to voltage signal. As arduino only measure voltage at ADC port so we need current sensor to convert current value to proportional voltage value. The output of current sensor is feed to A0 and A1 port. And value of voltage measured at ADC is converted into digital form and value of maximum value of voltage is determined and maximum value of current is determined. The arduino will be programed in such a way that it will give backup protection to relay at load end if it will fail to operate The current signal is converted to voltage signal, but here voltage signal will be of AC form so we need something to convert in DC form so that arduino will measure a constant value. So here we use rectifier circuit. The current setting and TDS at source end is set higher than load end. And time of operation is calculated. Figure 4. Diagram of radial feeder prototype About current sensor: The current sensor is basically a hall sensor. This converts current value to proportional voltage value. The current sensor used here is ACS712 which can measure current upto 30 A. The voltage generated at output of current sensor is 66mV/A so this relation is used to determine value of current by arduino. But here 2.5V offset at zero current is present at output of current sensor. 19

4 Figure 5. Current sensor (4) So we need to compensate this offset inside the program of arduino. As current to measure is in AC form thus the output voltage signal is in AC offset form at 2.5 volt. So we need rectifier to convert this AC signal to proportional DC signal and then output is given to Arduino or we can determine maximum value of voltage and maximum current is determined. And rms value of current is determined OR by using rectifier circuit for converting AC value to DC value. II. WORKING A current transformer is used to measure the over current. The current is reduced to a lower value using a current divider. The reduced AC current is converted into a smooth DC value by using an IN4007 diode and a 10μF capacitor. This DC current is fed to microcontroller which activates the relay [7]. As from the circuit diagram we can see that current sensor is in series with load. Thecurrent is sensed by the current sensor and its output is in AC form. Thus we have to convert it in Dc form by rectifier which is mounted in PCB along with relays and auxiliary relay. Therefore, the PCB circuitry along with arduino is called control circuit of the radial feeder protection model. The arduino is program in such a way that if current is more than some fixed value (plug setting) it will send tripping signal to auxiliary relay on control circuit and then it will trip main relay which in turn disconnect the faulty line. The main idea of project is that the arduino will sense the status of two switches in both zone and if zone 1 switch is on the zone 1 relay will give instantaneous protection and for off it will give backup protection and if zone 2 switch is in on condition the it will be remain/give off/instantaneous protection. Transmission line 12 volt relay Current sensor 5 volt relay Program rectifier Arduino Switch states Figure 6. Block diagram of radial feeder protection scheme using Arduino 20

5 Figure 7. Simulation of radial feeder protection Figure 8. Working model III. ALGORITHM AND PROGRAM: Here as we know that rectifier is not used instead of we are determining maximum value of current. This is possible by program. Here maximum value of voltage is determined and then maximum value of current is determined by using relation of 66mV/A. And then RMS value of both current is calculated. The secondary current referred to primary is calculated. Both current is compared and then ratio is calculated which in turns determines tripping action and then 9 pin is set high. 21

6 Figure 9. Flow Chart RESULTS AND OBSERVATION TABLE Table 1. N.L at load 2 Zone 1 (no load at load 2) Voltage1(A1) Current 1 (I1) Top 1 Top 1'

7 Table 2 zone 2 N.L at load 1 Zone 2 (N.L at load 1) Voltage1 (A1) Current I1 Voltage2 (A2) Current I2 Top 1 Top 1' PSM 2 PSM 1 TDS Top Table 3. Zone 1 at constant load and zone 2 at variable load Zone 1 at constant load and Zone 2 at variable load Voltage1 PSM 1 Current Voltage2 PSM PSM 2 Current TDS 1 Top 1 Top 1' Top 2 (A1) I1 (A2) 1' I

8 Figure 10. screenshot of serial monitor IV. CONCLUSION Thus we have successfully provided backup and instantaneous protection for zone 2 and zone 1respectively. We also come in conclusion that using Arduino is cheaper because it can have different types of characteristics as all we have to do is to change the algorithm in ROM rather than changing the whole relay in case of conventional mechanical relay. It is also cheaper and also efficient. And also we have concluded that at internal fault current at both winding differ by a huge value which can be measured accurately by current sensor. And we have derived very reliable protection as Current transformer is bypassed and it is only for small size transformer. For bigger size either current sensor with high rating is used or simply current is stepped down by CT. 24

9 References [1] N.G.C. Protection and Switchgear. [book auth.] N.G. Chothani. Protection and Switchgear. s.l. : Oxford Pub. [2] wikipedia. wikipedia. [Online] [3] electrical4u. electrical4u.com. [Online] [4] [Online] [5] International Journal of Scientific & Engineering Research, Volume 6, Issue 2, February [6] Overcurrent protection relay using PIC microcontroller [7] Fault Detection and Control in Power System Equipments using Atmega 16 [8] Adaptive overcurrent relay for the rural Agricultural feeder Based on Niranthara Jyothi Yojana 25

OVERCURRENT & EARTH FAULT RELAYS. To study the protection of equipment and system by relays in conjunction with switchgear.

OVERCURRENT & EARTH FAULT RELAYS. To study the protection of equipment and system by relays in conjunction with switchgear. OVERCURRENT & EARTH FAULT RELAYS Objective: To study the protection of equipment and system by relays in conjunction with switchgear. Theory: The function of a relay is to detect abnormal conditions in

More information

DISTRIBUTION TRANSFORMER OVERLOAD PROTECTION TRIPPING CIRCUIT

DISTRIBUTION TRANSFORMER OVERLOAD PROTECTION TRIPPING CIRCUIT DISTRIBUTION TRANSFORMER OVERLOAD PROTECTION TRIPPING CIRCUIT Dr. Dipesh Patel 1, Jigar Juthani 2, Harsh Parikh 3, Rushit Bhavsar 4, Ujjaval Darbar 5 1 Head of Electrical Department, BITS edu campus, Vadodara

More information

SUBJECT: How to wire a motor starter Number: AN-MC-004 Date Issued: 2/08/2005 Revision: Original

SUBJECT: How to wire a motor starter Number: AN-MC-004 Date Issued: 2/08/2005 Revision: Original SUBJECT: How to wire a motor starter Number: AN-MC-004 Date Issued: 2/08/2005 Revision: Original A motor starter is a combination of devices to allow an induction motor to start, run and stop according

More information

Generator Stator Protection, under/over voltage, under /over frequency and unbalanced loading. Ramandeep Kaur Aujla S.NO 250447392

Generator Stator Protection, under/over voltage, under /over frequency and unbalanced loading. Ramandeep Kaur Aujla S.NO 250447392 1 Generator Stator Protection, under/over voltage, under /over frequency and unbalanced loading By Ramandeep Kaur Aujla S.NO 250447392 ES 586b: Theory and applications of protective relays Department of

More information

TA Kahraman Yumak ELK412 - Distribution of Electrical Energy Lab. Notes v1.0 2013 Spring web.itu.edu.tr/yumakk. Distance Protection

TA Kahraman Yumak ELK412 - Distribution of Electrical Energy Lab. Notes v1.0 2013 Spring web.itu.edu.tr/yumakk. Distance Protection Distance Protection Announcement: You are not supposed to prepare a pre-report. But there will be an oral examination, so you are strongly advised to study this note regarding to the pre-study questions

More information

INTRODUCTION TO SYSTEM PROTECTION. Hands-On Relay School 2012

INTRODUCTION TO SYSTEM PROTECTION. Hands-On Relay School 2012 INTRODUCTION TO SYSTEM PROTECTION Hands-On Relay School 2012 CONGRATULATIONS On choosing the field of system protection. It is an exciting, challenging profession. System protection has changed considerably

More information

Current Transformers Ratio / Polarity / Types

Current Transformers Ratio / Polarity / Types CT1 Current Ratio / Polarity / Types Application Current (CT s) are instrument transformers that are used to supply a reduced value of current to meters, protective relays, and other instruments. CT s

More information

Electronic Trip Circuit Breaker Basics Circuit Breaker Application Guide Class 0600

Electronic Trip Circuit Breaker Basics Circuit Breaker Application Guide Class 0600 Electronic Trip Circuit Breaker Basics Circuit Breaker Application Guide Class 0600 Data Bulletin 0600DB1104 03/2012 Retain for future use. Electronic Trip Circuit Breaker Basics 0600DB1104 Table of Contents

More information

INSTRUCTIONS FOR MAGNUM DS TRIP UNIT TESTING USING TEST KIT SYLES 140D481G02R, 140D481G02RR, 140D481G03 AND 140D481G04

INSTRUCTIONS FOR MAGNUM DS TRIP UNIT TESTING USING TEST KIT SYLES 140D481G02R, 140D481G02RR, 140D481G03 AND 140D481G04 I.L. 32-693 A INSTRUCTIONS FOR MAGNUM DS TRIP UNIT TESTING USING TEST KIT SYLES 140D481G02R, 140D481G02RR, 140D481G03 AND 140D481G04 DANGER DO NOT ATTEMPT TO INSTALL OR PERFORM MAINTE- NANCE ON EQUIPMENT

More information

Transformerless UPS systems and the 9900 By: John Steele, EIT Engineering Manager

Transformerless UPS systems and the 9900 By: John Steele, EIT Engineering Manager Transformerless UPS systems and the 9900 By: John Steele, EIT Engineering Manager Introduction There is a growing trend in the UPS industry to create a highly efficient, more lightweight and smaller UPS

More information

Step Voltage Regulators

Step Voltage Regulators Step Voltage Regulators Don Wareham Field Application Engineer Today s Agenda Introduction Voltage Regulator theory Voltage Regulator application considerations Installation and proper bypassing Wrap-up/questions

More information

Local Back-up Protection for an Electric Power System

Local Back-up Protection for an Electric Power System MULTILIN GER-3178 GE Power Management Local Back-up Protection for an Electric Power System LOCAL BACK UP PROTECTION FOR AN ELECTRIC POWER SYSTEM J. BERDY TABLE OF CONTENTS Transmission Line Back-Up Protection...............................................

More information

Type SA-1 Generator Differential Relay

Type SA-1 Generator Differential Relay ABB Automation Inc. Substation Automation and Protection Division Coral Springs, FL 33065 Instruction Leaflet 41-348.11C Effective: November 1999 Supersedes I.L. 41-348.11B, Dated August 1986 ( ) Denotes

More information

..OR How To Protect your 3-Phase Equipment Investment with 3-Phase Monitors from Time Mark...

..OR How To Protect your 3-Phase Equipment Investment with 3-Phase Monitors from Time Mark... ..OR How To Protect your 3-Phase Equipment Investment with 3-Phase Monitors from Time Mark... TIME MARK CORPORATION 11440 EAST PINE STREET TULSA, OK 74116 USA tel 918 438-1220 fax 918 437-7584 www.time-mark.com

More information

Tamura Closed Loop Hall Effect Current Sensors

Tamura Closed Loop Hall Effect Current Sensors Tamura Closed Loop Hall Effect Current Sensors AC, DC, & Complex Currents Galvanic Isolation Fast Response Wide Frequency Bandwidth Quality & Reliability RoHs Compliance Closed Loop Hall Effect Sensors

More information

Transmission Protection Overview

Transmission Protection Overview Transmission Protection Overview 2012 Hands-On Relay School Brian Smyth Schweitzer Engineering Laboratories Pullman, WA Transmission Line Protection Objective General knowledge and familiarity with transmission

More information

Hands On ECG. Sean Hubber and Crystal Lu

Hands On ECG. Sean Hubber and Crystal Lu Hands On ECG Sean Hubber and Crystal Lu The device. The black box contains the circuit and microcontroller, the mini tv is set on top, the bars on the sides are for holding it and reading hand voltage,

More information

ends of transmission line are used for relay operation [70]. Another type of

ends of transmission line are used for relay operation [70]. Another type of 69 CHAPTER-4 TRANSMISSION LINE DIFFERENTIAL PROTECTION USING WIRELESS TECHNOLOGY 4.1 INTRODUCTION The probability of fault occurrence on the overhead lines is much more due to their greater lengths and

More information

Properties of electrical signals

Properties of electrical signals DC Voltage Component (Average voltage) Properties of electrical signals v(t) = V DC + v ac (t) V DC is the voltage value displayed on a DC voltmeter Triangular waveform DC component Half-wave rectifier

More information

Diode Applications. by Kenneth A. Kuhn Sept. 1, 2008. This note illustrates some common applications of diodes.

Diode Applications. by Kenneth A. Kuhn Sept. 1, 2008. This note illustrates some common applications of diodes. by Kenneth A. Kuhn Sept. 1, 2008 This note illustrates some common applications of diodes. Power supply applications A common application for diodes is converting AC to DC. Although half-wave rectification

More information

Current and voltage measuring relays

Current and voltage measuring relays Current and voltage measuring relays RXIK 1, RXEEB 1 and Page 1 Issued June 1999 Changed since July 1998 Data subject to change without notice RXIK 1 RXEEB 1 (SE980082) (SE980081) (SE970869) Features Application

More information

100% Stator Ground Fault Detection Implementation at Hibbard Renewable Energy Center. 598 N. Buth Rd 3215 Arrowhead Rd

100% Stator Ground Fault Detection Implementation at Hibbard Renewable Energy Center. 598 N. Buth Rd 3215 Arrowhead Rd 100% Stator Ground Fault Detection Implementation at Hibbard Renewable Energy Center Introduction Roger Hedding Steven Schoenherr, P.E. ABB Inc. Minnesota Power 598 N. Buth Rd 3215 Arrowhead Rd Dousman,

More information

EVALUATION OF FAULT ANALYSIS IN TRANSMISSION LINES USING RELAY SETTINGS

EVALUATION OF FAULT ANALYSIS IN TRANSMISSION LINES USING RELAY SETTINGS EVALUATION OF FAULT ANALYSIS IN TRANSMISSION LINES USING RELAY SETTINGS N.VIJAYSIMHA 1*, CH.CHENGAIAH 2 1* M-TECH (PSOC), Department of Electrical and Electronics Engineering, Sri Venkateshwara University

More information

CURRENT TRANSFORMERS INSTALLATION GUIDE

CURRENT TRANSFORMERS INSTALLATION GUIDE CURRENT TRANSFORMERS INSTALLATION GUIDE Information contained within this document is subject to change without notice and does not represent a commitment on the part of PRI Ltd or its agents. E&OE. Copyright

More information

GROUND DETECTION CIRCUITS FOR STATIONARY APPLICATIONS (IN PLAIN DOWN TO EARTH LANGUAGE)

GROUND DETECTION CIRCUITS FOR STATIONARY APPLICATIONS (IN PLAIN DOWN TO EARTH LANGUAGE) GROUND DETECTION CIRCUITS FOR STATIONARY APPLICATIONS (IN PLAIN DOWN TO EARTH LANGUAGE) Matthew Theriault Designer Hindle Power Inc. Easton, PA SCOPE AND PURPOSE OF THE PAPER Why do we bother to monitor

More information

GENERATOR DIFFERENTIAL PROTECTION RELAY STABILITY VIS-A -VIS SELECTION OF CTS MR. H. C. MEHTA & MR. JAY MEHTA Power Linker Group Co.

GENERATOR DIFFERENTIAL PROTECTION RELAY STABILITY VIS-A -VIS SELECTION OF CTS MR. H. C. MEHTA & MR. JAY MEHTA Power Linker Group Co. GENERATOR DIFFERENTIAL PROTECTION RELAY STABILITY VIS-A -VIS SELECTION OF CTS MR. H. C. MEHTA & MR. JAY MEHTA Power Linker Group Co., Mumbai ABSTRACT : For generator differential protection, one set of

More information

The full wave rectifier consists of two diodes and a resister as shown in Figure

The full wave rectifier consists of two diodes and a resister as shown in Figure The Full-Wave Rectifier The full wave rectifier consists of two diodes and a resister as shown in Figure The transformer has a centre-tapped secondary winding. This secondary winding has a lead attached

More information

Micro-Step Driving for Stepper Motors: A Case Study

Micro-Step Driving for Stepper Motors: A Case Study Micro-Step Driving for Stepper Motors: A Case Study N. Sedaghati-Mokhtari Graduate Student, School of ECE, University of Tehran, Tehran, Iran n.sedaghati @ece.ut.ac.ir Abstract: In this paper, a case study

More information

Advanced Protection of Distribution Networks with Distributed Generators

Advanced Protection of Distribution Networks with Distributed Generators Date:- 8 10 March 2011 Venue: University of Manchester EES-UETP Course title Advanced Protection of Distribution Networks with Distributed Generators Peter Crossley Director of the Joule Centre School

More information

Study on Differential Protection of Transmission Line Using Wireless Communication

Study on Differential Protection of Transmission Line Using Wireless Communication Study on Differential Protection of Transmission Line Using Wireless Communication George John.P 1, Agna Prince 2, Akhila.K.K 3, Guy Marcel 4, Harikrishnan.P 5 Professor, Dept. of EEE, MA Engineering College,

More information

Evaluating AC Current Sensor Options for Power Delivery Systems

Evaluating AC Current Sensor Options for Power Delivery Systems Evaluating AC Current Sensor Options for Power Delivery Systems State-of-the-art isolated ac current sensors based on CMOS technology can increase efficiency, performance and reliability compared to legacy

More information

Permissible ambient temperature Operation Storage, transport

Permissible ambient temperature Operation Storage, transport The Sitras PRO combined DC protective unit and controller is used in the power supply for DC railways in mass transit and main-line systems up 3,000 V DC. It protects DC switch gear and contact line systems

More information

Programming Logic controllers

Programming Logic controllers Programming Logic controllers Programmable Logic Controller (PLC) is a microprocessor based system that uses programmable memory to store instructions and implement functions such as logic, sequencing,

More information

THE INPUT/OUTPUT SYSTEM. Key Points

THE INPUT/OUTPUT SYSTEM. Key Points M O D U L E T W O THE 2 INPUT/OUTPUT SYSTEM Key Points In the first module, you learned about the basic architecture and operation of the Allen-Bradley Micrologix 1000, including a brief introduction to

More information

Power Supplies. 1.0 Power Supply Basics. www.learnabout-electronics.org. Module

Power Supplies. 1.0 Power Supply Basics. www.learnabout-electronics.org. Module Module 1 www.learnabout-electronics.org Power Supplies 1.0 Power Supply Basics What you ll learn in Module 1 Section 1.0 Power Supply Basics. Basic functions of a power supply. Safety aspects of working

More information

Hyperlinks are Inactive

Hyperlinks are Inactive Prepared by: NIB/EOB PLANNING GUIDE FOR SINGLE CUSTOMER SUBSTATIONS SERVED FROM TRANSMISSION LINES 05503 Department: Electric T&D Section: T&D Engineering and Technical Support Approved by: G.O. Duru (GOD)

More information

Arc Terminator Active Arc-Resistant Switchgear

Arc Terminator Active Arc-Resistant Switchgear Arc Terminator Active Arc-Resistant Switchgear Increasing safety and productivity by extinguishing internal arcing faults within the switchgear. The Square D Arc Terminator from Schneider Electric offers

More information

Generator Differential Relay Electrical Apparatus

Generator Differential Relay Electrical Apparatus Generator Differential Relay Electrical Apparatus MD3G Rotating Machine Differential Relay 150-3 The MD3G Rotating Machine Differential Relay is a member of Cooper Power Systems Edison line of microprocessor

More information

Improvements of Reliability of Micro Hydro Power Plants in Sri Lanka

Improvements of Reliability of Micro Hydro Power Plants in Sri Lanka Improvements of Reliability of Micro Hydro Power Plants in Sri Lanka S S B Udugampala, V Vijayarajah, N T L W Vithanawasam, W M S C Weerasinghe, Supervised by: Eng J Karunanayake, Dr. K T M U Hemapala

More information

EVALUATION OF ALTERNATIVE BACKUP PROTECTION SCHEMES ON A 66KV DISTRIBUTION NETWORK

EVALUATION OF ALTERNATIVE BACKUP PROTECTION SCHEMES ON A 66KV DISTRIBUTION NETWORK EVALUATION OF ALTERNATIVE BACKUP PROTECTION SCHEMES ON A 66KV DISTRIBUTION NETWORK F. Malone*, P.D. Doyle *ESB International, Ireland fergus.malone@esbi.ie ESB International, Ireland paul.d.doyle@esbi.ie

More information

System Grounding and Ground-Fault Protection Methods for UPS-Supplied Power Systems

System Grounding and Ground-Fault Protection Methods for UPS-Supplied Power Systems System Grounding and Ground-Fault Protection Methods for -Supplied Power Systems Bill Brown, P.E., Square D Critical Power Competency Center 1. INTRODUCTION The use of solid grounding for -supplied power

More information

OPTIMIZING POWER SYSTEM PROTECTION FOR MODERN DATA CENTERS

OPTIMIZING POWER SYSTEM PROTECTION FOR MODERN DATA CENTERS OPTIMIZING POWER SYSTEM PROTECTION FOR MODERN DATA CENTERS Data center power systems are constructed with a premium on reliability at a significant cost. The return on this investment is realized if it

More information

IAV. Time Delay Voltage. For AC and DC circuit applications. GE Multilin 1. Protection and Control. Features and Benefits.

IAV. Time Delay Voltage. For AC and DC circuit applications. GE Multilin 1. Protection and Control. Features and Benefits. IAV Time Delay Voltage For A and D circuit applications. Features and Benefits Frequency compensation (optional) Target seal-in unit (most units) Instantaneous units (optional) Applications A Generators

More information

IGBT Protection in AC or BLDC Motor Drives by Toshio Takahashi

IGBT Protection in AC or BLDC Motor Drives by Toshio Takahashi International Rectifier 233 Kansas Street, El Segundo, CA 90245 USA IGBT Protection in AC or BLDC Motor Drives by Toshio Takahashi The new IR2137 IGBT Gate Driver IC integrates Ground Fault and Over-Current

More information

PNEUMATIC CONTROLS Selection and Description

PNEUMATIC CONTROLS Selection and Description PNEUMATIC CONTROLS Selection and Description Carnes pneumatic controlled throttling units are suitable for a standard 20 psi control system and may be supplied with pressure dependent or pressure independent

More information

Guidelines on the Short Circuit Current Rating for Industrial Control Panels

Guidelines on the Short Circuit Current Rating for Industrial Control Panels usa.siemens.com/sccr Guidelines on the Short Circuit Current Rating for Industrial Control Panels Technical Paper for Practical Applications White Paper I October 2014 As per NEC Edition 2014, and UL508A

More information

2.0 Command and Data Handling Subsystem

2.0 Command and Data Handling Subsystem 2.0 Command and Data Handling Subsystem The Command and Data Handling Subsystem is the brain of the whole autonomous CubeSat. The C&DH system consists of an Onboard Computer, OBC, which controls the operation

More information

ECEN 1400, Introduction to Analog and Digital Electronics

ECEN 1400, Introduction to Analog and Digital Electronics ECEN 1400, Introduction to Analog and Digital Electronics Lab 4: Power supply 1 INTRODUCTION This lab will span two lab periods. In this lab, you will create the power supply that transforms the AC wall

More information

MAS.836 HOW TO BIAS AN OP-AMP

MAS.836 HOW TO BIAS AN OP-AMP MAS.836 HOW TO BIAS AN OP-AMP Op-Amp Circuits: Bias, in an electronic circuit, describes the steady state operating characteristics with no signal being applied. In an op-amp circuit, the operating characteristic

More information

How to design SMPS to Pass Common Mode Lightning Surge Test

How to design SMPS to Pass Common Mode Lightning Surge Test Application Note, V1.0, September 2006 How to design SMPS to Pass Common Mode Lightning Surge Test Power Management & Supply N e v e r s t o p t h i n k i n g. Edition 2006-09-06 Published by Infineon

More information

The Interaction of Contactors with PLCs

The Interaction of Contactors with PLCs www.eaton.com/moellerproducts The Interaction of Contactors with PLCs Technical Paper Dipl.-Ing. Wolfgang Nitschky Design and function of the DC operated contactors DILM7 to DILM170 The market for DC operated

More information

GENERATOR START CONTROL MODULE - MINI (2 Wire to 3 Wire)

GENERATOR START CONTROL MODULE - MINI (2 Wire to 3 Wire) FEATURES & APPLICATIONS Inexpensive 2 wire to 3 wire start controller for electric start high speed gas generators. Optimized for use with Outback Invertors. Supports three types of 3 wire generator control

More information

Fingerprint Based Biometric Attendance System

Fingerprint Based Biometric Attendance System Fingerprint Based Biometric Attendance System Team Members Vaibhav Shukla Ali Kazmi Amit Waghmare Ravi Ranka Email Id awaghmare194@gmail.com kazmiali786@gmail.com Contact Numbers 8097031667 9167689265

More information

LG Air Conditioning Multi F(DX) Fault Codes Sheet. Multi Split Units

LG Air Conditioning Multi F(DX) Fault Codes Sheet. Multi Split Units Multi Split Units If there is a fault on any LG Multi unit, an Error mark is indicated on the display window of the indoor unit, wired-remote controller, and LED s of outdoor unit control board. A two

More information

Application Information Improving Efficiency in Smart Grid Applications With Fully Integrated Current Sensing ICs

Application Information Improving Efficiency in Smart Grid Applications With Fully Integrated Current Sensing ICs Application Information Improving Efficiency in Smart Grid Applications With Fully Integrated Current Sensing ICs By Shaun Milano, and Andreas P. Friedrich Allegro MicroSystems Europe Focus on the Photovoltaic

More information

Digital Energy ITI. Instrument Transformer Basic Technical Information and Application

Digital Energy ITI. Instrument Transformer Basic Technical Information and Application g Digital Energy ITI Instrument Transformer Basic Technical Information and Application Table of Contents DEFINITIONS AND FUNCTIONS CONSTRUCTION FEATURES MAGNETIC CIRCUITS RATING AND RATIO CURRENT TRANSFORMER

More information

R22. K Control. Indoor Unit. Nomenclature. Compatibility PL H 3 G K H B. Unit style Heat Pump Horse Power

R22. K Control. Indoor Unit. Nomenclature. Compatibility PL H 3 G K H B. Unit style Heat Pump Horse Power R22. K Control. Indoor Unit. Nomenclature. PL H 3 G K H B Compatibility Unit style Heat Pump Horse Power Control Boost Heaters R22. K Control. Outdoor Unit. Nomenclature. PU H 3 Y K A Compatibility Outdoor

More information

ANN Based Fault Classifier and Fault Locator for Double Circuit Transmission Line

ANN Based Fault Classifier and Fault Locator for Double Circuit Transmission Line International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Special Issue-2, April 2016 E-ISSN: 2347-2693 ANN Based Fault Classifier and Fault Locator for Double Circuit

More information

DIMENSIONING OF CURRENT TRANSFORMERS FOR PROTECTON APPLICATION

DIMENSIONING OF CURRENT TRANSFORMERS FOR PROTECTON APPLICATION ÿþ üûúùø öõöôùóùõò CT Dimensioning DIMENSIONING OF CURRENT TRANSFORMERS FOR PROTECTON APPLICATION Application note GER3973 1 CT Dimensioning ÿþ üûúùø öõöôùóùõò GER-3973 Application note ÿþ üûúùø öõöôùóùõò

More information

Eaton s E-Series protective relay family

Eaton s E-Series protective relay family E-Series protective relays Feeder distribution relays Motor relays Transformer relays Generator relays Eaton s E-Series protective relay family Microprocessor-based design Eaton s E-Series relay family

More information

8 coil stator 11 coil stator

8 coil stator 11 coil stator Below is a schematic of a typical scooter electrical set up as far as the stator, CDI, rectifier/regulator go along with the other items running on the electrical system; This is the 6 coil stator common

More information

Pilot-wire differential relay for lines with two or more terminals

Pilot-wire differential relay for lines with two or more terminals Pilot-wire differential relay for lines with two or more terminals Page 1 Issued: March 2003 Revision: A Data subject to change without notice Pilot-wire differential relay with RXHL 401 Features Phase

More information

= V peak 2 = 0.707V peak

= V peak 2 = 0.707V peak BASIC ELECTRONICS - RECTIFICATION AND FILTERING PURPOSE Suppose that you wanted to build a simple DC electronic power supply, which operated off of an AC input (e.g., something you might plug into a standard

More information

Transformer circuit calculations

Transformer circuit calculations Transformer circuit calculations This worksheet and all related files are licensed under the Creative Commons Attribution License, version 1.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/,

More information

FaultAnalysisandElectricalProtectionofDistributionTransformers

FaultAnalysisandElectricalProtectionofDistributionTransformers Global Journal of Researches in Engineering: F Electrical and Electronics Engineering Volume 14 Issue 3 Version 1.0 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

More information

SECTION 26 29 23 VARIABLE FREQUENCY DRIVES

SECTION 26 29 23 VARIABLE FREQUENCY DRIVES SECTION 26 29 23 VARIABLE FREQUENCY DRIVES PART 1 GENERAL 1.01 SCOPE A. Furnish and install individual freestanding variable frequency AC drives (VFD) as shown on the Drawings and specified herein. 1.02

More information

ANADOLU UNIVERSITY DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING

ANADOLU UNIVERSITY DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING ANADOLU UNIVERSITY DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING EEM 102 INTRODUCTION TO ELECTRICAL ENGINEERING EXPERIMENT 9: DIODES AND DC POWER SUPPLY OBJECTIVE: To observe how a diode functions

More information

3.0 CHARACTERISTICS. AR Auxiliary Relay High Speed, High Threshold 41-759.3C

3.0 CHARACTERISTICS. AR Auxiliary Relay High Speed, High Threshold 41-759.3C 41-759.3C the magnetic core upon energizing of the switch. When the switch closes, the moving contacts bridge two stationary contacts, completing the trip circuit. Also during this operation two fingers

More information

Pulse Width Modulated (PWM) Drives. AC Drives Using PWM Techniques

Pulse Width Modulated (PWM) Drives. AC Drives Using PWM Techniques Drives AC Drives Using PWM Techniques Power Conversion Unit The block diagram below shows the power conversion unit in Pulse Width Modulated (PWM) drives. In this type of drive, a diode bridge rectifier

More information

Selection Guide to Clamp-On Current Probes

Selection Guide to Clamp-On Current Probes Selection Guide to Clamp-On Current Probes Selecting The Correct Clamp-On Current Probe Answering the following questions will help you to select the appropriate probe for your applications. 1. Determine

More information

SPECIAL TOPICS ON GROUND FAULT PROTECTION AND PROTECTION COORDINATION IN INDUSTRIAL AND COMMERCIAL POWER SYSTEMS

SPECIAL TOPICS ON GROUND FAULT PROTECTION AND PROTECTION COORDINATION IN INDUSTRIAL AND COMMERCIAL POWER SYSTEMS SPECIAL TOPICS ON GROUND FAULT PROTECTION AND PROTECTION COORDINATION IN INDUSTRIAL AND COMMERCIAL POWER SYSTEMS Claudio S. Mardegan claudio.mardegan@engepower.com www.engepower.com Phone: 55 3579-8777

More information

Inverter / Charger Installation General Operations and AC and DC Connections

Inverter / Charger Installation General Operations and AC and DC Connections Inverter / Charger Installation General Operations and AC and DC Connections The Inverter is just one piece. Sometimes, a tendency is to mount the inverter and batteries, and make it work It is better

More information

Arc Protection Relay REA 101. Operator s Manual

Arc Protection Relay REA 101. Operator s Manual Arc Protection Relay 1MRS751003-MUM Issued: 08.04.1998 Version: F/23.06.2005 Arc Protection Relay 1. About this manual...5 1.1. Copyrights...5 1.2. Trademarks...5 1.3. Guarantee...5 1.4. General...5 1.5.

More information

INSTRUMENTATION AND CONTROL TUTORIAL 3 SIGNAL PROCESSORS AND RECEIVERS

INSTRUMENTATION AND CONTROL TUTORIAL 3 SIGNAL PROCESSORS AND RECEIVERS INSTRUMENTATION AND CONTROL TUTORIAL 3 SIGNAL PROCESSORS AND RECEIVERS This tutorial provides an overview of signal processing and conditioning for use in instrumentation and automatic control systems.

More information

Electrical Symbols and Line Diagrams

Electrical Symbols and Line Diagrams Electrical Symbols and Line Diagrams Chapter 3 Material taken from Chapter 3 of One-Line Diagrams One-line diagram a diagram that uses single lines and graphic symbols to indicate the path and components

More information

Analog Servo Drive 25A8

Analog Servo Drive 25A8 Description Power Range NOTE: This product has been replaced by the AxCent family of servo drives. Please visit our website at www.a-m-c.com or contact us for replacement model information and retrofit

More information

Medium Voltage (MV) & High Voltage (HV) Training Module 6. Date of the presentation

Medium Voltage (MV) & High Voltage (HV) Training Module 6. Date of the presentation Medium Voltage (MV) & High Voltage (HV) Training Module 6 Date of the presentation Electrical System Basics MV vs. HV - Definitions Differences between USA and the rest of the world IEC define a high voltage

More information

DC/DC power modules basics

DC/DC power modules basics DC/DC power modules basics Design Note 024 Ericsson Power Modules General Abstract This design note covers basic considerations for the use of on-board switch mode DC/DC power modules, also commonly known

More information

DC TRANSMISSION BASED ON VOLTAGE SOURCE CONVERTERS

DC TRANSMISSION BASED ON VOLTAGE SOURCE CONVERTERS DC TRANSMISSION BASED ON VOLTAGE SOURCE CONVERTERS by Gunnar Asplund, Kjell Eriksson, Hongbo Jiang, Johan Lindberg, Rolf Pålsson, Kjell Svensson ABB Power Systems AB Sweden SUMMARY Voltage Source Converters

More information

Line Reactors and AC Drives

Line Reactors and AC Drives Line Reactors and AC Drives Rockwell Automation Mequon Wisconsin Quite often, line and load reactors are installed on AC drives without a solid understanding of why or what the positive and negative consequences

More information

Microcontroller for Variable Speed BLDC Fan Control System. T.C. Lun System Engineer, Freescale Semiconductor, Inc.

Microcontroller for Variable Speed BLDC Fan Control System. T.C. Lun System Engineer, Freescale Semiconductor, Inc. Microcontroller for Variable Speed BLDC Fan Control System T.C. Lun System Engineer, Freescale Semiconductor, Inc. 1 Introduction Portable, feature rich, high-performance and compact in size are typical

More information

PROPER SELECTION OF CONTROL CIRCUIT TRANSFORMERS WHITE PAPER BULLETIN 1497, 1497A, AND 1497B

PROPER SELECTION OF CONTROL CIRCUIT TRANSFORMERS WHITE PAPER BULLETIN 1497, 1497A, AND 1497B WHITE PAPER PROPER SELECTION OF CONTROL CIRCUIT TRANSFORMERS BULLETIN 1497, 1497A, AND 1497B CONTROL CIRCUIT TRANSFORMERS The proper selection of the control circuit transformers is important for suitable

More information

ZONE SELECTIVE INTERLOCKING (ZSI) APPLICATION AND TESTING GUIDE SIEMENS WL UL489 AND UL1066 AIR CIRCUIT BREAKERS

ZONE SELECTIVE INTERLOCKING (ZSI) APPLICATION AND TESTING GUIDE SIEMENS WL UL489 AND UL1066 AIR CIRCUIT BREAKERS Definition: Zone Selective Interlocking (ZSI) - A method which allows two or more ground fault breakers to communicate with each other so that a short circuit or ground fault will be cleared by the breaker

More information

INTRODUCTION TO SYNCHRONIZING AUTOMATIC SYNCHRONIZING CONSIDERATIONS AND APPLICATIONS

INTRODUCTION TO SYNCHRONIZING AUTOMATIC SYNCHRONIZING CONSIDERATIONS AND APPLICATIONS INTRODUCTION TO SYNCHRONIZING AUTOMATIC SYNCHRONIZING CONSIDERATIONS AND APPLICATIONS INTRODUCTION It is the intention of this presentation to provide an explanation of the automatic synchronizing process,

More information

IPX AUTOMATIC IP NETWORK LOSS BACKUP A/B SWITCH INSTRUCTION BOOK IB6444-02

IPX AUTOMATIC IP NETWORK LOSS BACKUP A/B SWITCH INSTRUCTION BOOK IB6444-02 IPX AUTOMATIC IP NETWORK LOSS BACKUP A/B SWITCH INSTRUCTION BOOK IB6444-02 TABLE OF CONTENTS DESCRIPTION 2 MOUNTING INSTRUCTIONS 2 HOW TO CABLE THE IPX 2/3 POWER SUPPLY INSTALLATION 3 OPERATION 3 CARE

More information

Motors and Generators

Motors and Generators Motors and Generators Electro-mechanical devices: convert electrical energy to mechanical motion/work and vice versa Operate on the coupling between currentcarrying conductors and magnetic fields Governed

More information

Project Plan. Project Plan. May13-06. Logging DC Wattmeter. Team Member: Advisor : Ailing Mei. Collin Christy. Andrew Kom. Client: Chongli Cai

Project Plan. Project Plan. May13-06. Logging DC Wattmeter. Team Member: Advisor : Ailing Mei. Collin Christy. Andrew Kom. Client: Chongli Cai Project Plan May13-06 Logging DC Wattmeter Team Member: Ailing Mei Andrew Kom Chongli Cai Advisor : Collin Christy Client: Garmin International David Hoffman Qiaoya Cui Table of Contents Need Statement...

More information

Product Data Bulletin

Product Data Bulletin Product Data Bulletin Power System Harmonics Causes and Effects of Variable Frequency Drives Relative to the IEEE 519-1992 Standard Raleigh, NC, U.S.A. INTRODUCTION This document describes power system

More information

Chapter 22 Further Electronics

Chapter 22 Further Electronics hapter 22 Further Electronics washing machine has a delay on the door opening after a cycle of washing. Part of this circuit is shown below. s the cycle ends, switch S closes. t this stage the capacitor

More information

When the Power Fails: Designing for a Smart Meter s Last Gasp

When the Power Fails: Designing for a Smart Meter s Last Gasp When the Power Fails: Designing for a Smart Meter s Last Gasp Daniel Pruessner 1/10/2012 5:25 PM EST Overview Smart meter designers have an unusual predicament: The meter is powered from the same bus that

More information

Balun Parameter Definitions & Measurement May 2004

Balun Parameter Definitions & Measurement May 2004 Balun Parameter Definitions & Measurement May 2004 Differential circuits are becoming more widely used in RF circuits for the same reason that they have been used for years in lower frequency circuits.

More information

HIGH VOLTAGE POWER SUPPLY FOR ELECTRO-OPTICS APPLICATIONS

HIGH VOLTAGE POWER SUPPLY FOR ELECTRO-OPTICS APPLICATIONS HIGH VOLTAGE POWER SUPPLY FOR ELECTRO-OPTICS APPLICATIONS A. R. Tamuri, N. Bidin & Y. M. Daud Laser Technology Laboratory, Physics Department Faculty of Science, Universiti Teknologi Malaysia, 81310 Skudai,

More information

Relion. Power system protection and automation reference Fast substation busbar protection with IEC 61850 and GOOSE

Relion. Power system protection and automation reference Fast substation busbar protection with IEC 61850 and GOOSE Relion Power system protection and automation reference Fast substation busbar protection with IEC 61850 and GOOSE Fast substation busbar protection with IEC 61850 and GOOSE Falu Elnät AB applies new power

More information

Pulse Width Modulated (PWM)

Pulse Width Modulated (PWM) Control Technologies Manual PWM AC Drives Revision 1.0 Pulse Width Modulated (PWM) Figure 1.8 shows a block diagram of the power conversion unit in a PWM drive. In this type of drive, a diode bridge rectifier

More information

ADVANCED FIRE ALARMING SYSTEM THROUGH MOBILE PHONE

ADVANCED FIRE ALARMING SYSTEM THROUGH MOBILE PHONE ADVANCED FIRE ALARMING SYSTEM THROUGH MOBILE PHONE A PROJECT BY SOUNAK SARKAR SAYAN DAS ARINDAM BOSE ECE, 4TH YEAR OF FUTURE INSTITUTE OF ENGINEERING AND MANAGEMENT DEPT. OF ELECTRONICS AND COMMUNICATION

More information

Circuit Breakers and Switchgear. Thomas Greer Director of Engineering TLG Services

Circuit Breakers and Switchgear. Thomas Greer Director of Engineering TLG Services Circuit Breakers and Switchgear Thomas Greer Director of Engineering TLG Services Presentation Outline Switchgear Definition Overcurrent Protection Devices Circuit Breaker Trip Curves and Coordination

More information

RGB for ZX Spectrum 128, +2, +2A, +3

RGB for ZX Spectrum 128, +2, +2A, +3 RGB for ZX Spectrum 128, +2, +2A, +3 Introduction... 2 Video Circuitry... 3 Audio Circuitry... 8 Lead Wiring... 9 Testing The Lead... 11 Spectrum +2A/+3 RGB Differences... 12 Circuitry Calculations...

More information

Final Project Report E3390 Electronic Circuit Design Lab. Automatic Phone-Alert Home Security System

Final Project Report E3390 Electronic Circuit Design Lab. Automatic Phone-Alert Home Security System Final Project Report E3390 Electronic Circuit Design Lab Automatic Phone-Alert Home Security System Helen Marie Young Hsiang-Yun Chen May 7, 2007 Department of Electrical Engineering Columbia University

More information

Distribution Operations with High-penetration of Beyond the Meter Intermittent Renewables. Bob Yinger Southern California Edison April 15, 2014

Distribution Operations with High-penetration of Beyond the Meter Intermittent Renewables. Bob Yinger Southern California Edison April 15, 2014 1 Distribution Operations with High-penetration of Beyond the Meter Intermittent Renewables Bob Yinger Southern California Edison April 15, 2014 Southern California Edison SCE provides power to: Nearly

More information

Constructing a precision SWR meter and antenna analyzer. Mike Brink HNF, Design Technologist.

Constructing a precision SWR meter and antenna analyzer. Mike Brink HNF, Design Technologist. Constructing a precision SWR meter and antenna analyzer. Mike Brink HNF, Design Technologist. Abstract. I have been asked to put together a detailed article on a SWR meter. In this article I will deal

More information