- How is a diagnostic application scoped before development?
- Start with the users, ECU variants, supported services, connection setup, and expected outputs. A small initial scope might cover connecting to one ECU, reading selected DIDs, displaying interpreted values, and saving request/response evidence. Protected functions require the project's authorized access method.
- Can this cover an application built around existing diagnostic data?
- Yes. ODX or PDX can be used as supplied inputs when the application needs structured diagnostic descriptions.
- Can you investigate an ECU that does not respond?
- Yes. The investigation can use the ECU setup, BLF recording, existing CANoe project, and problem description to isolate where the expected flow diverges.
- Can the work include automated testing?
- Yes. Defined diagnostic behavior can be implemented as an automated test suite with setup, assertions, and repeatable results.
- Can you work with both ISO-TP and DoIP?
- Yes. The appropriate transport can be integrated according to the available ECU, communication setup, and diagnostic workflow.