Frame Table
This page documents the frame table configuration
Table of Contents
Configuration file fields
This section is autogenerated from the Rule Schema file.
Name lin.frames.items.name
Optional frame name.
Type |
Max length |
---|---|
string |
16 |
Frame ID (hex) lin.frames.items.id
ID of frame in hex. Example: 0F.
Type |
Max length |
---|---|
string |
2 |
Frame Length (decimal) lin.frames.items.length
Length of the frame in decimal.
Type |
Minimum |
Maximum |
---|---|---|
integer |
1 |
8 |
Checksum Type lin.frames.items.checksum_type
Type of the checksum used on the LIN frame.
Type |
Default |
Options |
---|---|---|
integer |
0 |
Enhanced: |
Configuration explained
This section contains additional information and examples.
The LIN controller expects default data lengths and checksums as explained in LIN. LIN-frames using a different configuration (length, checksum or both) can be explicitly configured using the frame table.
Note
LIN frames satisfying the default expected configuration do not need to be inserted in the frame table.