- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Error using system library AixLib in...
Error using system library AixLib in OpenModelica 1.14.1
Error using system library AixLib in OpenModelica 1.14.1
Hi,
I've got a problem using the System Library "AixLib" under OpenModelica 1.14.1 and I don't know if it's me, the library or OpenModelica
1. Working with AixLib 0.7.3 in OpenModelica 1.13.2
- works fine
- I'm able to simulate examples and build own models
2. Working with AixLib 0.9.1 in OpenModelica 1.13.2
- works fine
- I'm able to simulate examples and build own models
3. Working with AixLib 0.7.3 in OpenModelica 1.14.1
- error
- pictures look diffrent
- connectors are missing
- formulas are missing
4. Working with AixLib 0.9.1 in OpenModelica 1.14.1
- error
- pictures look diffrent
- connectors are missing
- formulas are missing
I use AixLib v0.9.1 from https://github.com/RWTH-EBC/AixLib/releases
Has anyone an idea what I'm doing wrong or how to fix this problem?
Thanks to all your help!
Johannes
PS: I also tried OpenModelica 1.15 without success
Re: Error using system library AixLib in OpenModelica 1.14.1
OpenModelica 1.14.1 and up has the new frontend on by default for both OMEdit API and code generation.
To remove the usage of the new frontend for OMEdit API do:
OMEdit->Tools->Options->Simulation
unclick: Enable new frontend use the OMC API (faster GUI response)
If you have issues with model compilation, you can use the old frontend for that as well (might work better or not)
OMEdit->Tools->Options->Simulation
click: Enable old frontend for code generation
- adrpo
- 885 Posts
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Error using system library AixLib in...