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
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