Reporting for failed CRCs on commands #4838
-
|
Hello, It looks like if an F Prime executable detects a failed CRC, it is silently discarded: We would like for this to be an Event message or otherwise reported via telemetry channels. Is this possible? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Yes it's very much possible. Feel free to open a feature request for this. The same can be said of the TcFramerDetector for the CCSDS TC protocol. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you very much. I'm a bit confused on the second point. In what scenario would we be using the direct connection that would emit an event on CRC mismatch? |
Beta Was this translation helpful? Give feedback.
Yes it's very much possible. Feel free to open a feature request for this. The same can be said of the TcFramerDetector for the CCSDS TC protocol.
Note this only applies if using the FrameAccumulator to reassemble frames. If direct connection
ComAdapter (delivering full frames i.e. not a bytestream) -> Deframer, the deframers do emit an event on CRC mismatch.