Giter VIP home page Giter VIP logo

ssp-standard.org's People

Contributors

dagbruck avatar gallleo avatar jochenkoehler avatar martinotter avatar pmai avatar sjoelund avatar t-sommer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ssp-standard.org's Issues

Time-series data in SSP

The possibility to store simulation stimuli (time-series data) in the SSP resources such that any SSP supporting integration tool can interpret the resource and invoke it for executing the simulation. In this context, the time-series data could represent some founding design requirements.

Modelica model as component type in SSP

There is a natural request to be able to add Modelica models in SSP. Storing the model and all dependent models would be a huge effort ("Save Total" in Dymola), but doable. However, we can in most cases assume that you have a full Modelica environment, and that Modelica libraries are (can be made) available.

The concrete proposal, for an environment supporting Modelica component model, is:

  • The source attribute contains the full path of the Modelica model.
  • The MIME type is "text/x-modelica".

Examples:

<ssd:Elements>
    <ssd:Component source="Modelica.Blocks.Continuous.Integrator" type="text/x-modelica" name="integrator">
        <ssd:ElementGeometry x2="10" x1="-10" y1="-10" y2="10"/>
    </ssd:Component>
    <ssd:Component source="Modelica.Blocks.Interfaces.RealOutput"
        description="Connector of Real output signal" type="text/x-modelica" name="y1">
        <ssd:ElementGeometry x2="110" x1="90" y1="-10" y2="10"/>
    </ssd:Component>
    <ssd:Component source="Modelica.Blocks.Interfaces.RealInput"
         description="Connector of Real input signal" type="text/x-modelica" name="u1">
         <ssd:ElementGeometry x2="-80" x1="-120" y1="-20" y2="20"/>
    </ssd:Component>
</ssd:Elements>

Change FMI to SSP logo in Website Code

There is an FMI logo hideden in the SSP website code:

<meta property="og:image" content="http://ssp-standard.org/assets/img/fmi-logo.png">

This leads e.g. when citing the link in Teams to an FMI logo instead of an SSP logo

grafik

Seems to be a copy-paste error when copying the webisite from FMI :-)

Tutorials for .ssp creation

My goal is to build a ssp-model with multi-variants (*.ssd) so that I can represent several models out of one FMU library. Furthermore, parameter sets for each model variant should be contained that refer to a "parameter library".

Are there further tutorials beside the downloads on the official site (https://ssp-standard.org/downloads/)?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.