Custom Storage Class Parameters not shown in A2L
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi all,
i created a custom storage class with the cscdesigner (custom struct definition with a definition of specific memory section).
Now when i try to export an a2l file from the model/code these parameters are not showing up.
I tried to look for similar questions e.g. similarQuestion but at least to my knowledge non of the points described there apply to the storage class i created..
Other Parameters with default storage or inputs/outputs are showing up as they should.
Best Regards
Tobias
0 comentarios
Respuestas (1)
Ayush
el 21 de Ag. de 2023
To make sure that the signals are represented in the generated A2L file, please set the "SupportSILPIL" property to "true" in the CSC definition as outlined in the following documentation page:
Note that you do not have to be using SIL/PIL testing for this to work. The "SupportSILPIL" property has implications on the generated code, and the A2L file depends on the code that is generated.
0 comentarios
Ver también
Categorías
Más información sobre Structures 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!