Warning: The value of enumeration member 'VT_OK' differs from when the enumeration was saved. 'VT_OK' will be loaded with the new value.
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Montina
el 1 de Nov. de 2022
Comentada: Nishan Nekoo
el 10 de Nov. de 2022
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.
0 comentarios
Respuesta aceptada
Nishan Nekoo
el 9 de Nov. de 2022
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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Inputs en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!