fmusdk | originally developed by QTronic

 by   mtiller C Version: Current License: No License

kandi X-RAY | fmusdk Summary

kandi X-RAY | fmusdk Summary

fmusdk is a C library. fmusdk has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

This is an SDK (originally developed by QTronic) for testing the new Functional Mockup Interface developed by the Modelisar project.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              fmusdk has a low active ecosystem.
              It has 9 star(s) with 10 fork(s). There are 4 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 2 open issues and 2 have been closed. On average issues are closed in 221 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of fmusdk is current.

            kandi-Quality Quality

              fmusdk has 0 bugs and 0 code smells.

            kandi-Security Security

              fmusdk has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              fmusdk code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              fmusdk does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              fmusdk releases are not available. You will need to build from source code and install.
              It has 347 lines of code, 0 functions and 9 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of fmusdk
            Get all kandi verified functions for this library.

            fmusdk Key Features

            No Key Features are available at this moment for fmusdk.

            fmusdk Examples and Code Snippets

            No Code Snippets are available at this moment for fmusdk.

            Community Discussions

            QUESTION

            How to get String output variables with FMPy?
            Asked 2019-Apr-10 at 13:15

            I'm using FMPy to simulate some FMUs which have String output variables, yet these are not available in the simulation results (object returned by simulate_fmu(filename)).

            Are these variables handled in a different way? If so, how can I access them?

            Thank you.

            Edit 1:

            I runned a simulation using values.fmu which has a String output variable (string_out).

            Minimal example: ...

            ANSWER

            Answered 2019-Apr-10 at 13:15

            Strings are only supported as parameters (as of FMPy 0.2.10). If you need Strings as input or output you can build a custom simulation loop and use the fmu.setString() and fmu.getString() functions directly.

            You can use the custom_input.py example as a starting point.

            Source https://stackoverflow.com/questions/55497090

            QUESTION

            link to external library with g++
            Asked 2017-Nov-22 at 08:58

            I downloaded the FMUSDK and I want to compile the code. Unfortunately the build script is supposed to work with the Visual Studio C compiler, but I can't install/use it on my machine. Thus, I try to modify the script (and some parts of the code) to be able to compile it with the GCC. But I am completely new to compiling complex code (I usually just use gcc *.c -o outfile.exe)

            Here is my problem: In some files there is a library linked with

            ...

            ANSWER

            Answered 2017-Nov-21 at 12:11

            You should replace -lxml2 by -llibxml2.

            Explaination, from Mingw :

            Also note that the library names "lib.a" and "lib.lib" are not equivalent; if you have a library named according to the aberrant "lib.lib" convention, it will not be found by an "-l" specification -- if you cannot rename the library, you must use the form "-llib" instead.

            Source https://stackoverflow.com/questions/47410667

            QUESTION

            How to export c file/function to FMU using fmusdk
            Asked 2017-Jul-07 at 11:32

            This is my function. I am trying to export this code to fmu. I am using fmusdk.

            For each cycle(time step),

            1. my input should be changed to the value given during simulation.
            2. myexecute() should be called.
            3. the values of input and pout should be stored during simulation, so that we can plot the values after the simulation.

            I tried the examples(BouncingBall and values) given in fmusdk. I have created corresponding fmus and imported them in Amesim. They are working fine. But i am unable to figure out how to do the same for my C file/function

            ...

            ANSWER

            Answered 2017-Jul-07 at 11:32

            Consider the C file given below similar to the files you mentioned bouncingBall.c or valus.c . Since you have referred the function myexecute from another c file, replace yourCFile.c and/or yourHFile.h with the correct files. Also your modelDescription.xml should be in sync with this C file. For ex) guid value should be the same in both files. Also the value reference for the scalar variables should be the same. Analyse and #define pin_ 0 . Similarly for pout. Create a folder structure similar to bouncingBall. Create a separate batch file, since we have to include additional files(yourCFile.c and/or yourHFile.h)

            Source https://stackoverflow.com/questions/44964787

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install fmusdk

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/mtiller/fmusdk.git

          • CLI

            gh repo clone mtiller/fmusdk

          • sshUrl

            git@github.com:mtiller/fmusdk.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link