A Methodology for Testing of Substation Functional Circuits

Size: px
Start display at page:

Download "A Methodology for Testing of Substation Functional Circuits"

Transcription

1 A Methodology for Testing of Substation Functional Circuits GERMANO LAMBERT-TORRES CARLOS HENRIQUE VALÉRIO DE MORAES LUIZ EDUARDO BORGES DA SILVA JAMIL HADDAD Itajubá Federal University Av. BPS, 1303 Pinheirinho Itajubá/MG BRAZIL ANDRE ENDRIGO SUZUMURA CINTRA EDP-Bandeirante Power System Rua Bandeira Paulista, 530 São Paulo/SP BRAZIL Abstract: - This paper has developed a methodology for testing of substation functional circuits from the utility company. This methodology allows making all possible combinations of the functional circuits, aiming to find whether there is any fault, bad operation or project mistake in these circuits. The fundamental idea is that this set of tests, automatically made by a computer package, provide the elimination of any type of wrong action of these circuits, which generate the undesirable system breakdown and problems regarding the rate of steady power supply. This joint project has been developed between EDP-Bandeirante Power System and Federal University at Itajuba with practical and education purposes. Key-Words: - Power System Operation, Functional Circuits, Decisions Support, Heuristic Search Techniques, Intelligent Systems. 1 Introduction The electric power systems operation is becoming more complex everyday. The community usually expects to have lower breakdown rates. Because of this the substation operation become of major importance. Mistakes in substations have a direct effect for the power users and should be prevented at any cost. Otherwise, the electric systems automation, reducing the operator s actions, is actually an irreversible process all over the world. One of the most frequent problems that are happening in the substations, mainly because of its complexity increase, whether because of its size or by the operational requirements for new configurations, is tight up to the functional circuits for the protection, command and control. Before a new configuration comes into operation it is necessary making previous tests. For that purpose, experienced maintenance technicians with sound knowledge of tests criteria and interlock procedures for the several substation configurations are called. These technicians generate tests to check whether there are not problems into these new configurations. However, some configurations may not be tested, because of their great number. This result that an automatic testing program, that ensures the all the possible test combinations, may be very useful, in helping to reach better reliability process. In addition to this difficulty, there are also the losses that the utility companies have with the cost of the retirement system, which have been reducing the capacity and know-how available. This project presents the use of Expert Systems [1] and Heuristic Search Techniques [2] for making functional tests programs in command circuits. This program analyzes the circuit s functionality, so as detects possible project mistakes. The techniques like the expert systems and searching techniques make possible to explore a new world through computer program with non-algorithm structures (said intelligent). Intelligent systems have been to create computational programs to help or train students, operators or engineers [3]. It should be noticed that the intelligent systems tend to be complementary to the existing systems, and not to substitute them. 2 Computer Structure Used There is a great class of problems in power systems that human experts using their know-how are solving so far, or together with results obtained using analytical methods. This class of problems has a great potential for the application of Expert Systems and usually presents one or more of the following characteristics: - it is not possible the use of a mathematic model that at least roughly represents the actual situation; - the problem is such that some restrictions are not

2 properly specified and cannot be mathematic represented; - an algorithm form cannot express the solution methodology used by the operators. These three characteristics are present in this problem. The methods of heuristic searching are used for the solution of problems, for finding the solution in a space of possible states considering evaluation function. They may be described independent of any task or domain of problems in particular way [4]. One of the scientific contributions from this project was testing the many existing search techniques, making a competition between them, checking for the case of the functional circuits, the one(s) that presented the best performance. The following techniques were tested: (a) Initial Search in Depth: It consists, in the beginning; to develop the more early generated knots. Starting from the first successor knot it is determined their respective successor knots, and so on goes the process until the solution be found. If the solution is not achieved in the route passed through, and the route has to have one end, the search begins once more at a next superior level in the search tree, starting from a successor knot not yet searched. This process is characterized by the thorough search for the solution, and only arrives to an efficiency and viable degree in case the search tree be small and of little depth. (b) Initial Search in Wide: It consists in searching a solution at each generated successors level. A new level of successor knots only is generated if the solution is not found through the analysis of all the existing knots in the present research level. This process is recommended when the search tree, independently of the depth, has a small branching factor. (c) Ordered Search in Depth: It consists in directing the search among the knots more early generated, after the knot that for some heuristic rule, be considered more promising for obtaining a solution for the problem. If no solution is found checking this knot, the second more promising knot is chosen, and so on. This process presents a good performance when there is a way for the evaluation of the distance of the present state up to the solution and, among a set of o possibilities, what is the more promising. (d) Searching First for the Best: It consists in choosing the most promising knot among all the not yet checked knots from the searching tree. The movement is always made starting from the knot nearer to the solution, allowing for shorter driven routes. This process, just like the one presented in the previous item, presents a good performance when there is a way for evaluating the distance from the present state up to the solution, and among a set of possibilities, what is the more promising. (e) Search for The British Museum Algorithm : It is made up by developing first all the possible routes, and only after that, choosing the best. Its use is limited to the cases where the search trees have both small depth and wide. (f) Search "Branch and Bound": Comprises in having in each knot a measurement of the displacement effort made since the starting knot, to choose among all the existent open knots, that which presents the smaller effort measurement. This process also presents a good performance but when there is a way for evaluating the effort made for the displacement already done, and the effort to be made for reaching the solution. (g) Simulated Annealing: the algorithm for simulated annealing search combines the strategy of search in amplitude with search in depth, starts the search in amplitude up to a point from which the strategy is changed for search in depth. These seven alternatives were implemented and tested for the problem of searching for the functional circuits. Some ways were given up very fast because they presented poor results, and some new variants were used. The best alternative was (d) Searching First for The Best together with some heuristic rules. Initially this algorithm was written in Turbo- Prolog and C Language, so as the heuristic rules. In the last version of the computer package this alternative was rewritten and optimized in Visual Basic, including the decision-take heuristic rules and the searching control rules for having more speed, reliability and operation stability to the project and product. 3 The Computer Package Because the functional circuits analysis is basically an exercise of logics and enumeration, the methodology of functional circuits analysis and tests methodology was developed through logic circuits and introduced into a computer package, generating a flexible product that may be used in several situations. This computer package has two main parts: the Logical Program and the Functional Program. The first program has the function of mounting the inside logic of the equipments that will be used by the functional circuit, while the second simulates a substation functional circuit. Inside and in one visible way for the user, the computer programs have an intensive generation of search trees, which are developed according the requirements found by program searching for one

3 solution. Many searching algorithms were tested aiming to find those that were showing the best performance for the present problem. Because of the facility for implementation and for making changes during the test phase, these algorithms were implemented in Turbo-Prolog and C Language, according its type. Several tests were made and after the choice, they were re-programmed in Visual-Basic (language used for writing the interface with the user) to increase the processing speed and preventing against possible compatibility problems between the languages. 3.1 Logic Program The first step of the logic program was to set up the components individual logics that would be used for the mounting of the functional circuits. Following elements were set up: AND Logic door AND; OR Logic door OR; XOR Logic door OR-EXCLUSIVE; NOT Logic door NEGATION; INPUT Entry signal sent by coils; MEASURE Entry signal resulting from measurements or events, in the field; OUTPUT Out signal for contacts; EDGE + - Positive logic level transition (from 0 to 1 ); EDGE - Negative logic level transition (from 1 to 0 ); TIMER Timer; LATCH RS Storing door of type in/out. Having these elements, it is possible to mount logic structures representing the actions into substations. One example could be the command digital circuit for a circuit breaker, as shown in Figure 1. Figure 1 Command digital circuit of a circuit breaker. The above circuit simulates the signal for Trip and Close from one circuit breaker, and still, when there is a fault, both signals are inhibited and the circuit breaker remains blocked in its present state. Figure 2 Window for mounting of step-by-step cycles. Originally, the man-machine interface has been written in Portuguese. Figure 3 Logic Program main window. It was decided also to make analysis step-by-step aiming to make possible, in a definite timing, to check the functional circuit under analysis, against many inputs (which actually would come out from substation). Each step represents one permanent condition from signals states considered during a 10 milliseconds period. The maximum simulation time allowed is milliseconds. Figure 2 shows a window for this type of entry. An example of the window from this program is found on Figure Functional Program The Functional Program presents the following main window for user, as shown on Figure 4. In the main window, the user also has a tool bar with buttons, for the access of some program functions, all doing the same function as the respective commands from the menu: New, Open, Save, Cut, Copy, Paste, Clean, Entry Events, Execute and Simulation Results. For mounting a digital relay scheme the user has a toolbar on the left of desktop with following objects: Gnd Grounding; Vdc Voltage DC source.

4 of a window with a circuit already set up is shown in Figure 7. Figure 4 Main window of Functional Program. On this toolbar there are three buttons with following functions: Add Equipment Add one equipment into equipments library starting from an engraved model.rel ; Edit Equipment Edit equipment from the equipment library; Remove Equipment Remove equipment from the equipments Clicking the first button from the toolbar the following window will be shown, as presented in Figure 5. Figure 5 Adding a new element in the functional circuit. The equipments type list to be added presents many types already recorded into the Functional Program Library, and still presents all the digital circuits exported by the Logic Program for the Functional Program. Figure 7 Example of a functional circuit. For analyzing a functional circuit work the user should first to fill up the entry events table, accessing this function in the menu, or button (see Figure 8). In this figure 8, it is shown the entry table for the many equipments introduced into present functional circuit, and always the equipment name is placed first in parentheses, and after, the type of the equipment. Following, it is presented the event starting time and ending time. On this window the user has four buttons: Add Add entry event for analysis; Edit Edit entry event for analysis; Remove Remove entry event for analysis; Out Leaves from entry events window. Figure 8 Entry events table. Figure 6 A new element added into equipments library. The user should but digit the code in use by the company to name the element, and click button OK for adding to the toolbar, Figure 6. An example For user to define a new entry event he should access the function Add and the following window will show up (see Figure 9). First the user will select the entry to be used from the list of all the circuit entries. Following he should enter with the timing for the beginning and ending of the event, always taking into consideration multiple values of the simulation

5 step. Each step represents a permanent condition of the considered signals states during 10 milliseconds. Figure 9 Entry Event. For executing the logic simulation of the digital relay work the user should access the function on the menu or go through the corresponding button (see Figure 10). Figure 10 Simulation control. Through the simulation control window the user may go step-by-step during the program execution, clicking in the button Next, or going right to the end of the last event using the button End, or still Delete the present simulation. Figure 11 Simulation results. After the end of the simulation a window will be presented with the simulation results (see Figure 11). On this window the user may select which measurers and coils he wants to see, and then click the button Make Report so as to be presented the window of Figure 12, with all the events happened in the selected items. 4 Tests Many tests have been made with the computer package to check the performance of its answers. Figure 12 Report of selected items events Simultaneous and individual mistakes were introduced on purpose into the functional and logic circuits, aiming to check the program answers. An example is found as follows for the Functional Program, where is given the control functional circuit of a bay, comprising the breaking switch (SE1) circuit break (DJ1) and breaking switch (SE2). For this set of equipments the developed functional circuit, already with the interlocking logics is presented in the Figure 7. The above circuit simulates the existing interlocking into a bay comprising break switch, circuit breaker and break switch, where it is not possible neither to open nor to close the break switches while the circuit breaker is closed. The table of used entry events is shown bellow. The result is shown in Figure 13. Time [ms] ON OFF ON Break OFF Break Conclusions This paper presents a computer program that allows testing the functional circuits for protection, command and control of substations from the EDP- Bandeirante power system utility. This program has a friendly interface with the user, generating a conclusive report about eventual substation restrictive configurations. This program uses search techniques for

6 (a) (b) (c) (d) (e) (f) (g) (h) (i) typical elements of the functional circuits, so as a test manual aiming the development and up-to-date of the professionals. (j) Figure 13 Functional Circuit (a) 0 10 [ms]; (b) [ms]; (c) [ms]; (d) [ms]; (e) [ms]; (f) [ms]; (g) [ms]; (h) [ms]; (i) [ms] and (j) [ms]. generating all possible combinations of substation configurations, in such a way that it is possible the evaluation of the reliability of its control, command and protection functional circuits. A laboratory for testing the many functional circuits configurations also was assembled. This lab also may be used for teaching purposes, has the 6 References [1] G. Lambert-Torres, G.M. Ribeiro, C.I.A. Costa, A.P. Alves da Silva & V.H. Quintana - Knowledge Engineering Tool for Training Power-Substation Operators, IEEE Transactions on Power Systems, Vol. 12, No. 2, pp , April [2] K.Y. Lee & M.A. El-Sharkawi Evolutionary Computation Techniques for Power System Optimization, IFAC Press, pp , [3] C.-C. Liu et al. - Testing and Maintenance Procedures for Expert System in Power System Operation and Planning, Electra, No. 173, pp , Aug [4] B. Valiquette, G. Lambert-Torres & D. Mukhedkar - An Expert System Based Diagnosis and Advisor Tool for Teaching Power System Operation Emergency Control Strategies, IEEE Transactions on Power Systems, Vol.6, No.3, pp , August 1991.

1. An Introduction to Transient Stability

1. An Introduction to Transient Stability University of Technology, Jamaica School of Engineering Electrical Power Systems 1. An Introduction to Transient Stability Aims To give an appreciation of the data required for transient stability studies

More information

Intelligent Predictive Maintenance for Itapebi Hydro-Generator

Intelligent Predictive Maintenance for Itapebi Hydro-Generator Intelligent Predictive Maintenance for Itapebi Hydro-Generator LUIS CLAUDIO RIBEIRO, MARCO AURÉLIO M. GUTIERREZ, ELIAS G. DA SILVA Itapebi - Neoenergia Power Plant Co. Av. Edgar Santos, 300 - Bloco A4,

More information

Microcontroller Based Protective Relay Testing System

Microcontroller Based Protective Relay Testing System Microcontroller Based Protective Relay Testing System ABDERRAHMANE OUADI, HAMID BENTARZI, MAHFOUD CHAFAI, and ABDELKADER ZITOUNI Signals and Systems Laboratory (SiSyLAB) IGEE, Boumerdes University E-mail:

More information

Experiment 1 Introduction to Simulink

Experiment 1 Introduction to Simulink 1 Experiment 1 Introduction to Simulink 1.1 Objective The objective of Experiment #1 is to familiarize the students with simulation of power electronic circuits in Matlab/Simulink environment. Please follow

More information

Centralized busbar differential and breaker failure protection function

Centralized busbar differential and breaker failure protection function Centralized busbar differential and breaker failure protection function Budapest, December 2015 Centralized busbar differential and breaker failure protection function Protecta provides two different types

More information

Appendix S: PROTECTION ALTERNATIVES FOR VARIOUS GENERATOR CONFIGURATIONS

Appendix S: PROTECTION ALTERNATIVES FOR VARIOUS GENERATOR CONFIGURATIONS Appendix S: PROTECTION ALTERNATIVES FOR VARIOUS GENERATOR CONFIGURATIONS S1. Standard Interconnection Methods with Typical Circuit Configuration for Single or Multiple Units Note: The protection requirements

More information

Blade Tip Timing Frequently asked Questions. Dr Pete Russhard

Blade Tip Timing Frequently asked Questions. Dr Pete Russhard Blade Tip Timing Frequently asked Questions Dr Pete Russhard Rolls-Royce plc 2012 The information in this document is the property of Rolls-Royce plc and may not be copied or communicated to a third party,

More information

A short introduction to Protection and Automation Philosophy

A short introduction to Protection and Automation Philosophy Training Center A short introduction to Protection and Automation Philosophy Philippe Goossens & Cédric Moors Training Center Contents Definitions and basic concepts Differential and distance protection

More information

FINE-HVAC New Release 9 NG: The New Generation of the Integrated Software Tool for HVAC Design (by 4M Support department)

FINE-HVAC New Release 9 NG: The New Generation of the Integrated Software Tool for HVAC Design (by 4M Support department) FINE-HVAC New Release 9 NG: The New Generation of the Integrated Software Tool for HVAC Design (by 4M Support department) 1. Introduction FineHVAC, the standard software tool for HVAC design, combines

More information

Module 10. Initiation Code RELIABILITY ACCOUNTABILITY

Module 10. Initiation Code RELIABILITY ACCOUNTABILITY Module 10 Initiation Code 1 M10 Initiation Code This is not the Initiating cause code The Outage Initiation Codes describe where an Automatic Outage was initiated on the power system. Element-Initiated

More information

Load Shedding (7RW80)

Load Shedding (7RW80) September 2011 Page 1 of 8 (7RW80) 1.0 INTRODUCTION Under normal conditions the generation and demand of power is balanced. If the demand exceeds the power generation, the frequency drops down. This can

More information

LPU-Laguna Journal of Engineering and Computer Studies Vol. 3 No.1 September 2015

LPU-Laguna Journal of Engineering and Computer Studies Vol. 3 No.1 September 2015 LABORATORY BORROWERE SLIP USING VBA MACRO PROGRAMMING FOR THE COLLEGE OF ALLIED MEDICINE Nelmar A. Mendoza 1, Harold Jay A. Bernardo 1, Jonathan James H. Acoba 1, Rionel B. Caldo 2 1 Undergraduate Student,

More information

D DAVID PUBLISHING. 1. Introduction

D DAVID PUBLISHING. 1. Introduction Journal of Mechanics Engineering and Automation 5 (2015) 286-290 doi: 10.17265/2159-5275/2015.05.003 D DAVID PUBLISHING Classification of Ultrasonic Signs Pre-processed by Fourier Transform through Artificial

More information

EE 210 Lab Exercise #3 Introduction to PSPICE

EE 210 Lab Exercise #3 Introduction to PSPICE EE 210 Lab Exercise #3 Introduction to PSPICE Appending 4 in your Textbook contains a short tutorial on PSPICE. Additional information, tutorials and a demo version of PSPICE can be found at the manufacturer

More information

Handling of select-before-execute command. Connections for internal or external synchro-check. Signals for blocking and interlocking of operation

Handling of select-before-execute command. Connections for internal or external synchro-check. Signals for blocking and interlocking of operation Page 1 Issued: December 2000 Status: New Data subject to change without notice Features Part of the apparatus control function Handling of select-before-execute command Connections for internal or external

More information

OVEN INDUSTRIES, INC. Model 5C7-362

OVEN INDUSTRIES, INC. Model 5C7-362 OVEN INDUSTRIES, INC. OPERATING MANUAL Model 5C7-362 THERMOELECTRIC MODULE TEMPERATURE CONTROLLER TABLE OF CONTENTS Features... 1 Description... 2 Block Diagram... 3 RS232 Communications Connections...

More information

Multilin DGT. Distributed Generation Trip Control Fast & Wireless Trip of Distributed Generators. Control. Advanced Communications

Multilin DGT. Distributed Generation Trip Control Fast & Wireless Trip of Distributed Generators. Control. Advanced Communications Multilin DGT Distributed Generation Trip Control Fast & Wireless Trip of Distributed Generators The desire for green power and rapid developments in renewable energy sources are driving the growth of distributed

More information

IMPLEMENTATION OF ADVANCED DISTRIBUTION AUTOMATION IN U.S.A. UTILITIES

IMPLEMENTATION OF ADVANCED DISTRIBUTION AUTOMATION IN U.S.A. UTILITIES IMPLEMENTATION OF ADVANCED DISTRIBUTION AUTOMATION IN U.S.A. UTILITIES (Summary) N S Markushevich and A P Berman, C J Jensen, J C Clemmer Utility Consulting International, JEA, OG&E Electric Services,

More information

Laboratory Experiment #1 Introduction to Spectral Analysis

Laboratory Experiment #1 Introduction to Spectral Analysis J.B.Francis College of Engineering Mechanical Engineering Department 22-403 Laboratory Experiment #1 Introduction to Spectral Analysis Introduction The quantification of electrical energy can be accomplished

More information

Automatic Transfer Switch (ATS) Using Programmable Logic Controller (PLC)

Automatic Transfer Switch (ATS) Using Programmable Logic Controller (PLC) Automatic Transfer Switch (ATS) Using Programmable Logic Controller (PLC) Dr. Hamdy Ashour Arab Academy for Science &Technology Department of Electrical & Computer Control Engineering P.O. 1029 Miami,

More information

REDUCTION OF TRANSFORMER INRUSH CURRENT BY CONTROLLED SWITCHING METHOD. Trivandrum

REDUCTION OF TRANSFORMER INRUSH CURRENT BY CONTROLLED SWITCHING METHOD. Trivandrum International Journal of Scientific & Engineering Research, Volume 7, Issue 4, April-216 628 REDUCTION OF TRANSFORMER INRUSH CURRENT BY CONTROLLED SWITCHING METHOD Abhilash.G.R Smitha K.S Vocational Teacher

More information

SEATTLE CITY LIGHT DISTRIBUTION AUTOMATION

SEATTLE CITY LIGHT DISTRIBUTION AUTOMATION SEATTLE CITY LIGHT DISTRIBUTION AUTOMATION Ryan Pham Project manager 0/27/206 AGENDA. Distribution automation background 2. Seattle City Light pilot project 3. System performance windstorm 08/29/5 4. Lessons

More information

SECTION LOW VOLTAGE ACTIVE HARMONIC FILTER SYSTEM NEMA 1 ENCLOSED

SECTION LOW VOLTAGE ACTIVE HARMONIC FILTER SYSTEM NEMA 1 ENCLOSED SECTION 16280 LOW VOLTAGE ACTIVE HARMONIC FILTER SYSTEM NEMA 1 ENCLOSED PART 1 - GENERAL 1.1 SUMMARY This specification defines the requirements for active harmonic filter systems in order to meet IEEE-519-2014

More information

EE 462G Laboratory #1 Measuring Capacitance

EE 462G Laboratory #1 Measuring Capacitance EE 462G Laboratory #1 Measuring Capacitance Drs. A.V. Radun and K.D. Donohue (1/24/07) Department of Electrical and Computer Engineering University of Kentucky Lexington, KY 40506 Updated 8/31/2007 by

More information

Harmonic Distortion Impact On Electro-Mechanical And Digital Protection Relays

Harmonic Distortion Impact On Electro-Mechanical And Digital Protection Relays Proceedings of the th WSEAS Int. Conf. on Instrumentation, Measurement, Circuits and Systems, Hangzhou, China, April 16-18, 26 (pp322-327) Harmonic Distortion Impact On Electro-Mechanical And Digital Protection

More information

International Journal of Current Research and Modern Education (IJCRME) ISSN (Online): & Impact Factor: Special Issue, NCFTCCPS -

International Journal of Current Research and Modern Education (IJCRME) ISSN (Online): & Impact Factor: Special Issue, NCFTCCPS - GSM TECHNIQUE USED FOR UNDERGROUND CABLE FAULT DETECTOR AND DISTANCE LOCATOR R. Gunasekaren*, J. Pavalam*, T. Sangamithra*, A. Anitha Rani** & K. Chandrasekar*** * Assistant Professor, Department of Electrical

More information

A Pyrotechnic Fault Current Limiter Model for Transient Calculations in Industrial Power Systems

A Pyrotechnic Fault Current Limiter Model for Transient Calculations in Industrial Power Systems A Pyrotechnic Fault Current Limiter Model for Transient Calculations in Industrial Power Systems T. C. Dias, B. D. Bonatto, J. M. C. Filho Abstract-- Isolated industrial power systems or with high selfgeneration,

More information

Harmonic Distortion Levels Measured at The Enmax Substations

Harmonic Distortion Levels Measured at The Enmax Substations Harmonic Distortion Levels Measured at The Enmax Substations This report documents the findings on the harmonic voltage and current levels at ENMAX Power Corporation (EPC) substations. ENMAX is concerned

More information

User Manual. English. HPHV Automated Analysis Option Perception. I en

User Manual. English. HPHV Automated Analysis Option Perception. I en User Manual English HPHV Automated Analysis Option Perception I2695-1.2 en Document version 1.2 - June 2012 For Perception 6.0 or higher For HBM's Terms and Conditions visit www.hbm.com/terms HBM GmbH

More information

NERC Protection Coordination Webinar Series June 9, Phil Tatro Jon Gardell

NERC Protection Coordination Webinar Series June 9, Phil Tatro Jon Gardell Power Plant and Transmission System Protection Coordination GSU Phase Overcurrent (51T), GSU Ground Overcurrent (51TG), and Breaker Failure (50BF) Protection NERC Protection Coordination Webinar Series

More information

A Novel Islanding Detection Technique for Distributed Generation (DG) Units in Power System

A Novel Islanding Detection Technique for Distributed Generation (DG) Units in Power System A Novel Islanding Detection Technique for Distributed Generation (DG) Units in Power System Amin Safari Department of Electrical Engineering, Ahar Branch, Islamic Azad University, Ahar, Iran a-safari@iau-ahar.ac.ir

More information

ANSE VISUAL, developed within the

ANSE VISUAL, developed within the ANSE VISUAL Software to Analyze Substation Robustness ANSE VISUAL, developed within the Institutional Project 1724, is a tool to analyze the robustness of electrical substations. The software carries out

More information

Study on a Simplified Converter Topology for Fault Tolerant Motor Drives

Study on a Simplified Converter Topology for Fault Tolerant Motor Drives Study on a Simplified Converter Topology for Fault Tolerant Motor Drives L. Szabó, M. Ruba and D. Fodorean Technical University of Cluj, Department of Electrical Machines, Cluj, Romania Abstract Some of

More information

Measurement tools at heart of Smart Grid need calibration to ensure reliability

Measurement tools at heart of Smart Grid need calibration to ensure reliability Measurement tools at heart of Smart Grid need calibration to ensure reliability Smart grid; PMU calibration position 1 The North American interconnections, or electric transmission grids, operate as a

More information

Exercise 2-1. PAM Signals EXERCISE OBJECTIVE DISCUSSION OUTLINE. Signal sampling DISCUSSION

Exercise 2-1. PAM Signals EXERCISE OBJECTIVE DISCUSSION OUTLINE. Signal sampling DISCUSSION Exercise 2-1 PAM Signals EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the generation of both natural and flat-top sampled PAM signals. You will verify how the frequency

More information

Identification of network models parameters for simulating transients

Identification of network models parameters for simulating transients Identification of network models parameters for simulating transients D. Cavallera, J-L. Coulomb, O. Chadebec, B. Caillault, F-X. Zgainski and A.Ayroulet Abstract In case of electrical black-out, one of

More information

CONTROLLING METHODS AND CHALLENGES OF ROBOTIC ARM

CONTROLLING METHODS AND CHALLENGES OF ROBOTIC ARM CONTROLLING METHODS AND CHALLENGES OF ROBOTIC ARM Aniket D. Kulkarni *1, Dr.Sayyad Ajij D. *2 *1(Student of E&C Department, MIT Aurangabad, India) *2(HOD of E&C department, MIT Aurangabad, India) aniket2212@gmail.com*1,

More information

intelligent subsea control

intelligent subsea control 40 SUBSEA CONTROL How artificial intelligence can be used to minimise well shutdown through integrated fault detection and analysis. By E Altamiranda and E Colina. While there might be topside, there are

More information

Design Of PID Controller In Automatic Voltage Regulator (AVR) System Using PSO Technique

Design Of PID Controller In Automatic Voltage Regulator (AVR) System Using PSO Technique Design Of PID Controller In Automatic Voltage Regulator (AVR) System Using PSO Technique Vivek Kumar Bhatt 1, Dr. Sandeep Bhongade 2 1,2 Department of Electrical Engineering, S. G. S. Institute of Technology

More information

STATE OF OHIO DEPARTMENT OF TRANSPORTATION SUPPLEMENTAL SPECIFICATION 919 RAILROAD PREEMPTION INTERFACE. January 15, 2016

STATE OF OHIO DEPARTMENT OF TRANSPORTATION SUPPLEMENTAL SPECIFICATION 919 RAILROAD PREEMPTION INTERFACE. January 15, 2016 STATE OF OHIO DEPARTMENT OF TRANSPORTATION SUPPLEMENTAL SPECIFICATION 919 RAILROAD PREEMPTION INTERFACE January 15, 2016 919.01 Traffic Signal Cabinet and Controller Unit General Requirements 919.02 Approved

More information

NOVEL PROTECTION SYSTEMS FOR ARC FURNACE TRANSFORMERS

NOVEL PROTECTION SYSTEMS FOR ARC FURNACE TRANSFORMERS NOVEL PROTECTION SYSTEMS FOR ARC FURNACE TRANSFORMERS Ljubomir KOJOVIC Cooper Power Systems - U.S.A. Lkojovic@cooperpower.com INTRODUCTION In steel facilities that use Electric Arc Furnaces (EAFs) to manufacture

More information

Discovering New Techniques of Creating, Editing, and Transferring Arbitrary Waveforms

Discovering New Techniques of Creating, Editing, and Transferring Arbitrary Waveforms Discovering New Techniques of Creating, Editing, and Transferring Arbitrary Waveforms Introduction Today, during the designing of electronic components and circuits for computers, peripherals, and consumer

More information

Dynamic Power Factor Correction Using a STATCOM

Dynamic Power Factor Correction Using a STATCOM Exercise 2 Dynamic Power Factor Correction Using a STATCOM EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the reasoning behind the usage of power factor correction

More information

Distributed busbar differential protection function and breaker failure protection

Distributed busbar differential protection function and breaker failure protection Distributed busbar differential protection function and breaker failure protection Document ID: PP-13-21321 Budapest, September 2016. Distributed busbar differential protection function and breaker failure

More information

ExtrAXION. Extracting Drawing data. Benefits.

ExtrAXION. Extracting Drawing data. Benefits. ExtrAXION Extracting Drawing data ExtrAXION is the simplest and most complete quantity takeoff software tool for construction plans. It has the ability to measure on vector files CAD (dwg, dxf, dgn, emf,

More information

ARCHITECTURE AND MODEL OF DATA INTEGRATION BETWEEN MANAGEMENT SYSTEMS AND AGRICULTURAL MACHINES FOR PRECISION AGRICULTURE

ARCHITECTURE AND MODEL OF DATA INTEGRATION BETWEEN MANAGEMENT SYSTEMS AND AGRICULTURAL MACHINES FOR PRECISION AGRICULTURE ARCHITECTURE AND MODEL OF DATA INTEGRATION BETWEEN MANAGEMENT SYSTEMS AND AGRICULTURAL MACHINES FOR PRECISION AGRICULTURE W. C. Lopes, R. R. D. Pereira, M. L. Tronco, A. J. V. Porto NepAS [Center for Teaching

More information

Introduction to PSpice

Introduction to PSpice Electric Circuit I Lab Manual 4 Session # 5 Introduction to PSpice 1 PART A INTRODUCTION TO PSPICE Objective: The objective of this experiment is to be familiar with Pspice (learn how to connect circuits,

More information

Reducing the Effects of Short Circuit Faults on Sensitive Loads in Distribution Systems

Reducing the Effects of Short Circuit Faults on Sensitive Loads in Distribution Systems Reducing the Effects of Short Circuit Faults on Sensitive Loads in Distribution Systems Alexander Apostolov AREVA T&D Automation I. INTRODUCTION The electric utilities industry is going through significant

More information

A New Use for Fault Indicators SEL Revolutionizes Distribution System Protection. Steve T. Watt, Shankar V. Achanta, and Peter Selejan

A New Use for Fault Indicators SEL Revolutionizes Distribution System Protection. Steve T. Watt, Shankar V. Achanta, and Peter Selejan A New Use for Fault Indicators SEL Revolutionizes Distribution System Protection Steve T. Watt, Shankar V. Achanta, and Peter Selejan 2017 by Schweitzer Engineering Laboratories, Inc. All rights reserved.

More information

History and Perspective of Simulation in Manufacturing.

History and Perspective of Simulation in Manufacturing. History and Perspective of Simulation in Manufacturing Leon.mcginnis@gatech.edu Oliver.rose@unibw.de Agenda Quick review of the content of the paper Short synthesis of our observations/conclusions Suggested

More information

Anti-IslandingStrategyforaPVPowerPlant

Anti-IslandingStrategyforaPVPowerPlant Global Journal of Researches in Engineering: F Electrical and Electronics Engineering Volume 15 Issue 7 Version 1.0 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

More information

This webinar brought to you by The Relion Product Family Next Generation Protection and Control IEDs from ABB

This webinar brought to you by The Relion Product Family Next Generation Protection and Control IEDs from ABB This webinar brought to you by The Relion Product Family Next Generation Protection and Control IEDs from ABB Relion. Thinking beyond the box. Designed to seamlessly consolidate functions, Relion relays

More information

Table of Contents. Introduction... 1

Table of Contents. Introduction... 1 Table of Contents Introduction... 1 1 Connection Impact Assessment Initial Review... 2 1.1 Facility Design Overview... 2 1.1.1 Single Line Diagram ( SLD )... 2 1.1.2 Point of Disconnection - Safety...

More information

Visualization and Animation of Protective Relay Operation

Visualization and Animation of Protective Relay Operation Visualization and Animation of Protective Relay Operation A. P. Sakis Meliopoulos School of Electrical and Computer Engineering Georgia Institute of Technology Atlanta, Georgia 30332 George J. Cokkinides

More information

Swinburne Research Bank

Swinburne Research Bank Swinburne Research Bank http://researchbank.swinburne.edu.au Tashakori, A., & Ektesabi, M. (2013). A simple fault tolerant control system for Hall Effect sensors failure of BLDC motor. Originally published

More information

Using Acoustic Emissions for Corona Detection

Using Acoustic Emissions for Corona Detection Using Acoustic Emissions for Corona Detection MARCO ANTÔNIO MARTINS RENNO Transmineira Power Transmission Co. Av. do Contorno, 7962 Belo Horizonte MG - 30110-056 BRAZIL marco.renno@transmineira.com.br

More information

CAMTO. Arc detecting relay. system. January Revised August D D1200

CAMTO. Arc detecting relay. system. January Revised August D D1200 NEW ARC DETECTING SYSTEM FROM Based on our experience with arc protection since 1962, has developed a new. The units are built into boxes that all fit on a 35 mm DIN-rail. All front plates are dimensioned

More information

WIRELESS THREE PHASE LINE FAULT MONITORING

WIRELESS THREE PHASE LINE FAULT MONITORING WIRELESS THREE PHASE LINE FAULT MONITORING Vaishnavi Kailas Pardeshi 1, Pooja Anil Kawade 2, Rutuja Ratanakar Kshirsagar 3 1,2,3 Department Electrical Engineer, Sandip Polytechnic, Nashik Maharashtra (India)

More information

Important Aspects to Be Considered Dealing with Phase Measurement Units and Applications" Luiz Carlos Grillo de Brito (CEPEL)

Important Aspects to Be Considered Dealing with Phase Measurement Units and Applications Luiz Carlos Grillo de Brito (CEPEL) Centro de Pesquisas de Energia Elétrica Important Aspects to Be Considered Dealing with Phase Measurement Units and Applications" Luiz Carlos Grillo de Brito (CEPEL) Ricardo Penido D. Ross(CEPEL) José

More information

Application Of Artificial Neural Network In Fault Detection Of Hvdc Converter

Application Of Artificial Neural Network In Fault Detection Of Hvdc Converter Application Of Artificial Neural Network In Fault Detection Of Hvdc Converter Madhuri S Shastrakar Department of Electrical Engineering, Shree Ramdeobaba College of Engineering and Management, Nagpur,

More information

Transmission System Configurator

Transmission System Configurator Design IT A tool for efficient transmission system design Martin Naedele, Christian Rehtanz, Dirk Westermann, Antonio Carvalho Transmission System Configurator Transmission capacity is a key profit factor

More information

Fault Localization using Wavelet Transforms in 132kV Transmission Lines

Fault Localization using Wavelet Transforms in 132kV Transmission Lines ENGINEER - Vo). XXXXII, No. 04, pp. [95-104], 2009 The Institution of Engineers, Sri Lanka Fault Localization using Wavelet Transforms in 132kV Transmission Lines J.V.U.P. Jayatunga, P.S.N. De Silva and

More information

Note: Adjustment layers are available only in Photo Explosion Deluxe.

Note: Adjustment layers are available only in Photo Explosion Deluxe. 164 PHOTO EXPLOSION USER MANUAL Understanding Layers Layers keep different regions of an image separate from one another, such as separating text from the background, and shapes from text. Use the Layers

More information

Automated Complex Determination Indicators of Power Quality

Automated Complex Determination Indicators of Power Quality Automated Complex Determination Indicators of Power Quality 1 Victor O. Mandziy, 2 Volodymyr V. Lypnytskyy, 3 Sergiy M. Babyuk, 4 Ivan M. Sysak 1,3,4 TNTU, Ukraine, 2 TTU, Estonia, 1 vikmand@meta.ua, 2

More information

N. TEST TEST DESCRIPTION

N. TEST TEST DESCRIPTION Multi function system for testing substation equipment such as: current, voltage and power transformers, over-current protection relays, energy meters and transducers Primary injection testing capabilities

More information

(

( AN INTRODUCTION TO CAMAC (http://www-esd.fnal.gov/esd/catalog/intro/introcam.htm) Computer Automated Measurement And Control, (CAMAC), is a modular data handling system used at almost every nuclear physics

More information

Projects and Applications of Synchrophasors in Brazil

Projects and Applications of Synchrophasors in Brazil International Conference in World-Wide Area Measurement Systems Projects and Applications of Synchrophasors in Brazil I.C. Decker D. Dotta A.S. e Silva M.N. Agostini A.L. Bettiol S.L. Zimath ARLAN LUIZ

More information

System Inputs, Physical Modeling, and Time & Frequency Domains

System Inputs, Physical Modeling, and Time & Frequency Domains System Inputs, Physical Modeling, and Time & Frequency Domains There are three topics that require more discussion at this point of our study. They are: Classification of System Inputs, Physical Modeling,

More information

Introduction to Simulink Assignment Companion Document

Introduction to Simulink Assignment Companion Document Introduction to Simulink Assignment Companion Document Implementing a DSB-SC AM Modulator in Simulink The purpose of this exercise is to explore SIMULINK by implementing a DSB-SC AM modulator. DSB-SC AM

More information

Brightness and Contrast Control Reference Guide

Brightness and Contrast Control Reference Guide innovation Series Scanners Brightness and Contrast Control Reference Guide A-61506 Part No. 9E3722 CAT No. 137 0337 Using the Brightness and Contrast Control This Reference Guide provides information and

More information

ericssonz MAINTENANCE MANUAL ORION BUFFER BOARD ROA SPECIFICATIONS TABLE OF CONTENTS

ericssonz MAINTENANCE MANUAL ORION BUFFER BOARD ROA SPECIFICATIONS TABLE OF CONTENTS MAINTENANCE MANUAL ORION BUFFER BOARD ROA 117 2280 TABLE OF CONTENTS Page SPECIFICATIONS............................................... Front cover DESCRIPTION.................................................

More information

A New network multiplier using modified high order encoder and optimized hybrid adder in CMOS technology

A New network multiplier using modified high order encoder and optimized hybrid adder in CMOS technology Inf. Sci. Lett. 2, No. 3, 159-164 (2013) 159 Information Sciences Letters An International Journal http://dx.doi.org/10.12785/isl/020305 A New network multiplier using modified high order encoder and optimized

More information

AND8056/D. Control Solution using Logic, Analog Switches, and Discrete Semiconductor Devices for Reversing a One-Phase Motor APPLICATION NOTE

AND8056/D. Control Solution using Logic, Analog Switches, and Discrete Semiconductor Devices for Reversing a One-Phase Motor APPLICATION NOTE Control Solution using Logic, Analog Switches, and Discrete Semiconductor Devices for Reversing a One-Phase Motor Littelfuse.com APPLICATION NOTE INTRODUCTION In the huge variety of the AC motors, one

More information

THE PROPAGATION OF PARTIAL DISCHARGE PULSES IN A HIGH VOLTAGE CABLE

THE PROPAGATION OF PARTIAL DISCHARGE PULSES IN A HIGH VOLTAGE CABLE THE PROPAGATION OF PARTIAL DISCHARGE PULSES IN A HIGH VOLTAGE CABLE Z.Liu, B.T.Phung, T.R.Blackburn and R.E.James School of Electrical Engineering and Telecommuniications University of New South Wales

More information

Wireless sensor system

Wireless sensor system Wireless sensor system Internet / Ounet PC in internal network GW Internet connection FIGURE 1 structure of wireless sensor network = Base station = Routing wireless sensor = Wireless sensor General description

More information

Horizon Requests and Interlibrary Loan Within the System

Horizon Requests and Interlibrary Loan Within the System Horizon Requests and Interlibrary Loan Within the System Requesting Items For Your Patrons If you can find a title on Horizon that is owned by one of the currently automated libraries, request it using

More information

ENOSERV 2014 Relay & Protection Training Conference Course Descriptions

ENOSERV 2014 Relay & Protection Training Conference Course Descriptions ENOSERV 2014 Relay & Protection Training Conference Course Descriptions Day 1 Generation Protection/Motor Bus Transfer Generator Protection: 4 hours This session highlights MV generator protection and

More information

Digital Fundamentals. Lab 4 EX-OR Circuits & Combinational Circuit Design

Digital Fundamentals. Lab 4 EX-OR Circuits & Combinational Circuit Design Richland College School of Engineering & Technology Rev. 0 B. Donham Rev. 1 (7/2003) J. Horne Rev. 2 (1/2008) J. Bradbury Digital Fundamentals CETT 1425 Lab 4 EX-OR Circuits & Combinational Circuit Design

More information

2017 ELECTRICAL SAFETY SERVICES. Arc Flash Electrical Maintenance Lockout/Tagout And More

2017 ELECTRICAL SAFETY SERVICES. Arc Flash Electrical Maintenance Lockout/Tagout And More 2017 ELECTRICAL SAFETY SERVICES Arc Flash Electrical Maintenance Lockout/Tagout And More ABOUT LEWELLYN TECHNOLOGY Improving workplace safety since 1993 Daryn Lewellyn founded Lewellyn Technology more

More information

IMPROVEMENTS OF THE FACILITIES FOR LIGHTNING RESEARCH AT MORRO DO CACHIMBO STATION

IMPROVEMENTS OF THE FACILITIES FOR LIGHTNING RESEARCH AT MORRO DO CACHIMBO STATION 29 th International Conference on Lightning Protection 23 rd 26 th June 2008 Uppsala, Sweden IMPROVEMENTS OF THE FACILITIES FOR LIGHTNING RESEARCH AT MORRO DO CACHIMBO STATION Guilherme M. Corrêa 1, André

More information

Module 9. Fault Type Form 4.X RELIABILITY ACCOUNTABILITY

Module 9. Fault Type Form 4.X RELIABILITY ACCOUNTABILITY Module 9 Fault Type Form 4.X 1 M9 Fault Type The descriptor of the fault, if any, associated with each Automatic Outage of an Element. 1. No fault 2. Phase-to-phase fault (P-P) 3. Single phase-to-ground

More information

KLEA 220P ENERGY ANALYZER

KLEA 220P ENERGY ANALYZER KLEA 220P ENERGY ANALYZER Defining KLEA 220P Energy Analyzer in simple terms KLEA 220P Energy Analyzer is an automation device which offers 3-phase energy monitoring, analyzing and controlling the network

More information

ARTIFICIAL INTELLIGENCE IN POWER SYSTEMS

ARTIFICIAL INTELLIGENCE IN POWER SYSTEMS ARTIFICIAL INTELLIGENCE IN POWER SYSTEMS Prof.Somashekara Reddy 1, Kusuma S 2 1 Department of MCA, NHCE Bangalore, India 2 Kusuma S, Department of MCA, NHCE Bangalore, India Abstract: Artificial Intelligence

More information

TRANSIENT STABILITY ENHANCEMENT OF POWER SYSTEM USING INTELLIGENT TECHNIQUE

TRANSIENT STABILITY ENHANCEMENT OF POWER SYSTEM USING INTELLIGENT TECHNIQUE TRANSIENT STABILITY ENHANCEMENT OF POWER SYSTEM USING INTELLIGENT TECHNIQUE K.Satyanarayana 1, Saheb Hussain MD 2, B.K.V.Prasad 3 1 Ph.D Scholar, EEE Department, Vignan University (A.P), India, ksatya.eee@gmail.com

More information

No. SSIEC-PRC SHINSUNG. Polymer Recloser SIREC SERIES 15kV, 27kV, 38kV 400A, 630A, 800A

No. SSIEC-PRC SHINSUNG. Polymer Recloser SIREC SERIES 15kV, 27kV, 38kV 400A, 630A, 800A No. SSIEC-PRC-00803-1 SHINSUNG Polymer Recloser SIREC SERIES 15kV, 27kV, 38kV 400A, 630A, 800A Introduction SIREC(Solid Insulated Recloser) is designed for outdoor application with lightweight, longlife,

More information

Improvement of Electricity Distribution Services Using a DVR with a Constant DC Voltage Source Instaled in MV Connection Substations

Improvement of Electricity Distribution Services Using a DVR with a Constant DC Voltage Source Instaled in MV Connection Substations Improvement of Electricity Distribution Services Using a DVR with a Constant DC Voltage Source Instaled in MV Connection Substations Gheorghe Ioan Nicolaescu, Horia Andrei, Stefan Radulescu Electrical

More information

ZIHO KANG present Assistant Professor, School of Industrial and Systems Engineering, University of Oklahoma, Norman, OK.

ZIHO KANG present Assistant Professor, School of Industrial and Systems Engineering, University of Oklahoma, Norman, OK. ZIHO KANG PROFESSIONAL PREPARATION Korea University Industrial Engineering B.S. 2001 Purdue University Industrial Engineering M.S. 2006 Purdue University Industrial Engineering Ph.D. 2012 RESEARCH INTERESTS

More information

Automatic Block Signaling Installation Failure Diagnosis with LCOBla

Automatic Block Signaling Installation Failure Diagnosis with LCOBla Automatic Block Signaling Installation Failure Diagnosis with LCOBla Elisabeta SPUNEI, Ion PIROI, Cristian MUSCAI Department of Electrical Engineering and Informatics Eftimie Murgu University of Reşiţa,

More information

/ ABSTRACT

/  ABSTRACT ABSTRACT The manual method of synchronization demands a skilled operator and the method is suitable for no load operation or normal frequency condition. under emergency condition such as lowering of frequency

More information

[MOS3000 Online Monitoring Software]

[MOS3000 Online Monitoring Software] [MOS3000 Online Monitoring Software] User Manual October 2016 1 CONTENT 1. Overview... 6 1.1. System Introduction... 6 1.2. System login... 7 2. System Configuration... 7 2.1. New Organization... 8 2.2.

More information

Early Failure Detection in Power Transformers

Early Failure Detection in Power Transformers Journal of Power and Energy Engineering, 2013, 1, 30-40 http://dx.doi.org/10.4236/jpee.2013.15005 Published Online October 2013 (http://www.scirp.org/journal/jpee) Luiz Eduardo Borges da Silva 1, Erik

More information

Motor control using FPGA

Motor control using FPGA Motor control using FPGA MOTIVATION In the previous chapter you learnt ways to interface external world signals with an FPGA. The next chapter discusses digital design and control implementation of different

More information

EEL 3086 SWITCHGEAR AND PROTECTION EXPERIMENT 2 DIFFERENTIAL PROTECTION OF A THREE-PHASE TRANSFORMER

EEL 3086 SWITCHGEAR AND PROTECTION EXPERIMENT 2 DIFFERENTIAL PROTECTION OF A THREE-PHASE TRANSFORMER EEL 3086 SWITCHGEAR AND PROTECTION EXPERIMENT 2 DIFFERENTIAL PROTECTION OF A THREE-PHASE TRANSFORMER Objective To analyse the differential protection scheme as applied to a three-phase power transformer

More information

EE Lecture 14 Wed Feb 8, 2017

EE Lecture 14 Wed Feb 8, 2017 EE 5223 - Lecture 14 Wed Feb 8, 2017 Ongoing List of Topics: URL: http://www.ece.mtu.edu/faculty/bamork/ee5223/index.htm Labs - EE5224 Lab 3 - begins on Tues Feb 14th Term Project - details posted. Limit

More information

REMOTE LABORATORY: HOW TO RENDER LESS VIRTUAL AS POSSIBLE THE MEET WITH THE INSTRUMENTATION

REMOTE LABORATORY: HOW TO RENDER LESS VIRTUAL AS POSSIBLE THE MEET WITH THE INSTRUMENTATION XVII IMEKO World Congress Metrology in the 3rd Millennium June 22 27, 2003, Dubrovnik, Croatia REMOTE LABORATORY: HOW TO RENDER LESS VIRTUAL AS POSSIBLE THE MEET WITH THE INSTRUMENTATION Maurizio Caciotta,

More information

Introduction to SwitcherCAD

Introduction to SwitcherCAD Introduction to SwitcherCAD 1 PREFACE 1.1 What is SwitcherCAD? SwitcherCAD III is a new Spice based program that was developed for modelling board level switching regulator systems. The program consists

More information

A New Fault Detection Tool for Single Phasing of a Three Phase Induction Motor. S.H.Haggag, Ali M. El-Rifaie,and Hala M.

A New Fault Detection Tool for Single Phasing of a Three Phase Induction Motor. S.H.Haggag, Ali M. El-Rifaie,and Hala M. Proceedings of the World Congress on Engineering 013 Vol II,, July 3-5, 013, London, U.K. A New Fault Detection Tool for Single Phasing of a Three Phase Induction Motor S.H.Haggag, Ali M. El-Rifaie,and

More information

SHORT CIRCUIT ANALYSIS OF 220/132 KV SUBSTATION BY USING ETAP

SHORT CIRCUIT ANALYSIS OF 220/132 KV SUBSTATION BY USING ETAP SHORT CIRCUIT ANALYSIS OF 220/132 KV SUBSTATION BY USING ETAP Kiran V. Natkar 1, Naveen Kumar 2 1 Student, M.E., Electrical Power System, MSS CET/ Dr. B.A.M. University, (India) 2 Electrical Power System,

More information

TC LV-Series Temperature Controllers V1.01

TC LV-Series Temperature Controllers V1.01 TC LV-Series Temperature Controllers V1.01 Electron Dynamics Ltd, Kingsbury House, Kingsbury Road, Bevois Valley, Southampton, SO14 OJT Tel: +44 (0) 2380 480 800 Fax: +44 (0) 2380 480 801 e-mail support@electrondynamics.co.uk

More information

Sheet Metal Punch ifeatures

Sheet Metal Punch ifeatures Lesson 5 Sheet Metal Punch ifeatures Overview This lesson describes punch ifeatures and their use in sheet metal parts. You use punch ifeatures to simplify the creation of common and specialty cut and

More information