SlideShare a Scribd company logo
1 of 11
Download to read offline
International Journal of Power Electronics and Drive System (IJPEDS)
Vol. 8, No. 2, June 2017, pp. 601~611
ISSN: 2088-8694, DOI: 10.11591/ijpeds.v8i2.pp601-611  601
Journal homepage: http://iaesjournal.com/online/index.php/IJPEDS
Sensor Fault Detection and Isolation Based on Artificial Neural
Networks and Fuzzy Logic Applicated on Induction Motor for
Electrical Vehicle
Souha Boukadida1
, Soufien Gdaim2
, Abdellatif Mtiba3
Laboratory EµE of the FSM, University of Monastir, Tunisia
Article Info ABSTRACT
Article history:
Received Jan 29, 2017
Revised Mar 29, 2017
Accepted Apr 10, 2017
Recently, research has picked up a fervent pace in the area of fault diagnosis
of electrical vehicle. Like failures of a position sensor, a voltage sensor, and
current sensors. Three-phase induction motors are the “workhorses” of
industry and are the most widely used electrical machines. This paper
presents a scheme for Fault Detection and Isolation (FDI). The proposed
approach is a sensor-based technique using the mains current measurement.
Current sensors are widespread in power converters control and in electrical
drives. Thus, to ensure continuous operation with reconfiguration control, a
fast sensor fault detection and isolation is required. In this paper, a new and
fast faulty current sensor detection and isolation is presented. It is derived
from intelligent techniques. The main interest of field programmable gate
array is the extremely fast computation capabilities. That allows a fast
residual generation when a sensor fault occurs. Using of Xilinx System
Generator in Matlab/Simulink allows the real-time simulation and
implemented on a field programmable gate array chip without any VHSIC
Hardware Description Language coding. The sensor fault detection and
isolation algorithm was implemented targeting a Virtex5. Simulation results
are given to demonstrate the efficiency of this FDI approach.
Keyword:
Fault detection and isolation
FPGA
Induction motor
Xilinx System Generator
Copyright © 2017 Institute of Advanced Engineering and Science.
All rights reserved.
Corresponding Author:
Souha Boukadida,
Laboratory EµE of the FSM University of Monastir, Tunisia.
Email: boukadidasouha@gmail.com
1. INTRODUCTION
Development and research in the field of electric vehicles appeared with the collective awareness on
global warming. Indeed, the transport sector is one of the main causes in the emission of greenhouse gas
emissions. This context that manufacturers are facing the challenge of reducing Carbon Dioxide not rejected
combustion vehicles [1]. To address these environmental constraints, the most promising technological
solution is the substitution of the engine with an electric motor. However, the electrical propulsion chain is
built around a large number of components (electrical machine, sensors, converters power electronics ... etc.)
which may be the site of a high number of defects. The detection and location of these defects are essential
but not sufficient to ensure the safety and operation in degraded mode.
Much work has been done in order to limit the impact of these defects in power plant [2]-[4].
A numbers of approaches for fault detection and isolation are developed, but most of them focused on the
stator windings of a motor and power semiconductor of an inverter. Sudden severe faults of a current sensor
result in the over current malfunction of the system, and if there is no proper protection scheme in the gate-
drive circuit, it leads to irrecoverable faults of power semiconductors in the inverter. The largely used
approach for sensor FDI is based on residuals generated by comparison between measured sensor output and
reconstructed sensor output, using other system sensors. It could be classed into two categories: one based
free model methods and the second based analytical model. The method used the model of system to generate
a residual which becomes small in the absence of defect and large in the case of fault. Sensor fault is detected
 ISSN: 2088-8694
IJPEDS Vol. 8, No. 2, June 2017 : 601 – 611
602
and identified using analytical redundancy as presented in the different works [5]-[8]. Unfortunately, the
analytical model could be imprecise and uncertain that‟s why the residual could indicate a false alarm. For
this reason these techniques are well-suited for deterministic models. To solve this problem, intelligent
techniques are used. This category has many advantages: uncertainty, complex and disturbance system
modeling. Therefore, these techniques are required in this problem type, where the detection and the isolation
of the fault for the sensors of specifying system will be guaranteed with desired performances. Many
works have used intelligent techniques to adopt the detection sensor failures for various systems as presented
in [9]-[11]. Authors developed this approach taking advantages on the one hand of digital control
implementation hardware and software specifications and on the other hand, of electrical systems
specifications. The simplicity of the final algorithm leads to low execution time and low consumed resources
for digital implementation.
To successfully implement on the FPGA board the FDI algorithm for the induction motor and
realized an embedded system. There are three methods: the first is to directly program our FPGA using
VHDL, the disadvantage of this method it is that we cannot visualize the behavior of real-time of the control.
The second is to use the toolbox added to Matlab / Simulink HDL coder, the disadvantage of this method that
the toolbox missing a lot and we are obliged to make several approximations and the resulting program is not
optimized. And the last consists to use the toolbox added to Simulink Xilinx System Generator (XSG), the
advantage of this programming method is the resolution of all problems of display. We can also take
advantage of Simulink and visualize the actual behavior of the machine before implementation.
This paper gives detailed information on a new current sensor FDI algorithm, which is developed
using intelligent techniques (Neuro Fuzzy). After this introductory section, the problem statement is
presented, with a description of the machine model and its control system. The architecture of the Neuro
Fuzzy schema used for generation and evaluation is discussed in section 3. Simulation results are given in
section 4 to illustrate the performance of the proposed Neuro-Fuzzy FDI scheme for sensor fault diagnosis of
the induction motor.
2. SYSTEM OVERVIEW
2.1. Presentation
Automotive application drives (EV) has some major requirements that are summarized as
follows [3]-[4]:
1. high torque at low speeds for starting, as well as high power at high speed for cruising;
2. fast torque response;
3. high power density and high instant power;
4. high efficiency for regenerative braking, over wide speed and torque;
5. reasonable cost.
The traction of an electric vehicle can subdivide in three parts: a power source, an inverter and a
receiver (see Figure 1). The source is the battery and the receiver is the mechanical chain. The powertrain
composed of the inverter (and its control) and the motor is the electromechanical power converter.
Faults can affect all the components of the system: induction motor, power converters, connectors
and sensors. The failures in the electric motor can have various origins:
a. Failures related to the exploitation that can lead to faults and also a premature degradation ;
b. Failures related to wrong weak dimensioning and design which lead to a premature degradation
It is very important to detect a sensor failure on a real-time basis for structural health monitoring and
vibration control. Many fault detection and isolation FDI techniques for current sensors have been discussed
over the past decades Frank 1990, Gertler 1991. The two major sensor failure detection methods can be
distinguished:
a. Direct pattern recognition of sensor readings that indicate a fault and an analysis of the discrepancy
between the sensor readings and expected values, derived from some model. In the latter case, it is
typical that a fault is said to be detected if the discrepancy or residual goes above a certain threshold.
b. In signal processing based FDI, some mathematical or statistical operations are performed on the
measurements, or some intelligent technique is trained using measurements to extract the
information about the fault.
IJPEDS ISSN: 2088-8694 
Sensor Fault Detection and Isolation Based on Artificial Neural Networks … (Souha Boukadida)
603
Figure 1. Main components of an EV traction drive.
2.2. Basic Principle of DTC SVM
The conventional DTC strategy is a developed drive control technique of the IM. This type of torque
and flux control was first proposed as direct self-control by Depenbrock [17] and DTC by Takahashi and
Noguchi [18]. The DTC method is characterized by its simple implementation, fast dynamic response, and
robustness to the rotor parameter variation essentially. The main idea of DTC SVM is to recover the
reduction of the ripples of torque and flux, and to have superior dynamic performances. Figure 2 present a
possible schematic of Direct Torque Control by using Space Vector Modulation. There are two different
loops corresponding to the magnitudes of the stator flux and torque. The error between the estimated stator
flux magnitude φs and the reference stator flux magnitude φs
*
is the input of a bloc SVM.
Knowing that in the graduation phase voltages (Va, Vb, Vc) are represented in the plane by a vector
Vs. Each modulation period Tmod of the inverter, the projected vector Vs on the two adjacent vectors assures
the switching time of calculation. The values of these projections provide the desired commutation times.
The key step of the SVM technique is the determination of Ti and Ti+1 during every modulation period Tmod.
To illustrate the methodology we consider the case where Vs can be compounded by the active voltage
vectors V1 and V2.
Figure 2. Bloc diagram of DTC
The stator voltage and stator current are calculated from the state of three phase (Sa ,Sb ,Sc) and
measured currents (ia, ib, ic).
Induction motor
Inverter
Battery
Sa
Sb
Sc
I
M
Voltage source
Inverter
T
φ
T*
s
φ*
s
Ti
Ti+1
Vsα
Vsβ
Flux and torque
estimator
Calculation
Sa, Sb, Sc
PI
PI
Calculation
Ti , Ti+1
α, β
d, q
 ISSN: 2088-8694
IJPEDS Vol. 8, No. 2, June 2017 : 601 – 611
604
2 4
3 3
0
2 4
3 3
2
( , , ) ( )
3
2
( , , ) ( )
3
j j
s a b c a b c
j j
s a b c a b c
V S S S E S S e S e
i i i i i i e i e
 
 
  
  
Expressing the voltage vector Vs in the graduation (α, β) we have:
1 2
1 2
mod mod
s s s
T T
V V jV V V
T T
 
   
Expanding this equation it is possible to express the time T1 and T2 in terms of Vsα and Vsβ. The conduction
time will be expressed as follows:
mod
1
mod
2
3 1
( . ).
2 2
2. .
s s
s
T
T V V
E
T
T V
E
 

 

Consequently, the duties expressions are given as follows:
s s
1
s
2
0 1 2
3 V 1 V
.
E E
2 2
V
2
E
1
D
D
D D D
 

 

  
The space vector in sector 1 is shown in figure 3.The time duration of zero vectors is divided equally into
(V0, V1, V2, V7, V2, V1, V0), whereas the time duration of each nonzero vector is distributed into two parts.
This sequence can ensure that is one phase switches when the switching pattern switches, thus can reduce the
harmonic component of the output current and the loss of switching devices. The duties of each phase of the
inverter are presented as follows:
1 2
1 2
1 2
0.5(1 )
0.5(1 )
0.5(1 )
a
b
c
S D D
S D D
S D D
  
  
  
Figure. 3 Sequences of the switches states in sector N1
(1)
(2)
(3)
(4)
(5)
Sc
Sb
Sa
IJPEDS ISSN: 2088-8694 
Sensor Fault Detection and Isolation Based on Artificial Neural Networks … (Souha Boukadida)
605
3. FAULT DETECTION and ISOLATION (FDI)
FDI system is designed as a hybrid system in which fuzzy system and neural networks may
cooperate and interact to implement efficiently the required FDI tasks. The structure of Neuro Fuzzy is
successful applications rely on the ease of rule base design, applicability to complex, uncertain and nonlinear
systems, linguistic modeling, learning abilities, parallel processing. The FDI scheme is divided into two
steps (detection step and localization step). The first step is based on generating a signal called residual. It‟s
used like indictor of the occurrence of the fault. If the difference is equal to zero, then the equipment system
operate in healthy case, otherwise (residual ≠0) they are affected by a fault which should be isolated. The role
of the second step is to determine the time of the default application. In order to get the adequate decision,
this phase requires a technique deals with uncertain data. The most appropriate technique is the Neuro Fuzzy
logic. It needs an expert system. The Figure 4 shows the different stages of the adopted strategy.
Figure 4. Adopted strategy
3.1. Phase Detection
In the case of nonlinear systems, a residue generator by conventional quantitative methods is not an
easy task. It would be better to use neural networks to generate residues functions, using their ability to
model nonlinear functions. Beforehand, a database must be performed offline with expert knowledge. It must
include the main characteristics of the process (operating point, stability, noise ...). In order to make the
neural network describe the behavior of the system, it should be learned with data base rich in information.
Once this base is realized, a structure of the neural network must be chosen.
3.2. Phase of localization
The role of the residual Fuzzification Evaluation step is to identify the element (current sensors)
attached by the fault. In order to get the adequate decision, this phase requires a technique deals with
uncertain data. The most appropriate technique is the fuzzy logic. It needs an expert system. The Figure 5
shows the different stages of the adopted strategy.
An NF generally consists of two principal units: (a) a fuzzifie which converts analog inputs into
fuzzy variables. These variables are produced by using membership functions (MF); (b) the residual
evaluation step is based RNN. The inputs of the network are the fuzzifier residues (three membership
functions for each residue) and in the outputs we have the decisions.
3.2.1. Fuzzy variables
Each residual (R1, R2, R3) could be described with three memberships (N= Negative, Z= Zero and
P=Positive). For each residue three membership functions are selected: two functions type trapezoidal and
one function type triangular as shown in Figure 6. For the choice of parameters, many tests are affected. The
linguistic variables describing the fuzzifie residuals are defined by the following membership functions: „„N:
negative residual with trapezoidal MF”, „„Z: zero residual with triangular MF”, „„P: positive residual with
trapezoidal MF”. The universe of discourse has been normalized to [−1, 1] band.
Phase detection
Curren
t
Sensor
Nomina
l model
Fault
Residual
generation
System output
Output
Model
Analyze of
symptom
Exper
t
syste
Residual
Phase of localization
R1
μR1
-1 0 1
 ISSN: 2088-8694
IJPEDS Vol. 8, No. 2, June 2017 : 601 – 611
606
Figure 5. Fuzzy MF of the input R1
Figure 6. Neuro Fuzzy diagnostic scheme
3.2.2. Inference
The residual evaluation step is based RNN. The inputs of the network are the fuzzifie residues (µR1,
µR2, µR3) and in the outputs we have the decisions (D1, D2, D3). The network RNN is consists of: nine
neurons in the input layer representing the inputs of the various possible states of residues at a time (k) (after
fuzzification), four neurons in the hidden layer and three neurons in the output layer. The RNN used in this
simulation study is based on the rules summarized in Table 1 which have been obtained after many
simulation tests. Each row of the inference table represents a rule. Each control rule from Table 1 can be
described using the input variables R1, R2 and R3, and the outputs variables D1, D2 and D3. For example
rule 3 is expressed as follow: If {residual 1 is Positive and residual 2 is Positive and residual 3 is Zero}
THEN sensor 2 is faulty.
Table 1. Inference Table
N N1 Z1 P1 N2 Z2 P2 N3 Z3 P3 D1 D2 D3
1 0 1 0 0 1 0 0 1 0 0 0 0
2 0 0 1 1 0 0 0 1 0 1 0 0
3 0 0 1 0 0 1 0 1 0 0 1 0
4 0 1 0 0 1 0 0 0 1 0 0 1
5 0 0 1 1 0 0 0 0 1 1 0 1
6 0 0 1 0 0 1 0 0 1 0 1 1
7 0 0 1 0 0 1 0 1 0 1 1 0
D1 D2 D3
Fault
Inference: In this step
we will analyze the
fuzzy residue previously
obtained by a neural
network
Inputs
Fuzzification
( Membership function)
µR1 µR2 µR3
R1 R2 R3
Ia
Ib
Sensor
of
current
Residual generation
Induction
motor
MF (N1,
Z1, P1)
MF (N2,
Z2, P2)
MF (N3,
Z3, P3)
R1
μR1
-1 0 1
IJPEDS ISSN: 2088-8694 
Sensor Fault Detection and Isolation Based on Artificial Neural Networks … (Souha Boukadida)
607
The mathematical model of a neuron is given by:
1
( ) ( )
N
i i
i
D i µ w R b

  

Where (R1, R2, R3) are inputs signal of the neuron, (w1, w2,… wN) are the corresponding weights and b is the
bias of the neuron, µ is the tangent sigmoid function and y is the output signal of the neuron. The most
popular supervised training algorithm is the back-propagation [13], which consists of a forward and
backward action. In the first, the free parameters of the network are fixed, and the input signal is propagated
through the network layer by layer. The forward phase finishes with the computation of a mean square error.
Once the ANN is trained properly, it should be adequately tested with intermediate data to verify that training
is correct and complete.
4. DEVELOPMENT of the PROPOSED NEURO FUZZY LOGIC DIAGNOSIS ARCHITECTURE
4.1. Presentation of Xilinx System Generator
Xilinx System Generator Tool developed for Matlab Simulink package is widely used for algorithm
development and verification purposes in Digital Signal Processors (DSP) and Field Programmable Gate
Arrays (FPGAs). Xilinx System Generator (XSG) a high-level tool for designing high-performance DSP
systems under Simulink environment, It is a highly desirable to have this simulation tool that can easily make
the direct translation into hardware of control algorithms with no-knowledge of any Hardware Description
Language (HDL). System Generator Tool allows an abstraction level algorithm development while keeping
the traditional Simulink blocksets, but at the same time automatically translating designs into hardware
implementations that are faithful, synthesizable, and efficient. For rapid prototyping, the choice of this tool is
easily explained by the advantage to simulate the control algorithm is the possibility to generate code that can
be used to program an FPGA directly from the simulation model. When the control algorithm design of the
controller is completed in Matlab Simulink environment by using Xilinx System Generator, it can be
translated automatically into VHDL programming language and then can be embedded into the Xilinx FPGA
application board.
4.2. Fuzzification Block
To evaluate the rule premise, it is necessary to calculate the value of membership of each input to a
specified MF. The residual R1 is represented by three fuzzy set, as shown in Figure 6. For this input we
have 2 mathematical functions depending: trapezoidal function and triangular function. The trapezoidal curve
depends on four scalar parameters a, b, c, and d, as given by,
f(x,a,b,c,d)=
{ }
This Equation is implemented in the hardware using substractors, multipliers and comparator as shown in
Figure 7. The fuzzification process is performed using three fuzzifie units. The fuzzifie block of R1, the
fuzzifie block of R2 and the fuzifie block of R3 takes the input and produces three output values.
(6)
(7)
 ISSN: 2088-8694
IJPEDS Vol. 8, No. 2, June 2017 : 601 – 611
608
Figure 7. Fuzzifier unit of R1.
4.3. Inference
The hardware implementation of the inference block, as shown in Figure 8, accepts three inputs
(µR1, µR2,µR3) from the fuzzification block. The neural processing propagates the inputs to outputs (D1, D2,
D3). Propagation occurs through the different layers of neurons, each neuron Nm,j of the layer m calculates the
output Xm,j. The layer module is made basic unit of the neuron. In effect, each layer is composed of several
neurons operating in parallel. That is why our approach to description of the neuron module is designed in
compliance with the constraint of reusability. In the case of this work we developed our three layers forming
the neural network. The first hidden layer contains 9 neurons. The second layer comprises 4 neurons. The
processing in this block is similar to that determined in the first layer. The internal structure of a neuron is
composed of a set of adders, multipliers and comparator. The third layer contains only three neurons (the
output layer). This last layer detrmine the sensor which is defected; The mathematical processing in this
block is similar to that determined later.
Figure 8. Structure of a neuron of the second layer.
5. Simulation and Interpretation Results
Figure 9 showed the model that uses the Xilinx blocksets for tolerant control. This model is used for
co-simulation. Once the design is verified, a hardware co-simulation block can be generated and then it will
be used to program the FPGA. The System Generator will first download the bit stream. When the download
is complete, System Generators read the inputs from Simulink simulation environment and send them to the
design on the board using the JTAG connection. System Generator then reads the output back from JTAG
and sends it to Simulink for displayed.
To study the performance of this approach, the simulation of the system was conducted using
MATLAB. Motors parameters for simulation are given in Table 2. The simulation results are shown in
Figures 10-12. The torque and flux references that are used in the simulation results of the DTC-SVM
IJPEDS ISSN: 2088-8694 
Sensor Fault Detection and Isolation Based on Artificial Neural Networks … (Souha Boukadida)
609
strategy are 10 N · m and 0.91Wb, respectively. The sampling period of the system is 50 µs. Results using
hardware co-simulation is presented to assess the ability of this diagnosis approach based Neuro Fuzzy
technique to detect and isolate sensor faults in an induction motor. Simulation is carried out with 500 V and
50 Hz sinusoidal inputs. Figure 10 shows speed, torque and current.
Figure 9. The hardware Co-simulation block.
The machine parameters used for simulation are given in Table 2. Various simulation tests have
been performed in order to validate the efficiently of this diagnosis scheme and the results are quite
conclusive. Bias and drift type sensor faults are introduced during steady state conditions of the system.
For illustrative purposes only a few fault scenarios summarized in Tables 3 and 4 are discussed.
Case 1: A bias type fault is injected on sensor 1 as described in Table 3. The corresponding residuals
are shown in Figure 11. Although a single fault may induce changes in several residuals. The decision
functions ensure successful detection and isolation of the fault on sensor 1 as shown in Figure 11. The Neuro-
Fuzzy classifier has been trained to recognize the faulty situations from the fuzzifie residual patterns
according to the rule base given in Table 1.
Case 2: This fault scenario of bias faults on sensors 1 and 2 is described in Table 4. The residual and
the corresponding decision functions are shown in Figure 12. The faulty sensors are promptly detected and
correctly isolated.
Table 2. Induction machine parameters
Voltage 220/380 v
Stator resistance Rs 5.717 Ω
Rotor resistance Rr 4.282 Ω
Stator inductance Ls 0.464 H
Rotor inductance Lr 0.464 H
Mutual inductance M 0.441 H
Moment of inertia J 0.0049 Kg.m2
Figure 10. (a) Speed(rad/s),(b) torque(N/m) and (c) current(A)
 ISSN: 2088-8694
IJPEDS Vol. 8, No. 2, June 2017 : 601 – 611
610
Figure 11. Faculty residuals and corresponding decisions using XSG
Figure 12. Faculty residuals and corresponding decisions using XSG
Table 3.CASE 1
Sensor N Fault time Bias fault
1 1 0.15
Table 4. CASE 2
Sensor N Fault time Bias fault
1 1 0.4
2 1.5 1
6. CONCLUSION
This paper proposed a new current sensor fault detection and isolation algorithm for electrical
drives. The design was based on intelligent technique. The developed FDI algorithm is available for any
current sensor in power converters or electrical drives. The innovative FDI algorithm proposed in this paper
does not require the knowledge of the system model and only concerned sensor outputs are required. The
proposed FDI scheme is based on a two step procedure: a Neural Network is used for residual generation and
a fuzzy neural network performs the residual evaluation task. The successful results obtained in simulation
demonstrate the efficiency of this neuro-fuzzy diagnosis scheme to detect and isolate bias and drift sensor
faults in an induction motor.
REFERENCES
[1] X. S. Li, et al., "Analysis and Simplification of Three-Dimensional Space Vector PWM for Three-Phase Four-Leg
Inverters," IEEE Transactions on Industrial Electronics, vol. 58, pp. 450-464, Feb 2011.
[2] B. Justus Rabi, et al., “Fault Tolerant Control in Z-Source Inverter Fed Induction Motor ", International Journal
of Power Electronics and Drive Systems, pp. 29- 35, 2011.
[3] W.Yun-liang, G. Qi-liang, “Hysteresis Current Control technique based on Space Vector Modulation for Active
Power Filter”, International Journal of Power Electronics and Drive Systems, pp. 1- 6, 2011.
[4] K. Srinivasan, S. Vijayan, S. Paramasivam, K. Sundaramoorthi, “Power Quality Analysis of Vienna Rectifier for
BLDC motor Drive Application", International Journal of Power Electronics and Drive Systems, pp. 7-1 6, 2016.
[5] H.Berriri, “Easy and Fast Sensor Fault Detection and Isolation Algorithm for Electrical Drives”, IEEE transactions
on power electronics, vol. 27, no. 2, February 2012.
IJPEDS ISSN: 2088-8694 
Sensor Fault Detection and Isolation Based on Artificial Neural Networks … (Souha Boukadida)
611
[6] P.Rosa; C. Silvestre; P.Oliveira, "Fault Detection and Isolation in Inertial Measurement Units Based on bounding
Sets”, IEEE Control Systems Society, October 2014.
[7] Y. Quan; A. Aitouche; B.O. Bouamama, " Fault detection and isolation of PEM fuel cell system by analytical
redundancy”, IEEE conference publications, pp. 1371 – 1376, 2010.
[8] G. Ablay, " An observer-based fault diagnosis in battery systems of hybrid vehicles”, Electrical and Electronics
Engineering, 2013.
[9] S.Tornil Sin; C. Ocampo Martinez; V. Puig; T. Escobet, "Robust Fault Diagnosis of Nonlinear Systems Using
Interval Constraint Satisfaction and Analytical Redundancy Relations “, IEEE journals & magazines, 2014.
[10] Zhirabok AN, "Nonlinear parity relations: a logic-dynamic approach”, Automation and Remote Control, vol.69, pp
1051-1064, 2008.
[11] H. Ferdowsi," An Online Outlier Identification and Removal Scheme for Improving Fault Detection Performance”,
Neural Networks and Learning Systems, 2013.
[12] O.Obst, "Distributed Fault Detection in Sensor Networks using a Recurrent Neural Network.” Neural Processing
Letters, 2014.
[13] Samy I, Postlethwaite I, "Sensor fault detection and accommodation using neural networks with application to a
non-linear unmanned air vehicle model,” Aerospace Engineering, pp. 437-47.
[14] H. Berriri, I. Slama Belkhodja, “Enhanced Parity Equations Method for Sensor Fault Detection in Electrical
Drives,” Conference on Control and Fault-Tolerant Systems, 2010, Nice, France.
BIOGRAPHIES OF AUTHORS
Souha BOUKADIDA received the degree in Electrical Engineering from National School of
Engineering of Monastir, Tunisia in 2012. In 2013 she received his M.S degree in Automatic and
Diagnostic from Moanstir University. Her current research interests include rapid prototyping
and reconfigurable architecture for real-time control applications of electrical system
Soufien GDAIM received the degree in Electrical Engineering from National School of
Engineering of Sfax, Tunisia in 1998. In 2007 he received his M.S degree in electronic and real-
time informatic from Sousse University and received his PhD degree in Electrical Engineering in
2013 from ENIM, Tunisia. His current research interests include rapid prototyping and
reconfigurable architecture for real-time control applications of electrical system.
Abdellatif MTIBAA is currently Professor in Micro-Electronics and Hardware Design with
Electrical Department at the National School of Engineering of Monastir and Head of Circuits
Systems Reconfigurable ENIM-Group at Electronic and microelectronic Laboratory. He holds a
Diploma in Electrical Engineering in 1985 and received his PhD degree in Electrical
Engineering in 2000. His current research interests include System on Programmable Chip, high
level synthesis, rapid prototyping and reconfigurable architecture for real-time multimedia
applications. Dr. Abdellatif Mtibaa has authored/coauthored over 100 papers in international
journals and conferences. He served on the technical program committees for several
international conferences. He also served as a co-organizer of several international conferences

More Related Content

What's hot

IRJET- Fault Detection, Classification and Location using GPS System
IRJET- Fault Detection, Classification and Location using GPS SystemIRJET- Fault Detection, Classification and Location using GPS System
IRJET- Fault Detection, Classification and Location using GPS SystemIRJET Journal
 
Calculating voltage magnitudes and voltage phase angles of real electrical ne...
Calculating voltage magnitudes and voltage phase angles of real electrical ne...Calculating voltage magnitudes and voltage phase angles of real electrical ne...
Calculating voltage magnitudes and voltage phase angles of real electrical ne...IJECEIAES
 
Artificial Intelligence techniques
Artificial Intelligence techniquesArtificial Intelligence techniques
Artificial Intelligence techniquesPavan Kumar Talla
 
ANN Approach for Fault Classification in Induction Motors using Current and V...
ANN Approach for Fault Classification in Induction Motors using Current and V...ANN Approach for Fault Classification in Induction Motors using Current and V...
ANN Approach for Fault Classification in Induction Motors using Current and V...IRJET Journal
 
artiicial intelligence in power system
artiicial intelligence in power systemartiicial intelligence in power system
artiicial intelligence in power systempratikguptateddy
 
Design of three phase inverter fed induction motor
Design of three phase inverter fed induction motorDesign of three phase inverter fed induction motor
Design of three phase inverter fed induction motoreSAT Publishing House
 
SMART FAULT DETECTION IN DISTRIBUTION SYSTEM
SMART FAULT DETECTION IN DISTRIBUTION SYSTEMSMART FAULT DETECTION IN DISTRIBUTION SYSTEM
SMART FAULT DETECTION IN DISTRIBUTION SYSTEMIAEME Publication
 
IRJET- Energy Efficiency Enhancement in Body Area Network using IEEE 802.15.6...
IRJET- Energy Efficiency Enhancement in Body Area Network using IEEE 802.15.6...IRJET- Energy Efficiency Enhancement in Body Area Network using IEEE 802.15.6...
IRJET- Energy Efficiency Enhancement in Body Area Network using IEEE 802.15.6...IRJET Journal
 
IRJET- Automatic Crack and Fire Detection in Train with Disaster Management u...
IRJET- Automatic Crack and Fire Detection in Train with Disaster Management u...IRJET- Automatic Crack and Fire Detection in Train with Disaster Management u...
IRJET- Automatic Crack and Fire Detection in Train with Disaster Management u...IRJET Journal
 
Airtificial Intelligence in Power System
Airtificial Intelligence in Power SystemAirtificial Intelligence in Power System
Airtificial Intelligence in Power SystemPratik Doshi
 
IRJET- Analysis of Electroencephalogram (EEG) Signals
IRJET- Analysis of Electroencephalogram (EEG) SignalsIRJET- Analysis of Electroencephalogram (EEG) Signals
IRJET- Analysis of Electroencephalogram (EEG) SignalsIRJET Journal
 
Wireless Fault Detection System for an Industrial Robot Based on Statistical ...
Wireless Fault Detection System for an Industrial Robot Based on Statistical ...Wireless Fault Detection System for an Industrial Robot Based on Statistical ...
Wireless Fault Detection System for an Industrial Robot Based on Statistical ...IJECEIAES
 
Solar panel monitoring solution using IoT-Faststream Technologies
Solar panel monitoring solution using IoT-Faststream TechnologiesSolar panel monitoring solution using IoT-Faststream Technologies
Solar panel monitoring solution using IoT-Faststream TechnologiesSudipta Maity
 
PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...
PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...
PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...IAEME Publication
 
Overall fuzzy logic control strategy of direct driven PMSG wind turbine conne...
Overall fuzzy logic control strategy of direct driven PMSG wind turbine conne...Overall fuzzy logic control strategy of direct driven PMSG wind turbine conne...
Overall fuzzy logic control strategy of direct driven PMSG wind turbine conne...IJECEIAES
 
IRJET- Remotely Monitoring Health of the Solar Power System using Arduino
IRJET-  	  Remotely Monitoring Health of the Solar Power System using ArduinoIRJET-  	  Remotely Monitoring Health of the Solar Power System using Arduino
IRJET- Remotely Monitoring Health of the Solar Power System using ArduinoIRJET Journal
 
Ieeepro techno solutions ieee 2014 embedded prokect emb base paper 43
Ieeepro techno solutions  ieee 2014 embedded prokect emb base paper 43Ieeepro techno solutions  ieee 2014 embedded prokect emb base paper 43
Ieeepro techno solutions ieee 2014 embedded prokect emb base paper 43srinivasanece7
 
Ladies Compartment Intruder Alert
Ladies Compartment Intruder AlertLadies Compartment Intruder Alert
Ladies Compartment Intruder AlertIRJET Journal
 
Raspberry PI Based Paralyze Attack Rehabilitation System
Raspberry PI Based Paralyze Attack Rehabilitation SystemRaspberry PI Based Paralyze Attack Rehabilitation System
Raspberry PI Based Paralyze Attack Rehabilitation SystemIRJET Journal
 
Ai in power plant
Ai in power plantAi in power plant
Ai in power plantSri Kanth
 

What's hot (20)

IRJET- Fault Detection, Classification and Location using GPS System
IRJET- Fault Detection, Classification and Location using GPS SystemIRJET- Fault Detection, Classification and Location using GPS System
IRJET- Fault Detection, Classification and Location using GPS System
 
Calculating voltage magnitudes and voltage phase angles of real electrical ne...
Calculating voltage magnitudes and voltage phase angles of real electrical ne...Calculating voltage magnitudes and voltage phase angles of real electrical ne...
Calculating voltage magnitudes and voltage phase angles of real electrical ne...
 
Artificial Intelligence techniques
Artificial Intelligence techniquesArtificial Intelligence techniques
Artificial Intelligence techniques
 
ANN Approach for Fault Classification in Induction Motors using Current and V...
ANN Approach for Fault Classification in Induction Motors using Current and V...ANN Approach for Fault Classification in Induction Motors using Current and V...
ANN Approach for Fault Classification in Induction Motors using Current and V...
 
artiicial intelligence in power system
artiicial intelligence in power systemartiicial intelligence in power system
artiicial intelligence in power system
 
Design of three phase inverter fed induction motor
Design of three phase inverter fed induction motorDesign of three phase inverter fed induction motor
Design of three phase inverter fed induction motor
 
SMART FAULT DETECTION IN DISTRIBUTION SYSTEM
SMART FAULT DETECTION IN DISTRIBUTION SYSTEMSMART FAULT DETECTION IN DISTRIBUTION SYSTEM
SMART FAULT DETECTION IN DISTRIBUTION SYSTEM
 
IRJET- Energy Efficiency Enhancement in Body Area Network using IEEE 802.15.6...
IRJET- Energy Efficiency Enhancement in Body Area Network using IEEE 802.15.6...IRJET- Energy Efficiency Enhancement in Body Area Network using IEEE 802.15.6...
IRJET- Energy Efficiency Enhancement in Body Area Network using IEEE 802.15.6...
 
IRJET- Automatic Crack and Fire Detection in Train with Disaster Management u...
IRJET- Automatic Crack and Fire Detection in Train with Disaster Management u...IRJET- Automatic Crack and Fire Detection in Train with Disaster Management u...
IRJET- Automatic Crack and Fire Detection in Train with Disaster Management u...
 
Airtificial Intelligence in Power System
Airtificial Intelligence in Power SystemAirtificial Intelligence in Power System
Airtificial Intelligence in Power System
 
IRJET- Analysis of Electroencephalogram (EEG) Signals
IRJET- Analysis of Electroencephalogram (EEG) SignalsIRJET- Analysis of Electroencephalogram (EEG) Signals
IRJET- Analysis of Electroencephalogram (EEG) Signals
 
Wireless Fault Detection System for an Industrial Robot Based on Statistical ...
Wireless Fault Detection System for an Industrial Robot Based on Statistical ...Wireless Fault Detection System for an Industrial Robot Based on Statistical ...
Wireless Fault Detection System for an Industrial Robot Based on Statistical ...
 
Solar panel monitoring solution using IoT-Faststream Technologies
Solar panel monitoring solution using IoT-Faststream TechnologiesSolar panel monitoring solution using IoT-Faststream Technologies
Solar panel monitoring solution using IoT-Faststream Technologies
 
PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...
PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...
PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...
 
Overall fuzzy logic control strategy of direct driven PMSG wind turbine conne...
Overall fuzzy logic control strategy of direct driven PMSG wind turbine conne...Overall fuzzy logic control strategy of direct driven PMSG wind turbine conne...
Overall fuzzy logic control strategy of direct driven PMSG wind turbine conne...
 
IRJET- Remotely Monitoring Health of the Solar Power System using Arduino
IRJET-  	  Remotely Monitoring Health of the Solar Power System using ArduinoIRJET-  	  Remotely Monitoring Health of the Solar Power System using Arduino
IRJET- Remotely Monitoring Health of the Solar Power System using Arduino
 
Ieeepro techno solutions ieee 2014 embedded prokect emb base paper 43
Ieeepro techno solutions  ieee 2014 embedded prokect emb base paper 43Ieeepro techno solutions  ieee 2014 embedded prokect emb base paper 43
Ieeepro techno solutions ieee 2014 embedded prokect emb base paper 43
 
Ladies Compartment Intruder Alert
Ladies Compartment Intruder AlertLadies Compartment Intruder Alert
Ladies Compartment Intruder Alert
 
Raspberry PI Based Paralyze Attack Rehabilitation System
Raspberry PI Based Paralyze Attack Rehabilitation SystemRaspberry PI Based Paralyze Attack Rehabilitation System
Raspberry PI Based Paralyze Attack Rehabilitation System
 
Ai in power plant
Ai in power plantAi in power plant
Ai in power plant
 

Similar to Sensor Fault Detection and Isolation Based on Artificial Neural Networks and Fuzzy Logic Applicated on Induction Motor for Electrical Vehicle

Development of a Condition Monitoring Algorithm for Industrial Robots based o...
Development of a Condition Monitoring Algorithm for Industrial Robots based o...Development of a Condition Monitoring Algorithm for Industrial Robots based o...
Development of a Condition Monitoring Algorithm for Industrial Robots based o...IJECEIAES
 
Fault diagnosis of rolling element bearings using artificial neural network
Fault diagnosis of rolling element bearings  using artificial neural network Fault diagnosis of rolling element bearings  using artificial neural network
Fault diagnosis of rolling element bearings using artificial neural network IJECEIAES
 
IRJET- A Review on SVM based Induction Motor
IRJET- A Review on SVM based Induction MotorIRJET- A Review on SVM based Induction Motor
IRJET- A Review on SVM based Induction MotorIRJET Journal
 
FUZZY LOGIC APPROACH FOR FAULT DIAGNOSIS OF THREE PHASE TRANSMISSION LINE
FUZZY LOGIC APPROACH FOR FAULT DIAGNOSIS OF THREE PHASE TRANSMISSION LINEFUZZY LOGIC APPROACH FOR FAULT DIAGNOSIS OF THREE PHASE TRANSMISSION LINE
FUZZY LOGIC APPROACH FOR FAULT DIAGNOSIS OF THREE PHASE TRANSMISSION LINEJournal For Research
 
DESIGN THINKING ON FAULT DIAGNOSIS OF FLOATING WIND TURBINE GENERATOR USING A...
DESIGN THINKING ON FAULT DIAGNOSIS OF FLOATING WIND TURBINE GENERATOR USING A...DESIGN THINKING ON FAULT DIAGNOSIS OF FLOATING WIND TURBINE GENERATOR USING A...
DESIGN THINKING ON FAULT DIAGNOSIS OF FLOATING WIND TURBINE GENERATOR USING A...IRJET Journal
 
sensors-23-04512-v3.pdf
sensors-23-04512-v3.pdfsensors-23-04512-v3.pdf
sensors-23-04512-v3.pdfSekharSankuri1
 
Automatic Fault Detection System with IOT Based
Automatic Fault Detection System with IOT BasedAutomatic Fault Detection System with IOT Based
Automatic Fault Detection System with IOT BasedYogeshIJTSRD
 
Review: Three Phase Induction Motor Stator Fault Classifiers
Review: Three Phase Induction Motor Stator Fault ClassifiersReview: Three Phase Induction Motor Stator Fault Classifiers
Review: Three Phase Induction Motor Stator Fault ClassifiersIRJET Journal
 
Design of Data Aquistion interface circuit used in Detection Inter-turn Fault...
Design of Data Aquistion interface circuit used in Detection Inter-turn Fault...Design of Data Aquistion interface circuit used in Detection Inter-turn Fault...
Design of Data Aquistion interface circuit used in Detection Inter-turn Fault...IJERA Editor
 
Advanced Anti-Collision Vehicle
Advanced Anti-Collision VehicleAdvanced Anti-Collision Vehicle
Advanced Anti-Collision VehicleIRJET Journal
 
Smart Monitoring System for Substation’ Parameters and Automatic under Freque...
Smart Monitoring System for Substation’ Parameters and Automatic under Freque...Smart Monitoring System for Substation’ Parameters and Automatic under Freque...
Smart Monitoring System for Substation’ Parameters and Automatic under Freque...BRNSSPublicationHubI
 
Principal component analysis based approach for fault diagnosis in pneumatic ...
Principal component analysis based approach for fault diagnosis in pneumatic ...Principal component analysis based approach for fault diagnosis in pneumatic ...
Principal component analysis based approach for fault diagnosis in pneumatic ...eSAT Publishing House
 
GSM Based Transformer Fault Monitoring System
GSM Based Transformer Fault Monitoring SystemGSM Based Transformer Fault Monitoring System
GSM Based Transformer Fault Monitoring Systemijtsrd
 
Actuator Fault Decoupled Residual Generation on Lateral Moving Aircraft
Actuator Fault Decoupled Residual Generation on Lateral Moving AircraftActuator Fault Decoupled Residual Generation on Lateral Moving Aircraft
Actuator Fault Decoupled Residual Generation on Lateral Moving AircraftTELKOMNIKA JOURNAL
 
IOT Based Three Phase Transmission Line Fault Detection and Classification
IOT Based Three Phase Transmission Line Fault Detection and ClassificationIOT Based Three Phase Transmission Line Fault Detection and Classification
IOT Based Three Phase Transmission Line Fault Detection and ClassificationIRJET Journal
 
Design and Implementation of Speed Control of Induction Motor using Arduino B...
Design and Implementation of Speed Control of Induction Motor using Arduino B...Design and Implementation of Speed Control of Induction Motor using Arduino B...
Design and Implementation of Speed Control of Induction Motor using Arduino B...ijtsrd
 

Similar to Sensor Fault Detection and Isolation Based on Artificial Neural Networks and Fuzzy Logic Applicated on Induction Motor for Electrical Vehicle (20)

Machine learning based multi class fault diagnosis tool for voltage source in...
Machine learning based multi class fault diagnosis tool for voltage source in...Machine learning based multi class fault diagnosis tool for voltage source in...
Machine learning based multi class fault diagnosis tool for voltage source in...
 
Development of a Condition Monitoring Algorithm for Industrial Robots based o...
Development of a Condition Monitoring Algorithm for Industrial Robots based o...Development of a Condition Monitoring Algorithm for Industrial Robots based o...
Development of a Condition Monitoring Algorithm for Industrial Robots based o...
 
Fault diagnosis of rolling element bearings using artificial neural network
Fault diagnosis of rolling element bearings  using artificial neural network Fault diagnosis of rolling element bearings  using artificial neural network
Fault diagnosis of rolling element bearings using artificial neural network
 
J046015861
J046015861J046015861
J046015861
 
IRJET- A Review on SVM based Induction Motor
IRJET- A Review on SVM based Induction MotorIRJET- A Review on SVM based Induction Motor
IRJET- A Review on SVM based Induction Motor
 
FUZZY LOGIC APPROACH FOR FAULT DIAGNOSIS OF THREE PHASE TRANSMISSION LINE
FUZZY LOGIC APPROACH FOR FAULT DIAGNOSIS OF THREE PHASE TRANSMISSION LINEFUZZY LOGIC APPROACH FOR FAULT DIAGNOSIS OF THREE PHASE TRANSMISSION LINE
FUZZY LOGIC APPROACH FOR FAULT DIAGNOSIS OF THREE PHASE TRANSMISSION LINE
 
DESIGN THINKING ON FAULT DIAGNOSIS OF FLOATING WIND TURBINE GENERATOR USING A...
DESIGN THINKING ON FAULT DIAGNOSIS OF FLOATING WIND TURBINE GENERATOR USING A...DESIGN THINKING ON FAULT DIAGNOSIS OF FLOATING WIND TURBINE GENERATOR USING A...
DESIGN THINKING ON FAULT DIAGNOSIS OF FLOATING WIND TURBINE GENERATOR USING A...
 
sensors-23-04512-v3.pdf
sensors-23-04512-v3.pdfsensors-23-04512-v3.pdf
sensors-23-04512-v3.pdf
 
Automatic Fault Detection System with IOT Based
Automatic Fault Detection System with IOT BasedAutomatic Fault Detection System with IOT Based
Automatic Fault Detection System with IOT Based
 
B010620715
B010620715B010620715
B010620715
 
Review: Three Phase Induction Motor Stator Fault Classifiers
Review: Three Phase Induction Motor Stator Fault ClassifiersReview: Three Phase Induction Motor Stator Fault Classifiers
Review: Three Phase Induction Motor Stator Fault Classifiers
 
Design of Data Aquistion interface circuit used in Detection Inter-turn Fault...
Design of Data Aquistion interface circuit used in Detection Inter-turn Fault...Design of Data Aquistion interface circuit used in Detection Inter-turn Fault...
Design of Data Aquistion interface circuit used in Detection Inter-turn Fault...
 
Advanced Anti-Collision Vehicle
Advanced Anti-Collision VehicleAdvanced Anti-Collision Vehicle
Advanced Anti-Collision Vehicle
 
Smart Monitoring System for Substation’ Parameters and Automatic under Freque...
Smart Monitoring System for Substation’ Parameters and Automatic under Freque...Smart Monitoring System for Substation’ Parameters and Automatic under Freque...
Smart Monitoring System for Substation’ Parameters and Automatic under Freque...
 
Principal component analysis based approach for fault diagnosis in pneumatic ...
Principal component analysis based approach for fault diagnosis in pneumatic ...Principal component analysis based approach for fault diagnosis in pneumatic ...
Principal component analysis based approach for fault diagnosis in pneumatic ...
 
GSM Based Transformer Fault Monitoring System
GSM Based Transformer Fault Monitoring SystemGSM Based Transformer Fault Monitoring System
GSM Based Transformer Fault Monitoring System
 
Robotic Vehicle with Hand Motion Control Using a RF Module
Robotic Vehicle with Hand Motion Control Using a RF Module Robotic Vehicle with Hand Motion Control Using a RF Module
Robotic Vehicle with Hand Motion Control Using a RF Module
 
Actuator Fault Decoupled Residual Generation on Lateral Moving Aircraft
Actuator Fault Decoupled Residual Generation on Lateral Moving AircraftActuator Fault Decoupled Residual Generation on Lateral Moving Aircraft
Actuator Fault Decoupled Residual Generation on Lateral Moving Aircraft
 
IOT Based Three Phase Transmission Line Fault Detection and Classification
IOT Based Three Phase Transmission Line Fault Detection and ClassificationIOT Based Three Phase Transmission Line Fault Detection and Classification
IOT Based Three Phase Transmission Line Fault Detection and Classification
 
Design and Implementation of Speed Control of Induction Motor using Arduino B...
Design and Implementation of Speed Control of Induction Motor using Arduino B...Design and Implementation of Speed Control of Induction Motor using Arduino B...
Design and Implementation of Speed Control of Induction Motor using Arduino B...
 

More from International Journal of Power Electronics and Drive Systems

More from International Journal of Power Electronics and Drive Systems (20)

Adaptive backstepping controller design based on neural network for PMSM spee...
Adaptive backstepping controller design based on neural network for PMSM spee...Adaptive backstepping controller design based on neural network for PMSM spee...
Adaptive backstepping controller design based on neural network for PMSM spee...
 
Classification and direction discrimination of faults in transmission lines u...
Classification and direction discrimination of faults in transmission lines u...Classification and direction discrimination of faults in transmission lines u...
Classification and direction discrimination of faults in transmission lines u...
 
Integration of artificial neural networks for multi-source energy management ...
Integration of artificial neural networks for multi-source energy management ...Integration of artificial neural networks for multi-source energy management ...
Integration of artificial neural networks for multi-source energy management ...
 
Rotating blade faults classification of a rotor-disk-blade system using artif...
Rotating blade faults classification of a rotor-disk-blade system using artif...Rotating blade faults classification of a rotor-disk-blade system using artif...
Rotating blade faults classification of a rotor-disk-blade system using artif...
 
Artificial bee colony algorithm applied to optimal power flow solution incorp...
Artificial bee colony algorithm applied to optimal power flow solution incorp...Artificial bee colony algorithm applied to optimal power flow solution incorp...
Artificial bee colony algorithm applied to optimal power flow solution incorp...
 
Soft computing and IoT based solar tracker
Soft computing and IoT based solar trackerSoft computing and IoT based solar tracker
Soft computing and IoT based solar tracker
 
Comparison of roughness index for Kitka and Koznica wind farms
Comparison of roughness index for Kitka and Koznica wind farmsComparison of roughness index for Kitka and Koznica wind farms
Comparison of roughness index for Kitka and Koznica wind farms
 
Primary frequency control of large-scale PV-connected multi-machine power sys...
Primary frequency control of large-scale PV-connected multi-machine power sys...Primary frequency control of large-scale PV-connected multi-machine power sys...
Primary frequency control of large-scale PV-connected multi-machine power sys...
 
Performance of solar modules integrated with reflector
Performance of solar modules integrated with reflectorPerformance of solar modules integrated with reflector
Performance of solar modules integrated with reflector
 
Generator and grid side converter control for wind energy conversion system
Generator and grid side converter control for wind energy conversion systemGenerator and grid side converter control for wind energy conversion system
Generator and grid side converter control for wind energy conversion system
 
Wind speed modeling based on measurement data to predict future wind speed wi...
Wind speed modeling based on measurement data to predict future wind speed wi...Wind speed modeling based on measurement data to predict future wind speed wi...
Wind speed modeling based on measurement data to predict future wind speed wi...
 
Comparison of PV panels MPPT techniques applied to solar water pumping system
Comparison of PV panels MPPT techniques applied to solar water pumping systemComparison of PV panels MPPT techniques applied to solar water pumping system
Comparison of PV panels MPPT techniques applied to solar water pumping system
 
Prospect of renewable energy resources in Bangladesh
Prospect of renewable energy resources in BangladeshProspect of renewable energy resources in Bangladesh
Prospect of renewable energy resources in Bangladesh
 
A novel optimization of the particle swarm based maximum power point tracking...
A novel optimization of the particle swarm based maximum power point tracking...A novel optimization of the particle swarm based maximum power point tracking...
A novel optimization of the particle swarm based maximum power point tracking...
 
Voltage stability enhancement for large scale squirrel cage induction generat...
Voltage stability enhancement for large scale squirrel cage induction generat...Voltage stability enhancement for large scale squirrel cage induction generat...
Voltage stability enhancement for large scale squirrel cage induction generat...
 
Electrical and environmental parameters of the performance of polymer solar c...
Electrical and environmental parameters of the performance of polymer solar c...Electrical and environmental parameters of the performance of polymer solar c...
Electrical and environmental parameters of the performance of polymer solar c...
 
Short and open circuit faults study in the PV system inverter
Short and open circuit faults study in the PV system inverterShort and open circuit faults study in the PV system inverter
Short and open circuit faults study in the PV system inverter
 
A modified bridge-type nonsuperconducting fault current limiter for distribut...
A modified bridge-type nonsuperconducting fault current limiter for distribut...A modified bridge-type nonsuperconducting fault current limiter for distribut...
A modified bridge-type nonsuperconducting fault current limiter for distribut...
 
The new approach minimizes harmonics in a single-phase three-level NPC 400 Hz...
The new approach minimizes harmonics in a single-phase three-level NPC 400 Hz...The new approach minimizes harmonics in a single-phase three-level NPC 400 Hz...
The new approach minimizes harmonics in a single-phase three-level NPC 400 Hz...
 
Comparison of electronic load using linear regulator and boost converter
Comparison of electronic load using linear regulator and boost converterComparison of electronic load using linear regulator and boost converter
Comparison of electronic load using linear regulator and boost converter
 

Recently uploaded

Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 

Recently uploaded (20)

Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 

Sensor Fault Detection and Isolation Based on Artificial Neural Networks and Fuzzy Logic Applicated on Induction Motor for Electrical Vehicle

  • 1. International Journal of Power Electronics and Drive System (IJPEDS) Vol. 8, No. 2, June 2017, pp. 601~611 ISSN: 2088-8694, DOI: 10.11591/ijpeds.v8i2.pp601-611  601 Journal homepage: http://iaesjournal.com/online/index.php/IJPEDS Sensor Fault Detection and Isolation Based on Artificial Neural Networks and Fuzzy Logic Applicated on Induction Motor for Electrical Vehicle Souha Boukadida1 , Soufien Gdaim2 , Abdellatif Mtiba3 Laboratory EµE of the FSM, University of Monastir, Tunisia Article Info ABSTRACT Article history: Received Jan 29, 2017 Revised Mar 29, 2017 Accepted Apr 10, 2017 Recently, research has picked up a fervent pace in the area of fault diagnosis of electrical vehicle. Like failures of a position sensor, a voltage sensor, and current sensors. Three-phase induction motors are the “workhorses” of industry and are the most widely used electrical machines. This paper presents a scheme for Fault Detection and Isolation (FDI). The proposed approach is a sensor-based technique using the mains current measurement. Current sensors are widespread in power converters control and in electrical drives. Thus, to ensure continuous operation with reconfiguration control, a fast sensor fault detection and isolation is required. In this paper, a new and fast faulty current sensor detection and isolation is presented. It is derived from intelligent techniques. The main interest of field programmable gate array is the extremely fast computation capabilities. That allows a fast residual generation when a sensor fault occurs. Using of Xilinx System Generator in Matlab/Simulink allows the real-time simulation and implemented on a field programmable gate array chip without any VHSIC Hardware Description Language coding. The sensor fault detection and isolation algorithm was implemented targeting a Virtex5. Simulation results are given to demonstrate the efficiency of this FDI approach. Keyword: Fault detection and isolation FPGA Induction motor Xilinx System Generator Copyright © 2017 Institute of Advanced Engineering and Science. All rights reserved. Corresponding Author: Souha Boukadida, Laboratory EµE of the FSM University of Monastir, Tunisia. Email: boukadidasouha@gmail.com 1. INTRODUCTION Development and research in the field of electric vehicles appeared with the collective awareness on global warming. Indeed, the transport sector is one of the main causes in the emission of greenhouse gas emissions. This context that manufacturers are facing the challenge of reducing Carbon Dioxide not rejected combustion vehicles [1]. To address these environmental constraints, the most promising technological solution is the substitution of the engine with an electric motor. However, the electrical propulsion chain is built around a large number of components (electrical machine, sensors, converters power electronics ... etc.) which may be the site of a high number of defects. The detection and location of these defects are essential but not sufficient to ensure the safety and operation in degraded mode. Much work has been done in order to limit the impact of these defects in power plant [2]-[4]. A numbers of approaches for fault detection and isolation are developed, but most of them focused on the stator windings of a motor and power semiconductor of an inverter. Sudden severe faults of a current sensor result in the over current malfunction of the system, and if there is no proper protection scheme in the gate- drive circuit, it leads to irrecoverable faults of power semiconductors in the inverter. The largely used approach for sensor FDI is based on residuals generated by comparison between measured sensor output and reconstructed sensor output, using other system sensors. It could be classed into two categories: one based free model methods and the second based analytical model. The method used the model of system to generate a residual which becomes small in the absence of defect and large in the case of fault. Sensor fault is detected
  • 2.  ISSN: 2088-8694 IJPEDS Vol. 8, No. 2, June 2017 : 601 – 611 602 and identified using analytical redundancy as presented in the different works [5]-[8]. Unfortunately, the analytical model could be imprecise and uncertain that‟s why the residual could indicate a false alarm. For this reason these techniques are well-suited for deterministic models. To solve this problem, intelligent techniques are used. This category has many advantages: uncertainty, complex and disturbance system modeling. Therefore, these techniques are required in this problem type, where the detection and the isolation of the fault for the sensors of specifying system will be guaranteed with desired performances. Many works have used intelligent techniques to adopt the detection sensor failures for various systems as presented in [9]-[11]. Authors developed this approach taking advantages on the one hand of digital control implementation hardware and software specifications and on the other hand, of electrical systems specifications. The simplicity of the final algorithm leads to low execution time and low consumed resources for digital implementation. To successfully implement on the FPGA board the FDI algorithm for the induction motor and realized an embedded system. There are three methods: the first is to directly program our FPGA using VHDL, the disadvantage of this method it is that we cannot visualize the behavior of real-time of the control. The second is to use the toolbox added to Matlab / Simulink HDL coder, the disadvantage of this method that the toolbox missing a lot and we are obliged to make several approximations and the resulting program is not optimized. And the last consists to use the toolbox added to Simulink Xilinx System Generator (XSG), the advantage of this programming method is the resolution of all problems of display. We can also take advantage of Simulink and visualize the actual behavior of the machine before implementation. This paper gives detailed information on a new current sensor FDI algorithm, which is developed using intelligent techniques (Neuro Fuzzy). After this introductory section, the problem statement is presented, with a description of the machine model and its control system. The architecture of the Neuro Fuzzy schema used for generation and evaluation is discussed in section 3. Simulation results are given in section 4 to illustrate the performance of the proposed Neuro-Fuzzy FDI scheme for sensor fault diagnosis of the induction motor. 2. SYSTEM OVERVIEW 2.1. Presentation Automotive application drives (EV) has some major requirements that are summarized as follows [3]-[4]: 1. high torque at low speeds for starting, as well as high power at high speed for cruising; 2. fast torque response; 3. high power density and high instant power; 4. high efficiency for regenerative braking, over wide speed and torque; 5. reasonable cost. The traction of an electric vehicle can subdivide in three parts: a power source, an inverter and a receiver (see Figure 1). The source is the battery and the receiver is the mechanical chain. The powertrain composed of the inverter (and its control) and the motor is the electromechanical power converter. Faults can affect all the components of the system: induction motor, power converters, connectors and sensors. The failures in the electric motor can have various origins: a. Failures related to the exploitation that can lead to faults and also a premature degradation ; b. Failures related to wrong weak dimensioning and design which lead to a premature degradation It is very important to detect a sensor failure on a real-time basis for structural health monitoring and vibration control. Many fault detection and isolation FDI techniques for current sensors have been discussed over the past decades Frank 1990, Gertler 1991. The two major sensor failure detection methods can be distinguished: a. Direct pattern recognition of sensor readings that indicate a fault and an analysis of the discrepancy between the sensor readings and expected values, derived from some model. In the latter case, it is typical that a fault is said to be detected if the discrepancy or residual goes above a certain threshold. b. In signal processing based FDI, some mathematical or statistical operations are performed on the measurements, or some intelligent technique is trained using measurements to extract the information about the fault.
  • 3. IJPEDS ISSN: 2088-8694  Sensor Fault Detection and Isolation Based on Artificial Neural Networks … (Souha Boukadida) 603 Figure 1. Main components of an EV traction drive. 2.2. Basic Principle of DTC SVM The conventional DTC strategy is a developed drive control technique of the IM. This type of torque and flux control was first proposed as direct self-control by Depenbrock [17] and DTC by Takahashi and Noguchi [18]. The DTC method is characterized by its simple implementation, fast dynamic response, and robustness to the rotor parameter variation essentially. The main idea of DTC SVM is to recover the reduction of the ripples of torque and flux, and to have superior dynamic performances. Figure 2 present a possible schematic of Direct Torque Control by using Space Vector Modulation. There are two different loops corresponding to the magnitudes of the stator flux and torque. The error between the estimated stator flux magnitude φs and the reference stator flux magnitude φs * is the input of a bloc SVM. Knowing that in the graduation phase voltages (Va, Vb, Vc) are represented in the plane by a vector Vs. Each modulation period Tmod of the inverter, the projected vector Vs on the two adjacent vectors assures the switching time of calculation. The values of these projections provide the desired commutation times. The key step of the SVM technique is the determination of Ti and Ti+1 during every modulation period Tmod. To illustrate the methodology we consider the case where Vs can be compounded by the active voltage vectors V1 and V2. Figure 2. Bloc diagram of DTC The stator voltage and stator current are calculated from the state of three phase (Sa ,Sb ,Sc) and measured currents (ia, ib, ic). Induction motor Inverter Battery Sa Sb Sc I M Voltage source Inverter T φ T* s φ* s Ti Ti+1 Vsα Vsβ Flux and torque estimator Calculation Sa, Sb, Sc PI PI Calculation Ti , Ti+1 α, β d, q
  • 4.  ISSN: 2088-8694 IJPEDS Vol. 8, No. 2, June 2017 : 601 – 611 604 2 4 3 3 0 2 4 3 3 2 ( , , ) ( ) 3 2 ( , , ) ( ) 3 j j s a b c a b c j j s a b c a b c V S S S E S S e S e i i i i i i e i e           Expressing the voltage vector Vs in the graduation (α, β) we have: 1 2 1 2 mod mod s s s T T V V jV V V T T       Expanding this equation it is possible to express the time T1 and T2 in terms of Vsα and Vsβ. The conduction time will be expressed as follows: mod 1 mod 2 3 1 ( . ). 2 2 2. . s s s T T V V E T T V E       Consequently, the duties expressions are given as follows: s s 1 s 2 0 1 2 3 V 1 V . E E 2 2 V 2 E 1 D D D D D          The space vector in sector 1 is shown in figure 3.The time duration of zero vectors is divided equally into (V0, V1, V2, V7, V2, V1, V0), whereas the time duration of each nonzero vector is distributed into two parts. This sequence can ensure that is one phase switches when the switching pattern switches, thus can reduce the harmonic component of the output current and the loss of switching devices. The duties of each phase of the inverter are presented as follows: 1 2 1 2 1 2 0.5(1 ) 0.5(1 ) 0.5(1 ) a b c S D D S D D S D D          Figure. 3 Sequences of the switches states in sector N1 (1) (2) (3) (4) (5) Sc Sb Sa
  • 5. IJPEDS ISSN: 2088-8694  Sensor Fault Detection and Isolation Based on Artificial Neural Networks … (Souha Boukadida) 605 3. FAULT DETECTION and ISOLATION (FDI) FDI system is designed as a hybrid system in which fuzzy system and neural networks may cooperate and interact to implement efficiently the required FDI tasks. The structure of Neuro Fuzzy is successful applications rely on the ease of rule base design, applicability to complex, uncertain and nonlinear systems, linguistic modeling, learning abilities, parallel processing. The FDI scheme is divided into two steps (detection step and localization step). The first step is based on generating a signal called residual. It‟s used like indictor of the occurrence of the fault. If the difference is equal to zero, then the equipment system operate in healthy case, otherwise (residual ≠0) they are affected by a fault which should be isolated. The role of the second step is to determine the time of the default application. In order to get the adequate decision, this phase requires a technique deals with uncertain data. The most appropriate technique is the Neuro Fuzzy logic. It needs an expert system. The Figure 4 shows the different stages of the adopted strategy. Figure 4. Adopted strategy 3.1. Phase Detection In the case of nonlinear systems, a residue generator by conventional quantitative methods is not an easy task. It would be better to use neural networks to generate residues functions, using their ability to model nonlinear functions. Beforehand, a database must be performed offline with expert knowledge. It must include the main characteristics of the process (operating point, stability, noise ...). In order to make the neural network describe the behavior of the system, it should be learned with data base rich in information. Once this base is realized, a structure of the neural network must be chosen. 3.2. Phase of localization The role of the residual Fuzzification Evaluation step is to identify the element (current sensors) attached by the fault. In order to get the adequate decision, this phase requires a technique deals with uncertain data. The most appropriate technique is the fuzzy logic. It needs an expert system. The Figure 5 shows the different stages of the adopted strategy. An NF generally consists of two principal units: (a) a fuzzifie which converts analog inputs into fuzzy variables. These variables are produced by using membership functions (MF); (b) the residual evaluation step is based RNN. The inputs of the network are the fuzzifier residues (three membership functions for each residue) and in the outputs we have the decisions. 3.2.1. Fuzzy variables Each residual (R1, R2, R3) could be described with three memberships (N= Negative, Z= Zero and P=Positive). For each residue three membership functions are selected: two functions type trapezoidal and one function type triangular as shown in Figure 6. For the choice of parameters, many tests are affected. The linguistic variables describing the fuzzifie residuals are defined by the following membership functions: „„N: negative residual with trapezoidal MF”, „„Z: zero residual with triangular MF”, „„P: positive residual with trapezoidal MF”. The universe of discourse has been normalized to [−1, 1] band. Phase detection Curren t Sensor Nomina l model Fault Residual generation System output Output Model Analyze of symptom Exper t syste Residual Phase of localization R1 μR1 -1 0 1
  • 6.  ISSN: 2088-8694 IJPEDS Vol. 8, No. 2, June 2017 : 601 – 611 606 Figure 5. Fuzzy MF of the input R1 Figure 6. Neuro Fuzzy diagnostic scheme 3.2.2. Inference The residual evaluation step is based RNN. The inputs of the network are the fuzzifie residues (µR1, µR2, µR3) and in the outputs we have the decisions (D1, D2, D3). The network RNN is consists of: nine neurons in the input layer representing the inputs of the various possible states of residues at a time (k) (after fuzzification), four neurons in the hidden layer and three neurons in the output layer. The RNN used in this simulation study is based on the rules summarized in Table 1 which have been obtained after many simulation tests. Each row of the inference table represents a rule. Each control rule from Table 1 can be described using the input variables R1, R2 and R3, and the outputs variables D1, D2 and D3. For example rule 3 is expressed as follow: If {residual 1 is Positive and residual 2 is Positive and residual 3 is Zero} THEN sensor 2 is faulty. Table 1. Inference Table N N1 Z1 P1 N2 Z2 P2 N3 Z3 P3 D1 D2 D3 1 0 1 0 0 1 0 0 1 0 0 0 0 2 0 0 1 1 0 0 0 1 0 1 0 0 3 0 0 1 0 0 1 0 1 0 0 1 0 4 0 1 0 0 1 0 0 0 1 0 0 1 5 0 0 1 1 0 0 0 0 1 1 0 1 6 0 0 1 0 0 1 0 0 1 0 1 1 7 0 0 1 0 0 1 0 1 0 1 1 0 D1 D2 D3 Fault Inference: In this step we will analyze the fuzzy residue previously obtained by a neural network Inputs Fuzzification ( Membership function) µR1 µR2 µR3 R1 R2 R3 Ia Ib Sensor of current Residual generation Induction motor MF (N1, Z1, P1) MF (N2, Z2, P2) MF (N3, Z3, P3) R1 μR1 -1 0 1
  • 7. IJPEDS ISSN: 2088-8694  Sensor Fault Detection and Isolation Based on Artificial Neural Networks … (Souha Boukadida) 607 The mathematical model of a neuron is given by: 1 ( ) ( ) N i i i D i µ w R b      Where (R1, R2, R3) are inputs signal of the neuron, (w1, w2,… wN) are the corresponding weights and b is the bias of the neuron, µ is the tangent sigmoid function and y is the output signal of the neuron. The most popular supervised training algorithm is the back-propagation [13], which consists of a forward and backward action. In the first, the free parameters of the network are fixed, and the input signal is propagated through the network layer by layer. The forward phase finishes with the computation of a mean square error. Once the ANN is trained properly, it should be adequately tested with intermediate data to verify that training is correct and complete. 4. DEVELOPMENT of the PROPOSED NEURO FUZZY LOGIC DIAGNOSIS ARCHITECTURE 4.1. Presentation of Xilinx System Generator Xilinx System Generator Tool developed for Matlab Simulink package is widely used for algorithm development and verification purposes in Digital Signal Processors (DSP) and Field Programmable Gate Arrays (FPGAs). Xilinx System Generator (XSG) a high-level tool for designing high-performance DSP systems under Simulink environment, It is a highly desirable to have this simulation tool that can easily make the direct translation into hardware of control algorithms with no-knowledge of any Hardware Description Language (HDL). System Generator Tool allows an abstraction level algorithm development while keeping the traditional Simulink blocksets, but at the same time automatically translating designs into hardware implementations that are faithful, synthesizable, and efficient. For rapid prototyping, the choice of this tool is easily explained by the advantage to simulate the control algorithm is the possibility to generate code that can be used to program an FPGA directly from the simulation model. When the control algorithm design of the controller is completed in Matlab Simulink environment by using Xilinx System Generator, it can be translated automatically into VHDL programming language and then can be embedded into the Xilinx FPGA application board. 4.2. Fuzzification Block To evaluate the rule premise, it is necessary to calculate the value of membership of each input to a specified MF. The residual R1 is represented by three fuzzy set, as shown in Figure 6. For this input we have 2 mathematical functions depending: trapezoidal function and triangular function. The trapezoidal curve depends on four scalar parameters a, b, c, and d, as given by, f(x,a,b,c,d)= { } This Equation is implemented in the hardware using substractors, multipliers and comparator as shown in Figure 7. The fuzzification process is performed using three fuzzifie units. The fuzzifie block of R1, the fuzzifie block of R2 and the fuzifie block of R3 takes the input and produces three output values. (6) (7)
  • 8.  ISSN: 2088-8694 IJPEDS Vol. 8, No. 2, June 2017 : 601 – 611 608 Figure 7. Fuzzifier unit of R1. 4.3. Inference The hardware implementation of the inference block, as shown in Figure 8, accepts three inputs (µR1, µR2,µR3) from the fuzzification block. The neural processing propagates the inputs to outputs (D1, D2, D3). Propagation occurs through the different layers of neurons, each neuron Nm,j of the layer m calculates the output Xm,j. The layer module is made basic unit of the neuron. In effect, each layer is composed of several neurons operating in parallel. That is why our approach to description of the neuron module is designed in compliance with the constraint of reusability. In the case of this work we developed our three layers forming the neural network. The first hidden layer contains 9 neurons. The second layer comprises 4 neurons. The processing in this block is similar to that determined in the first layer. The internal structure of a neuron is composed of a set of adders, multipliers and comparator. The third layer contains only three neurons (the output layer). This last layer detrmine the sensor which is defected; The mathematical processing in this block is similar to that determined later. Figure 8. Structure of a neuron of the second layer. 5. Simulation and Interpretation Results Figure 9 showed the model that uses the Xilinx blocksets for tolerant control. This model is used for co-simulation. Once the design is verified, a hardware co-simulation block can be generated and then it will be used to program the FPGA. The System Generator will first download the bit stream. When the download is complete, System Generators read the inputs from Simulink simulation environment and send them to the design on the board using the JTAG connection. System Generator then reads the output back from JTAG and sends it to Simulink for displayed. To study the performance of this approach, the simulation of the system was conducted using MATLAB. Motors parameters for simulation are given in Table 2. The simulation results are shown in Figures 10-12. The torque and flux references that are used in the simulation results of the DTC-SVM
  • 9. IJPEDS ISSN: 2088-8694  Sensor Fault Detection and Isolation Based on Artificial Neural Networks … (Souha Boukadida) 609 strategy are 10 N · m and 0.91Wb, respectively. The sampling period of the system is 50 µs. Results using hardware co-simulation is presented to assess the ability of this diagnosis approach based Neuro Fuzzy technique to detect and isolate sensor faults in an induction motor. Simulation is carried out with 500 V and 50 Hz sinusoidal inputs. Figure 10 shows speed, torque and current. Figure 9. The hardware Co-simulation block. The machine parameters used for simulation are given in Table 2. Various simulation tests have been performed in order to validate the efficiently of this diagnosis scheme and the results are quite conclusive. Bias and drift type sensor faults are introduced during steady state conditions of the system. For illustrative purposes only a few fault scenarios summarized in Tables 3 and 4 are discussed. Case 1: A bias type fault is injected on sensor 1 as described in Table 3. The corresponding residuals are shown in Figure 11. Although a single fault may induce changes in several residuals. The decision functions ensure successful detection and isolation of the fault on sensor 1 as shown in Figure 11. The Neuro- Fuzzy classifier has been trained to recognize the faulty situations from the fuzzifie residual patterns according to the rule base given in Table 1. Case 2: This fault scenario of bias faults on sensors 1 and 2 is described in Table 4. The residual and the corresponding decision functions are shown in Figure 12. The faulty sensors are promptly detected and correctly isolated. Table 2. Induction machine parameters Voltage 220/380 v Stator resistance Rs 5.717 Ω Rotor resistance Rr 4.282 Ω Stator inductance Ls 0.464 H Rotor inductance Lr 0.464 H Mutual inductance M 0.441 H Moment of inertia J 0.0049 Kg.m2 Figure 10. (a) Speed(rad/s),(b) torque(N/m) and (c) current(A)
  • 10.  ISSN: 2088-8694 IJPEDS Vol. 8, No. 2, June 2017 : 601 – 611 610 Figure 11. Faculty residuals and corresponding decisions using XSG Figure 12. Faculty residuals and corresponding decisions using XSG Table 3.CASE 1 Sensor N Fault time Bias fault 1 1 0.15 Table 4. CASE 2 Sensor N Fault time Bias fault 1 1 0.4 2 1.5 1 6. CONCLUSION This paper proposed a new current sensor fault detection and isolation algorithm for electrical drives. The design was based on intelligent technique. The developed FDI algorithm is available for any current sensor in power converters or electrical drives. The innovative FDI algorithm proposed in this paper does not require the knowledge of the system model and only concerned sensor outputs are required. The proposed FDI scheme is based on a two step procedure: a Neural Network is used for residual generation and a fuzzy neural network performs the residual evaluation task. The successful results obtained in simulation demonstrate the efficiency of this neuro-fuzzy diagnosis scheme to detect and isolate bias and drift sensor faults in an induction motor. REFERENCES [1] X. S. Li, et al., "Analysis and Simplification of Three-Dimensional Space Vector PWM for Three-Phase Four-Leg Inverters," IEEE Transactions on Industrial Electronics, vol. 58, pp. 450-464, Feb 2011. [2] B. Justus Rabi, et al., “Fault Tolerant Control in Z-Source Inverter Fed Induction Motor ", International Journal of Power Electronics and Drive Systems, pp. 29- 35, 2011. [3] W.Yun-liang, G. Qi-liang, “Hysteresis Current Control technique based on Space Vector Modulation for Active Power Filter”, International Journal of Power Electronics and Drive Systems, pp. 1- 6, 2011. [4] K. Srinivasan, S. Vijayan, S. Paramasivam, K. Sundaramoorthi, “Power Quality Analysis of Vienna Rectifier for BLDC motor Drive Application", International Journal of Power Electronics and Drive Systems, pp. 7-1 6, 2016. [5] H.Berriri, “Easy and Fast Sensor Fault Detection and Isolation Algorithm for Electrical Drives”, IEEE transactions on power electronics, vol. 27, no. 2, February 2012.
  • 11. IJPEDS ISSN: 2088-8694  Sensor Fault Detection and Isolation Based on Artificial Neural Networks … (Souha Boukadida) 611 [6] P.Rosa; C. Silvestre; P.Oliveira, "Fault Detection and Isolation in Inertial Measurement Units Based on bounding Sets”, IEEE Control Systems Society, October 2014. [7] Y. Quan; A. Aitouche; B.O. Bouamama, " Fault detection and isolation of PEM fuel cell system by analytical redundancy”, IEEE conference publications, pp. 1371 – 1376, 2010. [8] G. Ablay, " An observer-based fault diagnosis in battery systems of hybrid vehicles”, Electrical and Electronics Engineering, 2013. [9] S.Tornil Sin; C. Ocampo Martinez; V. Puig; T. Escobet, "Robust Fault Diagnosis of Nonlinear Systems Using Interval Constraint Satisfaction and Analytical Redundancy Relations “, IEEE journals & magazines, 2014. [10] Zhirabok AN, "Nonlinear parity relations: a logic-dynamic approach”, Automation and Remote Control, vol.69, pp 1051-1064, 2008. [11] H. Ferdowsi," An Online Outlier Identification and Removal Scheme for Improving Fault Detection Performance”, Neural Networks and Learning Systems, 2013. [12] O.Obst, "Distributed Fault Detection in Sensor Networks using a Recurrent Neural Network.” Neural Processing Letters, 2014. [13] Samy I, Postlethwaite I, "Sensor fault detection and accommodation using neural networks with application to a non-linear unmanned air vehicle model,” Aerospace Engineering, pp. 437-47. [14] H. Berriri, I. Slama Belkhodja, “Enhanced Parity Equations Method for Sensor Fault Detection in Electrical Drives,” Conference on Control and Fault-Tolerant Systems, 2010, Nice, France. BIOGRAPHIES OF AUTHORS Souha BOUKADIDA received the degree in Electrical Engineering from National School of Engineering of Monastir, Tunisia in 2012. In 2013 she received his M.S degree in Automatic and Diagnostic from Moanstir University. Her current research interests include rapid prototyping and reconfigurable architecture for real-time control applications of electrical system Soufien GDAIM received the degree in Electrical Engineering from National School of Engineering of Sfax, Tunisia in 1998. In 2007 he received his M.S degree in electronic and real- time informatic from Sousse University and received his PhD degree in Electrical Engineering in 2013 from ENIM, Tunisia. His current research interests include rapid prototyping and reconfigurable architecture for real-time control applications of electrical system. Abdellatif MTIBAA is currently Professor in Micro-Electronics and Hardware Design with Electrical Department at the National School of Engineering of Monastir and Head of Circuits Systems Reconfigurable ENIM-Group at Electronic and microelectronic Laboratory. He holds a Diploma in Electrical Engineering in 1985 and received his PhD degree in Electrical Engineering in 2000. His current research interests include System on Programmable Chip, high level synthesis, rapid prototyping and reconfigurable architecture for real-time multimedia applications. Dr. Abdellatif Mtibaa has authored/coauthored over 100 papers in international journals and conferences. He served on the technical program committees for several international conferences. He also served as a co-organizer of several international conferences