Why does Simulink model data plot/recording to workspace variable and scope dispay reset after 1000 data entry points?
14 ビュー (過去 30 日間)
古いコメントを表示
Hi, model is using external DAC for data input into model. All works fine but no matter what sample time I set the ToWorkspace workspace variable only records that last 1000 data entries. These same points are displayed on the model Scope. I've tried changing Model simulation parameters (unchecking Limit data points to last), using different Format (Array, Timeseries etc), simulation run time set to inf. All to no avail. Tried Scope setting to scroll, which makes the display scroll after a while but when save scope data to workspace also set, the named variable only stores the last 1000 points. Any ideas?? Seem to have exhausted all avenues.
0 件のコメント
回答 (2 件)
Swarooph
2017 年 8 月 1 日
Couple of things to try.
Scope has a limit data points to last option. Uncheck this in the Scope configurations.
To Workspace also has a similar option. Double click on the block and ensure it is set to Inf.
The model level parameter called LimitDataPoints is used only when you are logging from the Data Import/Export pane. I believe the local settings of these blocks take precedence in that case.
参考
カテゴリ
Help Center および File Exchange で Event Functions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!