No internal diagram in the arxml created Simulink model

조회 수: 4 (최근 30일)
Kevin Gan
Kevin Gan 2017년 8월 24일
댓글: Kevin Gan 2017년 9월 11일
Dear experts,
I am trying to create Simulink models from arxml files, now I can successfully parse the arxml file using arxml.importer, but when I used createComponetAsModel to create Simulink models, the created model only shows the sender and receiver ports, no internal diagram showing the design logic, can you give a hint to me?
Thanks for your kind help in advance!

답변 (1개)

ravali cherukuri
ravali cherukuri 2017년 9월 8일
ARXML file contains only the interface details i.e the inports,outports,runnables etc. So you have to place the logic inside the model which is generated from the importer obj.
  댓글 수: 1
Kevin Gan
Kevin Gan 2017년 9월 11일
Hi Ravili,
Thanks very much for your answer!
Do you know how to input the logic into the model? (From the c-code generated together with arxml file?)
Thanks! Kevin

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

카테고리

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

Community Treasure Hunt

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

Start Hunting!