Borrar filtros
Borrar filtros

No internal diagram in the arxml created Simulink model

2 visualizaciones (últimos 30 días)
Kevin Gan
Kevin Gan el 24 de Ag. de 2017
Comentada: Kevin Gan el 11 de Sept. de 2017
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!

Respuestas (1)

ravali cherukuri
ravali cherukuri el 8 de Sept. de 2017
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 comentario
Kevin Gan
Kevin Gan el 11 de Sept. de 2017
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

Iniciar sesión para comentar.

Categorías

Más información sobre AUTOSAR Blockset en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!