Hi,
The reading option was bothering me as I am reading the .eso files outside the FMI process for aggregation purposes of results afterwards (and when using 30 FMUs and maybe more later, this stage was time consuming for nothing). I figured out it was in the main.c in SourceCode folder and removed the '-r' option between the lines 384 to 418 as it appears 4 times (for the weather file conditions and some other that I don't understood as not speaking C language but my guess would be that the only first could be enough), It worked fine and was wondering how I could give it as an extra option (ReadVar = True\False), it should be in line 339 of makeFMULib.py file (or just before with switching between the two main.c files (with and without '-r') but I guess there should be a smarter way within the main.c and thus in C. But this is out of my skills then...
Do you think there could be a way to introduce it in C ?
Thanks,
Xavier
Hi,
The reading option was bothering me as I am reading the .eso files outside the FMI process for aggregation purposes of results afterwards (and when using 30 FMUs and maybe more later, this stage was time consuming for nothing). I figured out it was in the main.c in SourceCode folder and removed the '-r' option between the lines 384 to 418 as it appears 4 times (for the weather file conditions and some other that I don't understood as not speaking C language but my guess would be that the only first could be enough), It worked fine and was wondering how I could give it as an extra option (ReadVar = True\False), it should be in line 339 of makeFMULib.py file (or just before with switching between the two main.c files (with and without '-r') but I guess there should be a smarter way within the main.c and thus in C. But this is out of my skills then...
Do you think there could be a way to introduce it in C ?
Thanks,
Xavier