Why is my 2-D Lookup table parameters not described in A2L?

3 次查看(过去 30 天)
I have a 2-D Lookup table in which I have defined the table data as a Simulink.Parameter with the custom storage class of "ExportToFile". When I generate my AUTOSAR compliant code, the A2L file does not have an entry for the 2-D lookup table.
Why are the parameters used for the data of the 2-D lookup table not being described in the A2L?

采纳的回答

MathWorks Support Team
The breakpoints in the 2-D Lookup table were defined as AUTOSAR.Parameter in which the storage class was "CalPrm".
An AUTOSAR.Parameter with a storage class of "CalPrm", "InternalCalPrm", and "PerInstanceMemory" are all excluded from ASAP2 (the A2L file) generation. Furthermore, the entire lookup table object (the table data and the breakpoints) must be defined as a Simulink.Parameter (non-Auto storage class) or else, the 2-D lookup table will not appear in the A2L file.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Deployment, Integration, and Supported Hardware 的更多信息

产品


版本

R2014b

Community Treasure Hunt

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

Start Hunting!

Translated by