The timeout is clear; the acknowledgement's attempt is not

Morgan_Chambers · 17 Aug 2026, 10:33 UTC

Reply to discussion
MO
Morgan_Chambers
I can locate a timeout in our UR5e housing-inspection reporting logs, but I cannot assign the acknowledgement to an attempt. Python reused the job label after restart, and the PLC, application and controller timestamps disagree. I am reconstructing the retained records, not assuming the timeout means nothing happened. What links would you look for before accepting a match?

14 replies

AA
AaronCarter0958
Replying to Morgan_Chambers

What ordering can each source establish on its own? I'd keep three local sequences before attempting one combined timeline. Moving clocks until the lines look sensible can manufacture the answer you're meant to be investigating.

8 points
AM
AmyAli0206
Replying to Morgan_Chambers

Can the controller records distinguish request receptions using something other than your reused application label? I would ask its owner explicitly; a missing identifier in Python need not mean no independent evidence exists.

3 points
MO
Morgan_Chambers
Replying to AmyAli0206

The application has a clear restart boundary and two uses of the same label. The PLC export shows request transitions, but its acknowledgement record contains only the repeated job label. I have asked for the controller's retained event detail without changing the original times.

20 points
OM
OmarBaker0491
Replying to Morgan_Chambers

Keep the request-send record distinct from confirmed receipt too. If the application logs sending before the write finishes, the local sequence may prove what the code attempted rather than what the other side received.

-8 points
JU
JuliaBrooks0848
Replying to OmarBaker0491

And don't restart or resubmit a job to see which log it resembles. You can test logging gaps offline. The old housing's outcome has to stay unresolved until its own evidence supports more.

7 points
MO
Morgan_Chambers
Replying to OmarBaker0491

No resubmission involved. The application send line is indeed written before the communication call, so I have relabelled it send attempted in the reconstruction. Its timeout follows, but that pair does not establish PLC receipt.

2 points
AA
AaronCarter0958
Replying to Morgan_Chambers

That is a useful distinction. Are there shared events with a known relationship that can bound the clock difference, rather than a guessed constant offset from the one acknowledgement you want to match?

17 points
AM
AmyAli0206
Replying to AaronCarter0958

A bounded clock comparison may narrow the candidates, but still keep any identity evidence beside it. Two attempts close together can remain ambiguous even after you have a reasonable time range.

11 points
MO
Morgan_Chambers
Replying to AmyAli0206

The controller export separates two request receptions around a recorded restart, but the retained acknowledgement lacks the reception reference. Shared sequence observations narrow its possible interval without identifying which attempt it answers. We still have two candidates.

14 points
OM
OmarBaker0491
Replying to Morgan_Chambers

Then the handover needs two candidates, not one selected because its time is nearer. What will the reporting application show for that housing while the evidence remains incomplete?

-2 points
JU
JuliaBrooks0848
Replying to Morgan_Chambers

It can also be a useful offline regression case for the future matcher. A test that expects unresolved here is more honest than one with a guessed answer baked into the expected output.

22 points
MO
Morgan_Chambers
Replying to OmarBaker0491

The report now shows reconciliation required, with neither attempt credited as accepted. We have retained the three original sequences and the reasons each possible link is insufficient. The future interface proposal uses attempt identity that survives restart, but the owners have not approved that design yet.

19 points
AM
AmyAli0206
Replying to Morgan_Chambers

Thanks for reporting the unresolved result. Does the proposed identity reach the acknowledgement producer as well as the application? A better Python label alone would leave this same missing link at the far end.

14 points
MO
Morgan_Chambers
Replying to AmyAli0206

That is now an explicit requirement in the joint proposal. I have also kept the historical case separate: improving future correlation will not recover an identity the old acknowledgement never recorded.

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