What protocol is used on CAN C bus?

4x4dually

Moderator
Anyone? I'm not getting anywhere fast. I've tapped the bus but all I get is what looks like CANOpen parameters.

Anyone know if it is J1850 or some other standard?

The Diag bus off the ECM is J1939, but the CAN C bus is not. What the hell is it?
 
Montreal?

Ahh nevermind that's and hvac thing.

image.php


Take you'RE medicine! LOL
 
What does the circuit look like? Most can busses I have seen have a high and low appx 2.5V each leg.
 
What does the circuit look like? Most can busses I have seen have a high and low appx 2.5V each leg.

The bus is a twisted pair terminated to 120ohm that connects the ECM, PCM, ABS, etc. I need to know what protocol it used to for the modules to communicate. There has to be more data there than what I'm loggin'. It must be complete witchcraft since no one that makes any electronics for these trucks wants to chime in and offer any advice. I ain't making junk to sell, just displays for personal use. I'd be willing to sign an NDA if someone knows but doesn't want the details in the open.
 
Think it comes down to decoding the messages, if you can read any then it must be handshaking properly.
 
You are correct sir.....if I knew what the protocol was...I could decode it. LOL

Idears?

It doesn't show PGN's like the J1939 does.
 
The Controller Area Network (CAN) data bus allows all electronic modules or nodes connected to the bus to share information with each other. Regardless of whether a message originates from a module on the lower speed CAN-B bus or on the higher speed CAN-C or CAN-D bus, the message structure and layout is similar, which allows the Totally Integrated Power Module/Central GateWay (TIPM or TIPMCGW) to process and transfer messages between the buses. The TIPM also stores a Diagnostic Trouble Code (DTC) for certain bus network faults.
All modules (also referred to as nodes) transmit and receive messages over one of these buses. Data exchange between nodes is achieved by serial transmission of encoded data messages. Each node can both send and receive serial data simultaneously. Each digital bit of a CAN bus message is carried over the bus as a voltage differential between the two bus circuits which, when strung together, form a message. Each node uses arbitration to sort the message priority if two competing messages are attempting to be broadcast at the same time.
The voltage network used to transmit messages requires biasing and termination. Each module on the CAN bus network provides its own biasing and termination. There are two types of nodes used in the CAN bus network. On the CAN-C bus, a dominant node has a 120 ohm termination resistance, while a non-dominant (or recessive) node has about a 2500 to 3000 ohm (2.5 to 3.0 kilohm) termination resistance. The dominant nodes on the CAN-C bus are the TIPM and the Powertrain Control Module (PCM).
The termination resistance of two dominant nodes is combined in parallel to provide a total of about 60 ohms. This resistance value may vary somewhat by application, depending upon the number of non-dominant nodes on the CAN-C bus. On the CAN-D bus (or Diagnostic CAN-C) all of the 60 ohm termination resistance is present in the Central GateWay (TIPMCGW).


NOTE:All measurement of termination resistance is done with the vehicle battery disconnected.
NOTE:Termination resistance of a CAN-B node cannot be verified with a Digital Multi-Meter (DMM) or Digital Volt-Ohm Meter (DVOM). The transceiver of each CAN-B node connects to termination resistors internally. When the vehicle battery is disconnected, the internal connections of all CAN-B node transceivers are switched open, disconnecting the termination resistors. Therefore, the total bus resistance measured under these conditions will be extremely high or infinite, which does not accurately reflect the actual termination resistance of the CAN-B bus.
The communication protocol being used for the CAN data bus is a non-proprietary, open standard adopted from the Bosch CAN Specification 2.0b. The CAN-C is the faster of the two primary buses in the CAN bus system, providing near real-time communication (500 Kbps).
The CAN bus nodes are connected in parallel to the two-wire bus using a twisted pair, where the wires are wrapped around each other to provide shielding from unwanted electromagnetic induction, thus preventing interference with the relatively low voltage signals being carried through them. The twisted pairs have between 33 and 50 twists per meter (yard). While the CAN bus is operating (active), one of the bus wires will carry a higher voltage and is referred to as the CAN High or CAN bus (+) wire, while the other bus wire will carry a lower voltage and is referred to as the CAN Low or CAN bus (–) wire. Refer to the CAN Bus Voltages table.

Total resistance of CAN-C network can also be measured (60 ohms). Cannot measure total resistance of CAN-B network.

In order to minimize the potential effects of Ignition-OFF Draw (IOD), the CAN-B network employs a sleep strategy. However, a network sleep strategy should not be confused with the sleep strategy of the individual nodes on that network, as they may differ. For example: The CAN-C bus network is awake only when the ignition switch is in the ON or START positions; however, the TIPM, which is on the CAN-C bus, may still be awake with the ignition switch in the ACCESSORY or UNLOCK positions. The integrated circuitry of an individual node may be capable of processing certain sensor inputs and outputs without the need to utilize network resources.
The CAN-B bus network remains active until all nodes on that network are ready for sleep. This is determined by the network using tokens in a manner similar to polling. When the last node that is active on the network is ready for sleep, and it has already received a token indicating that all other nodes on the bus are ready for sleep, it broadcasts a bus sleep acknowledgment message that causes the network to sleep. Once the CAN-B bus network is asleep, any node on the bus can awaken it by transmitting a message on the network. The TIPM will keep either the CAN-B or the CAN-C bus awake for a timed interval after it receives a diagnostic message for that bus over the Diagnostic CAN-C bus.
In the CAN system, available options are configured into the TIPM at the assembly plant, but additional options can be added in the field using the diagnostic scan tool. The configuration settings are stored in non-volatile memory. The TIPM also has two 64-bit registers, which track each of the as-built and currently responding nodes on the CAN-B and CAN-C buses. The TIPM stores a Diagnostic Trouble Code (DTC) in one of two caches for any detected active or stored faults in the order in which they occur. One cache stores powertrain (P-Code), chassis (C-Code) and body (B-Code) DTCs, while the second cache is dedicated to storing network (U-Code) DTCs.
If there are intermittent or active faults in the CAN network, a diagnostic scan tool connected to the Diagnostic CAN-C bus through the 16-way Data Link Connector (DLC) may only be able to communicate with the TIPM. To aid in CAN network diagnosis, the TIPM will provide CAN-B and CAN-C network status information to the scan tool using certain diagnostic signals. In addition, the transceiver in each node on the CAN-C bus will identify a bus off hardware failure, while the transceiver in each node on the CAN-B bus will identify a general bus hardware failure. The transceivers for some CAN-B nodes will also identify certain failures for both CAN-B bus signal wires.
 
Last edited:
Thanks, but I've read all that crap. Several times. The Bosch CAN Specification 2.0b is NOT a protocol, it is merely a specification to which the bus conforms. :(

I'll look up this J2534 spec and see what the hell that is.
 
Back
Top