Simulink Real-Time - What is terminal command to "Connect Model"?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
tg = slrealtime;
slbuild('model'); --> build application
tg.load('model'); --> deploy to target
tg.start; --> start application
What is the command to "Connect Model"?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/702877/image.png)
2 commentaires
Jonas
le 5 Août 2021
I am not sure which action you are missing, is there anything you cannot do with the commands mentioned here?
Réponses (2)
Chris Zhang
le 6 Août 2021
tg=slrealtime;
tg.connect;
2 commentaires
Chris Zhang
le 9 Août 2021
Once the application is loaded on target computer by tg.load(gcs), you can use tg.setparam command to modify parameter values.
Stefanie Schwarz
le 26 Jan 2023
Modifié(e) : Stefanie Schwarz
le 26 Jan 2023
>> set_param('model','SimulationCommand','connect')
0 commentaires
Voir également
Catégories
En savoir plus sur Target Computer Setup 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!