I need to reconcile the housing already inspected when our UR5e monitor reconnects. The retained completion gets counted again after an outage. I would rather leave a doubtful job visible while we work out its identity. Clearing the register would also clear the clue we have.
You're right. I called it a reconnect problem because that is how we found it. Restarting the application against the saved record produces the extra count too.
Keep the accepted completion in durable storage. Ask the developer how recording it and updating the count stay together if the application stops between them
We once stored the last number but not its production order. Number one returned after a reset and confused the next run. Find out when yours can repeat before treating it as a permanent identity.
You can replay that saved record twice without touching the cell, Ella, then stop the monitor between recording the result and updating its display (if your test setup exposes that point).
The developer has confirmed the job number restarts with the production order. We need both values. I had not included the order in my first example, so that was worth asking.
Quality will review a visible pending list. The offline replay now counts the repeated order-and-job pair once, including after a monitor restart. Missing-order handling is on that list; we still need the interrupted-write check.