How to acces ALL signals in a simulink real time target model?
이전 댓글 표시
Hi all,
I have a problem when accessing signals and parameters on a Simulink real time target (speedgoat system). If I connect with tg = slrt; tg.ShowSignals = 'on', A link to the target is created and a list of signals and parameters is shown.
I can fetch the parameter and signals IDs, request values and modify parameters. The only problem is that not all signals of the model are shown. I did find a workaround by adding a target scope to the signals that did not show in the list. However I want a better solution since adding a target scope will result in unnecessary workload for the target pc.
How can I make sure that all signals, are shown in the tg list? Or alternatively How can I make sure that a particular signal is shown in the tg list.
Regards
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Use MATLAB Language to Create and Execute a Real-Time Application에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!