AUTOSAR from arxml to model - errors using importerobj

조회 수: 6 (최근 30일)
Kevin Gan
Kevin Gan 2017년 7월 25일
답변: Amit 2019년 8월 1일
Dear experts, I met below error messages while using importerobj trying to parse the arxml file and then to create the model from it, can you advice?
Error using autosar.mm.arxml.Importer/import Elements "/Application_SWC/aaps/Init_InitAAPS_aaps_irv" and "/Application_SWC/aaps/IB_aaps/IB_aaps/InitAAPS_aaps_irv" in file C:/Appl_BRI.arxml:414 have the same UUID "383ef5dd-46b5-11e3-aaf8-2c27d728cce0". Each of these elements should have its own unique UUID.
Error in p_update_read
Error in p_getcomponentnames
Error in arxml.importer/getApplicationComponentNames (line 16) compList = p_getcomponentnames(this, 'asc');
Error in arxml.importer/display

채택된 답변

Daniele Defilippi
Daniele Defilippi 2017년 8월 2일
The problem is probably caused by the AUTOSAR tool you are using to generate the ARXML. You should not have duplicate UUID inside the ARXML file. Try manually changing all the duplicated UUID and run the script again. If this solves the import issue you need to re-generate the ARXML with the AUTOSAR tool. Try deleting the internal behavior configuration.
  댓글 수: 1
Kevin Gan
Kevin Gan 2017년 8월 24일
Thanks very much, I took your suggestion and manually changed the duplicated UUID, now I can parse the arxml file successfully. But I now meet another issue, when I tried to create model from arxml file, I can only get a model showing the sender and receiver ports, no internal diagram, do you know what is the reason?
Thanks again for your kind answer/help and your precious time!

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Amit
Amit 2019년 8월 1일
ARXML file generally contains the information of AUTOSAR compliance interfaces and data definintions etc, the inside functionality you have to develope based on the requirements and connect the interfaces correctly.

카테고리

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

Community Treasure Hunt

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

Start Hunting!