feat: Add CrankNoStart issue for ATV no-start problem
- Document crank no-start condition with suspected carburetor issue - Include battery drain issue as related problem - Create diagnostic procedure: verify spark and fuel before assuming carb problem - Add parts list and repair procedure for systematic troubleshooting - Prevents jumping to carburetor rebuild without confirming root cause
This commit is contained in:
@@ -0,0 +1,346 @@
|
|||||||
|
# Issue: Crank No-Start Condition
|
||||||
|
|
||||||
|
> **See main overview:** [README.md](../README.md)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 📋 Quick Summary
|
||||||
|
|
||||||
|
**Issue:** ATV cranks but will not start
|
||||||
|
**Date Reported:** 2026-03-22
|
||||||
|
**Mileage/Hours:** TBD
|
||||||
|
**Severity:** Medium - ATV unusable for work/recreation
|
||||||
|
**Status:** 🔍 INVESTIGATION - Need to confirm spark and fuel
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 🚜 Vehicle Details
|
||||||
|
|
||||||
|
- **Year/Make/Model:** 2001 Polaris Sportsman 500HO
|
||||||
|
- **Engine:** 497cc V-Twin 4-stroke
|
||||||
|
- **Serial Number:** TBD
|
||||||
|
- **Current Mileage/Hours:** TBD
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 🔍 Problem Description
|
||||||
|
|
||||||
|
**Symptoms:**
|
||||||
|
- ✅ Engine cranks normally
|
||||||
|
- ❌ Engine will not start
|
||||||
|
- **Fuel delivery:** Unknown - needs confirmation
|
||||||
|
- **Spark:** Unknown - needs confirmation
|
||||||
|
|
||||||
|
**Related Issue:**
|
||||||
|
- Battery consistently dies on this ATV
|
||||||
|
- May indicate charging system issue or battery problem
|
||||||
|
|
||||||
|
**When it Occurs:**
|
||||||
|
- [TBD - When did this start?]
|
||||||
|
- [TBD - Does it happen every time or intermittently?]
|
||||||
|
- [TBD - Any conditions that affect it?]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 🎯 Initial Assessment
|
||||||
|
|
||||||
|
### Suspected Cause
|
||||||
|
- **Carburetor issue** - John suspects carb problem but has no confirmation
|
||||||
|
- **Battery/charging issue** - Battery consistently dies
|
||||||
|
- **Could be multiple issues** - No spark AND no fuel possible
|
||||||
|
|
||||||
|
### Diagnostic Priority
|
||||||
|
1. **Verify spark** - Confirm ignition system is working
|
||||||
|
2. **Verify fuel delivery** - Confirm fuel is reaching cylinders
|
||||||
|
3. **Check battery/charging** - Address battery drain issue
|
||||||
|
4. **Carburetor inspection** - Only after confirming spark and fuel
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 📊 Diagnostic Findings
|
||||||
|
|
||||||
|
### Current Status
|
||||||
|
**NOT YET TESTED** - Need to perform diagnostics
|
||||||
|
|
||||||
|
### Test Results
|
||||||
|
|
||||||
|
| Test | Expected | Actual | Status | Tested At (YYYY-MM-DD HH:MM) |
|
||||||
|
|------|----------|--------|--------|------------------------------|
|
||||||
|
| Check for spark | Spark present | TBD | ⏳ Pending | TBD |
|
||||||
|
| Fuel delivery | Fuel reaching cylinders | TBD | ⏳ Pending | TBD |
|
||||||
|
| Battery voltage | 12.6V+ (fully charged) | TBD | ⏳ Pending | TBD |
|
||||||
|
| Charging system | 13.5-14.5V while running | TBD | ⏳ Pending | TBD |
|
||||||
|
| Carburetor sync | Synchronized | TBD | ⏳ Pending | TBD |
|
||||||
|
| Air filter condition | Clean | TBD | ⏳ Pending | TBD |
|
||||||
|
| Spark plug condition | Good | TBD | ⏳ Pending | TBD |
|
||||||
|
|
||||||
|
### Diagnostic Data Collected
|
||||||
|
- [ ] Spark plug removed and inspected
|
||||||
|
- [ ] Spark tester connected to plug
|
||||||
|
- [ ] Fuel flow verified
|
||||||
|
- [ ] Battery voltage measured
|
||||||
|
- [ ] Charging system tested
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 🎯 Theories & Root Cause Analysis
|
||||||
|
|
||||||
|
### Most Likely Causes (ranked by probability)
|
||||||
|
|
||||||
|
1. **Carburetor Issues**
|
||||||
|
- **Why:** Most common cause of no-start on carbureted ATVs
|
||||||
|
- **Evidence:** John suspected this, but needs confirmation
|
||||||
|
- **How to confirm:** Remove carb, inspect jets, check float level, clean thoroughly
|
||||||
|
- **Common problems:** Stuck float, clogged jets, old fuel, water contamination
|
||||||
|
|
||||||
|
2. **No Spark**
|
||||||
|
- **Why:** Engine needs spark to ignite fuel
|
||||||
|
- **Evidence:** Not yet confirmed
|
||||||
|
- **How to confirm:** Remove spark plug, ground to engine, crank and check for spark
|
||||||
|
- **Common problems:** CDI module failure, ignition coil failure, kill switch issue, spark plug fouled
|
||||||
|
|
||||||
|
3. **Fuel Delivery Issue**
|
||||||
|
- **Why:** No fuel = no start
|
||||||
|
- **Evidence:** Not yet confirmed
|
||||||
|
- **How to confirm:** Disconnect fuel line, check flow; remove carb bowl, check fuel level
|
||||||
|
- **Common problems:** Fuel pump failure, clogged fuel filter, empty tank, old/degraded fuel
|
||||||
|
|
||||||
|
4. **Battery/Charging Issue**
|
||||||
|
- **Why:** Weak battery may crank but not enough for proper spark
|
||||||
|
- **Evidence:** John reports battery consistently dies
|
||||||
|
- **How to confirm:** Battery load test, charging system test
|
||||||
|
- **Common problems:** Old battery, failing stator/charging coil, bad rectifier
|
||||||
|
|
||||||
|
5. **Air Restriction**
|
||||||
|
- **Why:** No air = no combustion
|
||||||
|
- **Evidence:** Unlikely but possible
|
||||||
|
- **How to confirm:** Remove air filter, try starting (temporary test)
|
||||||
|
- **Common problems:** Clogged air filter, debris in intake
|
||||||
|
|
||||||
|
### Common Failure Points for 2001 Polaris 500HO
|
||||||
|
1. **Carburetors** - Dual Mikuni VM carbs need sync and cleaning
|
||||||
|
2. **CDI module** - Can fail and kill spark
|
||||||
|
3. **Stator/charging coil** - Charges battery and powers ignition
|
||||||
|
4. **Rectifier/regulator** - Converts AC to DC for battery
|
||||||
|
5. **Fuel pump** - Mechanical diaphragm pump can fail
|
||||||
|
6. **Spark arrestor** - Can clog in exhaust
|
||||||
|
7. **Kill switch** - Can fail and cut ignition
|
||||||
|
|
||||||
|
### Historical Context
|
||||||
|
- **Battery issue:** Consistently dies - indicates charging problem or weak battery
|
||||||
|
- **No-start:** Could be related to battery (weak spark) or separate issue
|
||||||
|
- **Age:** 2001 model - 25 years old, components may be worn
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 🔧 Tools Needed
|
||||||
|
|
||||||
|
### Basic Tools
|
||||||
|
- [ ] Spark plug socket (18mm or 21mm for ATV plugs)
|
||||||
|
- [ ] Multimeter
|
||||||
|
- [ ] Spark tester
|
||||||
|
- [ ] Fuel line clamp
|
||||||
|
- [ ] Catch container for fuel
|
||||||
|
- [ ] Basic wrench/socket set
|
||||||
|
- [ ] Carburetor sync gauge (if available)
|
||||||
|
|
||||||
|
### Safety Equipment
|
||||||
|
- [ ] Safety glasses
|
||||||
|
- [ ] Gloves
|
||||||
|
- [ ] Work stand or center stand
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 📦 Parts & Materials
|
||||||
|
|
||||||
|
### Parts to Consider
|
||||||
|
| Part | Part Number | Cost (OEM) | Cost (Aftermarket) | Status |
|
||||||
|
|------|-------------|------------|-------------------|--------|
|
||||||
|
| Spark Plug | NGK BR8ES or equivalent | $5-10 | $5-10 | 🔍 Inspect first |
|
||||||
|
| Air Filter | Polaris aftermarket | $15-30 | $10-25 | 🔍 Inspect first |
|
||||||
|
| Fuel Filter | Polaris | $5-10 | $3-8 | 🔍 Inspect first |
|
||||||
|
| Carburetor Kit | Rebuild kit for Mikuni VM | $25-40 | $20-35 | 🔍 May need |
|
||||||
|
| New Carburetors | If rebuild fails | $200-400 | $150-300 | Last resort |
|
||||||
|
| Battery | 12V ATV battery | $80-150 | $60-120 | Likely needs |
|
||||||
|
| Stator/Charging Coil | If charging fails | $100-200 | $80-150 | If needed |
|
||||||
|
| Rectifier/Regulator | If charging fails | $80-150 | $60-120 | If needed |
|
||||||
|
|
||||||
|
### Materials
|
||||||
|
- [ ] Carburetor cleaner
|
||||||
|
- [ ] Brake cleaner
|
||||||
|
- [ ] Electrical contact cleaner
|
||||||
|
- [ ] Dielectric grease
|
||||||
|
- [ ] Fresh gasoline (no old fuel!)
|
||||||
|
- [ ] Engine oil (if changing)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 📚 Resources
|
||||||
|
|
||||||
|
### Video Resources
|
||||||
|
- 📺 [YouTube: Polaris Sportsman 500HO no start diagnosis]
|
||||||
|
- 📺 [YouTube: Polaris 500HO carburetor cleaning]
|
||||||
|
- 📺 [YouTube: Polaris ATV spark plug check]
|
||||||
|
- 📺 [YouTube: Polaris ATV charging system test]
|
||||||
|
|
||||||
|
### Written Guides
|
||||||
|
- 📖 [Polaris Service Manual - 2001 Sportsman 500HO]
|
||||||
|
- 📖 [Mikuni VM carburetor sync guide]
|
||||||
|
|
||||||
|
### Parts Sourcing
|
||||||
|
- 🔗 [Polaris parts catalog](https://www.polaris.com/parts)
|
||||||
|
- 🔗 [RockAuto ATV parts](https://www.rockauto.com/en/catalog/polaris,2001,sportsman,500ho,1234567)
|
||||||
|
- 🔗 [ATV parts specialists: ATVTrax, Quadboss, etc.]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 🔧 Repair Procedure
|
||||||
|
|
||||||
|
### Phase 1: Confirm Spark
|
||||||
|
|
||||||
|
**Step 1: Remove spark plug**
|
||||||
|
1. Cool engine completely
|
||||||
|
2. Remove spark plug wire
|
||||||
|
3. Remove spark plug with socket
|
||||||
|
4. Inspect plug condition:
|
||||||
|
- **Good:** Light tan/gray color
|
||||||
|
- **Fouled:** Black carbon, wet with fuel/oil
|
||||||
|
- **Wet:** Drenched in fuel (flooded)
|
||||||
|
- **Dry:** No fuel (fuel delivery issue)
|
||||||
|
|
||||||
|
**Step 2: Test for spark**
|
||||||
|
1. Reconnect spark plug to wire
|
||||||
|
2. Ground plug thread to engine block
|
||||||
|
3. Have someone crank engine
|
||||||
|
4. **Expected:** Bright blue spark
|
||||||
|
5. **No spark:** Proceed to ignition system testing
|
||||||
|
|
||||||
|
**If NO SPARK:**
|
||||||
|
- Check spark plug (replace if fouled)
|
||||||
|
- Check kill switch (ensure not engaged/broken)
|
||||||
|
- Test ignition coil (resistance check)
|
||||||
|
- Test CDI module
|
||||||
|
- Check wiring for breaks/bad connections
|
||||||
|
|
||||||
|
### Phase 2: Confirm Fuel Delivery
|
||||||
|
|
||||||
|
**Step 1: Check fuel tank**
|
||||||
|
1. Verify fuel is present
|
||||||
|
2. Drain old fuel if stale (>3 months)
|
||||||
|
3. Use fresh gasoline
|
||||||
|
|
||||||
|
**Step 2: Check fuel flow**
|
||||||
|
1. Disconnect fuel line at carburetor
|
||||||
|
2. Clamp line, direct into container
|
||||||
|
3. Turn fuel petcock ON
|
||||||
|
4. **Expected:** Steady fuel flow
|
||||||
|
5. **No flow:** Check fuel filter, fuel pump, petcock
|
||||||
|
|
||||||
|
**Step 3: Check carburetor**
|
||||||
|
1. Remove carburetor bowl
|
||||||
|
2. **Expected:** Fuel in bowl
|
||||||
|
3. **Empty bowl:** Fuel not reaching carb
|
||||||
|
4. **Full bowl:** May be flooded or float stuck
|
||||||
|
|
||||||
|
**If NO FUEL:**
|
||||||
|
- Clean/replace fuel filter
|
||||||
|
- Check fuel pump (diaphragm test)
|
||||||
|
- Clean carburetor jets
|
||||||
|
- Check petcock vacuum line
|
||||||
|
|
||||||
|
### Phase 3: Battery & Charging System
|
||||||
|
|
||||||
|
**Step 1: Battery test**
|
||||||
|
1. Measure battery voltage (should be 12.6V+ fully charged)
|
||||||
|
2. Load test battery
|
||||||
|
3. **Weak battery:** Charge or replace
|
||||||
|
4. **Good battery:** Check charging system
|
||||||
|
|
||||||
|
**Step 2: Charging system test**
|
||||||
|
1. Start engine (if possible with jump start)
|
||||||
|
2. Measure voltage at battery while running
|
||||||
|
3. **Expected:** 13.5-14.5V
|
||||||
|
4. **Low voltage:** Stator/rectifier issue
|
||||||
|
|
||||||
|
### Phase 4: Carburetor Service
|
||||||
|
|
||||||
|
**If carburetor is the issue:**
|
||||||
|
1. Remove carburetors
|
||||||
|
2. Disassemble completely
|
||||||
|
3. Clean all jets with carb cleaner
|
||||||
|
4. Check float level and condition
|
||||||
|
5. Rebuild with new kit
|
||||||
|
6. Sync carburetors
|
||||||
|
7. Reinstall and test
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 📋 Next Steps
|
||||||
|
|
||||||
|
- [ ] **REMOVE SPARK PLUG AND INSPECT** (do this first!)
|
||||||
|
- [ ] **TEST FOR SPARK** with spark plug grounded to engine
|
||||||
|
- [ ] **CHECK FUEL FLOW** at carburetor
|
||||||
|
- [ ] **INSPECT AIR FILTER** condition
|
||||||
|
- [ ] **TEST BATTERY VOLTAGE**
|
||||||
|
- [ ] Based on findings, proceed with appropriate repairs
|
||||||
|
|
||||||
|
**CRITICAL:** Do NOT assume it's the carburetor until you've confirmed:
|
||||||
|
1. ✅ Spark is present
|
||||||
|
2. ✅ Fuel is reaching cylinders
|
||||||
|
3. ✅ Air flow is good
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 📅 Session Log
|
||||||
|
|
||||||
|
- **[2026-03-22 16:31]:** Issue reported - ATV cranks but won't start, suspected carburetor issue, battery consistently dies
|
||||||
|
- **[2026-03-22 TBD]:** Next: Perform spark test and fuel delivery confirmation
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 📝 Notes
|
||||||
|
|
||||||
|
- **Do NOT just rebuild carbs** without confirming spark and fuel first
|
||||||
|
- **Old fuel is a common issue** - drain and replace with fresh gas
|
||||||
|
- **Battery issue may be separate** - charging system could be failing
|
||||||
|
- **Multiple issues possible** - weak battery + bad carbs + old fuel
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 📊 Success Criteria
|
||||||
|
|
||||||
|
### Before Starting
|
||||||
|
- [ ] Spark test performed
|
||||||
|
- [ ] Fuel delivery confirmed
|
||||||
|
- [ ] Battery condition assessed
|
||||||
|
- [ ] Root cause identified
|
||||||
|
|
||||||
|
### After Repair
|
||||||
|
- [ ] Engine starts immediately
|
||||||
|
- [ ] Runs smoothly at idle
|
||||||
|
- [ ] Accelerates properly
|
||||||
|
- [ ] No stalling or rough running
|
||||||
|
- [ ] Battery holds charge
|
||||||
|
|
||||||
|
### Verification Steps
|
||||||
|
1. Start engine - should fire up within few cranks
|
||||||
|
2. Let warm up - should idle smoothly
|
||||||
|
3. Test throttle response - should accelerate without hesitation
|
||||||
|
4. Check battery voltage after riding - should stay charged
|
||||||
|
5. Test ride - no stalling, no misfires
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 🧪 Revision History
|
||||||
|
|
||||||
|
| Date | Change |
|
||||||
|
|------|--------|
|
||||||
|
| 2026-03-22 16:31 | Initial issue documentation - crank no-start, suspected carb, battery issue |
|
||||||
|
| | |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 🔗 See Also
|
||||||
|
|
||||||
|
- [Main vehicle project README](../README.md)
|
||||||
|
- [ISSUE_TEMPLATE.md](../ISSUE_TEMPLATE.md)
|
||||||
Reference in New Issue
Block a user