Simulation Data Inspector Unnecessarily Archives Data and Overloads Filesystem
40 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MathWorks Support Team
le 15 Mai 2019
Commenté : Sergey Kasyanov
le 11 Mar 2022
The Simulation Data Inspector (SDI) is creating large temporary archive files which are not used. All SDI logging options are disabled in the model Configuration Parameters graphical-user-interface. However, the SDI still seems to be creating these temporary archive files to log my outputs during simulation. For prolonged simulations these very large temporary files generated by the SDI can overload my hard drive and crash my MATLAB.
How do I disable this SDI auto archive mechanism?
Réponse acceptée
MathWorks Support Team
le 16 Mai 2019
There are two functions to configure or disable entirely the Simulink Data Inspector auto archive mechanism. The first function "Simulink.sdi.setArchiveRunLimit" can allow users to either set a new limit or disable any archiving. Documentation for the "Simulink.sdi.setArchiveRunLimit" function can be found below in the link below:
Alternatively, the "Simulink.sdi.setAutoArchiveMode" function can be used disable archiving without adjusting the currently set limit. Documentation for the "Simulink.sdi.setAutoArchiveMode" function can be found below in the link below:
2 commentaires
Arno van der Heijden
le 29 Avr 2020
I am also interested in this. @MathworksSupportTeam, is there anything that can be done in older versions please?
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur View and Analyze Simulation Results dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!