]> rtime.felk.cvut.cz Git - ert_linux_web.git/commitdiff
Include PMSM electric motor control demo in the list of project on the main page.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Tue, 11 Oct 2016 13:53:53 +0000 (15:53 +0200)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Tue, 11 Oct 2016 13:53:53 +0000 (15:53 +0200)
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
index.mdwn
rpi-pmsm-control/index.html

index fa23c0d1fe649f4eefb33baf6275b4b37cb5cd39..b724fd268f92f36484187bf491e7f8ed2740bc79 100644 (file)
@@ -165,6 +165,19 @@ Some more information about concrete examples of controlled systems/setups:
       See <a href="rpi-motor-control/index.html"> respective page for more information
       about project</a>.
     </dd>
+  <dt><b>Permanent magnet synchronous motor control (PMSM) with SPI connected peripherals and power stage</dt>
+    <dd>The experiment is primarily focussed on school labs. The experiment utilizes
+      two extension boards. One is fully galvanically isolated 3/phases power stage
+      with HAL effect based current sensing and differential IRC signals receiver.
+      The other board provides peripherals (IRC processing and counting,
+      PWM generation, current ADC results collection) required
+      for vector PMSM motor control. This board is connected to
+      <a href="http://en.wikipedia.org/wiki/Raspberry_Pi">Raspberry Pi</a> simple board
+      computer by SPI port. The control algorithm generated by the ERT target
+      runs under fully preemptive Linux kernel at sampling rate 5&nbsp;kHz.
+      See <a href="rpi-pmsm-control/index.html"> respective page for more
+      information about project</a>.
+    </dd>
   <dt>Usable Simulink Embedded Coder Target for Linux</dt>
     <dd>Michal Sojka, Pavel Pisa<br>
     <a href="https://www.osadl.org/RTLWS-2014.rtlws-2014.0.html">16th Real-Time Linux Workshop</a>,
index d6e2aa759439f37c4ef5d6fe4448a5c6dafbfe50..0ed99273f48217787104549919889146fa96b492 100644 (file)
@@ -56,7 +56,7 @@ The control in the D-Q coordinates is (almost) independent of actual rotor
 position and (in simplified outlook) separates reactive current (i<sub>D</sub>)
 from the active current (i<sub>Q</sub>) resulting in torque affecting rotor
 movement. The simplified diagram of PMSM motor control ins included for ilustration
-(source <a href="https://www.pxmc.org/">PXMC</a> library documentation).
+(source <a href="http://www.pxmc.org/">PXMC</a> library documentation).
 </p>
 
 <h2 id="hardware">Hardware</h2>