How can we resolve the error caused by - Dictionary entry value class 'DATA.Signal' is undefined ?

17 ビュー (過去 30 日間)
Sreya
Sreya 2022 年 7 月 5 日
回答済み: Priyesh Rabadiya 2025 年 10 月 18 日 4:10
When I am trying to open a Data Dictionary File ( .sldd) of a Component Model in 2019b, I am getting the following error :
Failed to open file 'C:\Users\xxx\xxxxx\xxxxx.sldd'
Caused by:
  • Dictionary entry value class 'DATA.Signal' is undefined.
Component:Simulink | Category:Model error
Is the error in '**.sldd' file ? How can I fix this error ?
  2 件のコメント
杰
2022 年 7 月 27 日
I have the same question,do you solve it?
Jes Vestervang Jensen
Jes Vestervang Jensen 2023 年 1 月 25 日
I have the same problem as well.

サインインしてコメントする。

回答 (2 件)

Fangjun Jiang
Fangjun Jiang 2023 年 1 月 25 日
編集済み: Fangjun Jiang 2023 年 1 月 25 日
It seems like DATA.Signal is a customized class, for example, built on top of the Simulink.Signal class. Or, it could be a class provided by a toolbox.
In any case, there are some files installed in the MATLAB path to define the class. You need to trace back to the source/owner of the .sldd file and ask about those files.

Priyesh Rabadiya
Priyesh Rabadiya 2025 年 10 月 18 日 4:10
This error is not related to that .sldd file. But there are parameters which are used in the sldd file you are trying to open and coming from the other sources.
These sources needs to be added in your MATLAB workspace path.

カテゴリ

Help Center および File ExchangeDeployment, Integration, and Supported Hardware についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by