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_1_can.adoc
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,6 +165,9 @@ h|OP Code [hex] 3+| 0x10
165
165
| Length | 4 byte | Defines the cumulative length of all arguments in bytes.
166
166
The following applies for this operation: `Length = 13 + Data Length`.
167
167
| ID | 4 byte | The specified ID of the CAN message.
168
+
The ID must be considered here as a purely numerical value.
169
+
This means that there is no need for separate segmentation between the 11-bit base CAN identifier and an 18-bit CAN identifier extension information that is known from the CAN protocol.
170
+
Additional information such as Ide is also not part of the ID, but is treated separately.
168
171
| Ide | 1 byte | Specified whether the ID should be transmitted as standard (11-bit) or extended (29-bit) message identifier.
169
172
For specification the boolean values `TRUE` and `FALSE` (see <<table-boolean-value-kinds>>) shall be used.
170
173
| Rtr | 1 byte | Specifies whether the given frame represents a Remote Transmission Request frame.
@@ -192,6 +195,9 @@ h|OP Code [hex] 3+| 0x11
192
195
| Length | 4 byte | Defines the cumulative length of all arguments in bytes.
193
196
The following applies for this operation: `Length = 12 + Data Length`.
194
197
| ID | 4 byte | The specified ID of the CAN message.
198
+
The ID must be considered here as a purely numerical value.
199
+
This means that there is no need for separate segmentation between the 11-bit base CAN identifier and an 18-bit CAN identifier extension information that is known from the CAN protocol.
200
+
Additional information such as Ide is also not part of the ID, but is treated separately.
195
201
| Ide | 1 byte | Specified whether the ID should be transmitted as standard (11-bit) or extended (29-bit) message identifier.
196
202
For specification the boolean values `TRUE` and `FALSE` (see <<table-boolean-value-kinds>>) shall be used.
197
203
| Brs | 1 byte | Defines the Bit Rate Switch.
@@ -217,6 +223,9 @@ h|OP Code [hex] 3+| 0x12
217
223
| Length | 4 byte | Defines the cumulative length of all arguments in bytes.
218
224
The following applies for this operation: `Length = 19 + Data Length`.
219
225
| ID | 4 byte | The specified ID of the CAN message.
226
+
The ID must be considered here as a purely numerical value.
227
+
This means that there is no need for separate segmentation between the 11-bit base CAN identifier and an 18-bit CAN identifier extension information that is known from the CAN protocol.
228
+
Additional information such as Ide is also not part of the ID, but is treated separately.
220
229
| Ide | 1 byte | Specified whether the ID should be transmitted as standard (11-bit) or extended (29-bit) message identifier.
221
230
For specification the boolean values `TRUE` and `FALSE` (see <<table-boolean-value-kinds>>) shall be used.
0 commit comments