docs: Document comprehensive diagnostic history and next steps for crank no-start issue

- Record all previous diagnostic work (3x CKP sensors, 3x ignition coils, 3x ICMs)
- Document key finding: grounding ICM signal pin restores spark
- Add next diagnostic steps (CKP 5V reference, CMP sensor check, etc.)
- Add section for John's notepad voltage measurements
- Prepare for systematic continuation of diagnosis
This commit is contained in:
John Loper II
2026-03-22 15:58:23 -04:00
parent 35dc471e10
commit efa71f47ec
+244 -4
View File
@@ -147,10 +147,74 @@
**IMPORTANT: All entries MUST include full timestamps (YYYY-MM-DD HH:MM) to track issue progress across multiple days.**
- **[YYYY-MM-DD HH:MM]:** [Event description - e.g., "Project initiated, diagnosis started"]
- **[YYYY-MM-DD HH:MM]:** [Event description - e.g., "Diagnostic tests completed, root cause identified"]
- **[YYYY-MM-DD HH:MM]:** [Event description - e.g., "Parts ordered, awaiting delivery"]
- **[YYYY-MM-DD HH:MM]:** [Event description - e.g., "Repair completed, van running fine"]
### Original Issue Occurrence (Several Years Ago)
- **[Date: Unknown, Several Years Ago]:** Van driven home from Walmart during torrential downpour
- **Event:** Hit large water puddle, violent splash under vehicle
- **Symptom:** Complete electrical failure - no electrical activity anywhere on vehicle
- **Initial Repair:** Something was fixed that restored electrical power, but vehicle would not start after that
### Extensive Diagnostic Work (Last Few Months)
- **[Date: Unknown, Few Months Ago]:** Initial diagnosis began - confirmed NO SPARK at all 8 spark plugs
- **[Date: Unknown]:** Tested spark at ignition coil pigtail to distributor - NO SPARK
- **[Date: Unknown]:** Removed connector from ignition control module (ICM)
- **[Date: Unknown]:** **CRITICAL FINDING** - Grounded the signal pin from ECU to ICM → SPARK RETURNS
- **[Date: Unknown]:** Confirmed ground is present at ICM connector
- **[Date: Unknown]:** Confirmed battery positive is present at ICM connector
- **[Conclusion]:** ECU is not sending signal to ICM to fire ignition coil
### Parts Replaced/Tested (All Failed to Fix)
- **[Date: Unknown]:** Changed ECU (old ECU had visible corrosion on pins and inside)
- **New ECU:** Security light present, successfully completed security relearn procedure
- **Security light:** Now gone after relearn
- **[Date: Unknown]:** Changed crankshaft position sensor (CKP) - **3 different sensors total**
- **[Date: Unknown]:** Changed ignition coils - **3 different coils total**
- **[Date: Unknown]:** Changed ignition control modules - **3 different ICMs total** (including coil on module)
- **Wiring Check:** Traced CKP sensor wires from connector back to ECU
- Found both wires: ground wire and signal wire
- No breaks detected along wire path
- One wire appears to be ground from ECU, other is signal to ECU
### Current Status
- **ECU:** Changed, security relearn completed, no security light
- **CKP Sensors:** 3 tested, none fixed the issue
- **Ignition Coils:** 3 tested, none fixed the issue
- **Ignition Control Modules:** 3 tested, none fixed the issue
- **Key Finding:** When manually grounding ICM signal pin → engine fires
- **Proves:** Ignition coil works, ICM works, spark plug wires work
- **Problem:** ECU is not sending trigger signal to ICM
### Critical Diagnostic Insight
**Why grounding the signal pin makes spark return:**
- The ICM needs a ground signal from the ECU to fire the coil
- When you ground it manually, you're completing the circuit
- This proves the entire ignition system WORKS when the ECU sends the signal
- **The problem is NOT:** CKP sensor, ignition coil, or ICM (all tested 3x)
- **The problem IS:** ECU is not sending the trigger signal to the ICM
### Possible Causes (in order of likelihood)
1. **CKP sensor still not working**
- Even though 3 sensors were tested, maybe the issue is with the sensor's power supply
- CKP sensor needs 5V reference from ECU - if this is missing, sensor can't work
- CKP sensor needs good ground - if ground is bad, sensor can't work
- CKP sensor air gap - if gap is too wide, signal too weak
2. **New ECU is also bad**
- Corrosion damage may have affected multiple ECUs
- New ECU may have internal damage preventing it from sending trigger signal
3. **Camshaft Position Sensor (CMP)**
- Some GM engines need BOTH CKP and CMP to fire
- If CMP signal is missing, ECU won't fire coils even if CKP is good
4. **ECU power/ground issues**
- New ECU may not have proper power or ground to function correctly
- Check all ECU fuses and relay
5. **CKP wiring issue not detected**
- Continuity test may have passed but there could be high resistance
- Wiring may appear intact but have internal damage
---
**Session Log Guidelines:**
- Use full timestamp format: YYYY-MM-DD HH:MM (24-hour format)
@@ -172,6 +236,7 @@
### Before Starting
- [ ] Engine cranks normally
- [ ] No spark present at any plug
- [ ] Security light off (confirmed after ECU swap)
### After Repair
- [ ] Spark present at all 8 spark plugs
@@ -179,6 +244,7 @@
- [ ] No misfires or rough idle
- [ ] Check engine light off (codes cleared)
- [ ] No security light issues
- [ ] Van is drivable and reliable
### Verification Steps
1. Test spark at each plug with spark tester
@@ -186,6 +252,180 @@
3. Test drive and check for misfires under load
4. Scan for codes after test drive
5. Verify no security light issues
6. Confirm no codes return after test drive
---
## 🔬 Next Diagnostic Steps (Priority Order)
### Step 1: Check CKP Sensor Power Supply (5V Reference)
**Why:** CKP sensor needs 5V reference from ECU to operate. If missing, sensor can't work even if new.
**Test Procedure:**
1. Disconnect CKP sensor connector
2. Turn key ON (don't crank)
3. Use multimeter to measure voltage at sensor harness connector:
- **Pin 1 (if 2-wire sensor):** Should have 5V reference from ECU
- **Pin 2:** Should have good ground
4. If NO 5V → ECU not providing power to sensor (bad ECU or wiring)
5. If NO ground → wiring issue back to ECU
**Expected:** 5V on signal wire, good ground on ground wire
### Step 2: Check Camshaft Position Sensor (CMP)
**Why:** Many GM 5.0L/5.7L Vortec engines require BOTH CKP and CMP signals to fire coils. If CMP is missing, ECU won't fire even if CKP is good.
**Test Procedure:**
1. Locate CMP sensor (on intake manifold, near throttle body)
2. Scan for codes - check for P0340 (Camshaft Position Sensor Circuit)
3. Test CMP sensor:
- Disconnect connector
- Check for 5V reference from ECU
- Check for good ground
- Test sensor signal while cranking (AC voltage ~0.5-2V)
4. If CMP failing → replace sensor (~$30-50)
**Part Info:**
- **GM Part #** (to verify with VIN): Commonly 12559305 or similar
- **Aftermarket:** AutoZone, NAPA, RockAuto
### Step 3: Verify CKP Sensor Signal While Cranking
**Why:** Even if power/ground are good, sensor may not be producing signal
**Test Procedure:**
1. Back-probe CKP sensor connector (or use breakout box)
2. Connect multimeter to AC voltage setting
3. Have someone crank engine while you measure
4. **Expected:** 0.5-2V AC signal while cranking
5. **If 0V:** Sensor not producing signal (bad sensor, bad gap, or no power)
### Step 4: Check ECU Power and Ground
**Why:** New ECU may not have proper power or ground to function
**Test Procedure:**
1. Locate ECU connector
2. Check all ECU power pins with key ON:
- Should have battery voltage (12V) on power pins
- Check ECU fuses in under-hood fuse box
- Check ECU relay
3. Check ECU ground pins:
- Should have good continuity to chassis ground
- Check ground points for corrosion
**ECU Fuse Locations:**
- Under-hood fuse box: Look for "ECM" or "PCM" fuse (20A)
- Also check "IGN" fuse (15A)
### Step 5: Test CKP Sensor Air Gap
**Why:** If air gap between sensor and reluctor wheel is too wide, signal too weak
**Test Procedure:**
1. Remove CKP sensor
2. Inspect sensor tip for damage or debris
3. Inspect reluctor wheel (on crankshaft harmonic balancer) for damage
4. Reinstall sensor and measure gap if possible
5. Some sensors have a washer that sets the gap
### Step 6: Consider ECU Replacement Again
**Why:** If all above tests pass but still no signal from ECU, new ECU may also be bad
**Options:**
- Try another known-good ECU (borrow from friend, buy from junkyard)
- Have ECU professionally tested/repaired
- Consider reprogramming existing ECU if corrosion can be cleaned
---
## 📋 Existing Diagnostic Data (From John's Notepad at Home)
**Date:** [To be entered when John shares notepad contents]
### CKP Connector Voltage Measurements
John measured voltage on **every pin** of the CKP connector at various points. This data is critical for determining:
- Whether CKP sensor is receiving proper 5V reference
- Whether ground circuits are intact
- Whether any voltage signals are present
**Action:** Wait for John to share notepad contents → enter voltage readings into this section
### ICM Connector Voltage Measurements
John measured voltage on **every pin** of the ignition control module connector. This data is critical for determining:
- Whether ICM is receiving proper power (12V battery)
- Whether ICM ground is good
- Whether ECU trigger signal is present
- Whether any other pins have unexpected voltage
**Action:** Wait for John to share notepad contents → enter voltage readings into this section
### Continuity Testing Documentation
John performed continuity tests on:
- **All wires between CKP sensor and ECU**
- **All wires between ECU and ignition control module**
**Results:**
- John believes all wires showed continuity
- No obvious breaks detected
- **Note:** Continuity test may pass even with high resistance - voltage drop testing would be more definitive
**Action:** Wait for John to share notepad contents → enter specific wire numbers, pin numbers, and continuity results
### Why This Data Matters
Having the actual voltage measurements will:
1. **Eliminate guesswork** - We'll know exactly what voltages John measured
2. **Identify patterns** - May reveal which wires are dead vs. which have voltage
3. **Pinpoint the issue** - May show exactly where the signal is being lost
4. **Save time** - Can focus on the specific wires/circuits that are failing
---
## 🛠️ Tools Needed for Next Steps
- Digital multimeter (must measure AC voltage)
- Back-probe pins or thin wires for testing connectors
- OBDII scanner (to check for CMP codes)
- Basic hand tools to remove CKP sensor and CMP sensor
- Service manual for connector pinout diagrams
- **John's notepad** - Contains critical voltage measurements
---
## 🔗 Technical References
### GM 5.0L Vortec Ignition System
- **CKP Sensor:** 2-wire magnetic sensor
- **Signal:** AC voltage (0.5-2V while cranking)
- **Power:** 5V reference from ECU
- **Ground:** Good chassis ground
- **CMP Sensor:** Needed for timing reference
- **ICM:** Receives trigger signal from ECU based on CKP+CMP inputs
### ECU Trigger Signal to ICM
- **Signal Type:** Ground pulse from ECU
- **When:** ECU fires when CKP and CMP signals indicate correct timing
- **ICM Function:** Completes coil ground circuit when triggered
- **Result:** Coil fires, spark at plugs
---
## 📝 Lessons Learned
1. **Water damage can be insidious** - Corrosion may not be immediately visible
2. **Systematic testing is critical** - John's methodical approach (3x each part) proved valuable
3. **Grounding test was the key insight** - Proved ignition system works when triggered
4. **ECU corrosion is likely culprit** - Old ECU had visible corrosion inside
5. **Multiple ECUs may be affected** - If water damage was severe, could affect multiple ECUs
6. **Detailed documentation matters** - John's voltage measurements from notepad will be invaluable
7. **Continuity testing has limits** - May pass even with high resistance - voltage drop testing more definitive
---
## 📊 Revision History
| Date | Change |
|------|--------|
| 2026-03-22 15:53 | Added section for CKP and ICM voltage measurements from John's notepad |
| 2026-03-22 15:48 | Comprehensive diagnostic history documented from John's recollection |
| 2026-03-21 | Initial creation - Crank no-start, no spark diagnosis started |
## 🧪 Revision History