- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Errors during application download in...
Errors during application download in ConfigurationDesk
Errors during application download in ConfigurationDesk
Hi,
I am quite new to OpenModelica. I created a simple model block in OpenModelica, exported it and imported to ConfigurationDesk:
block FahrerPoti
connector Boolout = output Boolean;
Boolout FahrerPoti;
equation
FahrerPoti=true;
end FahrerPoti;
Here, I wanted to get a digital high at a pin in digital io card in Scalexio platform.
Warning during import: The FMU contains one or more resource files. You have to download the resource files to the platform before downloading the real-time application. For more information on resource file support, contact dSPACE Support.
I contacted dSPACE support and they said that only OpenModelica can say which files are needed to be downloaded and if it is necessary for the fmu implemented. What are these resource files and where can I find them? Are there any documents on how an fmu from openmodelica can be downloaded to a dspace platform?
Error during download: Could not download real-time application.
Please help me to solve this issue.
Thanks in advance.
With regards,
Shantheri
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Errors during application download in...