GUI with the Real-Time Target

2 次查看(过去 30 天)
chef13
chef13 2013-2-5
Hi to all,
I searched a lot on the web before posting, but now I'm really sad because I don't reach to understand how to do what I have to do. :(
I'm simulating my system with the real-time target, but all you have to know is that I have a scope that displays me the position of an object in real-time. Everything is working so the model and its control are ok. Now the hardest thing is to display TOTALLY the same thing of the scope in the GUI. How can I do that? I was trying with the functions setappdata() and getappdata() but the error is this one: Function 'setappdata' is not supported for code generation. Consider using coder.extrinsic('setappdata') to bypass code generation.
I cannot use this functions in real-time :(
Can you help me pleasE?
Fab.

回答(1 个)

Ryan G
Ryan G 2013-2-5
What is the real-time target? Real-time windows target, xPC or something else?
Are you trying to use get/setappdata in the Simulink model? You should use something like an event listener and have the gui update whenever an event (data update) occurs.

类别

Help CenterFile Exchange 中查找有关 Simulink Real-Time 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by