Andreas Nicolai

Results 84 issues of Andreas Nicolai

Hi, just wanted to let you know that you have a consistent bug when writing Float32 and Int32 encoded values into Modbus on little endian systems (linux etc.). This effectively...

Slowly the number of FMI 2.0 supporting FMUs increases and quite a few provide the feature of storing/restoring the state. I suggest adding the following test procedure to the compliance...

Hi all, there is a general problem with FMUs that employ OpenMP. Symptoms are: - compliance checker runs successfully through FMU compiled in debug mode with 0 warnings and 0...

See attached file (rename to P_Control.fmu first) > fmuCheck.linux64 P_Control.fmu ``` [INFO][FMUCHK] FMI compliance checker 2.0.4 [FMILibrary: 2.0.3] build date: Nov 6 2017 [INFO][FMUCHK] Called with following options: [INFO][FMUCHK] /home/ghorwin/git/FMICodeGenerator/third_party/FMUChecker-2.0.4-linux64/fmuCheck.linux64...

Hi, the patch (49af73debd756be68497a61bd53a07c02673da96) that attempted to fix the correct `modbus_set_float_xxxx()` and `modbus_get_float_xxxx()` functionality, introduced a bug (see #665). Now the setter and getter function are inconsistent. The problem is...

In NANDRAD library, check all header files, and all keywordlist entries. Check correct spelling in descriptions; if unclear, improve descriptive text. *Remove all trailing .* ```c++ /*! Model parameters. */...

The commit reverts the problematic patch "Fix float endianness issue on big endian architecture." (but keeps the good parts of it). This reverts commit 49af73debd756be68497a61bd53a07c02673da96. The test suite is updated...

cla-signed

Fixes test suite (unit-test-client): copy&paste bug, ctx instead of invalid_ctx (closes #791) For details see issue #791

cla-signed

Running `unit_tests.sh` gives an assert in the `unit-test-client.log`: ``` ... 7/8 Disable byte timeout: OK 8/8 Connection timeout: Line 679: assertion error for 'rc == -1 && (*__errno_location ()) ==...