Skip to content

Commit

Permalink
Write the readme.md for the project.
Browse files Browse the repository at this point in the history
Rewrite the file readme.md to present the project's objectives and the folder structure. Rename the folder figuras to figure, a proper name in english.
  • Loading branch information
andrevier committed Nov 14, 2022
1 parent 044a3a8 commit 26c797e
Show file tree
Hide file tree
Showing 30 changed files with 26 additions and 9 deletions.
35 changes: 26 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,31 @@
# Detecção de Faltas em um Inversor Trifásico Através de Inteligência Artificial.
# Fault detection in a three-phase inverter with artificial intelligence.

## Sobre o que é este projeto?
Este é um projeto de mestrado que utiliza a análise dos sinais de corrente na saída de um conversor trifásico conectado a um motor de indução para detecção do estado do conversor, se normal ou de falta. Normalmente, as faltas de curto-circuito (C.C.) nos enrolamentos dos motores, fase-fase ou fase-terra são detectadas pela proteção padrão dos motores mas quando se trata circuito aberto (C.A.) nas chaves semicondutoras do motor, a proteção não percebe e o motor continua atuando com a qualidade de alimentação inferior. Isso acarreta em problemas ao longo do tempo e pode causar manutenções não-planejadas.
Portanto, o objetivo desse estudo é a melhoria da confiabilidade do inversor através da análise das informações das correntes de saída.
## About
Power Electronics technology has been evolving in the last five decades with applications spread through the industrial, commercial and residential environments. Nowadays, some of the targeted applications include special requirements to guarantee a higher standard of reliability of the device. For instance, the energy sector, aviation, and aerospace, just to name a few. Among all the possibilities to increase the reliability of these systems, this work studies condition monitoring techniques for power converters, especially to detect faults and recognize abnormal conditions.

## Organização do Arquivos Inclusos
- source: Pasta para os arquivos já feitos.
- test: Pasta para todos os arquivos em teste para verificação ou modificação.
- issues: Lista contendo todos os ítens para a conclusão do trabalho.
Power converters, like all Power Electronic devices, are used to process and control the flow of energy and to supply the optimal currents and voltages to the load. The nature of this task demands lower energy losses as much as possible due to energy costs and the difficulty of removing the produced heat by losses. These demands have been fulfilled by the advances in semiconductor technology to create electronic switches that can operate intermittently. Such components reproduce current and voltage patterns by opening and closing at high frequencies, resulting in inferior losses than linear electronic circuits.

Cada ensaio ou experiência é armazenado em uma pasta separada para facilitar o seu acesso.
When converters are applied to systems with high-reliability standards, such as a wind generator or a huge solar power plant they require, among other things, that the devices can endure the applications' conditions to a point where maintenance needs are predictable to meet cost and efficiency purposes. One of the ways that are receiving the attention of the research community is the condition monitoring of those devices.

Condition monitoring is better defined by [S. Yang](https://ieeexplore.ieee.org/abstract/document/5457999) as a real-time measurement of a component or a system and taking appropriate actions with the collected information. This project investigates the recent works on this subject with algorithms that require available signals for control purposes such as stator currents and voltages. The algorithms are investigated with simulations of an induction motor-drive system. The circuit topology of the system is shown in the figure below.

|![Inverter-drive system](figures/motorDriveSystem.jpg) |
|:-:|
| Inverter-drive topology adopted in this work: two-level three-phase inverter with 6 switches named T1 to T6.|

The first case is to analyze motor drives under scalar control. So, the experience is conducted with a simulation in Simulink and the signals are processed with Python afterward. The analyses involve the detection of fault states and open and short-circuit the switches T1 to T6. Once a fault-detection is established, the experience focuses on the detection of abnormal states in which:
1. The switch cannot be triggered properly;
2. There is a degradation of the switch so the opening or closing cannot be executed properly.
Hence machine learning and signal processing tools are used.

The same experience is repeated with vector control and direct torque control.

## Project's folders.
* Dissertation - includes the Latex document and dependencies.
* figures - include the selected figures of the project.
* source - has all the simulation and signal processing files.
* source/images - has all the saved images of the analysis.
* source/Simulations - has all the simulations.
* source/tools - has all the tools to process the signal.


File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added figures/motorDriveSystem.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 26c797e

Please sign in to comment.