SPN 3598 FMI 9: Meaning and Fix
This fault indicates that the ECU’s internal power output supply #2 is not updating its status at the expected periodic rate, typically every 100 ms. In practice, technicians encounter this code after a battery jump-start or when an alternator overvoltage event has corrupted the ECU’s internal voltage regulation logic, often requiring a full power cycle or ECM replacement.
Common Symptoms
- Intermittent sensor dropout: Secondary sensors powered by supply #2 lose signal temporarily, causing erratic data on the J1939 bus.
- Stalled actuators: Valves or relays on this supply fail to energize, leading to delayed or missing mechanical responses.
- Voltage fluctuation on bus: J1939 CAN data shows sporadic voltage dips below 9 V on the VEP2 parameter group.
- ECM watchdog reset: The ECM may perform a soft reset if the supply update rate deviates beyond the 110 ms threshold.
Probable Causes
- ECM internal regulator failure: The 5 V or 12 V linear regulator for supply #2 has degraded, causing asynchronous output updates.
- Corroded supply pin: Pin 23 or 24 on the 70-pin ECU connector exhibits oxidation, increasing contact resistance and disrupting timing.
- Faulty capacitor on supply rail: A ceramic bypass capacitor on the #2 rail has shorted or opened, altering the RC time constant of the voltage monitor.
- Software calibration mismatch: ECM firmware version does not match the expected debounce timer for supply #2, causing false abnormal rate detection.
Advanced Technical Analysis
The ECM microcontroller monitors supply #2 via an ADC channel sampled at 10 Hz. The firmware expects a stable voltage reading within ±0.5 V of the nominal setpoint every 100 ms. If the ADC interrupt misses two consecutive sampling windows (200 ms), the J1939 stack sets FMI 9. This logic prevents false alarms from transient loads like fan clutch engagement.
Electrical analysis of the supply rail reveals a debouncing timer of 110 ms, after which a ‘stale data’ flag is raised. This timer is implemented in the ECM’s real-time operating system (RTOS) task scheduler. A delayed update often stems from a high-impedance ground path on the ECU’s power stage, causing the voltage to ramp slowly and miss the sampling window.
When FMI 9 is active, the ECM activates a safety fallback: it freezes the last known valid voltage value for supply #2 and applies a 25% torque derate to prevent unpredictable actuator behavior. The derate remains until the supply updates correctly over three consecutive cycles. This prevents engine overspeed if a fuel metering solenoid loses power.
Long-term prevention requires verifying the alternator’s ripple voltage (max 500 mV p-p) and ensuring all ECU ground studs are torqued to 6 Nm. A real-world example: a MAN TGS 26.440 repeatedly logged SPN 3598 FMI 9 after a non-OEM alternator replacement that introduced 1.2 V ripple. Replacing the alternator with a Bosch-approved unit resolved the fault permanently.
Step-by-Step Troubleshooting Guide
- Check supply voltage: Measure voltage on ECU pin 23 (supply #2) with a scope; verify stable 5 V ±0.25 V at 10 Hz sampling.
- Inspect connector pins: Remove and visually examine pins 23 and 24 for corrosion or bending; clean with contact cleaner if needed.
- Perform power cycle: Disconnect both battery terminals for 5 minutes to reset the ECM’s internal voltage monitoring state machine.
- Update ECM firmware: Flash the latest OEM calibration from the manufacturer, specifically addressing supply #2 debounce timer parameters.