One retained completion adds a second housing to our count

EllaAllen0294 · 8 Jun 2026, 22:33 UTC

Reply to discussion
EL
EllaAllen0294
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.

11 replies

SA
SaraArcher0374
Replying to EllaAllen0294

Does the retained record include a job number? The completion bit alone cannot tell the next person which housing was inspected

23 points
EL
EllaAllen0294
Replying to SaraArcher0374

There is a job number beside it. Our monitor only remembers the last counted number in memory, so restarting the monitor loses that comparison.

2 points
AN
AnnaAli0242
Replying to EllaAllen0294

Then a reconnect isn't the only trigger. A monitor restart can forget the same job without any PLC outage.

7 points
EL
EllaAllen0294
Replying to AnnaAli0242

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.

3 points
SA
SaraArcher0374
Replying to EllaAllen0294

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

7 points
CA
CallumChan1056
Replying to EllaAllen0294

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.

8 points
YA
YasminBrown0876
Replying to EllaAllen0294

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).

17 points
EL
EllaAllen0294
Replying to CallumChan1056

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.

2 points
AN
AnnaAli0242
Replying to EllaAllen0294

And a completion with a missing order stays doubtful. Don't borrow whichever order happens to be on screen.

5 points
SA
SaraArcher0374
Replying to AnnaAli0242

Who reviews those doubtful records at handover? Someone needs to see them without opening a database

17 points
EL
EllaAllen0294
Replying to SaraArcher0374

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.

15 points

Add to the discussion

Welcome to Application Robot

Everyone can read the forum. Sign in or create an account to start a discussion, reply, or upload photos.

Forgot your password?

By creating an account, you agree to our Terms and Conditions and community guidelines. Read our Privacy Policy for how your information is handled.