Need help troubleshooting error with Simulink Arduino tutorial related to time-response identification of RC circuit.

1 回表示 (過去 30 日間)
I'm working on control systems tutorials found here. I've gone through the majority of the tutorial without issue, however if I try to run the both blocks highlighted, I get a very strange error (attached). If I run either the orange highlighted block, or the blue highlight block by itself, I have no errors, and get the expected output. It's just both together that I'm having issues with.
Does anyone have experience with this? If so, how can I fix the problem?
  1 件のコメント
Raghul
Raghul 2017 年 10 月 3 日
Sir when i try to simulate the same tutorial in that website. I experienced this problem. Please suggest me to overcome this problem

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

採用された回答

Hari Desanur
Hari Desanur 2016 年 12 月 12 日
Try to build your Simulink model by using one of the following solvers instead of the default "ode3 (Bogacki-Shampine)" solver -
1. ode8 (Dormand-Prince RK8(7))
2. ode5 (Dormand-Prince)
3. ode2 (Heun)
4. ode1 (Euler)
This should fix the issue. You can change the solver by opening the Configuration Parameters (Ctrl+E) and then changing the 'Solver' under the 'Solver options' menu.
  1 件のコメント
Phil
Phil 2016 年 12 月 21 日
Thank you Hari, it worked for me using ode5 solver, I had issues using ode8 for some reason.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeArduino Hardware についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by