The FR5 screen changes from busy to idle when this diagnostic read fails. New SDK response has several fields; our wrapper still picks a position from the old format. I've retained the failing reply.
Compare the wrapper's chosen field with the installed SDK's documented result. Check success before extracting a valid status; a diagnostic or error value can look quite plausible after being fed into your application's status labels.
That's what happened. The old position now supplies a diagnostic value, and our local label table turns it into idle. Developer has the version and both successful and failed responses.
Yes. Display and report both receive the wrapper's converted value. I've added the report row to the reproduction; it isn't only a misleading screen colour.
Use an explicit unavailable result from the adapter and keep any previous reading separate with its observation time. Do not pass a made-up ordinary status downstream and expect each screen or export to recognise the trick.
Hana, would you remove the previous reading altogether? I'm not sure whether keeping it helps the operator or leaves another tempting number on the screen.
I'd ask the operator what they use it for, Dinesh, but I wouldn't leave it in the current-status position and hope a little timestamp explains the difference
Operator uses the last reading when reporting a stop. We've kept it in a separate previous-reading section, with current reading unavailable above. They could explain both on the revised test screen.
Retained successful states parse correctly. Failed, incomplete and unexpected response shapes return unavailable. The same cases reach display and report without an ordinary status being invented. Installed workstation check remains.
Include first startup without any previous reading, and a good read followed by failure. Those are different screen histories even though both end without current data.
Yes. Maintainer checked the identified installed package with both startup cases and the retained response set. Current and previous status stay distinct, and the report records failed reads as unavailable. Operator handover accepted.