Appdsigner Run on Target
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Ich möchte meine GUI über den start button von den Real Time Components zum laufen bringen sodass auch im Simulink file Run on Target funktioniert. Wenn ich meine GUI starte kann ich das Simulink file laden und es läuft eigentlich alles bis auf das run on target.
% Create target object
app.tg = slrealtime('TargetPC1');
% Link all SLRT Components to TargetSelector dropdownn
app.ConnectButton.TargetSource = app.TargetSelector;
app.StartStopButton.TargetSource = app.TargetSelector;
app.LoadButton.TargetSource = app.TargetSelector;
app.StopTimeEditField.TargetSource = app.TargetSelector;
app.SystemLog.TargetSource = app.TargetSelector;
app.StatusBar.TargetSource = app.TargetSelector;
Danke für eure Hilfe.
0 commentaires
Réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!