フィルターのクリア

Unresolved symbols in Test Sequence

56 ビュー (過去 30 日間)
Stefan Fluck
Stefan Fluck 2018 年 7 月 20 日
回答済み: Mohan Feng 2024 年 6 月 10 日
I am trying to design a test harness and when running it via the Test Manager, I always get an error message "Chart 'VoterTest_Harness1/Test Sequence' has unresolved symbols.". What exactly constitutes a "unresolved symbol"? I checked in the Test Sequence block and all the data types are specified and congruent with the respective blocks. Also, all of them are at least once used in the Test Sequence. How do I "resolve" such "symbols"?

回答 (2 件)

Rong Mi
Rong Mi 2018 年 8 月 8 日
To narrow down the cause why you get the error message, you can try two things here:
1. Just simulate your design model containing the Test Sequence block to see whether you still get the same error.
2. It looks you have a Stateflow Chart in your model, you can also check the document page of Stateflow (https://www.mathworks.com/help/stateflow/ug/resolving-event-data-and-function-symbols-in-stateflow-action-language.html) to see whether it can provide any hint.
Could you please tell me which release of MATLAB are you using? Thank you.

Mohan Feng
Mohan Feng 2024 年 6 月 10 日
"unresolved symbols" indicates that some symbol is used in steps and transitions but not defined in "Symbols" panel. If you compile the model in Simulink without using Test Manager, a pop up dialog should show you which symbol used requries definition.

カテゴリ

Help Center および File ExchangeInputs についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by