Field oriented control speed controller hdl conversion
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
kimi
el 9 de Nov. de 2020
Respondida: Kiran Kintali
el 16 de Nov. de 2020
Hello,
I'm having trouble when trying to convert the speed controller into hdl, I'm getting this error
I've tried eliminating initial conditions and reset before the block but no luck.
The model is;
open_system('mcb_pmsm_foc_autotuner.slx');
0 comentarios
Respuesta aceptada
Kiran Kintali
el 16 de Nov. de 2020
Field-Oriented Control of a Permanent Magnet Synchronous Machine
In this example you will review a Field-Oriented Control (FOC) algorithm for a Permanent Magnet Synchronous Machine (PMSM). You will test the control algorithm with closed loop system simulation then generate HDL code for the control algorithm. You will also see how tunable parameter data is specified and how corresponding HDL port entities are generated.
Introduction
The example is partitioned such that you can generate code for the control algorithm as well as verify the behavior of the control algorithm using a simulation test bench. Simscape (TM) Electrical (TM) is required to run the system simulation test bench model hdlcoderFocCurrentTestBench.slx but is not required to generate code from the control algorithm model hdlcoderFocCurrentFixptHdl.slx.
>> which hdlcoderFocCurrentFloatHdl
>> which hdlcoderFocCurrentFixptHdl
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Creating Custom Components and Libraries en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!