Manipulating Parameters real-time in SpeedGoat

조회 수: 7 (최근 30일)
Leonid Guerchkovitch
Leonid Guerchkovitch 2022년 3월 25일
답변: Dimitri MANKOV 2022년 3월 28일
Hello,
I would like to have the ability to manipulate parameters (workspace or otherwise) when my simulation is running on a Speed Goat xPC. The requirement is to manipulate these live to support interface debugging with another PC.
Is there a standard procedure or accepted method for doing this?

채택된 답변

Dimitri MANKOV
Dimitri MANKOV 2022년 3월 28일
Hi Leonid,
Do you mean the parameters of the various blocks in your Simulink model? If so, there are several convenient ways to do this:
  1. Tune parameters using MATLAB command lines
  2. Tune parameters using the Simulink model as a user interface to the real-time application running on your target machine
  3. Tune parameters using the Simulink Real-Time Explorer (note that this version of the Explorer is deprecated in R2020b, so it might not be the best long-term solution)
In case you decide to go with the first approach, note that you can integrate these commands in a custom UI that you can create using App Designer.
Best,
Dimitri

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Target Computer Setup에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by