Appdsigner Run on Target
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!