MATLAB: Can models from ETAS ASCET be imported into Simulink 7.9 (R2012a)

ascetetassimulink

I have been working with ETAS ASCET, and would like to import some models into Simulink 7.9 (R2012a) for the capabilities of Simulink.
Is this workflow possible?

Best Answer

There is no direct way to import models from ETAS ASCET into Simulink 7.9 (R2012a). However, there are two available options to consider in order to interface between these products.
1. ETAS - INTECRIO
The INTECRIO product, which is also produced by ETAS, allows for co-simulation of ASCET and Simulink models. For more information on this, please refer to the ETAS page below:
<http://www.etas.com/en/products/intecrio.php>
2. Simulink S-Functions
The other approach is to use the code generator in ASCET in order to convert an ASCET model into C code. This code can then be packaged into a C S-Function. This allows users to introduce their own C code into Simulink as a block.