Book a Demo

Author Topic: Simulation and code generation from the same model  (Read 2687 times)

jpapp

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-1
    • View Profile
Simulation and code generation from the same model
« on: February 05, 2017, 04:16:52 am »
Hello!

I have a general problem, with code generation and simulation in the same time... Maybe I'm missing a point from the concept, or cannot get the whole idea....
So I can see a lot of example projects, where javascript code is used to generate objects, manipulate them in action's effect input field, organize and operate simulation events, guards etc... When I'm generating a code from this, a lot of javascript will be written to my C++ code which cannot be compiled.
Is there a way to do it together, the simulation and code generation in one model realization?

Thanks for your further answer!