CANDIED
Overview
Nodes
Messages
Signals
Visual
Upload
Quick Add
NameDescription
EngineControlModule
TransmissionControlModule
WindowControlModule
SeatControlModuleControls the cars seats
InfotainmentCenterGeneral user controls and display center
CarControlInputModule
BrakeSystem
CabinControlInputModule

Quick Add

NameMessageStart BitLengthData TypeEndianSignedMinMaxFactorOffset
ThrottleUpMainEngineControl016uint16IntelFalse0010
ThrottleDownMainEngineControl1616uint16IntelFalse0010
ShiftStateTransmissionControl08uint8IntelFalse0010
BrakeEngagedControlBrakes02uint8IntelFalse0010
DriverWindowUpOperateWindows01uint8IntelFalse0010
DriverWindowDownOperateWindows11uint8IntelFalse0010
PassengerWindowUpOperateWindows21uint8IntelFalse0010
PassengerWindowDownOperateWindows31uint8IntelFalse0010
CurbWindowUpOperateWindows41uint8IntelFalse0010
CurbWindowDownOperateWindows51uint8IntelFalse0010
StreetWindowUpOperateWindows61uint8IntelFalse0010
StreetWindowDownOperateWindows61uint8IntelFalse0010
WindowLockOperateWindows74uint8IntelFalse0010
13
signals
4 bits
avg signal size
uint8
most used type

Quick Add

NameIDDLCNodeDescription
MainEngineControl1006CarControlInputModule
TransmissionControl2006CarControlInputModule
ControlBrakes3006CarControlInputModule
OperateWindows4006CabinControlInputModule
4
messages
24
total bytes
MainEngineControl
highest priority message

Quick Add

DBC Visualization: Getting started

This page visualizes the content in a DBC file by showing the interconnection of network nodes, messages, and signals and how they all link and flow into one another.


Using the simulation

  • Zoom
    Scroll with your mouse wheel or your typical mobile zoom gesture
  • Pan
    Click/press and drag around to pan around the nodes
  • Drag
    All nodes in the simulation and be moved by dragging them
  • Sticky
    Nodes will be stuck in place after dragging them. To unstick them, simply click a node a single time
  • Info
    Additional information can be displayed about a specific node by double clicking it

8
nodes
4
messages
13
signals
MainEngineControl ID: 100
straighten 6sensors 2
  • ThrottleUp bit: 0 len: 16
  • ThrottleDown bit: 16 len: 16
TransmissionControl ID: 200
straighten 6sensors 1
  • ShiftState bit: 0 len: 8
ControlBrakes ID: 300
straighten 6sensors 1
  • BrakeEngaged bit: 0 len: 2
OperateWindows ID: 400
straighten 6sensors 9
  • DriverWindowUp bit: 0 len: 1
  • DriverWindowDown bit: 1 len: 1
  • PassengerWindowUp bit: 2 len: 1
  • PassengerWindowDown bit: 3 len: 1
  • CurbWindowUp bit: 4 len: 1
  • CurbWindowDown bit: 5 len: 1
  • StreetWindowUp bit: 6 len: 1
  • StreetWindowDown bit: 6 len: 1
  • WindowLock bit: 7 len: 4
Background

Quick Add