You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `FMI3_LS_BUS_BUFFER_INFO_RESET` allows to reset the `fmi3LsBusUtilBufferInfo` instance after processing
304
304
====
305
305
306
-
==== Demos [[low-cut-can-demos]]
307
-
The following list contains demos, which illustrate both the Bus Simulation as such and Network FMUs of various designs:
306
+
==== Examples [[low-cut-can-examples]]
307
+
The following list contains examples, which illustrate both the Bus Simulation as such and Network FMUs of various designs (the code is maintained in the https://github.com/modelica/fmi-ls-bus-examples repository):
308
308
309
-
* https://github.com/modelica/fmi-ls-bus-guides/tree/main/ls-bus-guide/demos/can-bus-simulation[CAN Bus Simulation]: Represents an exemplary Bus Simulation FMU for CAN.
309
+
* https://github.com/modelica/fmi-ls-bus-examples/tree/main/can-bus-simulation[CAN Bus Simulation]: Represents an exemplary Bus Simulation FMU for CAN.
310
310
This Bus Simulation can be used in combination with the other Network FMUs listed below.
311
311
312
-
* https://github.com/modelica/fmi-ls-bus-guides/tree/main/ls-bus-guide/demos/can-node-triggered-output[CAN Triggered Output]: This demo Network FMU demonstrates sending and receiving multiple CAN Transmit operations using `triggered` output clocks.
312
+
* https://github.com/modelica/fmi-ls-bus-examples/tree/main/can-node-triggered-output[CAN Triggered Output]: This demo Network FMU demonstrates sending and receiving multiple CAN Transmit operations using `triggered` output clocks.
This section contains sample sequences to clarify the facts in the CAN, CAN FD, CAN XL part.
@@ -656,10 +656,10 @@ Using it, the currently pending cycle and macro tick can be calculated based on
656
656
657
657
#ToDo: Add a sample for countdown clocks within this chapter#
658
658
659
-
==== Demos [[low-cut-flexray-demos]]
660
-
The following list contains demos, which illustrate both the Bus Simulation as such and Network FMUs of various designs:
659
+
==== Examples [[low-cut-flexray-examples]]
660
+
The following list contains examples, which illustrate both the Bus Simulation as such and Network FMUs of various designs (the code is maintained in the https://github.com/modelica/fmi-ls-bus-examples repository):
661
661
662
-
* https://github.com/modelica/fmi-ls-bus-guides/tree/main/ls-bus-guide/demos/flexray-bus-simulation[FlexRay Bus Simulation]: Represents an exemplary Bus Simulation FMU for FlexRay.
662
+
* https://github.com/modelica/fmi-ls-bus-examples/tree/main/flexray-bus-simulation[FlexRay Bus Simulation]: Represents an exemplary Bus Simulation FMU for FlexRay.
663
663
This Bus Simulation can be used in combination with the other Network FMUs listed below.
664
664
665
-
* https://github.com/modelica/fmi-ls-bus-guides/tree/main/ls-bus-guide/demos/flexray-node[FlexRay Countdown Clocks]: This demo Network FMU demonstrates startup, sending and receiving multiple Transmit operations using `countdown` clocks.
665
+
* https://github.com/modelica/fmi-ls-bus-examples/tree/main/flexray-node[FlexRay Countdown Clocks]: This demo Network FMU demonstrates startup, sending and receiving multiple Transmit operations using `countdown` clocks.
0 commit comments