Pacing option not active in external mode

1 回表示 (過去 30 日間)
Hossein Rezazadeh
Hossein Rezazadeh 2020 年 11 月 11 日
編集済み: Hossein Rezazadeh 2020 年 11 月 15 日
I am trying to run Simulink on rasperry PI with a slower pace. this is possible on normal mode using pacing option but it is not possible in external mode. The simulink coder support package for ARM Cortex based VEX microcontrollers also does not work in external mode. any idea ?

回答 (1 件)

Mark McBroom
Mark McBroom 2020 年 11 月 14 日
When running external mode, the code from the Simulink model is running in real-time using target OS timers/threads. It is not possible to have this code run slower/faster than real-time. One way you could accomplish this would be to change the change the fixed step size to a larger number. For example, if the fixed step size is currently set to 0.1 sec, if you change to be 1.0 sec, the code would run 10 times slower on the embedded processor.
Thanks.
Mark.
  1 件のコメント
Hossein Rezazadeh
Hossein Rezazadeh 2020 年 11 月 15 日
編集済み: Hossein Rezazadeh 2020 年 11 月 15 日
Then if I have already tunned some PID controllers in my model I should change all tunning factors as well by dividing them by 10 in this example. would that gaurantee a correct performance of the controllers then ?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeEmbedded Coder Supported Hardware についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by