0% found this document useful (0 votes)
63 views

This Is On Algorithms: 1 Algorithm in L TEX

This document describes a 4-step algorithm to detect and identify stator interturn faults in 3-phase induction motors. The algorithm involves: 1) capturing current data, 2) decomposing currents with wavelet transforms, 3) constructing residues and calculating slopes, and 4) comparing slopes to thresholds to detect faults and identify fault locations.

Uploaded by

nalluri_08
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views

This Is On Algorithms: 1 Algorithm in L TEX

This document describes a 4-step algorithm to detect and identify stator interturn faults in 3-phase induction motors. The algorithm involves: 1) capturing current data, 2) decomposing currents with wavelet transforms, 3) constructing residues and calculating slopes, and 4) comparing slopes to thresholds to detect faults and identify fault locations.

Uploaded by

nalluri_08
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

This is on Algorithms

Siva Ram
November 25, 2015

1 Algorithm in LATEX

1
Algorithm 1 Algorithm to detect and identify stator inter turn faults in 3-
phase induction motor
1: Capture 3-phase currents using DIP8000
2: Decompose 3-phase stator currents upto 6th level with stationary wavelet
transform of Bior5.5 mother wavelet
3: Construct 3-phase residues make use of A6 coefficients and fault feature of
D6,D4,D3,D2 and D1 coefficients.
4: Obtain the detail level coefficients by decomposing 3-phase stator currents
with Discrete wavelet transform of Bior5.5 mother wavelet
5: Calculate the slope of detail coefficients of 3-phase currents
6: F aultindex(n) |Slopeof d1IR(n)| + |Slopeof d1IY (n)| +
|Slopeof d1IB(n)|
7: Calculate mean and maximum values of Faultindex, mean value of fault
index in 1st cycle, factor and Threshold1
8: T hreshold1 mean f actor
9: Calculate the count corresponding to each sample over a moving window of
10 samples
10: count number of samples that crosses T hreshold1
11: if (count for three successive samples < 6) then
12: Healthy
13: else
14: fault location1(Loc f1) sample1
15: Calculate 3-phase energies
Pm=Nover a moving window of quarter cycle
16: Energy IR(n) N1 m=1 Slope d1IR(m)
Pm=N
17: Energy IY (n) N1 m=1 Slope d1IY (m)
Pm=N
18: Energy IB(n) N1 m=1 Slope d1IB(m)
19: T hreshold2 sum of maximum value of 3-phase energies/(3*2)
20: if (Energy IR(n)Energy IY (n)Energy IB(n) T hreshold2) then
21: fault location2(Loc f2) sample at crossing point
22: if (|Loc f 1 Loc f 2| One Cycle) then
23: Stator inter turn fault
24: else
25: Machine is loaded mechanically
26: end if
27: end if
28: end if

You might also like