Maximum number of signals one can log in Real Time

조회 수: 1 (최근 30일)
John Fiaschetti
John Fiaschetti 2021년 11월 4일
댓글: John Fiaschetti 2021년 11월 8일
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
Walter Roberson 2021년 11월 4일
Are you logging to memory, or logging to hard drive, or logging to SSD ?
John Fiaschetti
John Fiaschetti 2021년 11월 5일
I do not know which memory holds the data as its being collected. I am using a Speedgoat system real time.

댓글을 달려면 로그인하십시오.

채택된 답변

Sarthak Soni
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.
  댓글 수: 1
John Fiaschetti
John Fiaschetti 2021년 11월 8일
Thanks for the advice.
I ended up making a script for each test that sets logging for only the necessary signals. I now log only what is needed for each test run.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Real-Time Simulation and Testing에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by