Appdsigner Run on Target
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!