|
Analysis:
The analysis sudden Short Circuit waveform involves the following
|
(I) |
Find the Peak and the Valleys in the Waveform. |
|
(II) |
Fitting a Polynomial for the peak and valleys |
|
(III) |
Finding the Normalized current from these peak and valleys. |
|
(IV) |
Separating the Sub Transient, Transient and Steady State Component from the signal. |
|
(V) |
Calculation of the Time Delay and the reactance. |
Modular programming was chosen to solve each step. Once the captured data was read from the file the array operation VI’s were used to find the Peak and Valleys from the waveform. The fitting of the curve were done using General Polynomial fit and the Polynomial Evaluation VI’s. Formulae’s for calculating the Normalized current and the Time Delay and Reactance for the Sub Transient and Transient Component were done as specified in the IEEE standard.
The Sub-Transient component of the signal as given in the IEEE standard lies in the first 30 to 40 cycles the Transient component lies in the 40 to 120 cycles and the remaining waveform consists of the steady state part of the signal.
National Instruments Lab VIEW VI’s helped us in reducing the programming complexity and the time involved for Mathematical calculations for the mentioned parameters. Especially, calculation of the Polynomial coefficients for the required order and algorithm.
Conclusion:
We were able to achieve accurate results for the analysis performed on the captured waveform compared to the system present earlier where the user first had to capture the waveform on an oscilloscope, store the captured waveform in a floppy, read the data print the same and enter the values manually in an DOS based utility which would fit the polynomial and then calculate the Time Delay and reactance’s using the traditional calculator. However, now all these were done within no time.
|