Analysis of Data Quality Issues in Wide Area Monitoring and Control Systems

Size: px
Start display at page:

Download "Analysis of Data Quality Issues in Wide Area Monitoring and Control Systems"

Transcription

1 2010 IREP Symposium- Bulk Power System Dynamics and Control VIII (IREP), August 1-6, 2010, Buzios, RJ, Brazil Analysis of Data Quality Issues in Wide Area Monitoring and Control Systems Kun Zhu, Moustafa Chenine, Johan König and Lars Nordström Industrial Information and Control Systems Royal Institute of Technology, KTH Sweden Abstract Synchronized phasor measurement based Wide Area Monitoring and Control (WAMC) system is becoming a reality with international research and development both in academia and industry. Timely and accurate data with high resolutions holds great promise for more responsible and advanced grid control and operation. Currently, most of the research focuses on the different control schemes and applications. A relatively less addressed aspect is the dependency of the WAMC system on the performance of the Information and Communication Technology (ICT) infrastructure, without whose support the projected functionalities of the WAMC systems will not be achieved. Possible input delay brought by the complex data transfer and processing processes in WAMC systems are presented at the beginning of this paper. Thereafter, simulations where delayed phasor measurements are fed to a typical WAMC application - Static Var Compensation (SVC) are conducted iteratively to detect its maximum tolerated delay. Based on this maximum tolerated delay, the consequences of missing certain data in the phaor packets have been studied. Furthermore, data quality requirements to design a reliable SVC function are analyzed based on simulation results. In conjunction with the requirement discussion, the paper is concluded by proposing a robust ICT architecture to mitigate the aforementioned data quality issues. Index Terms WAMC systems, ICT infrastructures, PMU, phasor measurement delay, incompleteness, remote signal based SVC I. Introduction There is an international interest and implementation drive, in both academia and industry, on the prospects of Phasor Measurement Unit (PMU) based monitoring and control technology [1] [2]. These systems promise to offer more accurate and timely data on the state of the power system increasing the possibilities to manage the system at a more efficient and responsive level and apply wide area control and protection schemes [3]. Such systems are needed in the modern electrical power system, where transmission expansion is limited by monetary and environmental regulations. The high dependency on the aforementioned systems and their ability to provide correct functionality put very high requirement on the supporting ICT infrastructures to ensure the quality of service. A. Purpose The major purposes of our work are to demonstrate that insufficiency of ICT systems runs the risk of jeopardizing system function execution and elicit requirements on data quality aspect for WAMC system. In this paper, the remote signal based SVC function is studied as a WAMC application case. The consequence of delayed and uncompleted input data for this SVC case is demonstrated and the corresponding requirements are analyzed. Furthermore, ICT architecture is suggested for this specify control scheme to enhance the robustness of the WAMC system. B. Outline The rest of the paper is structured as follows: Section II presents an overview of WAMC system architectures outlining the main components of such systems. Section III the possible delays in WAMC communication. Section IV describes the SVC simulation models implementation and Section V explains the parameters in simulation scenario. The analysis of simulation results and a discussion can be found in Section VI and the paper is concluded in Section VII. II. Wide Area Monitoring and Control Systems A. WAMC system components A WAMC system includes 4 basic components: PMUs, PDC, PMU application systems and finally communication network [4]. Fig. 1 illustrates the logical architecture of WAMC systems.

2 are taken into consideration in this paper. The communication infrastructure in this part has been simplified as illustrated in Fig. 2. Fig. 1: Layers and components of WAMC system. The WAMC system interface with the power system at Layer 1 through the PMUs connected to substation bus bars or power lines. Layer 2 is known as the Data Management layer and this is where the PMU measurements are collected and sorted by the PDC producing a single time synchronized dataset that is forwarded to the applications systems on Layer 3. The application systems represent the real time PMU based application functions that process the time synchronized PMU measurements provided by the previous layer. The information transactions between these three layers are realized by a communication network. B. Communication network in WAMC systems The communication infrastructure is a critical component in the architecture of WAMC systems. This is because PMU devices in most cases are geographically distributed over a territory. The PMU devices are connected to a central control center or several control centers over a communication network depending on the operation concept. Therefore the communication network is a possible bottleneck in the architecture of these systems, since the data quality of PMU measurements collected from the remote sites would highly depend on the communication infrastructure s capabilities and architecture. III. Delay in WAMC Systems Real time WAMC systems require stringent time requirements in order to indentify, analyze and respond to emergency phenomenon in the power system, according to [4] and [5]. The delay of the WAMC system can be traced back to the involved processes and components according to the system architecture presented in the previous section. Specifically, data propagation, PDC sorting, calculation for decision making and the control actuation processes Fig. 2: Utility communication model, showing substation LAN and control center LAN connected by Wide Area Network (WAN). The PMUs or controllers are assumed to reside in substations, connected to a Local Area Network (SS LAN). The SS LAN is in turn connected via a substation router to a Wide Area Network (WAN). The application that utilizes the PMU data resides at a central location connected to a Local Area Network (CC LAN). Since the application is dependent on data from several PMUs the data from the PMUs are first passed to the PDC for sorting after which they are sent to the application. Thereafter, the actions generated by application are transferred via the WAN to the substation where the controllers are located. It is necessary to clarify, that depending on the needs from the applications, the PDC and Applications do not necessarily to be implemented at the control center. A. PDC sorting function The most basic function of the PDC is to collect or receive phasor measurements from connected PMUs and to sort them according to the GPS time stamp. Once a time stamp set, i.e. all phasors with the same time stamp, is complete the PDC forwards the phasor set to the applications consuming the data. The PDC can also have other functionality, such as error checking and archiving for offline and historical data analysis [6]. In this paper only the time synchronization functionality is considered. Generally, there are no specified published algorithms and most vendors consider the algorithms as confidential. On the other hand, the main time synchronization algorithm can be derived from descriptions [7] and the actual requirement of the sorting and synchronization task. In this generic algorithm the PDC will group together measurements from the same time stamp in to a set. This is done as the measurements arrive to the PDC. To minimize delays a time-out per time stamped buffer is added. The time-out would be the amount of time the buffer is actively waiting for the rest of the phasor 2

3 measurements with the same time stamp. The countdown to the time-out is initiated when the first phasor measurement of a certain time stamp arrives at the PDC. The PDC assigns this newly arrived measurement to a new buffer, and begins the time-out counter for that buffer. In this case when the time-out is up the PDC will forward the set without waiting for the rest of the phasor measurements to arrive. The time out parameter introduces a ceiling in terms of the delay that can be experienced and is more deterministic. If the PMU communication network were to experience abnormal delays or packet loss then the waiting time parameter insures that the PDC forwards the phasor measurements in an acceptable time range without waiting for the delayed measurements to arrive. On the other hand, the issue of incomplete data arises where the phasor measurements forwarded to the applications would be incomplete and missing certain measurements from PMUs on the grid. Fig. 3 below illustrates this algorithm. T PDCi = f(t TO,T WANi ) Where T TO represents the time-out parameter in the PDC sorting algorithm, and T WAN represents the data propagation delay from the PMUs to the PDC [8]. In the implemented algorithm the PMU packet with the longest transmission time, T WANi, determines the maximum time that all packets will have to wait T w = Max (T WANi ) i=1..n Finally, this gives the complete expression for T PDCi. T PDCi = T sort +Min(T w T TO ) To study the characteristics of T PDCi in different system architectures and with different settings for T TO in networks experiencing different amounts of delay a simulation study as described in the following section was performed. IV. SVC Test Bed Implementation This chapter describes the test platform implementation, including the reference network and the WAMC system components. MATLAB SIMULINK is used as platform for the power system simulation part in this paper. The communication delays and incompleteness values obtained from simulations implemented in the OPNET communication systems simulation environment. The OPNET simulations studied the ICT aspects of WAMC systems, specifically the communication network and the PDC sorting algorithm, the details could be found in [8]. A. Reference network Fig. 3: Time stamped buffers in the PDC holding measurements in a linked list representation. B. Data propagation time and PDC delay With an assumption that the transmission delay in modern high speed LAN is negligible in comparison to the delay experienced in a WAN, the data propagation time can be treated as equal to the transmission time through WAN including routing delays, T WAN. In the PDC sorting algorithm described in the previous section, the amount of time a packet is delayed in the PDC depends on the following parameters: When it arrives (early packets have to wait until all packets from the same timestamp have arrived) How many PMUs are sending (more PMUs to wait for) How long to wait for the last PMU packet for that time stamp The time-out setting. This linked-list sorting algorithm can be described as: Four-machine two-area system from Kundur is used as reference network model. The model consists of two fully symmetrical areas that are connected by two parallel 230 kv transmission lines. Two identical round rotor generators are located in each area respectively. The network model and its detailed parameters can be found in [9] and [10]. B. Remote signal based SVC A Static Var Compensator (SVC) is deployed for voltage regulation controlling the reactive power injections at the regulated bus. There are different models to describe SVC dynamic performance. In these simulations, a simple Automatic Voltage Regulator (AVR) model is adopted and its scheme can be found in [11]. The SIME method is applied here to transform the trajectories of this four-machine power system into the trajectory of a single machine equivalent system [12]. In this case, Gen1 and Gen2 are assumed to be critical machines that are responsible for loss of synchronism, since the power is flowing from area 1 to area 2 in steady state. POD signal and voltage measurement from the 3

4 regulated bus are the inputs to this SVC. There is one PMU placed at each generator bus to collect rotor speed ω and acceleration power P a, the mismatch between the mechanical powers that turbine takes in and the generated power. All ω and P a from 4 generators are used to compute POD signal. The voltage at the regulated bus is measured by another PMU. V. Simulations scenarios and Parameters In WAMC systems, there is a centralized computation for decision making which can be either integrated with the actuator or located remotely at the control centers. This implies all the involved data has to be uploaded to a remote centralized point and then sent back as orders to the controlling equipment all over the network. Unlike in the local control in the distributed system, the delay in wide-area power systems could reach a significant number depending on the ICT system architecture and implementation [13]. Thus, it is very important to take performance of the supporting ICT infrastructure into consideration in design and implementation of a WAMC system. A. Simulation parameters for the ICT system In the simulation, the SVC control actuation is based on the information from 4 PMUs placed at generation buses together with 1 PMU located at bus 9. The conceptual layout of the ICT infrastructure is illustrated Fig. 4: B. PDC delay scenarios and parameters The 4 PMU scenario simulation results from [8] are adopted. Two parameters where varied in order to create a set of scenarios based on these variations. The parameters that were varied in the ICT system scenarios were: The delay experienced by measurements (from the PMU) traveling to the PDC (T WAN ). The time-out (T TO ) that determines the maximum waiting time at the PDC. The main parameter that is varied in the simulation is the time-out time. Table 1 lists the values chosen for the PDC time-out. Table 1 : Time-out (T TO) parameters used for the PDC model T TO time-out parameters (milliseconds) The time-out time was used in conjunction with two main delay parameters. The delay parameters are used in the simulation to introduce delay in the transmission of the phasor measurement packets from the PMU to the PDC. The delay parameter is a mean and variance input to a normal probability distribution function which generates random values from the distribution. These values are assigned to the every packet that is sent to the PDC. Table 2 below illustrates the two delay parameters used in the simulation. Table 2: Normal Delay Distribution Parameters Mean Variance Base Fig. 4: ICT system architecture for WAMC system in the simulation, including information flows within the processes. The phasor data are collected from the PMUs which are geographically scattered and transferred via the Wide Area Communication network to a PDC. PDC sorts the data with the same time stamp into a packet and forward the packet to App where the centralized coordination and computation are executed. The generated control signal is then sent to the SVC controller through the Wide Area Network. The Base mean and variance are selected from previous work aimed at studying transmission delay in communication networks for wide area monitoring and control systems [14]. This delay parameter is selected to be the standard or base in the simulations. The mean and variance were calculated for usage, as values to represent the case of abnormal delays that could be experienced in high speed power system communication networks. The extended delay was applied to a specific number of PMUs and not to all PMUs in any given scenario. This was done to represent the possible delay only from a subset of PMUs that could have been a result from various network or hardware conditions, such as increased traffic on the network segment where the PMUs with extended delay are placed. Finally, using the combination of delay and time-out parameters, the number of PMUs on the network was varied. This resulted in 12 scenarios with 4 PMUs. 6 4

5 scenarios each with a value from the time-out parameters outlined in Table 1, and the delay parameter with a normal distribution with the Base values in Table 2. The other 6 scenarios had the same parameter expect that one of the PMUs was delayed with the extended normal distributed delay using the delay parameters. Table 3 below illustrates this configuration. Scenario Table 3: 4 PMU scenario set parameter settings Delay Parameter Time-Out Parameter (T TO ) number of PMUs with Delay 1 Base 15ms 0 2 Base 25ms 0 3 Base 30ms 0 4 Base 35ms 0 5 Base 45ms 0 6 Base 50ms ms 1 25ms 1 30ms 1 35ms 1 45ms 1 50ms 1 Voltage at Bus 9 (p.u) Time (s) No time delay time delay of 47.5ms time delay of 69ms Fig. 5: Voltage profiles at the regulated bus given delayed phasor data from all PMUs It can be observed in Fig. 5 that the oscillation grows as the delay increases. When the delay reaches 69ms, the oscillation cannot be cancelled by SVC. Therefore, for this specific network and WAMC system, the maximum tolerated delay is 69ms which puts the latency requirement supporting ICT system. To investigate robustness for POD signal and voltage measurement to their corresponding delay, the following simulation are conducted regardless of the ICT architecture presented in the previous sections. It is assumed that only the POD signal calculated by measurements from 4 PMUs at generator buses is experiencing the delay while voltage measurement is perfect in time. The simulation results are in Fig. 6: 1.15 C. Simulation parameters for the disturbance A three-phase solid ground fault is introduced at the transmission corridor at the time t = 1. And the clear time t c here is set as 200ms, which means at the time 1.2 the transmission line is reclosed. VI. Analysis Iterative simulations are conducted applying increasing delays until the SVC function fail. Thereafter, the performance requirement to design a robust remote signal based SVC control; in this case the maximum tolerated delay could be decided as assumed in Section V. A. Delayed data Voltage at Bus 9 (p.u) Time (s) No time delay time delay of 47.5ms in POD Fig. 6: Voltage profiles at the regulated bus given delayed POD signal and perfect voltage measurement. It can be observed that the system even experienced a smaller oscillation when the PMU measurement suffers a time delay of 47.5ms comparing to the case when all measurements are free of delay. To investigate the impact of POD signal delay, it is necessary to detect a threshold for the delay beyond which the system will collapse. However until the delay reaches a value of 300ms, which actually is of a very low probability to be experienced in the 4 PMU simulation scenarios according to [8], the system remains stable. It can be concluded that the POD is quite robust to its input delay. 5

6 In order to study the time delay robustness for voltage measurement at regulated bus, PMU voltage measurement at Bus 9 is corrupted with a delay of 47.5ms while other inputs are assumed to be free of delay. The simulation results are shown below in Fig 7: Voltage at Bus 9 (p.u) Fig 7: Voltage profiles at the regulated bus given perfect POD signal and delayed voltage measurement. The oscillation grows as the delay increases. By iterative simulations, we find that tolerated latency for reference voltage input is below 65ms. Comparing the simulation results from the delayed POD case, it is obvious that voltage measurement is much more sensitive to its delay comparing to the other measurements. B. Data incompleteness Time (s) As described in the previous section, phasor data that arrives later than the selected PDC waiting time will be ignored which consequently results in data incompleteness. To enable the calculation for WAMC control applications, there is need to replace the empty data slot in the phasor packet with a value. The most straight forward method is to adopt the latest available data. As the delay processes, the data incompleteness problem will ultimately turn into a data quality issue, in this case the performance of SVC functionality will be jeopardized. The dependency of this remote signal based SVC system reliability and selection of PDC waiting time, T TO, can be expressed as: 1 No time delay time delay of 47.5ms in reg-vol time delay of 65ms in reg-vol Where T represents the maximum delay to ensure reliable SVC function, S is the phasor data resolutions and P(T TO ) is the probability of data incompleteness for every PMU. All the phasor measurements are assumed to be taken independently from dedicated PMUs. When a stochastic model of T W is used, the probability of losing data can be illustrated in Figure 8. Fig. 8: Dependency of data incompleteness probability and the selection of PDC waiting time. According to the study of input signal delay robustness, the voltage measurement has a dominating impact on the overall system performance whereas the other PMU data that is used to calculate POD signal has very limited impact to the system reliability. Taking a data resolution of 30 samples per second, the reliability of this specific SVC application can be expressed as a function of probability of voltage measurement data incompleteness: 1 1 The simulation result from previous section shows that an overall delay larger than 65ms will lead to the failure of SVC function. In paper [14], the minimum delay that could be experience in wide area Communication network can be roughly estimated as 15ms (the approximation is made by using the mean value of delay distribution instead of the stochastic delay model). The largest possible PDC delay due to waiting can be calculated as 50ms, the further increase of time-out parameter will lead to SVC collapse. In [8], data incompleteness probability results are for the entire data packet which contains 4 phasors. The probability of losing this specific voltage measurement is a quarter of this value. The reliability of SVC function in association of PDC waiting time selection is presented in Table 4: 6

7 Scenar io T TO Table 4: SVC reliability Probability for losing voltage data SVC function reliability 1 15ms 6.25% 99.61% 2 25ms 5.5% 99.70% 3 30ms 3% 99.91% 4 35ms 2.5% Larger than 99.99% 5 45ms 1% Larger than 99.99% 6 50ms 1% Larger than 99.99% 7 15ms 11.25% 98.73% 8 25ms 8.5% 99.28% 9 30ms 6.25% 99.61% 10 35ms 2.5% 99.88% 11 45ms 1% 99.96% 12 50ms 1% 99.97% C. Discussions The simulation results indicate that inadequate supporting ICT system runs the risk of invaliding the WAMC systems. One possibility to enhance its robustness is to redesign the ICT architecture. Since SVC is located at the regulated bus in this specific case, it is possible to have a dedicated communication link between SVC and PMU with a low cost. If the calculation process is integrated with the SVC controller, the voltage measurement can be treated as local signal whose latency can be significantly reduced. The suggested ICT infrastructure which contains both local and wide area measurement is presented in Fig. 9: Fig. 9: A suggested ICT system architecture for WAMC systems to improve system robustness including information flows within the processes. The major argument here would be that there is a time skew between the POD signal generated from the 4 PMU signals and the voltage measurement since the former still has to pass the Wide Area Network and PDC sorting process which inevitably introduces a significantly higher delay comparing to the locally collected measurements. Assuming the local PMU measurement are with the delay of 10ms while the other PMU data passing through WAN and PDC sorting are experiencing a delay of 47.5 ms, simulations is carried out and results are presented in Figure 10: Voltage at Bus 9 (p.u) Fig. 10: Voltage profiles at the regulated bus given delayed phasor data from all PMUs with the suggested ICT architecture. The simulation results reveal that the SVC successfully damped the oscillation after the breaker reclosure even though a time skew exists between the POD signal and voltage measurement. It is due to the fact that POD signal is quite insensitive to its measurement delay. Hence a timely voltage measurement is sufficient to guarantee the WAMC system s performance. The SVC function reliability reaches a value larger than % with this architecture. VII Conclusion time delay of 47.5ms for POD and 10ms for reg-vol Time (s) Though the conclusion can only be limited to this specific network and wide area control scheme, however simulation presented in this paper can still raise the awareness of the dependency of WAMC system on their supporting ICT infrastructure. In this paper the consequence of WAMC system failure has been demonstrated when the PMU measurements are exposed to delayed or uncompleted input data. Based on the simulation results, it is realized that input signals of WAMC applications may have different robustness to their corresponding input latency depending on their functionalities. Specifically talking about this case, there are two input variables in SVC control scheme, termed POD signal and voltage at the connected bus. POD is mostly in charge of oscillation damping while the voltage measurement at the connected bus is the main reference for SVC to adjust its tunable reactance. According to the results in this paper, the later one has a dominate impact on the overall system performance 7

8 comparing the POD signal. Since the voltage measurement is more sensitive comparing to its POD counterpart, it is cost efficient to prioritize it in resources distribution to meet the data quality aspect requirements of the supporting ICT systems. [14] M. Chenine, E. Karam, L. Nordström, Modeling and Simulation of Wide Area Monitoring and Control Systems in IP-based Networks, in Proc of the IEEE PES General Meeting, July Although time delay caused by data transmission cannot be ignored no matter dedicated or shared communication scenarios are used, the time spent on computing and decision making in application and also function execution at control devices still take a large proportion of total response time Therefore, the WAMC system would have a major development with the technologies improvements both in hardware and software. References [1] A.G. Phadke, The Wide World of Wide-Area Measurements, IEEE Power and Energy Magazine, vol. 2, no. 4, September/October pp [2] D. Karlsson, M. Hemmingsson, and S. Lindahl, "Wide Area System Monitoring and Control," IEEE Power & Energy Magazine, vol. 2, no. 5, September/October 2004, pp [3] A.G. Phadke and J.S. Thorp, Synchronized Phasor Measurements and Their Applications ISBN: , Springer, Jan, [4] C. Marinez, M. Parashar, J. Dyer, and J. Coroas, Phasor Data Requirements for Real Time Wide-Area Monitoring, Control and Protection Applications, CERTS/EPG, EIPP-Real Time Task Team. January realtime_group_ data_requirements_draft5_jan26_2005.pdf [5] M. Kim, M.J. Damborg, J. Huang, and S.S Venkata, Wide-Area Adaptive Protection Using Distributed Control and High-Speed Communication, in Proc of 2002 the 14th power system computation conference, Sevilla, Spain. [6] C. Marinez, M. Parashar, J. Dyer, and J. Coroas, Phasor Data Requirements for Real Time Wide-Area Monitoring, Control and Protection Applications, CERTS/EPG, EIPP-Real Time Task Team. January [7] R. Moxley, C. Petras, C. Anderson, K. Fodero. Display and Analysis of Transcontinental Synchrophasors. Schweitzer Engineering Laboratories, Inc. 2004, retrieved form: [8] M. Chenine and L. Nordström Investigation of Communication Delays and Data Incompleteness in Multi-PMU Wide Area Monitoring and Control Systems in Proc of 2009 International Conference on Electric Power and Energy Conversion systems, Sharjah, UAE. [9] P. Kundur, "Power System Stability and Control," McGraw-Hill, Example 12.6, pp. 813, 1994 [10] M. Klein, G. J. Rogers, S. Moorty and P. Kundur, "Analytical investigation of factors influencing PSS performance," IEEE Trans. on EC, Vol. 7, No 3, pp , September [11] IEEE Special Stability Controls Working Group, Static Var Compensator Models for Power Flow and Dynamic Performance Simulation, IEEE Trans. on Power Systems, Vol. 9, No. 1, February [12] M. Pavella, D. Ernst and D. Ruiz-Vega, "Power System Transient Stability Analysis and Control," Kluwer Academic Publishers, [13] W. Hongxia, K. S. Tsakalis, and G. T. Heydt, Evaluation of Time Delay Effects to Wide-Area Power System Stabilizer Design, IEEE Trans. on Power Systems, Vol. 19, No. 4, pp , Novmber2004 8

PMU Communication Network Analysis

PMU Communication Network Analysis PMU Communication Network Analysis what - why - how with PMU existence CS620: New Trends in Information Technology Course Seminar Presentation By Gelli Ravikumar & Kedar Khandeparkar Roll No. 114070015

More information

Transient Stability Improvement of Long Transmission Line System by Using SVC

Transient Stability Improvement of Long Transmission Line System by Using SVC Transient Stability Improvement of Long Transmission Line System by Using SVC Dr.Tarlochan Kaur 1 and Sandeep Kakran 2 1 Associate Professor, EED, PEC University of Technology, Chandigarh, India 2 Assistant

More information

Telecommunication of Stabilizing Signals in Power Systems

Telecommunication of Stabilizing Signals in Power Systems Telecommunication of Stabilizing Signals in Power Systems Guillaume J. Raux, Ali Feliachi, and Matthew C. Valenti Advanced Power Engineering Research Center Lane Department of Computer Science & Electrical

More information

A Software Development Toolkit for Real-Time Synchrophasor Applications

A Software Development Toolkit for Real-Time Synchrophasor Applications A Software Development Toolkit for Real-Time Synchrophasor Applications Luigi Vanfretti 1, Vemund H. Aarstrand 2, M. Shoaib Almas 1, Vedran S. Perić 1 and Jan O. Gjerde 2 1 Abstract This article presents

More information

IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 10, 2015 ISSN (online):

IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 10, 2015 ISSN (online): IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 10, 2015 ISSN (online): 2321-0613 Comparison of Shunt Facts Devices for the Improvement of Transient Stability of Two Machine

More information

Wide Area Monitoring System Planning, Strategy and Implementation in Thailand s Power Grid

Wide Area Monitoring System Planning, Strategy and Implementation in Thailand s Power Grid Sept.3-5, 2013, China AORC-B-3-0002 CIGRE-AORC 2013 Wide Area Monitoring System Planning, Strategy and Implementation in Thailand s Power Grid W. PIMJAIPONG L.SURAPONGPUN Electricity Generating Authority

More information

Performance Assessment of Communication Network in WAMS

Performance Assessment of Communication Network in WAMS Performance Assessment of Communication Network in WAMS Kiran Gajrani 1, Krishan Gopal Sharma 2 and Annapurna Bhargava 3 1 Department of Electrical Engineering, Rajasthan Technical University, Kota, India

More information

Multifunctional System Protection for Transmission Lines Based on Phasor Data

Multifunctional System Protection for Transmission Lines Based on Phasor Data Multifunctional System Protection for Transmission Lines Based on Phasor Data Igor Ivanković Croatian transmission system operator HOPS igor.ivankovic@hops.hr Igor Kuzle University of Zagreb, Faculty of

More information

Implementation of Wide Area Monitoring System for interconnected power system in India

Implementation of Wide Area Monitoring System for interconnected power system in India REETA-2K16 ǁ PP. 400-405 Implementation of Wide Area Monitoring System for interconnected power system in India B.Lahari 1, K.Gireeshma 2, B.S.Lokasree 3 1 (Electrical Power Systems, Sree Vidyanikethan

More information

Cyber Vulnerabilities on Agent-based Smart Grid Protection System

Cyber Vulnerabilities on Agent-based Smart Grid Protection System Cyber Vulnerabilities on Agent-based Smart Grid Protection System Md Shihanur Rahman and Hemanshu R. Pota School of Engineering and Information Technology University of New South Wales PO Box 796, Canberra

More information

Chapter 2 State Estimation and Visualization

Chapter 2 State Estimation and Visualization Chapter 2 State Estimation and Visualization One obvious application of GPS-synchronized measurements is the dynamic monitoring of the operating conditions of the system or the dynamic state estimation

More information

Reviewed by CeemanB. Vellaithurai WSU ID:

Reviewed by CeemanB. Vellaithurai WSU ID: Reviewed by CeemanB. Vellaithurai WSU ID: 11253840 Introduction Smart Grid Communication Infrastructure/Communication Architecture Data Assumptions Simulation Assumptions Good contributions Drawbacks Research

More information

RTDMS CAISO TRAINING SESSION

RTDMS CAISO TRAINING SESSION Consortium for Electric Reliability Technology Solutions Real-Time Dynamics Monitoring System (RTDMS ) RTDMS CAISO TRAINING SESSION January 31, 2006 Manu Parashar & Jim Dyer Electric Power Group (EPG)

More information

Synchrophasor Implementation Experience and Integration Challenges in Indian Grid

Synchrophasor Implementation Experience and Integration Challenges in Indian Grid 21, rue d Artois, F-75008 PARIS CIGRE US National Committee http : //www.cigre.org 2015 Grid of the Future Symposium Synchrophasor Implementation Experience and Integration Challenges in Indian Grid P.

More information

Identify QoS requirements of WAMC applications and Infrastructure Solutions. Yiming Wu

Identify QoS requirements of WAMC applications and Infrastructure Solutions. Yiming Wu Identify QoS requirements of WAMC applications and Infrastructure Solutions Yiming Wu 2015-04-10 yimingw@ics.kth.se Agenda Background and challenges Objectives and research map So far achieved Some thoughts

More information

Synchrophasor Fact Sheet

Synchrophasor Fact Sheet Synchrophasors and SEL For more than 25 years, Schweitzer Engineering Laboratories, Inc. (SEL) has delivered reliable, high-quality solutions that lead the electric power industry in price, features, innovation,

More information

Application of synchronized monitoring for dynamic performance analysis. Monitoring Power System Dynamic Performance Using Synchronized Sampling

Application of synchronized monitoring for dynamic performance analysis. Monitoring Power System Dynamic Performance Using Synchronized Sampling Application of synchronized monitoring for dynamic performance analysis Monitoring Power System Dynamic Performance Using Synchronized Sampling Mladen Kezunovic, Zheng Ce Texas A&M University College Station,

More information

Always an eye to security

Always an eye to security Always an eye to security SIGUARD the perfect supervision of your power system www.siemens.com/siguard Answers for infrastructure and cities. Keeping the overview SIGUARD is a suite of innovative software

More information

Christian PAYERL, Poznan, 20 th May, 2009 ABB FACTS Grid connection of Wind Farms. ABB Group May 22, 2009 Slide 1

Christian PAYERL, Poznan, 20 th May, 2009 ABB FACTS Grid connection of Wind Farms. ABB Group May 22, 2009 Slide 1 Christian PAYERL, Poznan, 20 th May, 2009 ABB FACTS Grid connection of Wind Farms May 22, 2009 Slide 1 FACTS Applications Flexible AC Transmission Systems May 22, 2009 Slide 4 System Studies - Grid Codes

More information

Automated Analysis of Digital Relay Data Based on Expert System

Automated Analysis of Digital Relay Data Based on Expert System Automated Analysis of Digital Relay Data Based on Expert System X. Luo, Student Member, IEEE, and M. Kezunovic, Fellow, IEEE Abstract Modern digital protective relays generate various files and reports

More information

POWER FACTOR CORRECTION USING SVC WITH FUZZY LOGIC CONTROLLER

POWER FACTOR CORRECTION USING SVC WITH FUZZY LOGIC CONTROLLER POWER FACTOR CORRECTION USING SVC WITH FUZZY LOGIC CONTROLLER Puranik Sahu 1, Arun Pachori 2 1 puranik1987@gmail.com Abstract: To transmit or distribute fixed amount of power at fixed voltage, the conductor

More information

Chanan Singh Texas A&M University PSERC Webinar November 22, 2016

Chanan Singh Texas A&M University PSERC Webinar November 22, 2016 Chanan Singh Texas A&M University (singh@ece.tamu.edu) PSERC Webinar November 22, 2016 1 Modern power systems: integration of current carrying components (for power delivery), monitoring, computing, communication

More information

Iowa State University

Iowa State University Iowa State University Cyber Security Smart Grid Testbed Senior Design, Final Report Dec 13-11 Derek Reiser Jared Pixley Rick Sutton Faculty Advisor: Professor Manimaran Govindarasu 1 Table of Contents

More information

Study of Transient Stability Improvement of IEEE 9-Bus System by using SVC

Study of Transient Stability Improvement of IEEE 9-Bus System by using SVC Study of Transient Stability Improvement of IEEE 9-Bus System by using SVC Rathnasagar Rangu 1, Poonam Upadhyay 2 1 PG Student, VNR VJIET, Hyderabad, India 2 Professor, VNR VJIET, Hyderabad, India Abstract

More information

WIDE-AREA CONTROL OF POWER SYSTEMS USING CLOUD-IN-THE-LOOP FEEDBACK

WIDE-AREA CONTROL OF POWER SYSTEMS USING CLOUD-IN-THE-LOOP FEEDBACK WIDE-AREA CTROL OF POWER SYSTEMS USING CLOUD-IN-THE-LOOP FEEDBACK Matthew Weiss Jianhua Zhang Aranya Chakrabortty North Carolina State University Department of Electrical and Computer Engineering Raleigh,

More information

Synchrophasor Technology and Systems

Synchrophasor Technology and Systems PNNL-SA-106051 Synchrophasor Technology and Systems Jeff Dagle, PE Chief Electrical Engineer and Team Lead Electricity Infrastructure Resilience Pacific Northwest National Laboratory Richland, Washington

More information

Simulation of Power System Substation Communications Architecture Based on IEC Standard

Simulation of Power System Substation Communications Architecture Based on IEC Standard Simulation of Power System Substation Communications Architecture Based on IEC 61850 Standard Mohammad Golshani mohammad.golshani@brunel.ac.uk Gareth A. Taylor gareth.taylor@brunel.ac.uk Ioana Pisica ioana.pisica@brunel.ac.uk

More information

Transient stability of 11-bus system using SVC and improvement of voltage profile in transmission line using series compensator

Transient stability of 11-bus system using SVC and improvement of voltage profile in transmission line using series compensator American Journal of Electrical Power and Energy Systems 2014; 3(4): 76-85 Published online August 30, 2014 (http://www.sciencepublishinggroup.com/j/epes) doi: 10.11648/j.epes.20140304.12 ISSN: 2326-912X

More information

A PMU-Based Three-Step Controlled Separation with Transient Stability Considerations

A PMU-Based Three-Step Controlled Separation with Transient Stability Considerations Title A PMU-Based Three-Step Controlled Separation with Transient Stability Considerations Author(s) Wang, C; Hou, Y Citation The IEEE Power and Energy Society (PES) General Meeting, Washington, USA, 27-31

More information

9 th Electricity Conference at CMU

9 th Electricity Conference at CMU Power Systems/Communication System Co-Simulation and Experimental Evaluation of Cyber Security of Power Grid Yi Deng, Sandeep Shukla, Hua Lin, James Thorp February 5, 2014 9 th Electricity Conference at

More information

AUTOMATED FAULT AND DISTURBANCE DATA ANALYSIS. Special Report for PS#2. Special Reporter: Mladen Kezunovic * U.S.A.

AUTOMATED FAULT AND DISTURBANCE DATA ANALYSIS. Special Report for PS#2. Special Reporter: Mladen Kezunovic * U.S.A. AUTOMATED FAULT AND DISTURBANCE DATA ANALYSIS Special Report for PS#2 Special Reporter: Mladen Kezunovic * U.S.A. This paper gives a set of questions stimulated by twenty one papers submitted by the authors

More information

Transient stability improvement using svc and pss

Transient stability improvement using svc and pss Transient stability improvement using svc and pss N. Anil kumar 1, K. Ramesh 2 1M.Tech Student,Department ofeee,bapatla Engineering College,Bapatla 2Asisstant Professor,Department of EEE,Bapatla Engineering

More information

Fuzzy based Excitation system for Synchronous Generator

Fuzzy based Excitation system for Synchronous Generator Fuzzy based Excitation system for Synchronous Generator Dr. Pragya Nema Professor, Netaji Subhash Engineering College, Kolkata, West Bangal. India ABSTRACT- Power system stability is essential requirement

More information

Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks

Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks X. Yuan, R. Melhem and R. Gupta Department of Computer Science University of Pittsburgh Pittsburgh, PA 156 fxyuan,

More information

Chapter 3 MODELING OF SHUNT FACTS DEVICES. The Shunt FACTS Devices are used for voltage control and

Chapter 3 MODELING OF SHUNT FACTS DEVICES. The Shunt FACTS Devices are used for voltage control and 44 Chapter 3 MODELING OF SHUNT FACTS DEVICES 3.0 Introduction The Shunt FACTS Devices are used for voltage control and power flow control, but these are good at for voltage control. These are not in a

More information

The Study of Voltage Profile and Power Quality with SVC in Transmission System at Different Loads

The Study of Voltage Profile and Power Quality with SVC in Transmission System at Different Loads The Study of Voltage Profile and Power Quality with SVC in Transmission System at Different Loads S.RaviKumar, B.Ramoji Rao, D.Ramesh Abstract This paper illustrates the effect of different static load

More information

Analysis of End-to-End Delay Characteristics among Various Packet Sizes in Modern Substation Communication Systems based on IEC 61850

Analysis of End-to-End Delay Characteristics among Various Packet Sizes in Modern Substation Communication Systems based on IEC 61850 Analysis of End-to-End Delay Characteristics among Various Packet Sizes in Modern Substation Communication Systems based on IEC 6185 Narottam Das, Senior Member, IEEE, Tze Jia Wong, and Syed Islam, Senior

More information

North American SynchroPhasor Initiative (NASPI) Overview

North American SynchroPhasor Initiative (NASPI) Overview North American SynchroPhasor Initiative (NASPI) Overview Data Exchange Panel ipcgrid 2013 hosted by Pacific Gas & Electric March 28, 2013 Jeff Dagle, PE Chief Electrical Engineer Advanced Power and Energy

More information

Modeling and Simulation of Static VAR Compensator Controller for Improvement of Voltage Level in Transmission Lines

Modeling and Simulation of Static VAR Compensator Controller for Improvement of Voltage Level in Transmission Lines Modeling and Simulation of Static VAR Compensator Controller for Improvement of Voltage Level in Transmission Lines 1 B.T.RAMAKRISHNA RAO, 2 N.GAYATRI, 3 P.BALAJI, 4 K.SINDHU 1 Associate Professor, Department

More information

Synchrophasors and Next Generation Energy Management Systems (EMS)

Synchrophasors and Next Generation Energy Management Systems (EMS) Synchrophasors and Next Generation Energy Management Systems (EMS) Manu Parashar Celebrating the Visions of Synchrophasor Pioneers: Arun Phadke and Jim Thorp May 9 th, 2013 Analog Data Acquisition Changing

More information

Multilin P30 Phasor Data Concentrator

Multilin P30 Phasor Data Concentrator Multilin P30 Phasor Data Concentrator Secure high performance Phasor Data Concentrator (PDC) for wide area monitoring and dynamic disturbance analysis KEY BENEFITS Reduce deployment and operation cost

More information

A Novel Approach for the Optimal PMU Placement using Binary Integer Programming Technique

A Novel Approach for the Optimal PMU Placement using Binary Integer Programming Technique A Novel Approach for the Optimal PMU Placement using Binary Integer Programming Technique J. S. Bhonsle 1 & A. S. Junghare 2 1 Department of Electrical Engg., Priyadarshini Institute of Engineering & Technology,

More information

Phasor Technology Research Road Map to Improve Grid Reliability and Market Efficiency. Presented to TAC on April 5, 2005 and PAC on April 22, 2005

Phasor Technology Research Road Map to Improve Grid Reliability and Market Efficiency. Presented to TAC on April 5, 2005 and PAC on April 22, 2005 Phasor Technology Research Road Map to Improve Grid Reliability and Market Efficiency Presented to TAC on April 5, 2005 and PAC on April 22, 2005 Background Power Grid has evolved from a vertically integrated

More information

Software for Enhanced Monitoring in Integrated Substations

Software for Enhanced Monitoring in Integrated Substations Software for Enhanced Monitoring in Integrated Substations Sasa Jakovljevic, Student Member, IEEE and Mladen Kezunovic, Fellow, IEEE Abstract--Substation data integration is facilitated by existence and

More information

Measurement-based Static Load Modeling Using the PMU data Installed on the University Load

Measurement-based Static Load Modeling Using the PMU data Installed on the University Load Journal of Electrical Engineering & Technology Vol. 7, No. 5, pp. 653~658, 202 653 http://dx.doi.org/0.5370/jeet.202.7.5.653 Measurement-based Static Load Modeling Using the PMU data Installed on the University

More information

Unified PMU Placement Algorithm for Power Systems

Unified PMU Placement Algorithm for Power Systems Unified PMU Placement Algorithm for Power Systems Kunal Amare, and Virgilio A. Centeno Bradley Department of Electrical and Computer Engineering, Virginia Tech Blacksburg, VA-24061, USA. Anamitra Pal Network

More information

Electric Transmission and Distribution Future R&D Needs

Electric Transmission and Distribution Future R&D Needs Electric Transmission and Distribution Future R&D Needs Planning, Operation, Control, and Visualization The Center for Advanced Power Systems Florida State University, Tallahassee, Florida February 1,

More information

Experiences with and Perspectives of the System for Wide Area Monitoring of Power Systems (Ref. Nr. 103)

Experiences with and Perspectives of the System for Wide Area Monitoring of Power Systems (Ref. Nr. 103) Experiences with and Perspectives of the System for Wide Area Monitoring of Power Systems (Ref. Nr. 103) 1 J. Bertsch, Member IEEE, M. Zima, Student Member IEEE, A. Surányi, C. Carnal, C. Rehtanz Member

More information

Latency on a Switched Ethernet Network

Latency on a Switched Ethernet Network Page 1 of 6 1 Introduction This document serves to explain the sources of latency on a switched Ethernet network and describe how to calculate cumulative latency as well as provide some real world examples.

More information

Real Time Monitoring of

Real Time Monitoring of Real Time Monitoring of Cascading Events Mladen Kezunovic Nan Zhang, Hongbiao Song Texas A&M University Tele-Seminar, March 28, 2006 Project Reports (S-19) M. Kezunovic, H. Song and N. Zhang, Detection,

More information

Real-time visualization for detecting and solving power system challenges

Real-time visualization for detecting and solving power system challenges SEL-5078-2 synchrowave Central Software Real-time visualization for detecting and solving power system challenges Automatically detect transients induced by renewable generation. Gain power system insight

More information

Latency on a Switched Ethernet Network

Latency on a Switched Ethernet Network FAQ 07/2014 Latency on a Switched Ethernet Network RUGGEDCOM Ethernet Switches & Routers http://support.automation.siemens.com/ww/view/en/94772587 This entry is from the Siemens Industry Online Support.

More information

Transient Stability Improvement in Transmission System Using SVC with fuzzy logic Control

Transient Stability Improvement in Transmission System Using SVC with fuzzy logic Control Transient Stability Improvement in Transmission System Using SVC with fuzzy logic Control Aashutosh Khasdeo Assistant Professor, Dept of Electrical & Electronics Engineering, LNCT Bhopal, MP, India ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

A Novel Digital Relay Model Based on SIMULINK and Its Validation Based on Expert System

A Novel Digital Relay Model Based on SIMULINK and Its Validation Based on Expert System A Novel Digital Relay Model Based on SIMULINK and Its Validation Based on Expert System X. Luo, Student Member, IEEE, and M. Kezunovic, Fellow, IEEE Abstract This paper presents the development of a novel

More information

A Location-based Directional Route Discovery (LDRD) Protocol in Mobile Ad-hoc Networks

A Location-based Directional Route Discovery (LDRD) Protocol in Mobile Ad-hoc Networks A Location-based Directional Route Discovery (LDRD) Protocol in Mobile Ad-hoc Networks Stephen S. Yau, Wei Gao, and Dazhi Huang Dept. of Computer Science and Engineering Arizona State University Tempe,

More information

10 th Annual University of Pittsburgh Electric Power Industry Conference

10 th Annual University of Pittsburgh Electric Power Industry Conference 10 th Annual University of Pittsburgh Electric Power Industry Conference System Studies for Grid Level Integration of Power Electronic Devices Presentation November 16, 2015 1:30 PM Session Adam R. Sparacino

More information

Capacity Planning for Next Generation Utility Networks (PART 1) An analysis of utility applications, capacity drivers and demands

Capacity Planning for Next Generation Utility Networks (PART 1) An analysis of utility applications, capacity drivers and demands Capacity Planning for Next Generation Utility Networks (PART 1) An analysis of utility applications, capacity drivers and demands Utility networks are going through massive transformations towards next

More information

Smart Grid Operations - Clemson University Research, Education and Innovation-Ecosystem Opportunities

Smart Grid Operations - Clemson University Research, Education and Innovation-Ecosystem Opportunities Smart Grid Operations - Clemson University Research, Education and Innovation-Ecosystem Opportunities G. Kumar Venayagamoorthy, PhD, FIET, FSAIEE Duke Energy Distinguished Professor & Director & Founder

More information

University of Strathclyde

University of Strathclyde University of Strathclyde Validation of the EFCC scheme at the Power Networks Demonstration Centre (PNDC) Prof Campbell Booth EFCC Academic Dissemination Event Glasgow, 19/06/2018 Dr Qiteng Hong, Dr Ibrahim

More information

Failure Diagnosis and Cyber Intrusion Detection in Transmission Protection System Assets Using Synchrophasor Data

Failure Diagnosis and Cyber Intrusion Detection in Transmission Protection System Assets Using Synchrophasor Data Failure Diagnosis and Cyber Intrusion Detection in Transmission Protection System Assets Using Synchrophasor Data Anurag Srivastava, Bo Cui, P. Banerjee Washington State University NASPI March 2017 Outline

More information

Unavoidable Constraints and Collision Avoidance Techniques in Performance Evaluation of Asynchronous Transmission WDMA Protocols

Unavoidable Constraints and Collision Avoidance Techniques in Performance Evaluation of Asynchronous Transmission WDMA Protocols 1th WEA International Conference on COMMUICATIO, Heraklion, reece, July 3-5, 8 Unavoidable Constraints and Collision Avoidance Techniques in Performance Evaluation of Asynchronous Transmission WDMA Protocols

More information

The IEEE 1588 Standard

The IEEE 1588 Standard The IEEE 1588 Standard The IEEE 1588 Standard Synchronizing time between multiple computers in the network has always been a challenge. What is, in the first step, a trivial requirement to equip two or

More information

Introduction to Real-Time Communications. Real-Time and Embedded Systems (M) Lecture 15

Introduction to Real-Time Communications. Real-Time and Embedded Systems (M) Lecture 15 Introduction to Real-Time Communications Real-Time and Embedded Systems (M) Lecture 15 Lecture Outline Modelling real-time communications Traffic and network models Properties of networks Throughput, delay

More information

Teaching Protective Relaying Design and Application Using New Modeling and Simulation Tools

Teaching Protective Relaying Design and Application Using New Modeling and Simulation Tools Journal of Energy and Power Engineering 6 (2012) 762-770 D DAVID PUBLISHING Teaching Protective Relaying Design and Application Using New Modeling and Simulation Tools Jinfeng Ren and Mladen Kezunovic

More information

WAProtector Power System Wide Area Monitoring Protection and Control

WAProtector Power System Wide Area Monitoring Protection and Control WAProtector Power System Wide Area Monitoring Protection and Control Bojan Mahkovec, Dr. Tadeja Babnik ELPROS, Slovenia Flavio Rabello NOVAKOASIN, Brasil Brasil April 2010 1 Presentation outline Presentation

More information

Next Generation Monitoring and Control Functions for Future Control Centers

Next Generation Monitoring and Control Functions for Future Control Centers 1 Next Generation Monitoring and Control Functions for Future Control Centers Fangxing Li, Senior Member, IEEE, Pei Zhang, Senior Member, IEEE, and Navin Bhatt, Senior Member, IEEE Abstract This paper

More information

Modelling a Video-on-Demand Service over an Interconnected LAN and ATM Networks

Modelling a Video-on-Demand Service over an Interconnected LAN and ATM Networks Modelling a Video-on-Demand Service over an Interconnected LAN and ATM Networks Kok Soon Thia and Chen Khong Tham Dept of Electrical Engineering National University of Singapore Tel: (65) 874-5095 Fax:

More information

Interfacing Power System and ICT Simulators: Challenges, State-of-the-Art and Study Cases

Interfacing Power System and ICT Simulators: Challenges, State-of-the-Art and Study Cases IEEE Power & Energy Society eneral Meeting 2014 National Harbor, MD, USA, July 31th, 2014 IEEE Task Force on Interfacing Techniques for Simulation Tools Interfacing Power System and ICT Simulators: Contributors:

More information

System Studies for American Transmission Co. s Benson Lake SVC Project

System Studies for American Transmission Co. s Benson Lake SVC Project Helping to keep the lights on, businesses running and communities strong System Studies for American Transmission Co. s Benson Lake SVC Project Adam Manty, Transmission Planning Engineer, ATC Outline Introduction

More information

Static Var Compensator: Effect of Fuzzy Controller and Changing Membership Functions in its operation

Static Var Compensator: Effect of Fuzzy Controller and Changing Membership Functions in its operation International Journal of Electrical Engineering. ISSN 0974-2158 Volume 6, Number 2 (2013), pp. 189-196 International Research Publication House http://www.irphouse.com Static Var Compensator: Effect of

More information

Application Considerations in System Integrity Protection Schemes (SIPS)

Application Considerations in System Integrity Protection Schemes (SIPS) Application Considerations in System Integrity Protection Schemes (SIPS) Vahid Madani Pacific Gas & Electric Co. Miroslave Begovic Georgia Institute of Technology Damir Novosel Quanta Technology Mark Adamiak

More information

Stability Analysis of a Window-based Flow Control Mechanism for TCP Connections with Different Propagation Delays

Stability Analysis of a Window-based Flow Control Mechanism for TCP Connections with Different Propagation Delays Stability Analysis of a Window-based Flow Control Mechanism for TCP Connections with Different Propagation Delays Keiichi Takagaki Hiroyuki Ohsaki Masayuki Murata Graduate School of Engineering Science,

More information

A Case for Multi-Function PMU

A Case for Multi-Function PMU A Case for Multi-Function PMU Harish I. Mehta Mehta Tech, Inc. www.mehtatech.com NASPI Chattanooga, TN Meeting PMU Definition PMU is generally defined as: IEEE C37.118 compliant device Time synchronized

More information

A Hybrid Load Balance Mechanism for Distributed Home Agents in Mobile IPv6

A Hybrid Load Balance Mechanism for Distributed Home Agents in Mobile IPv6 A Hybrid Load Balance Mechanism for Distributed Home Agents in Mobile IPv6 1 Hui Deng 2Xiaolong Huang 3Kai Zhang 3 Zhisheng Niu 1Masahiro Ojima 1R&D Center Hitachi (China) Ltd. Beijing 100004, China 2Dept.

More information

Analysis of Power System Stability by Using Optimally Located SVC and STATCOM

Analysis of Power System Stability by Using Optimally Located SVC and STATCOM Master Thesis on Analysis of Power System Stability by Using Optimally Located SVC and STATCOM XR EE ES 2009:010 Thesis Examiner: Thesis Supervisor: Submitted by: Mehrdad Ghandhari Hector Latorre / Jai

More information

THE ANATOMY OF A CENTRALIZED REMEDIAL ACTION SYSTEM: WHAT CAN BE DONE IN 50 MILLISECONDS?

THE ANATOMY OF A CENTRALIZED REMEDIAL ACTION SYSTEM: WHAT CAN BE DONE IN 50 MILLISECONDS? THE ANATOMY OF A CENTRALIZED REMEDIAL ACTION SYSTEM: WHAT CAN BE DONE IN 50 MILLISECONDS? Whitepaper authored by: Herbert Falk Senior Solutions Architect SISCO, Inc. herb@sisconet.com One of the major

More information

A Svc Light Based Technique for Power Quality Improvement for Grid Connected Wind Energy System

A Svc Light Based Technique for Power Quality Improvement for Grid Connected Wind Energy System IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 7, Issue 5 (Sep. - Oct. 2013), PP 52-58 A Svc Light Based Technique for Power Quality Improvement

More information

Optimal Placement and Sizing of SVC for Improving Voltage Profile of Power System

Optimal Placement and Sizing of SVC for Improving Voltage Profile of Power System Optimal Placement and Sizing of SVC for Improving Voltage Profile of Power System Shraddha Udgir, Sarika Varshney & Laxmi Srivastava Deptt. of Electrical Engineering, Madhav Institute of Technology & Science,

More information

SDG&E s Accomplishments and Future Plans

SDG&E s Accomplishments and Future Plans SDG&E s Accomplishments and Future Plans Tariq Raman and Subbu Sankaran San Diego Gas & Electric Work Group Meeting October 23-24, 2018 San Diego Gas & Electric San Francisco SDG&E Los Angeles San Diego

More information

An Artificial Intelligence Based Approach for Bus Bar Differential Protection Faults Analysis in Distribution Systems

An Artificial Intelligence Based Approach for Bus Bar Differential Protection Faults Analysis in Distribution Systems An Artificial Intelligence Based Approach for Bus Bar Differential Protection Faults Analysis in Distribution Systems By Eng. Sameh Moustafa Mohamed Abd Elgowad Elbana A thesis submitted to The Faculty

More information

Final Report. Mini Project TET Group nr 7 - Project nr 4. Students: Hans Lavoll Halvorson, NTNU

Final Report. Mini Project TET Group nr 7 - Project nr 4. Students: Hans Lavoll Halvorson, NTNU Final Report Mini Project TET4190 28.10.2010 Optimal Distance for connection of offshore wind farm with AC cable with SVC or STATCOM To increase the distance compensation technologies such as SVC and STATCOM

More information

Evolution of Control for the Power Grid

Evolution of Control for the Power Grid Evolution of Control for the Power Grid Anjan Bose Washington State University Pullman, WA, USA PaiFest In Honor of Prof. M. A. Pai Urbana-Champaign, IL October 15, 2015 The Past (before 1960s) Hard

More information

Evolution of Control for the Power Grid

Evolution of Control for the Power Grid Evolution of Control for the Power Grid Anjan Bose Washington State University Pullman, Washington, USA University of Seville Seville, Spain June 17, 2016 THE INTERCONNECTED GRID Economics Transfer electric

More information

Performance of Multicast Traffic Coordinator Framework for Bandwidth Management of Real-Time Multimedia over Intranets

Performance of Multicast Traffic Coordinator Framework for Bandwidth Management of Real-Time Multimedia over Intranets Performance of Coordinator Framework for Bandwidth Management of Real-Time Multimedia over Intranets Chin Hooi Tang, and Tat Chee Wan, Member, IEEE ComSoc. Abstract Quality of Service (QoS) schemes such

More information

WAMS Analytics for Electrical Transmission Systems

WAMS Analytics for Electrical Transmission Systems WAMS Analytics for Electrical Transmission Systems Prof. S A Soman Indian Institute of Technology Bombay August 7, 2013 1 of 17 Agenda Synchrophasor analytics architecture List of WAMS analytics to be

More information

Enhancement of Network System Performance Monitoring through Synchronised Measurement Technology

Enhancement of Network System Performance Monitoring through Synchronised Measurement Technology Enhancement of Network System Performance Monitoring through Synchronised Measurement Technology Author & Presenter: T.N Biyela BSc Engineer: Communication Networks at ethekwini Electricity Co-authors:

More information

Power Stability and Oscillation Damping Analysis of a Three Machine Nine Bus System

Power Stability and Oscillation Damping Analysis of a Three Machine Nine Bus System Power Stability and Oscillation Damping Analysis of a Three Machine Nine Bus System Suraj Kumar, Priyajit Dash M.Tech Student, Department of EEE, BRCM College of Engineering, Behal, Bhiwani Haryana, India

More information

NASPI Work Group meeting April 24-26, 2018 Albuquerque, NM

NASPI Work Group meeting April 24-26, 2018 Albuquerque, NM NASPI Work Group meeting April 24-26, 2018 Albuquerque, NM Pavel Kovalenko Viktor Litvinov from data to action Premium Information Services from Data to Action Design, Develop and Deploy digital transformation

More information

Automation of Distribution Grid with FLISR using ZigBee Communication

Automation of Distribution Grid with FLISR using ZigBee Communication Automation of Distribution Grid with FLISR using ZigBee Communication 1 Ajinkya Shirdhankar, 2 Digambar Ahire, 3 B. S. Kunure, 4 Asmita Bote Department of Electrical Engineering, ZCOER, Pune, India Abstract

More information

International Journal of Scientific & Engineering Research Volume 8, Issue 5, May ISSN

International Journal of Scientific & Engineering Research Volume 8, Issue 5, May ISSN International Journal of Scientific & Engineering Research Volume 8, Issue 5, May-2017 106 Self-organizing behavior of Wireless Ad Hoc Networks T. Raghu Trivedi, S. Giri Nath Abstract Self-organization

More information

Time Synchronization in Wireless Sensor Networks: CCTS

Time Synchronization in Wireless Sensor Networks: CCTS Time Synchronization in Wireless Sensor Networks: CCTS 1 Nerin Thomas, 2 Smita C Thomas 1, 2 M.G University, Mount Zion College of Engineering, Pathanamthitta, India Abstract: A time synchronization algorithm

More information

1 Descriptions of Function

1 Descriptions of Function Synchro Phasor 1 Descriptions of Function All prior work (intellectual property of the company or individual) or proprietary (non-publicly available) work should be so noted. 1.1 Function Name Synchro-Phasors

More information

Power Flow Method for Loss Allocation in Radial Distribution Networks with DGs

Power Flow Method for Loss Allocation in Radial Distribution Networks with DGs Power Flow Method for Loss Allocation in Radial Distribution Networks with DGs G.Naguraiah 1, K. Jithendra Goud 2 1M.Tech student, Electrical Department, JNTUA College of Engineering, Anantapur, India.

More information

Grid Operations - Program 39

Grid Operations - Program 39 Grid Operations - Program 39 Program Description Program Overview In many ways, today's power system must be operated to meet objectives for which it was not explicitly designed. Today's transmission system

More information

A Virtual Smart Grid

A Virtual Smart Grid A Virtual Smart Grid Real-Time Simulation for Smart Grid Control and Communications Design IIT IS GENERALLY RECOGNIZED THAT A HIGH-BANDWIDTH and highly available networked communication system should overlay

More information

Real Time Requirements and Closed-Loop Testing of Wide Area Protection and Control Schemes

Real Time Requirements and Closed-Loop Testing of Wide Area Protection and Control Schemes XIII SIMPÓSIO DE ESPECIALISTAS EM PLANEJAMENTO DA OPERAÇÃO E EXPANSÃO ELÉTRICA XIII SEPOPE 18 a 21 de Maio 2014 May 18 th to 21 st 2014 FOZ DO IGUAÇU (PR) - BRAZIL XIII SYMPOSIUM OF SPECIALISTS IN ELECTRIC

More information

Artificial Neural Network Controller With Static VAR Compensator to Improve Transient Stability for A Grid Connected Distributed Generation System

Artificial Neural Network Controller With Static VAR Compensator to Improve Transient Stability for A Grid Connected Distributed Generation System nternational Journal of Applied Sciences, Engineering and Management SSN 2320 3439, Vol. 07, No. 02, March 2018, pp. 01 05 Artificial Neural Network Controller With Static VAR Compensator to mprove Transient

More information

Perry. Lakeshore. Avon. Eastlake

Perry. Lakeshore. Avon. Eastlake Perry Lorain Avon Lakeshore Eastlake Ashtabula Mansfield Sammis Beaver Valley Conesville Tidd Burger & Kammer Muskingum Perry Lorain Avon Lakeshore Eastlake Ashtabula Mansfield Sammis Beaver Valley Conesville

More information

An Interactive, Extensible Environment for Power System Simulation on the PMU Time Frame with a Cyber Security Application

An Interactive, Extensible Environment for Power System Simulation on the PMU Time Frame with a Cyber Security Application An Interactive, Extensible Environment for Power System Simulation on the PMU Time Frame with a Cyber Security Application Thomas J Overbye, Zeyu Mao, Komal S. Shetye Dept. of Electrical and Computer Engineering

More information

Analyzing the Receiver Window Modification Scheme of TCP Queues

Analyzing the Receiver Window Modification Scheme of TCP Queues Analyzing the Receiver Window Modification Scheme of TCP Queues Visvasuresh Victor Govindaswamy University of Texas at Arlington Texas, USA victor@uta.edu Gergely Záruba University of Texas at Arlington

More information