Whether Code generation possible for Discrete Fractional PID controller (FOMCON Toolbox)?

2 visualizaciones (últimos 30 días)
I have downloaded and used FOMCON toolbox. My application is field oriented control of motor, where I have used Discrete Fractional PID controller and tuned it.
Now I want test my control algorithm in actual microcontroller (TI's C2000 MCU's to be precise). For that purpose I am using Embedded Coder Support Package for Texas Instruments.
So can I Generate Code(Build) directly for " Discrete Fractional PID controller " block ? Or I have to try to approximate using filter and then conver it into discerte and then proceed ?
  1 comentario
Walter Roberson
Walter Roberson el 13 de En. de 2020
I doubt that you can generate code for it directly. It is a third party piece of software and I doubt that it has been designed with code generation in mind. It would probably have to be adapted, such by explicitly initializing variables and splitting up statements so that the value returned from one call is not directly passed to another call without being assigned to a variable.
I did not run an analysis of the code to find out if it uses anything that code cannot be generated for.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Deployment, Integration, and Supported Hardware en Help Center y File Exchange.

Productos


Versión

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by