InterviewSolution
| 1. |
What Happens If I Have To Send More Than 8-bytes Of Data? |
|
Answer» The J1939 standard has defined a method of communicating more than 8 bytes of data by SENDING the data in packets as specified in the Transport Protocol (TP). There are two types of TP, one for broadcasting the data, and the other for sending it to a specific address. DTC consists of 4 components – SPN, FMI, OC and CM. A DTC is a COMBINATION of four independent fields: the Suspect PARAMETER Number (SPN) of the channel or feature that can have faults; a Failure Mode Identifier (FMI) of the specific fault; the occurrence count (OC) of the SPN/FMI combination; and the SPN conversion method (CM) which tells the RECEIVING mode how to INTERPRET the SPN. Together, the SPN, FMI, OC and CM form a number that a diagnostic tool can use to understand the failure that is being reported. The J1939 standard has defined a method of communicating more than 8 bytes of data by sending the data in packets as specified in the Transport Protocol (TP). There are two types of TP, one for broadcasting the data, and the other for sending it to a specific address. DTC consists of 4 components – SPN, FMI, OC and CM. A DTC is a combination of four independent fields: the Suspect Parameter Number (SPN) of the channel or feature that can have faults; a Failure Mode Identifier (FMI) of the specific fault; the occurrence count (OC) of the SPN/FMI combination; and the SPN conversion method (CM) which tells the receiving mode how to interpret the SPN. Together, the SPN, FMI, OC and CM form a number that a diagnostic tool can use to understand the failure that is being reported. |
|