- Index
- » Users
- » Ben123456
- » Profile
Posts
Posts
Hi Adrian
alright, thank you for the quick help.
Cheers
Ben
Hello everyone,
I was working with OME 1.9.3 so far, now I installed the latest nightly build version and get even for simple models an error if I want to create a fmu. It says:
[1] 13:29:46 Skripting Fehler
Error opening file: test.log: No such file or directory.
Can anyone help me??
Many thanks in advance
Ben
Hello,
I have a simple model with function call. compilation and simulation works fine but exporting the fmu causes an error
Model:
model Test
input Integer i1;
input Integer i2;
output Integer A;
output Integer B;
equation
(A, B) = Test.fcn_Test(i1, i2);
end Test;
function fcn_Test
input Integer i1;
input Integer i2;
output Integer A;
output Integer B;
algorithm
A := i1 + 1;
B := i2 + 2;
end fcn_Test;
The error comes after exporting the fmu:
[1] 17:09:28 Übersetzung Fehler
[c:/dev/OpenModelica/OMCompiler/Compiler/Util/Graph.mo: 1006:9-1006:105]: Interner Fehler Graph.addForbiddenColors failed.
[2] 17:09:28 Übersetzung Fehler
[c:/dev/OpenModelica/OMCompiler/Compiler/Util/Graph.mo: 974:9-974:111]: Interner Fehler Graph.partialDistance2colorInt failed.
[3] 17:09:28 Übersetzung Fehler
[c:/dev/OpenModelica/OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo: 1172:9-1172:86]: Interner Fehler function generateSparsePattern failed
[4] 17:09:28 Skripting Meldung
The FMU Test.Test.fmu is generated at C:/Users/BENJAM~1.BLA/AppData/Local/Temp/OpenModelica/OMEdit
Can someone help me? Thanks in advance!!
Ben
- Index
- » Users
- » Ben123456
- » Profile