mirror of
https://github.com/majbthrd/MazdaCANbus
synced 2024-12-22 19:25:34 -06:00
added MS-CAN RBCM door indicator
This commit is contained in:
parent
abf87aef9e
commit
9b09d67e95
2 changed files with 17 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
|||
CAN database for Mazda SkyActiv
|
||||
===============================
|
||||
CAN database for Mazda (SkyActiv and RX-8)
|
||||
==========================================
|
||||
|
||||
This is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
The database file is in the [KCD format](https://github.com/julietkilo/kcd). There are open utilities such as [canmatrix](https://github.com/ebroecker/canmatrix) and [CANBabel](https://github.com/julietkilo/CANBabel) to convert between this and other CAN database formats.
|
||||
|
||||
|
|
16
skyactiv.kcd
16
skyactiv.kcd
|
@ -11,6 +11,7 @@
|
|||
<Node id="3" name="Traction Control"/>
|
||||
<Node id="4" name="Sophisticated Airbag Sensor"/>
|
||||
<Node id="5" name="Electric Power Steering"/>
|
||||
<Node id="6" name="Rear Body Control Module"/>
|
||||
|
||||
<Bus name="HS-CAN" baudrate="500000">
|
||||
|
||||
|
@ -162,7 +163,20 @@
|
|||
</Message>
|
||||
</Bus>
|
||||
|
||||
<Bus name="MS-CAN" baudrate="250000">
|
||||
<Bus name="MS-CAN" baudrate="125000">
|
||||
|
||||
<Message id="0x43E" name="doors">
|
||||
<Producer>
|
||||
<NodeRef id="6"/>
|
||||
</Producer>
|
||||
<Signal name="Door Ajar" offset="36" length="4" endianess="big">
|
||||
<LabelSet>
|
||||
<Label name="Door Ajar Indicator" value="13"/>
|
||||
<Label name="Door Ajar Indicator" value="14"/>
|
||||
</LabelSet>
|
||||
</Signal>
|
||||
<Signal name="continuous audible tone" offset="59"/>
|
||||
</Message>
|
||||
</Bus>
|
||||
|
||||
</NetworkDefinition>
|
||||
|
|
Loading…
Reference in a new issue