You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FMI 3.0 and its layered standards seem to be a really nice addition to modelica environments as they will extend its capabilities, providing better support for simulating complex systems (composed of different components connected by communication networks). However, fmi-ls-bus just specifies how those models can be implemented in C.
Previous work on simulating communication networks using modelica found limitations related to message buffer implementation due to the unavailability of dynamically sized arrays. In addition to that, string processing support in modelica is quite limited. Both things seem to have enforced the use of external C functions for implementing those models.
As FMI 3.0 and SSP 2.0 seem to have tried to improve VECU and communication networks simulation support, will future versions of modelica specification include basic interfaces and models (like buffers) for describing those systems?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
FMI 3.0 and its layered standards seem to be a really nice addition to modelica environments as they will extend its capabilities, providing better support for simulating complex systems (composed of different components connected by communication networks). However, fmi-ls-bus just specifies how those models can be implemented in C.
Previous work on simulating communication networks using modelica found limitations related to message buffer implementation due to the unavailability of dynamically sized arrays. In addition to that, string processing support in modelica is quite limited. Both things seem to have enforced the use of external C functions for implementing those models.
As FMI 3.0 and SSP 2.0 seem to have tried to improve VECU and communication networks simulation support, will future versions of modelica specification include basic interfaces and models (like buffers) for describing those systems?
Beta Was this translation helpful? Give feedback.
All reactions