Activity for matlab-fmu

  • Amaury Chtn Amaury Chtn posted a comment on discussion General Discussion

    Hi, someone found a solution to this problem? Because I have the same one.

  • Njål Tengesdal Njål Tengesdal modified a comment on discussion General Discussion

  • Njål Tengesdal Njål Tengesdal posted a comment on discussion General Discussion

    Actually, the main issue is to get the correct path to the FMU. This is still an issue, and I am really greatful if someone has some tips on this! The path to the matlab-fmu is included in the matlab path..

  • Njål Tengesdal Njål Tengesdal posted a comment on discussion General Discussion

    Actually, the main issue is to get the correct path to the FMU. This is still an issue, and I am really greatful if someone has some tips on this! The path to the matlab-fmu is included in the matlab path..

  • Njål Tengesdal Njål Tengesdal modified a comment on discussion General Discussion

    Hi, Thanks for providing this FMI toolbox for MATLAB. I have searched for some time, for an alternative to using Simulink and more conveniently use the script and command interface. I have downloaded the files, unzipped and made the environment variables in windows. Python 2.72 and Visual Studio Community 2019 is installed. MATLAB Version: 9.2.0.538062 (R2017a) However, the 'fmu.instantiate' will not execute and produces an error. Is there a way to debug this? I have tried to export the ControlledRadiator.mo,...

  • Njål Tengesdal Njål Tengesdal modified a comment on discussion General Discussion

    Hi, Thanks for providing this FMI toolbox for MATLAB. I have searched for some time, for an alternative to using Simulink and more conveniently use the script and command interface. I have downloaded the files, unzipped and made the environment variables in windows. Python 2.72 and Visual Studio Community 2019 is installed. MATLAB Version: 9.6.0.1072779 (R2019a) However, when running the script 'Import/SimpleController', i cannot seem to get the fmu = FMUModelExchangeV2(...) to work with the path...

  • Njål Tengesdal Njål Tengesdal posted a comment on discussion General Discussion

    Hi, Thanks for providing this FMI toolbox for MATLAB. I have searched for some time, for an alternative to using Simulink and more conveniently use the script and command interface. I have downloaded the files, unzipped and made the environment variables in windows. Python 2.72 and Visual Studio Community 2019 is installed. MATLAB Version: 9.6.0.1072779 (R2019a) However, when running the script 'Import/SimpleController', i cannot seem to get the fmu = FMUModelExchangeV2(...) to work with the path...

  • matlab-fmu matlab-fmu released /matlab-fmipp_v0.4_x64.zip

  • Edmund Widl Edmund Widl committed [ab3df6]

    updated documentation (version history)

  • Edmund Widl Edmund Widl committed [084483]

    updated tutorial for exporting FMUs (new version of function createFMU)

  • matlab-fmu matlab-fmu released /matlab-fmipp_v0.2_x86.zip

  • matlab-fmu matlab-fmu released /matlab-fmipp_v0.3_x64.zip

  • Edmund Widl Edmund Widl committed [2558a1]

    added tutorial folder to release (amd removed the test folder from the release)

  • Edmund Widl Edmund Widl committed [2a4808]

    added support for FMU v2.0 export

  • Edmund Widl Edmund Widl committed [a2287a]

    package +fmipputils is copied from FMI++

  • Edmund Widl Edmund Widl committed [7fdb43]

    FMU export uses now an OO-based approach

  • Edmund Widl Edmund Widl committed [69c36c]

    added example for import

  • Edmund Widl committed [dd8cdc]

    added example for FMUCoSimulation

  • Edmund Widl Edmund Widl committed [353ae9]

    updated version from FMI++

  • Edmund Widl Edmund Widl committed [89b509]

    added content

  • Edmund Widl Edmund Widl committed [65ffbd]

    adapted to new back-end definition (partial update to FMI 2.0)

  • Edmund Widl Edmund Widl committed [e5df5d]

    added log messages to export example script

  • Edmund Widl Edmund Widl committed [234471]

    added some documentation

  • Edmund Widl Edmund Widl committed [8dcb92]

    added tutorial

  • Edmund Widl Edmund Widl committed [9abf3c]

    updated examples

  • Edmund Widl Edmund Widl committed [b5c7ba]

    release version v0.2

  • Edmund Widl Edmund Widl committed [b49d03]

    adopted script according to latest changes in fmipputils scripts

  • Edmund Widl Edmund Widl committed [1ef279]

    runs now with Python 2 and Python 3

  • Edmund Widl Edmund Widl committed [e71ab8]

    fixed calculation of syncTime in export example

  • Edmund Widl Edmund Widl committed [2b8fa4]

    small changes to make code more object-oriented

  • Edmund Widl Edmund Widl committed [54ed3f]

    updated examples

  • Edmund Widl Edmund Widl committed [4feb67]

    first release versio: added minimal documentation, fixed license, added SUNDIALS stuff

  • Edmund Widl Edmund Widl committed [7350dc]

    adapted test to name change of class FMUBase to FMIAdapter

  • Edmund Widl Edmund Widl committed [5933d1]

    switched to 64-bit toolchain (MATLAB R2017a); moved package fmipputil to this repository; updated FMI++ sources; other cosmetic changes;

  • Edmund Widl Edmund Widl committed [985c7a]

    removed contructor

  • Edmund Widl committed [e58f06]

    first commit

  • Edmund Widl Edmund Widl committed [e5b23e]

    improved handling of JVM and ficed step size options

  • Edmund Widl Edmund Widl committed [5fefc6]

    use graphical model for testing

  • Edmund Widl Edmund Widl committed [94f681]

    use Visual Studio Express 2013, add support for Python 3

  • Edmund Widl Edmund Widl committed [bc66d7]

    added script to ease setup

  • Stefan Walshe Stefan Walshe posted a comment on discussion General Discussion

    Hi, Firstly thank you for the toolbox; it is very powerful. I was wondering if anyone has had any success with utlising this toolbox with a 64 bit of Matlab?. I have been testing with 2016b and 2018b without any success. Is there any plans to update the combatability with newer versions of Matlab? Does anyone know of any alternatives for importing and simulating FMUs in theMatlab interface (64 bit)? I would rather not go with Simulink.

  • matlab-fmu matlab-fmu released /matlab-fmipp-tutorial.zip

  • matlab-fmu matlab-fmu released /matlab-fmipp-v0.2.zip

  • Masudul Quraishi Masudul Quraishi modified a comment on discussion General Discussion

    I have found two issues and solved them. Two library dependencies were missing. Added them in MATLAB bin>win32 directory. boost_filesystem-vc120-mt-1_58.dll boost_system-vc120-mt-1_58.dll The addpath command adds the packages to search path. But the application only runs and creates FMU when MATLAB's current directory is in packages>lib. This is really weird and I don't know why this happened.

  • Masudul Quraishi Masudul Quraishi modified a comment on discussion General Discussion

    I have found two issues and solved them. Two library dependencies were missing. Added them in MATLAB bin>win32 directory. boost_filesystem-vc120-mt-1_58.dll boost_system-vc120-mt-1_58.dll The addpath command adds the packages to search path. But the application only runs and creates FMU when MATLAB's current directory is in packages>lib. This is really weird and I don't know why this happened.

  • Masudul Quraishi Masudul Quraishi posted a comment on discussion General Discussion

    I have found two issues and solved them. Two library dependencies were missing. Added them in MATLAB bin>win32 directory. boost_filesystem-vc120-mt-1_58.dll boost_system-vc120-mt-1_58.dll The addpath command adds the packages to search path. But the application only runs and creates FMU when MATLAB's current directory is in packages>lib. This is really weird and I don't know why this happened.

  • Masudul Quraishi Masudul Quraishi modified a comment on discussion General Discussion

    I'm trying to run the create_fmu.m inside test > export. I'm having invalid MEX file error for the file fmippexMEX.mexw32. I have used windows 7 32 bit OS and MATLAB 2013a as mentioned in the documentation. I also have Visual Studio 2013 Express and Python 2.7 installed. Can you suggest me how to resolve this issue? I have attached the screenshot of MATLAB command window here

  • Masudul Quraishi Masudul Quraishi modified a comment on discussion General Discussion

    I'm trying to run the create_fmu.m inside test > export. I'm having invalid MEX file error for the file fmippexMEX.mexw32. I have used windows 7 32 bit OS and MATLAB 2013a as mentioned in the documentation. I also have Visual Studio 2013 Express and Python 2.7 installed. Can you suggest me how to resolve this issue? I have attached the screenshot of MATLAB command window here: ![(https://drive.google.com/file/d/0B6AtN2LWjMX3akNjLVNFaFdZLTA/view?usp=sharing)]

  • Masudul Quraishi Masudul Quraishi posted a comment on discussion General Discussion

    I'm trying to run the create_fmu.m inside test > export. I'm having invalid MEX file error for the file fmippexMEX.mexw32. I have used windows 7 32 bit OS and MATLAB 2013a as mentioned in the documentation. I also have Visual Studio 2013 Express and Python 2.7 installed. Can you suggest me how to resolve this issue? I have attached the screenshot of MATLAB command window here:

  • matlab-fmu matlab-fmu released /matlab-fmipp-v0.1.zip

1
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.