diff --git a/Article_Scientifique/lowtech.tex b/Article_Scientifique/lowtech.tex index 329139f..53f02d3 100644 --- a/Article_Scientifique/lowtech.tex +++ b/Article_Scientifique/lowtech.tex @@ -80,7 +80,7 @@ The complexity and price of manufacturing power transistors made us go for the s \subsection{Replacing an IC} Replacing the IC of a motor controller requires using traditional logic gates. This approach can be done in several methods. The AIME would easily be able to produce such a circuit at a relatively low cost, but this is neither easily accessible nor repairable. We therefore needed to use another form of logic gates. The simplest form of gates are diode gates, which use two diodes to make either an AND or OR-gate. They cannot make NOT-gates, which need a CMOS-cell (two transistors). We continued by simulating this in LTSpice XVII, based on Mr. Rocacher's circuits. This circuit ended up needing 4 AND-gates, 2 OR-gates and 1 NOT-gate ("CMOS cell" using two N-Channel MOSFETs and possibly a MOSFET driver) per phase, with additional transistors to compensate for voltage lost at the diodes, as well as one additional OR-gate. The total would be like this: -\begin{table}[H][htbp] +\begin{table}[H] \caption{Minimum number of diodes and transistors needed} \label{tab:decompte} \centering diff --git a/Article_Scientifique/main.pdf b/Article_Scientifique/main.pdf index 92c0cf1..ac21e50 100644 Binary files a/Article_Scientifique/main.pdf and b/Article_Scientifique/main.pdf differ