2013 LVMB Oscillationapp
2013 LVMB Oscillationapp
net/publication/261430016
CITATIONS READS
16 199
5 authors, including:
SEE PROFILE
Some of the authors of this publication are also working on these related projects:
All content following this page was uploaded by Luigi Vanfretti on 08 September 2018.
1.03
Abstract—This article provides an overview of a monitoring
application, its testing and validation process. The application 1.02
was developed for the detection of sub-synchronous oscillations
SmarTS Lab environment. Fig. 1. Comparison example between PMU and traditional
Index Terms—Power system oscillations; monitoring application; equipment measurements(SCADA) during a fast dynamic event
BableFish; PMU; Wide Area Monitoring Systems.
SUPER
PMU PDC PMU
PDC PMU
PDC
PMU
PDC
PMU PMU
PMU
Fig. 5. Photo of the set-up of the experiment at SmarTS Lab
PMU
PMU
Fig. 4. Layout of the communication and computer architecture of developed (BableFish) that handles the communication with
wide-area monitoring systems a PDC server and delivers the PMU measurements to the
LabView environment after decoding the standard protocol.
This kind of set-up is replicated at SmarTS Lab, with BableFish is comprised by several modules with different
some simplifications due to the impracticality of building an functions. The core of the application consists of Visual C++
entire power system in the lab. The set-up built in the lab libraries that handle the communication with the PDC server
makes use of HIL simulation, replacing the power system by to establish the connection and perform real-time acquisition
models executed in real-time on a simulator equipped with of new measurements. Interactions with the core application
analog reconfigurable inputs/outputs. The rest of the WAMS are possible using the ActiveX technology that interfaces the
architecture described above is replicated, building a testing Visual C++ libraries with a LabView VI, depicted in Fig 6.
platform which is depicted in Fig. 5, with the following It allows for the configuration of the connection to the PDC,
elements: selection of the measurements to be delivered and saving of
1) The real-time simulation target from Opal-RT. the configuration. The measurements are then forwarded to
2) An oscilloscope connected to an analog output of the a LabView sub-VI, which can be integrated in an external
target, showing the three-phase signal produced by the application (such as the monitoring tool presented in this
model (only for lab. set-up purposes). article) for delivering the decoded measurements to processing
3) A National Instruments cRIO PMU connected to the algorithms.
analog output aforementioned. The monitoring application has also been adapted to Stat-
4) The connection cables of the PMU for acquiring voltage nett’s PMU Recorder Light (PRL), which provide similar
measurements, connected to the back of the simulator. functions for real-time data mediation within LabView. More
5) The network connection of the PMU to stream the data information about the PRL are available in [9].
to the PDC server of the lab.
6) The PDC server of the lab receiving the PMU data and IV. T ESTING AND VALIDATION
broadcasting an output stream to itself for this photo. The development of the application was carried out with a
In the PMU configuration a scale-up factor is added for the test output stream containing the PMU measurements from a
measurements so that the simulated values are well transcribed PMU connected to the distribution network. This set-up was
in the phasor calculation, despite the low ratings of the analog primarily used to develop the integration of the chain of real-
output of the simulator. time data acquisition in the application and did not provide any
behaviour of interest apart from a local harmonic at 16.7 Hz
B. Real-time data mediators created by the feeding system of a railway nearby the lab. This
The monitoring application development has been carried frequency component was used to develop and configure the
out in the LabView language, which doesn’t provide libraries spectrum analysis algorithm. Figure 2 depicts the monitoring
for the IEEE C37.118.2 standard to connect to either PMUs tool running in this set-up and the local harmonic is well
or PDC servers. An additional software has therefore been detected on the bottom right Module.
Fig. 6. Screen Shot of the main interface of BableFish