From 399567c16e9c43cd83ec8409516a9cd4d47f7fef Mon Sep 17 00:00:00 2001 From: Benedikt Menne Date: Tue, 10 Dec 2024 14:52:41 +0100 Subject: [PATCH] Add possible constant variability for BusNotification parameters --- docs/4_4_1_can.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/4_4_1_can.adoc b/docs/4_4_1_can.adoc index f3a16836..8d120394 100644 --- a/docs/4_4_1_can.adoc +++ b/docs/4_4_1_can.adoc @@ -618,8 +618,8 @@ However, in scenarios where Network FMUs are connected directly to each other, o Therefore, the <> configuration parameter is introduced for a CAN Bus Terminal. If the value of the configuration parameter is set to `false`, the Network FMU must not wait for any response after a <> operation ("fire-and-forget"). The default value shall be `false` to allow the Network FMU to be run natively in each simulation scenario. -If the configuration parameter is completely missing, the situation is analogous to the value `false`. -If the Network FMU shall be configured to handle responses in the form of <>, <> and <> operations, the <> within a specified Bus Terminal context the configuration parameter shall be set to `true`. + +If a Network FMU is not supporting bus notifications, the configuration parameter shall either be omitted or the `variability` shall be set to `constant`. +If the Network FMU shall be configured to handle responses in the form of <>, <> and <> operations, the <> the configuration parameter within a specified Bus Terminal context shall be set to `true`. + _[This does not necessarily mean the FMU must fully support CAN error handling or sophisticated arbitration mechanisms._ _A simple Network FMU might also choose to treat Bus Error or Arbitration operations in a simplified manner, e.g., by treating them as a positive confirmation.]_ @@ -631,7 +631,7 @@ _A simple Network FMU might also choose to treat Bus Error or Arbitration operat Bus Error or Arbitration Lost operation after sending a message." Type: Boolean Causality: parameter - Variability: fixed + Variability: fixed or constant Start: "false" ----