Andreas

Results 49 issues of Andreas

## Changes - Implementing Tables.jl interface - Column access defined - Removed DataFrames extension, it's handled by Tables. - Simplified `fmiSaveSolutionCSV`, `CSV.write` used Tables interface as well. ## Related Issue...

I have a FMU that is crashing when simulating with FMI.jl The FMU can be simulated with OMSimulator. ## How to reproduce Build 2.0 FMU `Buildings.Applications.DataCenters.ChillerCooled.Examples.IntegratedPrimaryLoadSideEconomizer` with OpenModelica or download...

## Description After simulating an FMU ```julia fmu = fmiLoad(fmuPath) solution = fmiSimulateME(fmu, (0., 1.); recordValues=["a", "b"]) ``` the resulting solution is hard to handle. When using the CSV export...

## Issue I want to simulate a number of FMUs in parallel with FMI.jl and reuse the already loaded FMUs for multiple runs, but encounter an error in FMIImport where...

I have a model as a 2.0 ME FMU that I can't share here, but I could provide it via mail. When simulating it with FMI.jl I'm getting an error...

bug

## Description I think I'm using FMI.jl to call FMI2 functions in an illegal call sequence. When the FMU is in event mode it should not be allowed to call...

enhancement

Updating: - Julia version: 1.9 -> 1.10 - julia-actions/setup-julia: 1 -> 2 - julia-actions/cache: 1 -> 2 Puprpose: Get rid of deprecated Node 16 version in CI: > test (1.6,...

When returning a fatal error in function `fmi2NewDiscreteStates` the FMUComplianceChecker does not terminate model simulation but tries to call function `fmi2NewDiscreteStates` again. So setting `FMI2_Export fmi2Status fmi2NewDiscreteStates(fmi2Component c, fmi2EventInfo* fmiEventInfo)...

bug