compatibility with trnsys18
Hi, does anyone know if there is a similar tool for TRNSYS18 (64-bit)? Greetings, Natalie
Dear Martin, I have tried, and it works using TRNSYS 18 32 bits and Python 32 bits (version 3.6.10). The FMU of TRNSYS is a simple model with inputs and outputs. But If I consider a txt file as input (e.g. the performance map of a heat pump) the following error appears: Exception: Failed to validate modelDescription.xml: ERROR (line 28, column 0): Element 'File': This element is not expected. Have anyone experienced the same error?
Hello, has anyone already tried the combination pyfmi and trnsys-fmu? I alredy created a fmu and tried to initialize via pyfmi, but doesnt work yet. Greetings, Martin
fixed FMI 2.0 flag (needsExecutionTool=true); cosmetic changes in creation of model description;
updated copyright information; fixed small errors in comments;
Scripts run now out-of-the-box with Python 2.x and Python 3.x (needed editing before).
Merge branch 'master' of ssh://git.code.sf.net/p/trnsys-fmu/code
added 'info file' for tool description on FMI homepage
fixed a lot of mistakes in the documentation
cosmetic changes to example
cosmetic changes to example
Merge branch 'master' of ssh://git.code.sf.net/p/trnsys-fmu/code
updated documentation
fixed display of selection for FMI version in GUI (display 'FMI version' instead of 'fmi_version')
use os.path.join instead of concatenating strings (fixes error when executing script from root directory)
adapted CMake file to new location of icons for TRNSYS proformas
added graphical user interfaces (using Gooey)
updated Python scripts (put functions in separate modules)
moved helper functions for specific FMI version to subdirectory 'scripts'
added FMI 2.0 support (incl. new test and updated example)
renamed folder 'test' to 'examples'
adopted build scripts to new structire of FMI++ source files; small changes according to FMI 1.0.1 (e.g., removed 'canSignalEvents' from model description)
update to new structure of FMI++; update to Visual Studio 2013;
first public commit
Hello, I am able to create the fmu. However, in the documentation, I only found the...
Dear Arnaud, I am planning to take a closer look into the support for different versions...
Dear Arnaud, I am planning to take a closer look into supporting different version...
Okay, I'm almost there... One thing though : I don't have Visual Studio 2010, but...
Hello, I installed and tried it on a very simple example (FMU input - calculator...