Anton Haumer

Results 192 comments of Anton Haumer

@uschna ok here's my proposal with the new comparisonSignals and the new ReferenceResults. [IMC_DCBraking.zip](https://github.com/user-attachments/files/22215052/IMC_DCBraking.zip)

@uschna sorry for the late answer: You're right I pulled the example and the settings-record out of MSL and made the modifications outside for testing. In the meantime it's a...

Thanks for looking into details, @uschna Somehow I mixed up the old and the new version. Should be corrected now.

I agree with @christiankral that the issue (showing units) has to be resolved. A workaround could be: Split the plots into subplots.

> I assume that either the table-functions library wasn't recompiled for MSL 4.1.0 on Linux, or the new library wasn't used (the Advanced.Translation.PlaceDymolaSourceFirst setting). Dymola 2025x Refresh 1 should have...

Correct. I tested with Dymola 2025x Refresh 1 under Windows 11 24H2: Compiling and linking the model (Visual C++). dsmodel.c LINK : fatal error LNK1181: Eingabedatei "ModelicaIO.lib" kann nicht geffnet...

I have an additonal use case: How to represent a variable from a textbook with an underscore as a Modelica variable? Widely used for Complex variables. ![grafik](https://user-images.githubusercontent.com/6900273/61487635-b3570280-a9a6-11e9-8c78-74a372b2bad0.png) How to represent...

This is no good practice, IMHO there are 2 solutions: - Define a parameter and declare the input `R_mUsefulTot` optional. - Use a constant source block connected to the input.

@maltelenz @GallLeo The only difference I see is at the beginning of the trajectory of meanCurrent,y. This is caused from improvements in the block SignalPWM. Yes the new signal is...

@GallLeo 1. Modelica.Electrical.Analog.Examples.OpAmps.SignalGenerator opAmp1.out.v is a bad signal for comparison: only spikes. I suggest to remove opAmp1.out.v from comparisonSignals.txt and generate new reference results. OUTDATED see below