Why don't all my Simulink data dictionary entries have a defined APPLICATION-VALUE-SPECIFICATION short-label field in my ARXML file when using AUTOSAR code generation?
Show older comments
My model uses autosar.tlc as target. To observe the code generation issue please generate the code with AUTOSAR toolbox.
In our AUTOSAR dictionary settings we have 'ImplementationDataType' option as "NotAllowed" under the AUTOSAR dictionary, so that we can generate an application data type for each AUTOSAR data type.
However, in the generated ARXML file many signals defined in my Simulink data dictionary do not have a corresponding "APPLICATION-SPECIFIC-VALUE" defined correctly for instance.
For example, if I have a bus signal "exSig" with minimum and maximum values 0 to 20 is defined. I expect that an APPLICATION-VALUE-SPECIFICATION short-label field of "DefaultInitValue_Float_0to20" exists.
However, the generated ARXML, does not contain this short-label field, which causes an SWC integration issue and is preventing me from completing my work.
Accepted Answer
More Answers (0)
Categories
Find more on AUTOSAR Blockset in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!