Why is MATLAB not recognizing AUTOSAR schema version?

16 Ansichten (letzte 30 Tage)
I am not able to import an ARXML file with schema version 00044 (the new AUTOSAR versioning scheme). MATLAB throws the following error when I try to import the ARXML file - 
Error using arxml.importer/getCompositionComponentNames
Did not recognize schema version 00044, expected either of 2.1, 3.0, 3.1, 3.2, 4.0, 4.1, 4.2, 4.3, 4.4
Does MATLAB not support this schema version? How do I import such a file in MATLAB?  

Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 31 Mai 2022
Bearbeitet: MathWorks Support Team am 21 Apr. 2022
MATLAB currently does not support importing ARXML files with schema versions such as 00044. Please find the list of supported AUTOSAR schema versions here .
The workaround, in order to be able to import such a file, is to manually edit the ARXML file (before importing it) to comply with the list of supported schema versions. For example, edit the schema version in your ARXML file as follows:

Weitere Antworten (0)

Kategorien

Mehr zu AUTOSAR Blockset finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by