- How can I tell whether the issue is a missing message or a late message?
- Measure the complete interval around the reported timeout. If the expected message appears after the threshold, it is late; if it does not appear in a complete recording interval, investigate a missing-message path or recording coverage. A gap in the recording must be ruled out first.
- Can an incorrect DBC create a CAN timing issue?
- Yes. If the DBC identifies the wrong message, node, or expected timing information, the analysis may evaluate the wrong traffic or decode a valid frame incorrectly. Compare the raw CAN dump with the exact DBC entry before treating the result as a network defect.
- Why should timing be checked at both sides of a network gateway?
- A message can have acceptable timing before forwarding and violate the receiving side's expectation afterward. Comparing the same message on both sides helps localize where the deviation is introduced, although it does not alone identify the responsible gateway implementation.
- What evidence is most useful for a timing investigation?
- A problem description with the expected behavior, a complete BLF recording, ASC recording, or CAN dump covering the failure, and the DBC used for interpretation provide the basic comparison set. The recording must include enough time before and after the event to evaluate periods, gaps, and ordering.
- Does a single late frame prove a network timing defect?
- No. One late frame may reflect a transient recording issue, an incorrect timestamp interpretation, gateway behavior, scheduling interaction, or a real communication deviation. Repeated measurements under the reported condition are needed to narrow the cause.