Skip to content

v3.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@t-sommer t-sommer released this 30 Apr 08:40

IMPORTANT NOTES:

  • this is an alpha version for testing
  • the version numbers have not been updated yet
  • this build is incompatible with any previous and later build
  • do not use for production

Changes w.r.t. to v2.9

FMU import

  • experimental support for FMI 3.0-beta.1
  • improved logging
  • improved source code support
  • C++ code replaced with C in sfun_fmurun.c
  • FMU dialog improved on high DPI screens
  • collapse and expand buttons added in FMU dialog
  • "all.c" is renamed to "all_<model_identifier>.c" to avoid name clashes
  • optional "reset" input port added
  • support for discrete inputs and tunable parameters added

FMU export with grtfmi.tlc

  • experimental support for FMI 3.0-beta.1
  • support for Enumerations
  • support for rtPrintNoOp()
  • call MODEL_STEP() in fmi2ExitInitializationMode()
  • check rtmGetErrorStatus() in fmi2EnterInitializationMode()
  • evaluate rtwmakecfg() for nested S-functions

FMU export with rtwsfcnfmi.tlc

  • support for Enumerations
  • added "Visible Parameters" option