Intro to J1587 / J1708 Standard Fault Codes (2024)

Why is this important to know? It's good to understand the foundation of fault codes and where they originate from. The SAE formed a document that is the underlying layer of the low-speed communication bus. In heavy-duty applications, this is the primary communication protocol depending on the manufacturer.

Engineering Level - You needboth J1587 + J1708 document to understand the requirements for the hardware and the basic protocol. You can purchase these documents from SAE website. Links are at the bottom.

The message format for J1587/J1708 fault codes.

  1. MID
  2. PID, SID, PSID, PPID
  3. FMI

Why is this relevant?

This is because the heavy duty industry adapted to use the J1587/J1708 for the way they opted to send diagnostic fault code messages on older trucks. The channel for communication happens on this low speed protocol. Not all manufacturers use this protocol to transmit the engine relatedfault codes. This communication is usually more common on trucks that are older than 2013 year model year. The most common protocol for the trucking industry is J1939, which communicates at the faster 250k baud rate.

Let's look at this first example fault code:

MID 128 SID 146 FMI 5

Do you know what it is off the top of your head?

WHAT IS MID?

This is your source address. For instance MID 128 = Engine ECU. This is the address what the module is. For instance in HEX format MID 128 = HEX (80). 80 would be the module on the communication protocol, which in this case for our example is the Engine ECU.

Here is an example of some raw J1708 data:

Intro to J1587 / J1708 Standard Fault Codes (1)

What did we use to connect to see this raw data:

  • Windows Computer
  • Nexiq USB Link Adapter
  • DMUX32 Software
  • Stand Alone ECU - 2011 Volvo D13

When you connect the ECU and read raw data this is the communication that you see. This data is being sent at 9600 baud rate speed. This is not that fast compared to the newer J1939 250k speed. So the communication that is happening here is transmitting important information at a rate that is documented by the standard.

That gives you some of the meat that goes into what the format looks like when understanding the J1587/J1708 fault codes.

So let's recap, If you have MID 128 = Source ID, which in this example is Engine ECU

Now that we got that basic element of surprise down we can begin with the next part.

PID, SID, PSID, PPID

PIDParameter Identification
SIDSubsystem Identification
PPIDPropreitary Parameter Identification
PSIDPropreitary Subsystem Identification

This part of the fault code explains what the parameter or system identification is. The classification of this is detailed on the SAE document that is why you need this to understand what SID, PID, PPID, PSID you need to look up. All of that raw data in the example above means something!

The SAE document provides the standard SID, PID identifications. The OEM's use the standard so everyone is on the same page. So the vehicle speed identification is the same across all modules and all manufacturesas long as they are supported on the bus.

Examples of how this is used:

  • PID 84 = Road Speed ( Same on all modules)
  • SID 146 = EGR Valve (Specific toward Engine ECU)
  • PPID 326 = Soot Level (Specific to Volvo / Mack Manufacture)

How does FMI influence the fault code?

Failure Mode Identifier or FMI, describes the type of failure detected in the subsystem identified by the PID or SID or PPID or PSID.

This is simply just telling you what is wrong with the component that is giving the issue.

EXAMPLE: MID 128 SID 146 FMI 5 - ACTIVE FAULT

MID 128 = Engine ECU, SID 146 = EGR Valve #1
FMI = 5, which means the current is below normal or open circuit. Meaning that you have no load or resistance since an EGR motor is a resistor. You need to check for rubbed wires or you need to replace your EGR valve to fix this fault code. Check the resistance of the EGR motor, it should be less than 10 ohms based on the manufacture spec.

You can have the same fault code with multiple failure modes. This just means that you have two different conditions that were set on the ECU. An example of this is this particular fault code is when that fault code come Active and then turns Inactive.

Example:

  1. MID 128 SID 146 FMI 5 - Active Fault
  2. MID 128 SID 146 FMI 13 - Inactive Fault

FMI 13- Out Of Calibration
This example tells us that it failed its calibration at the startup sequence of theinitiating the EGR valve open. Understanding the different failure modes are very helpful in properly fixing your problem.

FAILURE MODE TABLE

0

Data valid but above normal operational range (that is, engine overheating)

1

Data valid but below normal operational range

2

Data erratic, intermittent, or incorrect

3

Voltage above normal or shorted high

4

Voltage below normal or shorted low

5

Current below normal or open circuit

6

Current above normal or grounded circuit

7

Mechanical system not responding properly

8

Abnormal frequency, pulse width, or period

9

Abnormal update rate

10

Abnormal rate of change

11

Failure mode not identifiable

12

Bad intelligent device or component

13

Out of Calibration

14

Special Instructions

15

Reserved

Thats it! Younow are an expert of fault codes that are located on the J1587/J1708 protocol. This protocol is largly used on modules within the trucking industry so you will come across these type of fault codes with Engine / ABS / Brakes / Climate Control / Instrument clusters and other modules that are located on the J1587/J1708 Bus.

You need the full MID + PID + FMI to properly diagnosis a fault code on this communication protocol. So next time you ask for help make sure you have all of that information.

Drop us a comment if this helped.

Links to purchase SAE documents

SAE J1587:https://www.sae.org/standards/content/j1587_201301/
SAE J1708:https://www.sae.org/standards/content/j1708_201609/

Intro to J1587 / J1708 Standard Fault Codes (2024)

FAQs

What is code J1708 J1587? ›

J1587 is an application layer and is used together with J1708, which is the physical layer. J1587 describes a message format and defines parameters. A J1587 message consists of MID, PID, data bytes and a checksum. The length of a J1587 message is limited to 21 bytes according to J1708.

What is the engine code for J1708? ›

Society of Automotive Engineers standard SAE J1708 is a standard used for serial communications between ECUs on a heavy duty vehicle and also between a computer and the vehicle. With respect to Open System Interconnection model (OSI), J1708 defines the physical layer.

What is the J1708 standard? ›

J1708 is an SAE specification developed especially for heavy duty vehicles (trucks and busses). The intention is that the protocol will promote a standard for serial communication between modules with microcontrollers. The standard means that data can be transferred between devices in a more cost-effective way.

What is the PID of SAE J1587? ›

J1587 defines MIDs in the interval 128-255. The first byte after the MID is a parameter identification (PID). A PID is (usually) one byte long and can contain values 0-255. Every PID is followed by a number of parameter data bytes.

What is the difference between J1587 and J1708? ›

SAE J1708 makes up the physical and data link layers while SAE J1587 makes up the transport and application layers with respect to the OSI model. SAE J1587 is used in conjunction with SAE J1708 for automobile communication.

Does J1587 have a terminating resistor? ›

The cab terminating resistor is located in the dash tucked up above the dash tap points for the J1587. The correct datlink resistence measured at any device, or at the diagnostic plug should be 60 ohmes with the battery disconnected.

What is the voltage of the J1587 data link? ›

Measure the voltage between the positive battery post and J1587- terminal — voltage should be 9 to 13.5 volts.

When did J1939 replace J1708? ›

SAE J1939 was initially released in 1994, but the top-level document was published in 2000. Around the mid-2000s, manufacturers began switching from the SAE J1587/J1708 system to the SAE J1939 protocol.

What is the baud rate of J1708? ›

The default baud rate is 9600 bps and there is no terminators, J1708-TX is a 3.3V signal.

What is PID in fault code? ›

PARAMETER IDENTIFIERS (PIDS) & SUSPECT PARAMETERS NUMBER (SPN) Parameters Identifiers, or PIDs, are numbers and names used to identify data being displayed. So think if PIDs in terms of “readings” such as oil temperature, coolant level, engine RPMs, and so on. PID is a J1708 term, and then SPN is a J1939 term.

How to find service by pid? ›

Task Manager

From the Processes tab, select Details to see the process ID listed in the PID column. Click on any column name to sort. You can right click a process name to see more options for a process. Some kernel errors may cause delays in Task Manager's graphical interface.

What is PID on an obd2 scanner? ›

OBD-II PIDs (On-board diagnostics Parameter IDs) are codes used to request data from a vehicle, used as a diagnostic tool. SAE standard J1979 defines many OBD-II PIDs.

What is the maximum data speed of a J1708-1587 data link? ›

Data on the J1708 moves at 9600 bits per second, which is much slower than today's modern J1939 network. There can also be a maximum of 20 ECMs, or “nodes”, on the J1708 network.

Top Articles
Pickled Ginger Recipe | Elephantastic Vegan
Tourtière French-Canadian Meat Pie Recipe
Dainty Rascal Io
Use Copilot in Microsoft Teams meetings
Www.mytotalrewards/Rtx
Xre-02022
Northern Counties Soccer Association Nj
Botanist Workbench Rs3
Craigslist Pet Phoenix
Melfme
Mylife Cvs Login
Mndot Road Closures
About Goodwill – Goodwill NY/NJ
Day Octopus | Hawaii Marine Life
Natureza e Qualidade de Produtos - Gestão da Qualidade
Tiraj Bòlèt Florida Soir
Edgar And Herschel Trivia Questions
Shooting Games Multiplayer Unblocked
Mile Split Fl
Les Rainwater Auto Sales
What is Rumba and How to Dance the Rumba Basic — Duet Dance Studio Chicago | Ballroom Dance in Chicago
Uky Linkblue Login
Troy Bilt Mower Carburetor Diagram
Jbf Wichita Falls
Everything you need to know about Costco Travel (and why I love it) - The Points Guy
China’s UberEats - Meituan Dianping, Abandons Bike Sharing And Ride Hailing - Digital Crew
Walgreens Alma School And Dynamite
Hdmovie2 Sbs
Aerocareusa Hmebillpay Com
Busted News Bowie County
Panolian Batesville Ms Obituaries 2022
The Many Faces of the Craigslist Killer
Sherburne Refuge Bulldogs
Southwest Flight 238
Papa Johns Mear Me
New Stores Coming To Canton Ohio 2022
Mcclendon's Near Me
Culver's Hartland Flavor Of The Day
Lowell Car Accident Lawyer Kiley Law Group
Minecraft Jar Google Drive
2024 Ford Bronco Sport for sale - McDonough, GA - craigslist
Autozone Locations Near Me
„Wir sind gut positioniert“
Lake Kingdom Moon 31
Iman Fashion Clearance
Dancing Bear - House Party! ID ? Brunette in hardcore action
Walmart Listings Near Me
FactoryEye | Enabling data-driven smart manufacturing
Enjoy Piggie Pie Crossword Clue
Rétrospective 2023 : une année culturelle de renaissances et de mutations
How Did Natalie Earnheart Lose Weight
Naughty Natt Farting
Latest Posts
Article information

Author: Golda Nolan II

Last Updated:

Views: 5759

Rating: 4.8 / 5 (58 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Golda Nolan II

Birthday: 1998-05-14

Address: Suite 369 9754 Roberts Pines, West Benitaburgh, NM 69180-7958

Phone: +522993866487

Job: Sales Executive

Hobby: Worldbuilding, Shopping, Quilting, Cooking, Homebrewing, Leather crafting, Pet

Introduction: My name is Golda Nolan II, I am a thoughtful, clever, cute, jolly, brave, powerful, splendid person who loves writing and wants to share my knowledge and understanding with you.