No internal diagram in the arxml created Simulink model

1 次查看(过去 30 天)
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!