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
Copy file name to clipboardExpand all lines: docs/4_4_2_lin.adoc
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,11 @@ This chapter describes the <<low-cut-layered-standard-bus-protocol, Layered Stan
5
5
To simulate LIN buses, LIN-specific operations are specified based on the <<low-cut-layered-standard-bus-protocol, Layered Standard Bus Protocol>>.
6
6
Overall, the following groups of operations exists:
7
7
8
-
* Transmit: This group of operations is used to simulate a frame transmission.
8
+
* Transmit and Confirm: This group of operations is used to simulate a frame transmission.
9
9
There are three specific operations that represent the different communication options between a LIN Master and one or more LIN Slaves.
10
-
* Error: This group of operations is used for protocol format errors and to simulate bus failures.
11
-
For example, the failure of a transmission can be indicated.
10
+
* Bus- and Format Error: This group of operations is used for protocol format errors and to simulate bus failures.
12
11
* Configuration: This operation enables the configuration of bus-specific parameters and options that are required to simulate the bus behavior properly.
13
12
For example, it allows the specification of the baud rate.
14
-
* Status: This operation is used by Networked FMUs to inform Bus Simulations about the internal state (Power Off/Initialization/Operation/Sleep) which concerns the reaction on bus errors.
15
13
* Wake up: LIN supports wake up and sleep scenarios.
16
14
Normally there are two ways to wake up from sleep mode: a local wake up on a specified wake-up pin, or a wake-up on the LIN bus via a LIN specific wake-up pulse.
17
15
This operation is used to simulate triggering a wake-up from bus side.
0 commit comments