Filter löschen
Filter löschen

Realtime feedback of Simulink signals in command line

1 Ansicht (letzte 30 Tage)
Ali Asghar Pourostad
Ali Asghar Pourostad am 13 Dez. 2019
Kommentiert: 鋆宇 魏 am 18 Mär. 2021
Hey There!
I run a simulink model in Simulink Desktop Real-time in external mode and I want to show feedback of some signals to user real time and without any delay.
I use logging signals to store signals to base workspace but it has delays about 0.5 second to refresh signal data.
I know that In normal mode, exact value of a block is accessable with this function. https://www.mathworks.com/help/simulink/ug/accessing-block-data-during-simulation.html
rto = get_param(gcb,'RuntimeObject')
rto.OutputPort(1).Data
but in external mode the returned value is 0
How can access a block data or a signal without any delay from command line?
Thanks

Antworten (1)

Roadrunner Development
Roadrunner Development am 20 Nov. 2020
I had the same problem and could solve it with this answer.
  1 Kommentar
鋆宇 魏
鋆宇 魏 am 18 Mär. 2021
hi there, I am now using roadrunner, can you add my wechat 939490967, or contact me on tylorwang@bupt.edu.cn, to have a chat?

Melden Sie sich an, um zu kommentieren.

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by