Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b493701
Create 2025-07-21-FMI-LS-BUS-v1.0-release.md
chrbertsch Jul 11, 2025
a6812c2
Update 2025-07-21-FMI-LS-BUS-v1.0-release.md
chrbertsch Jul 15, 2025
e530115
Update 2025-07-21-FMI-LS-BUS-v1.0-release.md
chrbertsch Jul 15, 2025
f93be06
Fix typos and add link to Modelica and FMI Conference Presentation
chrbertsch Jul 15, 2025
a973ce6
Update content/news/2025-07-21-FMI-LS-BUS-v1.0-release.md
chrbertsch Jul 16, 2025
bc10269
Update content/news/2025-07-21-FMI-LS-BUS-v1.0-release.md
chrbertsch Jul 16, 2025
5dd00e3
Update content/news/2025-07-21-FMI-LS-BUS-v1.0-release.md
chrbertsch Jul 16, 2025
bbf67d4
Update content/news/2025-07-21-FMI-LS-BUS-v1.0-release.md
chrbertsch Jul 16, 2025
1a3aac0
Update content/news/2025-07-21-FMI-LS-BUS-v1.0-release.md
chrbertsch Jul 16, 2025
8a11cfc
Update content/news/2025-07-21-FMI-LS-BUS-v1.0-release.md
chrbertsch Jul 16, 2025
f3c17ff
Update content/news/2025-07-21-FMI-LS-BUS-v1.0-release.md
chrbertsch Jul 16, 2025
738f303
Update content/news/2025-07-21-FMI-LS-BUS-v1.0-release.md
chrbertsch Jul 16, 2025
ad2b560
Update content/news/2025-07-21-FMI-LS-BUS-v1.0-release.md
chrbertsch Jul 16, 2025
9dcf07b
Update content/news/2025-07-21-FMI-LS-BUS-v1.0-release.md
chrbertsch Jul 16, 2025
ac2baa9
Combine two bullet points on LS-BUS Github repo
chrbertsch Jul 16, 2025
ccdbd44
Update content/news/2025-07-21-FMI-LS-BUS-v1.0-release.md
chrbertsch Jul 16, 2025
4e8f59c
Minor Changes as done in the newsletter article
chrbertsch Jul 19, 2025
8e3390a
Small improvements in first paragraph
chrbertsch Jul 19, 2025
7289770
Add files via upload
chrbertsch Jul 19, 2025
3cb484e
Update 2025-07-21-FMI-LS-BUS-v1.0-release.md
chrbertsch Jul 19, 2025
c91c6d7
Change back headline and initial chapter the version reviewd by Benedikt
chrbertsch Jul 19, 2025
5b9ce83
Update 2025-07-21-FMI-LS-BUS-v1.0-release.md
chrbertsch Jul 19, 2025
aea2b00
Update 2025-07-21-FMI-LS-BUS-v1.0-release.md
chrbertsch Jul 19, 2025
5aaac5d
Update Word and PDF Files of press release
chrbertsch Jul 20, 2025
e50e19e
Add FMI-LS-BUS logo image
chrbertsch Jul 20, 2025
cbbbbc8
Update 2025-07-21-FMI-LS-BUS-v1.0-release.md
chrbertsch Jul 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 72 additions & 0 deletions content/news/2025-07-21-FMI-LS-BUS-v1.0-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
---
title: Release of FMI Layered Standard for Network Communication v1.0 (FMI-LS-BUS)
date: 2025-07-21
aliases: [/news/2025/07/21/fmi-ls-bus-v1.0-release.html]
---

![FMI-LS-BUS](/assets/images/FMI-LS-BUS.png)
# FMI Layered Standard for Network Communicationv v1.0 released - enabling the simulation of virtual ECUs with FMI 3.0!

**Increasingly complex supply chains and functional diversity in the creation of virtual ECUs (vECUs) require standardization to ensure the simple and cost-efficient exchange of vECUs for users of Software-in-the-Loop (SiL) testing solutions. The [Functional Mock-up Interface (FMI)](https://fmi-standard.org/) FMI is an established standard for creating vECUs already using the FMI versions 1.0 and 2.0, but the capabilities for these applications has been improved significantly with the release of FMI 3.0 in 2022. Additionally, FMI 3.0 allows for the specification of layered standards. These are defined based on the FMI 3.0 core standard and extend its capabilities for specific usage domains, in the case of the new layered standard the network communication of vECUs.**

CAN, CAN FD, CAN XL, LIN, FlexRay and Ethernet are network technologies that have been applied successfully over many years by all automotive OEMs worldwide. Virtualizing ECUs and then simulating such vECUs requires connecting them using a virtual version of these network technologies.

The layered standard defines what input and output variables and which FMI 3.0 features are used and how to emulate a transport layer for such network traffic. At this point it should be explicitly mentioned that this layered standard not only relates to automotive buses, but can also be extended to buses from other domains in the future.

There are two base use cases enabled:

- **Physical Signal Abstraction (or High-Cut)** to simply transport physical signal values between virtual ECUs:
The network properties are largely idealized: Infinite bandwidth, zero-delay etc. Signals, groups of signals and their properties (e.g., units) are usually derived from existing and validated standard network topology description formats, such as DBC, LDF, Fibex and ARXML.
- **Network Abstraction (or Low-Cut)** to realize virtualized bus driver implementations:
This transport layer emulation allows anything from idealized to more detailed network simulations, including bandwidth restrictions, message arbitration and delays. It forwards the network payloads using binary variables. The Low-Cut abstraction layer is meant to allow virtualized bus driver implementations, including feedback from the physical drivers about transmission status or network node states. Since the Network Abstraction layer is protocol-independent, it can also be used for the simulation of non-automotive control units, e.g., from the field of industrial automation.

The FMI Layered Standard for Network Communication (FMI-LS-BUS) has been created in a collaborative effort by a working group within the FMI Project with contributions from Akkodis, AVL, Beckhoff, Bosch, dSPACE, PMSF and Synopsys.

The FMI Steering Committee has now released the **version v1.0** of the **FMI 3.0 Layered Standard for Network Communication (FMI-LS-BUS)**. This version includes the common **Physical Signal Abstraction**, that fits for all bus types, and the **Network Abstraction** that supports **CAN, CAN FD, CAN XL**. Additionally a **pre-release of FMI-LS-BS v1.1.0-beta** was published supporting the next planned bus types **Flexray** and **Ethernet**. A chronological overview of the supported and planned bus types can be found in the [FMI-LS-BUS Roadmap](https://github.com/modelica/fmi-ls-bus?tab=readme-ov-file#roadmap).

The new Layered Standard has been heavily tested during the development, and already is supported by the following tools:
Altair Twin Activate, dSPACE SystemDesk, dSPACE VEOS, Model.CONNECT, Synopsys Silver, Vector SIL Kit, Vector vVIRTUALtarget (for more information see https://github.com/modelica/fmi-ls-bus)

The FMI Layered Standard for Network Communication is accompanied by other layered standards to improve the simulation of vECUs:

- The FMI-LS-XCP (v1.0 released, see https://github.com/modelica/fmi-ls-xcp) which enables the measurements via the ASAM XCP standard
- The FMI Layered Standard for the Structuring of data (FMI-LS-STRUCT, v1.0-alpha available, see https://github.com/modelica/fmi-ls-struct) which defines support for maps.

Together they represent a significant part of the functionality required for carrying out SiL tests in vECUs by using the popular FMI 3.0 standard.
They enable the faster exchange of vECUs and give users the option of tool freedom when creating and simulating vECUs. Ultimately, this reduces the process complexity for exchanging and makes it significantly more cost-efficient to create and simulate vECUs.

## More information:

- FMI Layered Standard for Network Communication (FMI-LS-BUS) [(Standard text v1.0.0)](https://github.com/modelica/fmi-ls-bus/releases), [(Github repository and Issue tracker)](https://github.com/modelica/fmi-ls-bus/)
- Presentation at the International ASAM Conference 2024: "The Functional Mock-up Interface (FMI), layered standards and ASAM standards - Enabling seamless SiL simulation of vECUs" [(Slides)](/assets/literature/FMI-LS-ASAM_2024.pdf), [(Video)](https://www.youtube.com/watch?v=KzzKRa3jORs)
- The new FMI Layered Standard for Network communication will be presented at the coming [16th International Modelica and FMI Conference]((https://modelica.org/events/modelica2025/)) in Lucerne, Sept 8-10 2025, in a talk by its developers "FMI Layered Standard for Network Communication: Applications in Networked ECU Development"

## About the Modelica Association Project FMI

The Functional Mock-up Interface is a free standard that defines a container and an interface to exchange dynamic simulation models using a combination of XML files, binaries and C code, distributed as a ZIP file. It is supported by 250+ tools and developed in a Modelica Association Project under the roof of the Modelica Association.

<img width="200px" align="right" src="/docs/3.0/images/FMI_logo_horizontal.svg" alt="FMI logo"/>

Website: [https://fmi-standard.org/](https://fmi-standard.org/)

Email: [[email protected]](mailto:[email protected])


## About the Modelica Association

The Modelica Association (MA) is a non-profit organization incorporated in Sweden with the mission to develop open-access, royalty-free, coordinated standards for the development and verification of cyber-physical systems. The open and royalty-free nature of the standards supports a rich eco-system of open-source and commercial solutions.

<img width="200px" align="right" src="https://raw.githubusercontent.com/modelica/MA-Logos/master/LowRes/Modelica_Association.png" alt="Modelica Association logo"/>

Website: [https://modelica.org/](https://modelica.org/)

Email: [[email protected]](mailto:[email protected])


## Downloads

- [FMI-Layered-Standard-Network-Communication-FMI-LS-BUS-v1.0_Press_Release.docx](/assets/FMI-Layered-Standard-Network-Communication-FMI-LS-BUS-v1.0_Press_Release.docx)
- [FMI-Layered-Standard-Network-Communication-FMI-LS-BUS-v1.0_Press_Release.pdf](/assets/FMI-Layered-Standard-Network-Communication-FMI-LS-BUS-v1.0_Press_Release.pdf)



Binary file not shown.
Binary file not shown.
Binary file added static/assets/images/FMI-LS-BUS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.