Detection of High Frequency Transients in Power Systems Based on LabVIEW

Publisher:国宝集团Latest update time:2010-08-24 Source: NI公司Keywords:LabVIEW Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

Develop a communications-flexible portable measurement device that can record high-frequency transients in power systems and display the data online to multiple users.

Solution:

A highly flexible measurement system prototype was quickly developed using the NI CompactRIO platform and LabVIEW software, providing fast sampling and high bandwidth.

"The prototype system is based on CompactRIO and LabVIEW, demonstrating how a low-cost and flexible development platform can be combined with modern communication technology to achieve control and measurement of various parts of the power system." The main disadvantage of most power grid protection systems is that they cannot accurately detect the root cause of ground faults. As a result, large parts of the power grid have to be forcibly disconnected after a ground fault occurs, and many customers will lose power supply. This not only leads to customer disappointment in power service, but also to fines for power suppliers. The reason behind this is mostly due to the low sampling frequency of the protection unit and the use of low-pass filtering. The basic limitation of existing protection systems comes from the lack of data on the high-frequency components of the measurement signal.

The Department of Electrical Engineering at Lund University in Sweden has collaborated with energy company E.ON Elnät to establish a laboratory to study the distribution system of the power grid. The project aims to simulate and accurately detect adverse factors that affect the normal operation of the power system, such as ground faults. High-frequency transients are common in power grids. In addition to ground faults, transients also appear in healthy systems, usually due to transients generated when line switches are energized. Analysis of transient signals shows that their frequency components can reach several thousand hertz (Figure 1).

Transient

Figure 1 The table in the figure records the transients during the ground fault. The solid line is the original signal collected by the NI 9239 analog input module at a sampling rate of 50kHz, and the dashed line is the same signal after passing through a second-order Butterworth low-pass filter with a cutoff frequency of 300Hz and collecting it at a sampling rate of 1000Hz. [page]

Traditionally, fault recorders used in power grids are either stand-alone instruments or integrated into modern digital relay protection devices. Although stand-alone fault recorders have high sampling rates (up to 20kHz) and bandwidths suitable for harmonic analysis, they can be extremely expensive. A lower-cost alternative is to use a fault recorder integrated into a digital relay. Modern relay protection devices typically use a sampling rate of approximately 1 kHz and low-pass filtering, achieving an effective bandwidth of approximately 300Hz. As shown in Figure 1, units with this bandwidth lack the ability to detect high-frequency transient signals. The lack of bandwidth explains why existing relay protection devices perform so poorly in detecting intermittent ground faults. Without high-frequency data, it is extremely difficult to design a reliable algorithm for intermittent ground faults. [page]

System Development

During the development process, the performance of a stand-alone unit was critical because the device would be placed in a power station. To meet this requirement, the development team selected NI CompactRIO hardware and graphical system design software LabVIEW. This system provides mobility, flexibility, and scalability to adapt to the needs of the application. In addition, LabVIEW's large number of readily available software libraries, coupled with commercial off-the-shelf hardware modules, greatly shortened the development time.

The NI 9239 analog input module has a built-in anti-aliasing filter that enables fast sampling at an efficient bandwidth. The 50kHz sampling rate and optimized built-in filter provide an effective bandwidth of 22 kHz. It also supports channel isolation characteristics up to 250 volts, providing a ready-to-use measurement system without customization. A portable 3G modem and a small router ensure smooth communication with the user and provide remote development capabilities. The execution of programs on the CompactRIO FPGA is highly deterministic, and the LabVIEW Real-Time Module has data logging and communication capabilities. This platform provides a good foundation for building high-performance measurement systems. In addition, the complete solution is suitable for rapid prototyping applications.

Communications

Since the power equipment comprises an independent system within the power station, it is crucial for the operators to maintain reliable remote communication. To ensure the mobility of the measurement unit, we chose a solution using a 3G modem and a small router. A host PC handles the communication with the operator, as shown in Figure 2. In addition, the team designed an easy-to-use interface using LabVIEW Application Builder, mainly because most operators lack experience with LabVIEW.

Project_dataflow_diagram_FW

Figure 2 Communication

Future plans

This prototype system based on CompactRIO and LabVIEW demonstrates how modern communication technology can be combined with a low-cost and flexible development platform to achieve control and measurement of various parts of the power system. Power suppliers and customers benefit from this reliable, high-performance relay protection system that coordinates the entire substation by integrating a full-featured fault recorder. This solution supports accurate fault detection without shutting down power to many customers.

Keywords:LabVIEW Reference address:Detection of High Frequency Transients in Power Systems Based on LabVIEW

Previous article:Research and Design of Airborne Gyroscope Test System Based on Virtual Instrument
Next article:Networked Architecture and Characteristics of Intelligent Instruments

Recommended ReadingLatest update time:2024-11-16 19:56

Development of Solar Jet Refrigeration Measurement and Control System Based on LabVIEW
1. Introduction  The development of air conditioning systems towards new energy and reducing electricity consumption is an inevitable trend. At present, worldwide, the research and application of solar-driven jet refrigeration, absorption refrigeration and adsorption refrigeration have received widespread attention
[Test Measurement]
Smoke alarm system based on labview
 Equipment: Computer (with labview installed), one SL-1 single-chip microcomputer development test box, one MQ-2 gas module, and ADC0809 chip. Functions: Monitor gas concentration in real time through the host computer and compare it with the alarm threshold set by the host computer. If the gas concentration exceeds t
[Test Measurement]
Calling DLL files generated by VC++ in LabVIEW
1. // Create a new empty Win32 Dll project, add a new cpp, and write the following code    _declspec(dllexport) int sum(int a, int b)    {        return a+b;    } //Build a dll: sum.dll  2.//Create a new Win32 Console program    //Select Simple Console Application and modify the cpp file where the main function i
[Test Measurement]
Labview Quick VI Summary
During the learning process, I also learned about Labview's quick VI, which is somewhat similar to the rapid prototyping in my current work. Simply and effectively provide a part that can meet the functional needs first, and as for optimization or more adaptive functional development, we have to deal with it and then
[Test Measurement]
How to set transparency effect in labview
How to make the front panel of the waveform chart transparent, but still be able to see the scale and display things! Because you also need to see the things displayed by the other waveform graph behind it through its front panel, that is, the things they display look superimposed on each other! How can this be achieve
[Test Measurement]
Ventilator Testing Based on LabVIEW
introduction With the development of testing technology and bus technology, automatic testing systems marked by virtual instruments have begun to appear. The so-called virtual instrument is based on the computer and bus system equipment as the hardware platform, and the software realizes the functions that original
[Test Measurement]
Ventilator Testing Based on LabVIEW
About VI Server in LabVIEW
In LabVIEW, these things are linked together: VI server, reference, property node, call node. VIserver references commonly used include applications, VIs, and controls. These are mainly found in Programming-Application Control on the block diagram panel. in ① The main keywords of the application are various option
[Test Measurement]
Bringing a 20-Year-Old Robot Back to Life Using NI LabVIEW
Author(s): Jonas Neubert - Imperial College London Industry: Research Products: CompactRIO, FPGA Module, Real-Time Module The Challenge: Replace a 20-year-old industrial robot that had lost its controller with a new one and extend it with features typical of modern robot control softwa
[Test Measurement]
Bringing a 20-Year-Old Robot Back to Life Using NI LabVIEW
Latest Test Measurement Articles
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号