II.
LibraryProcess overview
Reference · livelib-process:automotive-engineering--diagnostic-implementation
diagnostic-implementation overview
Diagnostic Implementation (UDS/OBD) - Implement diagnostic services per UDS (ISO 14229) and OBD-II standards including diagnostic trouble codes, readiness monitors, and service routines.
Attributes
displayName
diagnostic-implementation
description
Diagnostic Implementation (UDS/OBD) - Implement diagnostic services per UDS (ISO 14229) and
OBD-II standards including diagnostic trouble codes, readiness monitors, and service routines.
libraryPath
library/specializations/domains/science/automotive-engineering/diagnostic-implementation.js
specialization
automotive-engineering
references
- - ISO 14229 UDS Specification - ISO 15765 Diagnostics on CAN - SAE J1979 OBD-II PIDs - ODX (ISO 22901)
example
const result = await orchestrate('specializations/domains/science/automotive-engineering/diagnostic-implementation', {
projectName: 'Powertrain-Diagnostics',
ecuType: 'VCU',
diagnosticServices: ['readDTC', 'clearDTC', 'routineControl', 'downloadUpload'],
obdRequired: true
});
usesAgents
- general-purpose
Outgoing edges
lib_applies_to_domain1
- domain:automotive-engineering·DomainAutomotive Engineering
lib_belongs_to_specialization1
- specialization:automotive-engineering·SpecializationAutomotive Engineering
lib_implements_workflow1
- workflow:bug-triage·Workflow
lib_involves_role2
- role:systems-integration-engineer·RoleSystems Integration Engineer
- role:embedded-engineer·RoleEmbedded Engineer
lib_requires_skill_area3
- skill-area:sensor-fusion·SkillAreaSensor Fusion
- skill-area:motion-planning·SkillAreaMotion Planning
- skill-area:physics-simulation·SkillAreaPhysics Simulation
Incoming edges
None.