Test Manager - # of Output Data Points

I currently have a Simulink Test and Design Verifier trial, and I have a test harness created and running for my system model. I am running the test using a signal builder input block, and measuring the outputs. Using the Visualize tool built-in to Test Manager, I can view these outputs BUT I can only see the last ~500 data points of the output instead of the entirety of the simulation run time. Is Test Manager limiting the amount of data points that are able to be stored, and if so, how can I increase that number so that I can see from 0sec-6sec instead of only the last 0.1sec worth of data?

 Accepted Answer

The first thing you can check is under "Simulation"->"Model Configuration Parameters".  In that dialog box, under "Data Import/Export", check if the option "Limit data points to last: " is selected.  This option is under "Additional parameters" (see LimitData.png" attached).  When I selected this option, the Visualize tool only displayed the last x data points where x is what I have specified in there.
The second thing you can check is to see if you are logging any signal data that is limited to a certain number of data points.  You should see an "antenna" icon on the signal lines that are being logged (see "SignalLogging.png").  For those signals, right click on the signal line and select "Signal Properties".  Again, there will be option "Limit data points to last:".  Make sure it is unchecked (see "LimitDataSignal.png").  I was also able to limit the data in the Visualize tool when checking this option for my example model.
 

More Answers (0)

Products

Release

R2016b

Community Treasure Hunt

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

Start Hunting!