A pre-dismantling diagnostic report increases transparency for electronic parts. It may show which control units responded, which codes were stored and the reading conditions. It is not a complete function certificate: faults may be intermittent, cleared, outside self-diagnostics or visible only under load.
Set the correct evidential boundary
- No stored DTC means only that the tool reported no corresponding code at that time.
- Communication proves reachability, not every input, output or safety function.
- Environment, mileage, battery voltage, ignition and tool affect interpretation.
- Cleared codes, readiness and time since clearing should remain visible.
- Removal, transport, electrostatic discharge, moisture or incorrect installation can cause later damage.
Workflow with diagnostic tool, ERP and tapinomahub
- Create a vehicle record through
POST /vehicles/intakeor match it withGET /vin/{vin}/vehicle. - Run a complete vehicle scan with a suitable external diagnostic tool before dismantling.
- Store raw report, tool, software, time, voltage and vehicle state unchanged in the ERP.
- Identify the removed part through
POST /scanner/label/extract-partnumbersandGET /parts/oe/{oeNumber}. - Link DTC extract, vehicle, OE number, removal and visual inspection in one part record.
- Distinguish diagnostic finding, additional function testing and required coding in the listing.
Minimum report content
- VIN or pseudonymous vehicle ID and tapiId
- Date, time, mileage, system voltage and operating state
- Tool, software version and scan mode
- Responding and non-responding control units
- DTC status, text and available freeze-frame data
- Clearing or repair events and unchanged original file
Sources and legal references
Frequently asked
Does an empty fault report prove the part works?
No. It is useful point-in-time evidence but not a replacement for component-specific function and safety testing.
Should codes be cleared before sale?
Keep the original intake scan unchanged. Any later scan after repair or clearing should be a separate documented event.
Can tapinomahub run the DTC scan?
No. The public API has no OBD scan endpoint; it structures vehicle and OE identity while the finding comes from an external tool.
