How to find the value of a Simulink signal running in real-time from a Matlab GUI
7 ビュー (過去 30 日間)
古いコメントを表示
Joe Gibbs
2019 年 8 月 1 日
回答済み: Harsha Priya Daggubati
2019 年 8 月 14 日
I'm writing a GUI programmatically to connect to a target machine which will be running a dynamic model and a control system. As part of the GUI I wish to be able to use the value of a signal (Boolean to denote on/off) as the initial state for a button within my GUI - i.e. if the signal = 1, system starts in manual, and automatic if = 0.
I have created data dictionary variables linked to the blocks which I can edit from the GUI however I was wondering if it was possible to get signals directly from the model which is running on a target machine.
I've experimented with listeners and get_param although I don't believe that these will work on a target machine. Thank you in advance!
0 件のコメント
採用された回答
Harsha Priya Daggubati
2019 年 8 月 14 日
Hi,
This is the link to a similar question asked in our community forum.
Hope this helps by addressing your issue.
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!