필터 지우기
필터 지우기

Warning: The value of enumeration member 'VT_OK' differs from when the enumeration was saved. 'VT_OK' will be loaded with the new value.

조회 수: 10 (최근 30일)
When I run the Test Sequence created in Simulink Test Manager, I get the following warnings in the command window:
Warning: The value of enumeration member 'VT_OK' differs from when the enumeration was
saved. 'VT_OK' will be loaded with the new value.
Warning: The value of enumeration member 'IGN_SNA' differs from when the enumeration was
saved. 'IGN_SNA' will be loaded with the new value.
Warning: The value of enumeration member 'VSL_INACTIVE' differs from when the
enumeration was saved. 'VSL_INACTIVE' will be loaded with the new value.
Please let me know how to remove this warning.

채택된 답변

Nishan Nekoo
Nishan Nekoo 2022년 11월 9일
These warnings can be resolved as follows:
1) Find the Simulink.Parameter objects or other data objects in the data dictionary that use the enumeration mentioned in the warning message
2) Make minor modifications to the data object (e.g., change the description) and then save the changes
  댓글 수: 2
Montina
Montina 2022년 11월 10일
편집: Montina 2022년 11월 10일
Thanks Nishan.
I have resolved this error by following the below steps:
  1. Identiifed the args.mat in which data objects were defined which caused the enumeration waning message.
  2. Reloaded only args.mat.
  3. Resaved all its simulink parameters objects in the agrs.mat without making any modifications

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulink Functions에 대해 자세히 알아보기

태그

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by