Why does Simulink compilation fail with 'Potential conflicts' when using Data Store blocks and Data Dictionaries?
古いコメントを表示
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?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Interactive Model Editing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!