필터 지우기
필터 지우기

Event triggered update of simulink.parameter in model deployed to target (Speedgoat) to signal within model

조회 수: 1 (최근 30일)
Hello,
There's some functionality that I would like to implement in a model we run on a speedgoat target machine.
I commonly use Simulink.Parameters within our deployed models, and use the simulink realtime explorer to tune those parameters in realtime.
There is one parameter which I would like to be tuned to the value of a sensor signal on occurence of an event. For example, this could be updating the simulink paramter which defines a position reference for a position controller. On enabling the position controller, the reference would be set to the presently sensed position.
The write parameter block doesn't seem to work with Simulink.Parameters, otherwise that would offer the perfect functionality.
Any recommendations for concisely achieving this funcitonality would be appreciated.
Best,
Derry

채택된 답변

Dimitri MANKOV
Dimitri MANKOV 2022년 9월 27일
Hi Derry,
I would recommend modelling that behaviour, i.e., working with signal values rather than parameters. In the scenario you describe, this could for example be achieved by feeding the measured signal through an enabled subsystem or a Unit Delay Enabled Synchronous block that would hold the value of its output until the next "enable" pulse.
Best,
Dimitri

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Model Preparation for Real-Time Simulation에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by