Our diagnostic application watches Fairino FR10 for read-only diagnostic sampling in an inspection cell with a separate monitoring laptop, using an inspection plate as a reference. Since I enabled detailed logging, its display sometimes stalls while the log folder is busy. Cell controls are separate from this application.
Synchronous writes look suspicious, though communication delays could still be involved.
@EllaBarnes0555 I've reproduced the freeze offline: responses continue arriving from the replay source while our application pauses inside synchronous file writing before processing the next sample.
Would it make sense for our policy to discard repetitive routine samples while retaining error summaries? Those repeated status lines aren't all equally useful.
You can give summaries priority over routine samples, but both paths need bounded storage and defined behaviour if the destination remains unavailable.
@LucaBrooks0787 It proves a logging stall in that replay. Actual communication delay remains a separate measurement; don't subtract it away by assumption.