Simulink error using Data Store Read/Write

조회 수: 31 (최근 30일)
Lucas
Lucas 2012년 10월 10일
I get the following error when I compile my model:
The block 'Util/Common/ReadToggled_LampTest' is reading from the data store 'Util/Common/Toggled_LampTest' before one or more blocks have written to this entire region of memory at time 0.0
I search the internet with different versions of the error that I got and I didn’t see anything on the error that I currently have. What do I need to do to fix this error without setting my configuration parameters from error to warning?

채택된 답변

Kaustubha Govind
Kaustubha Govind 2012년 10월 10일
Have you verified that 'Util/Common/ReadToggled_LampTest' is indeed not reading from 'Util/Common/Toggled_LampTest' before it's been written to? You can look at the block sorted order to see if 'Util/Common/ReadToggled_LampTest' is executing before the block that writes to 'Util/Common/Toggled_LampTest' does.
  댓글 수: 2
Kaustubha Govind
Kaustubha Govind 2012년 10월 11일
Lucas: As the documentation that I linked to says "Simulink honors the block priorities that you specify unless they violate data dependencies" - so I think restructuring the model is the right way to go.
Kaustubha Govind
Kaustubha Govind 2012년 10월 12일
Thanks for pointing that out!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by