GUI with the Real-Time Target

2 vues (au cours des 30 derniers jours)
chef13
chef13 le 5 Fév 2013
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.

Réponses (1)

Ryan G
Ryan G le 5 Fév 2013
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.

Catégories

En savoir plus sur Simulink Real-Time dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by