User Portlet User Portlet

Otto Tronarp
Discussions
In System Modeler 14.0 the default version of Modelica Standard Library (MSL) was changed to 4.0.0. The current release of Aircraft library requires MSL 3.2.3, so you need to change the MSL version (right click on Modelica in the class browser and...
All simulations created with System Modeler contains an embedded TCP/IP server that be used to control the simulation (start/pause/stop), set top-level input values, query it for variables and variable values and stream real-time data. It uses its...
You can find multiphase sources in Modelica.Electrical.MultiPhase.Sources.
You have to much damping and the period of the source doesn't match the resonance frequency. With a period of 0.00316 s and a resistance of 0.015 Ohm I do get a sinus. ![enter image description here][1] Otto [1]:...
They use the default System Modeler solver which is DASSL, so an implicit, variable order, variabel step size solver. Otto
I'm glad that you figured it out and thanks for sharing the solution. That the old 10.0.10240.0 doesn't work isn't that surprising, this was back in the day with VS2015 and then perhaps some of the libraries came with the compiler. I'm still...
> Blockquote Is there a place or way to tell sysytemmodeler to use a shared library. System Modeler more or less only passes the base library name and library path to the linker and at least `ld` will use the shared one if it exists....
The author of `HouseHeating.Components.Walls` probably didn't intended that users of the component should change the table, so therefore it's done in such a away that it isn't visible in the user interface by default. It's a `constant` so to see it...
> Got it, but are the "step" and "stepTrigger" variables that appear in modelica code of the imported FMU created by SM at the time it opens or are they in some "hidden place" in the FMU? I'm asking because I'm developing an application where I...
You are most likely missing a necessary component of Visual Build Tools. I would suggest that you install the compiler by pressing the "Check for Compatible Compiler" button in the dialog shown above. This will preselect the necessary components of...