Info

This question is closed. Reopen it to edit or answer.

Question about generating C code from simulink blocks

1 view (last 30 days)
When using Matlab 2011, simulink block PID(z)'s generated code does not work when moved to a target device. However when the equivalent structure of PID; that is gain block for Kp, discrete integral block for Ki and discrete derivative block for Kd is used for the same constants. The generated code works. Is this related to the version of Matlab being used? If not what is the possible reason?
  1 Comment
Ryan G
Ryan G on 19 Nov 2012
What is the process for generating code and putting it on the target? For a simple discrete PID control you should be able to read through the generated code to determine what it is doing.

Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!