Why does Simulink compilation fail with 'Potential conflicts' when using Data Store blocks and Data Dictionaries?
Show older comments
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?
Accepted Answer
More Answers (0)
Categories
Find more on Interactive Model Editing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!