Why is MATLAB not recognizing AUTOSAR schema version?

조회 수: 16 (최근 30일)
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?  

채택된 답변

MathWorks Support Team
MathWorks Support Team 2022년 5월 31일
편집: MathWorks Support Team 2022년 4월 21일
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:

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 AUTOSAR Blockset에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by