Appdsigner Run on Target
1 view (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!