Regarding the model. It was just a dot product of two discrete numbers. The matlab version I am running is 2018b and coming to the operating systems, I am running ubuntu bionic beaver(18.04) incase, this info is helpful in anyway. Thanks
fmistatus=Error; Test CS model Instance(logStatusError): fmi2Instantiate:Undefined function or variable 'fmuhelper'
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
lorugant
am 10 Jan. 2019
Beantwortet: lorugant
am 7 Feb. 2019
Hi,
I followed the below link,
to export a sample model as fmu and tried to import the same with a testfile of fmu functions. It is not getting instantiated.
My fmi import is throwing the error as:
fmi2Instantiate: Undefined function or variable 'fmuhelper'.
fmi2_import_instantiate failed.
module=FMICAPI, log level=5:Calling fmi2SetupExperiment
segmentation fault (core dumped)
I see that fmuhelper is generated as a pcode as in "fmuhelper.p" in resources folder along with other MEX files. Can anyone please guide me on how to move forward? I added the paths and still unable to get rid of the error. The file is getting parsed though. but coming to instantiation it is failing. Any help would be great.
Thanks,
lorugant
2 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!