フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Can I implement a controller that uses an external physical device to control the simscape physical model motion?

1 回表示 (過去 30 日間)
lei
lei 2019 年 8 月 15 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Can I implement a controller that uses an external physical device to control the simscape physical model motion?

回答 (2 件)

Jonas
Jonas 2019 年 8 月 19 日
If you want to combine a physical external signal with a Simscape model, you will need to run the Simscape model in real-time and you need real-time capable hardware. This means you need to run Simulink Real-time with SpeedGoat real-time hardware with the Simscape model running on a progammable FPGA with HDL Coder. The Simscape model needs to be linearized by the HDL Coder Advisor.

Roshni Garnayak
Roshni Garnayak 2019 年 8 月 22 日
To include an external device to your Simscape model, you need to use hardware-in-loop (HIL) simulation. This is possible by configuring the model to run in real time using Simulink Real-time. In HIL simulation, you use a real-time computer as a virtual representation of your plant model and a real version of your controller.
Extensive details on preparing Simscape models for real-time simulation, solver selection, workflows can be found here:

この質問は閉じられています。

タグ

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by