Maximum number of signals one can log in Real Time
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
I am logging a large number of signals using Simulink Real Time, over 400. I am not seeing all the signals I am trying to log. Is there a limit on the number of signals I can log? I know that's a lot, but it makes things easier for my users downstream.
Thanks!
댓글 수: 2
Walter Roberson
2021년 11월 4일
Are you logging to memory, or logging to hard drive, or logging to SSD ?
채택된 답변
Sarthak Soni
2021년 11월 8일
Any advice or opinions posted here are my own, and in no way reflect that of MathWorks.
You might be able to get some information from Speedgoat. For contact information, please refer to the following URL:
Regardless, knowing the limit is not going to do much in this situation, if you are already encountering buffer overflows. The only solution is to log less data, which can be done in one of two ways:
- Log less signals
- Log data at a slower rate
SDI logs signals at the rate they execute in the Simulink model. Therefore, if a large amount of data is being logged, it would help to ensure the signals being selected are executing at the slowest rate possible.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Real-Time Simulation and Testing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!