Event triggered update of simulink.parameter in model deployed to target (Speedgoat) to signal within model
4 次查看(过去 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
0 个评论
采纳的回答
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Test Model Components 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!