From 5db33fb2623ed328135d6d26a9f8481f50d596f6 Mon Sep 17 00:00:00 2001 From: Benedikt Menne Date: Tue, 15 Oct 2024 13:39:21 +0200 Subject: [PATCH] Add tools list for fmi-ls-bus landing page --- README.md | 20 +++++++++++ landingpage/BSF.svg | 3 ++ landingpage/DC.svg | 3 ++ landingpage/HC.svg | 3 ++ landingpage/IBS.svg | 3 ++ landingpage/LC_CAN.svg | 3 ++ landingpage/LC_FR.svg | 3 ++ landingpage/graphics.drawio | 70 +++++++++++++++++++++++++++++++++++++ landingpage/tool_legend.svg | 3 ++ 9 files changed, 111 insertions(+) create mode 100644 landingpage/BSF.svg create mode 100644 landingpage/DC.svg create mode 100644 landingpage/HC.svg create mode 100644 landingpage/IBS.svg create mode 100644 landingpage/LC_CAN.svg create mode 100644 landingpage/LC_FR.svg create mode 100644 landingpage/graphics.drawio create mode 100644 landingpage/tool_legend.svg diff --git a/README.md b/README.md index 93ed1a2..5eff753 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,26 @@ See also the overview pages for the demos, categorized by the different supporte The [FMI LS Bus Implementers' Guide] is a free resource intended to give non-normative recommendations and guidance to implementers of the Functional Mock-up Interface Layered Standard for Network Communication (FMI-LS-BUS). +## Tools + +The following list shows importers that currently support the fmi-ls-bus layered standard and that have been validated by a cross-check. +It should be noted that the implementation in some tools is either in prototype status or shipped within the normal release. +Feel free to contact the specified tool vendors if you are interested in using the fmi-ls-bus layered standard. +Additionally, any FMU importer that supports the necessary FMI 3.0 features, such as clocks and binary variables, has generic fmi-ls-bus support and can be used. + +|Name|Exporter|Importer|Features|Contact +|---|:-:|:-:|---|---| +Altair Activate**|-|X|![Direct Communication](landingpage/DC.svg) ![Bus Simulation FMU](landingpage/BSF.svg) ![High-Cut](landingpage/HC.svg) ![Low-Cut: CAN](landingpage/LC_CAN.svg) ![Low-Cut: FlexRay](landingpage/LC_FR.svg)| [http://www.altair.de](https://www.altair.de/activate/) +AVL FMU Sim**|-|X|![Direct Communication](landingpage/DC.svg) ![Bus Simulation FMU](landingpage/BSF.svg) ![High-Cut](landingpage/HC.svg) ![Low-Cut: CAN](landingpage/LC_CAN.svg) ![Low-Cut: FlexRay](landingpage/LC_FR.svg)|[http://www.avl.de](https://www.avl.de/) +dSPACE SystemDesk|X|-|![Low-Cut: CAN](landingpage/LC_CAN.svg) ![Low-Cut: FlexRay](landingpage/LC_FR.svg)|[https://www.dspace.com](https://www.dspace.com/en/pub/home/products/sw/system_architecture_software/systemdesk.cfm) +dSPACE VEOS|-|X|![Integrated Bus Simulation](landingpage/IBS.svg) ![Low-Cut: CAN](landingpage/LC_CAN.svg) ![Low-Cut: FlexRay](landingpage/LC_FR.svg)|[https://www.dspace.com](https://www.dspace.com/en/pub/home/products/sw/simulation_software/veos.cfm) +Synopsys Silver*|-|X|![Integrated Bus Simulation](landingpage/IBS.svg) ![Low-Cut: CAN](landingpage/LC_CAN.svg)|[https://www.synopsys.com](https://www.synopsys.com/verification/virtual-prototyping/silver.html) + +* Implementation has prototype state and is not part of the release +** Own Bus Simulation FMU required (in case of BSF) + +![Legend of supported system compositions of tools](landingpage/tool_legend.svg) + ## Copyright and License Code and documentation copyright (C) 2023-2024 The Modelica Association Project FMI. diff --git a/landingpage/BSF.svg b/landingpage/BSF.svg new file mode 100644 index 0000000..37a3214 --- /dev/null +++ b/landingpage/BSF.svg @@ -0,0 +1,3 @@ + + +
BSF
\ No newline at end of file diff --git a/landingpage/DC.svg b/landingpage/DC.svg new file mode 100644 index 0000000..63f5b70 --- /dev/null +++ b/landingpage/DC.svg @@ -0,0 +1,3 @@ + + +
DC
\ No newline at end of file diff --git a/landingpage/HC.svg b/landingpage/HC.svg new file mode 100644 index 0000000..62f7b8f --- /dev/null +++ b/landingpage/HC.svg @@ -0,0 +1,3 @@ + + +
HC
\ No newline at end of file diff --git a/landingpage/IBS.svg b/landingpage/IBS.svg new file mode 100644 index 0000000..491cda0 --- /dev/null +++ b/landingpage/IBS.svg @@ -0,0 +1,3 @@ + + +
IBS
\ No newline at end of file diff --git a/landingpage/LC_CAN.svg b/landingpage/LC_CAN.svg new file mode 100644 index 0000000..709dd65 --- /dev/null +++ b/landingpage/LC_CAN.svg @@ -0,0 +1,3 @@ + + +
LC: CAN
\ No newline at end of file diff --git a/landingpage/LC_FR.svg b/landingpage/LC_FR.svg new file mode 100644 index 0000000..376a45d --- /dev/null +++ b/landingpage/LC_FR.svg @@ -0,0 +1,3 @@ + + +
LC: FlexRay
\ No newline at end of file diff --git a/landingpage/graphics.drawio b/landingpage/graphics.drawio new file mode 100644 index 0000000..0ff3a44 --- /dev/null +++ b/landingpage/graphics.drawio @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/landingpage/tool_legend.svg b/landingpage/tool_legend.svg new file mode 100644 index 0000000..7d68531 --- /dev/null +++ b/landingpage/tool_legend.svg @@ -0,0 +1,3 @@ + + +
Direct Communication
Composition with dedicated Bus Simulation FMU
Importer with Integrated Bus Simulation
Supported Bus Types
High-Cut
Low-Cut: CAN
Low-Cut: FlexRay
Supported System Compositons
DC
IBS
BSF
HC
LC: CAN
LC: FlexRay
\ No newline at end of file