FMUComplianceChecker
FMUComplianceChecker copied to clipboard
FMI Compliance Checker for validation of FMUs 1.0 and 2.0
Hi, When I launch fmuChecker on a FMU containing a .so compiled with clang++, I get the following log : ``` [INFO][FMUCHK] Simulation finished successfully at time 1 [ERROR][JMPRT] Error...
(moved from https://trac.fmi-standard.org/ticket/398; reported by Lausdahl) The FMU Checker seems to be missing the semantics checks from the standard and thus not reporting any error for modelDescription.xml which contain obvious...
See attached file (rename to P_Control.fmu first) > fmuCheck.linux64 P_Control.fmu ``` [INFO][FMUCHK] FMI compliance checker 2.0.4 [FMILibrary: 2.0.3] build date: Nov 6 2017 [INFO][FMUCHK] Called with following options: [INFO][FMUCHK] /home/ghorwin/git/FMICodeGenerator/third_party/FMUChecker-2.0.4-linux64/fmuCheck.linux64...
The FMU Compliance Checker v2.0.4 raises an XML error if an FMU CS 1.0.x mentions the canSignalEvents capability flag in modelDescription.xml. ``` [ERROR][FMI1XML] Detected on line:555 of modelDescription.xml [ERROR][FMI1XML] Found...
(moved from https://trac.fmi-standard.org/ticket/389; reported by: lausdahl) The FMUChecker does not check if the FMU respects the FMI standard concerning the fmuResourceLocation URI for the instantiate call. The check must check...
Adds test that it's possible to get all variables listed in the INIT category (in the call sequence state machine) during initialization. This is done for CS only at the...
The compliance checker does not validate indices used in unknowns in the ModelStructure/InitialUnknowns element of modelDescription.xml. The FMI 2.0 standard (p. 60) specifies that InitialUnknowns is an > Ordered list...
**Reported by awad.mukbil on 7 Feb 2017 11:53 UTC** The compliance checker does not detect errors in the attached FMU (which is, e.g. rejected by Dymola). The attached FMU is...
**Reported by arunkumar.palanisamy on 31 Oct 2016 11:24 UTC** I was doing FMU cross checking tests with fmus (FMI2.0) generated from OpenModelica, When performing tests I am getting errors related...
**Reported by cbertsch on 24 May 2017 15:26 UTC** When passing a string input in the input CSV-file to the compliance checker, an error is returned: [ERROR][FMUCHK] Inputs must be...