CAN 9 Transmission Redundancy
ETH 9 Transmission Redundancy
Is this saying to find the garbled data by sending the same data several times?
Is the target to be found different from CRC of CAN or check sum of UDP?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
CAN 9 Transmission Redundancy
ETH 9 Transmission Redundancy
Is this saying to find the garbled data by sending the same data several times?
Is the target to be found different from CRC of CAN or check sum of UDP?
Does this match recognition that incorporates a checksum or increment counter in the transmission data in order to find an error in the application?
user4777395 said:Does this match recognition that incorporates a checksum or increment counter in the transmission data in order to find an error in the application?
No. The type of approach you are describing would be considered information redundancy. Transmission redundancy means the actual duplicate transmission of the data or message packet so the second set of received data can be compared to the first. This protects against transient faults impacting the transmission of the data. Note that it may not be necessary to use this mechanism if you have other protections in place such as information redundancy, in message CRC, bit error detection, etc that can detect corruption within the message. The impact of including or excluding such a diagnostic measure is dependent on the application needs and would need to be evaluated through fault tree analysis in combination with your overall system Safety Requirements Specification (SRS).