Custom edit-time checks in Simulink allow you to define your own rules for verifying model compliance with specific requirements or guidelines. These checks can be integrated into the edit-time checking process, enabling early detection of potential issues during model development.
The json file for a custom guideline check defines the parameters and logic of the check. If the json file indicates that edit-time checking is supported for the guideline, it should trigger the check during model editing and highlight any violations. However, there could be reasons why the violation blocks are not highlighted despite the guideline supporting edit-time checking:
- Model Configuration: Ensure that edit-time checking is enabled for your model and is defined properly, you can use the below link to get detailed idea about how to define custom edit-time checks that fix issues in architecture models: https://in.mathworks.com/help/slcheck/ug/define-custom-edit-time-checks-that-fix-issues-in-architecture-models.html
- There might be problem with implementation of custom edit-time checks, so for this, you can refer below links: