Effacer les filtres
Effacer les filtres

How can I include the "<RESOURCE-CONSUMPTION>" memory section in the ARXML file generated from Simulink?

4 vues (au cours des 30 derniers jours)
I aim to include the details of the "<RESOURCE-CONSUMPTION>" section in the "ModelName_datatype.arxml" file generated from my Simulink model. This pertains to the addresses of software components (SWC) within Simulink. Additionally, for specific signals, I employ custom storage classes.
Is this possible? Could you please guide me on how to do this?

Réponse acceptée

MathWorks Support Team
MathWorks Support Team le 17 Avr 2024
Including the "<RESOURCE-CONSUMPTION>" section is a new feature developed for MATLAB R2023b.
To workaround this issue for prior releases, you can follow the steps below:
1) List the custom storage classes in a file (i.e., Excel)
2) Write a script to automatically detect all the mapped "SwAddrMethods" in the model using "autosar. api.getAUTOSARProperties" (please refer to the attached script and customize it to your needs)
3) Post-process the generated ARXML file to add the tree hierarchy to the generated implementation ARXML using the "xmlread" and "xmlwrite" functions.

Plus de réponses (0)

Catégories

En savoir plus sur AUTOSAR Blockset dans Help Center et File Exchange

Produits


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by