added MS-CAN RBCM door indicator

This commit is contained in:
Peter L 2018-05-12 16:37:15 -05:00
parent abf87aef9e
commit 9b09d67e95
2 changed files with 17 additions and 4 deletions

View file

@ -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. 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. 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.

View file

@ -11,6 +11,7 @@
<Node id="3" name="Traction Control"/> <Node id="3" name="Traction Control"/>
<Node id="4" name="Sophisticated Airbag Sensor"/> <Node id="4" name="Sophisticated Airbag Sensor"/>
<Node id="5" name="Electric Power Steering"/> <Node id="5" name="Electric Power Steering"/>
<Node id="6" name="Rear Body Control Module"/>
<Bus name="HS-CAN" baudrate="500000"> <Bus name="HS-CAN" baudrate="500000">
@ -162,7 +163,20 @@
</Message> </Message>
</Bus> </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> </Bus>
</NetworkDefinition> </NetworkDefinition>