Skip to content

Commit

Permalink
Change BusNotifications text for Bus Simulation FMUs
Browse files Browse the repository at this point in the history
  • Loading branch information
klausschuch committed Dec 19, 2024
1 parent 94c0665 commit a209cca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/4_4_1_can.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,8 @@ _A simple Network FMU might also choose to treat Bus Error or Arbitration operat
start: "false"
----

CAN Bus Terminals of a Bus Simulation (FMU) might include this configuration parameter, by using a `calculatedParameter` or `constant output` to participate in an importer parameter propagation feature.
A Bus Simulation FMU might indicate via a variable with memberName=<<low-cut-can-bus-notification-parameter, `BusNotifications`>> in the CAN Bus Terminals whether it sends bus notifications or not.
If the sending of bus notifications can be configured (e.g., via a structural parameter), the attributes of the <<low-cut-can-bus-notification-parameter, `BusNotifications`>> variable shall contain `causality="calculatedParameter"` and `variability="fixed"`; or `causality="output"` and `variability="constant"` otherwise.

.Parameter to configure bus notifications within a CAN Bus Terminal of the Bus Simulation.
[[figure-fmu-can-bus-notifications-parameter-in-bus-simulation]]
Expand Down

0 comments on commit a209cca

Please sign in to comment.