Why does Simulink compilation fail with 'Potential conflicts' when using Data Store blocks and Data Dictionaries?
Afficher commentaires plus anciens
I have a model in which I use a Data Store Memory block to define a 'Temp' variable. This variable is also defined in a Data Dictionary, such that I can share it with a referenced model. I use Data Store Write inside the reference model and Data Store Read in the main model.
Whenever I try to update or simulate the model, I get the following error:
Potential conflicting usages of identifier 'Temp': the data store associated with the block 'test_error/main_system/Data Store Memory', and a global data store memory 'Temp'
How do I fix this?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Interactive Model Editing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!