SIL test harness creation error
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Using Matlab2019a version
Creating SIL test harness(with verification mode as SIL) for an AUTOSAR SWC. Ended up with the below error:
Configuring a subsystem as an AUTOSAR SW-Component is not supported. Please convert the subsystem to a model and then configure the model as an AUTOSAR SW-Component.
Component is created from ARXML using this command createComponentAsModel
Although the SWC is configured for Autosar I am getting this error. Please help me with resolving this error.
0 comentarios
Respuestas (1)
Namnendra
el 28 de Oct. de 2024
Hi,
When you encounter the error message "Configuring a subsystem as an AUTOSAR SW-Component is not supported," it indicates that MATLAB does not support configuring a subsystem directly as an AUTOSAR Software Component (SWC). Instead, you need to convert the subsystem into a standalone model.
1. Convert Subsystem to Model
2. Verify Configuration:
- Ensure that all AUTOSAR configurations are correctly set in the model properties.
- Check for any additional configuration settings specific to your AUTOSAR version or requirements.
3. Re-import ARXML (if necessary):
- If there are any changes in the ARXML file, re-import the ARXML to ensure all configurations are up-to-date using the `createComponentAsModel` command.
4. Update MATLAB/Simulink:
- Consider updating to a newer version of MATLAB/Simulink if possible, as there might be improvements and bug fixes related to AUTOSAR support.
By following these steps, you should be able to configure your model as an AUTOSAR SWC and successfully create a SIL test harness.
0 comentarios
Ver también
Categorías
Más información sobre AUTOSAR Blockset 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!