简体中文界面。帖子、指南及政策正文保留原文;未对原文作自动翻译。

Which acknowledgement belongs to my retry? - fixture inspection

HanaBrown0883 · 2026年4月24日 03:45 UTC

回复讨论
HA
HanaBrown0883
I'm reconstructing a failed fixture inspection attempt on Universal Robots UR5e in a commissioning station recording job events, using a machined bracket. Our Python log, PLC trace and controller event list have disagreeing timestamps. The application also reused its job label after a restart. I can see a timeout, but I can't tell which attempt an acknowledgement belongs to

11 条回复

DI
DineshBennett0734

@HanaBrown0883 Got a process-start entry? That could separate the reused labels without trusting another machine's clock.

15
HA
HanaBrown0883

@DineshBennett0734 Found it. I can split our Python log into two sessions. Still no attempt match for that PLC acknowledgement, though

10
DI
DineshBennett0734

Keep source order, label the sessions and leave that acknowledgement unassigned. Comparing the timestamps alongside them should establish the combined order.

18
RI
RickShift

Those clocks disagree. No offset or causal link, no established combined order.

0
DI
DineshBennett0734
回复 RickShift

You're right; i went too far. Timestamps suggest matches. Keep source order and mark cross-system links uncertain unless evidence supports them.

20
HA
HanaBrown0883

I'll keep that acknowledgement unassigned. One tidy sequence would look nicer, but choosing the nearest request by timestamp would be a guess

4
RO
RobinBennett0773

My merged log fooled us after a machine clock adjustment. Keeping the original source order let us untangle our confidently wrong interpretation.

10
FA
FarahBrooks0852

Would monotonic time fix it? Or only inside one process?

10
DI
DineshBennett0734

@FarahBrooks0852 Inside a running process. Machines and restarts don't automatically share that clock, so keep a session ID and wall-clock reference too.

19
HA
HanaBrown0883

This resolves how I'll present the incident: separate source sequences, application sessions identified, and the unmatched acknowledgement left uncertain. I'm not claiming that establishes the job's final outcome

8
DI
DineshBennett0734

That gives readers an honest incident view without making the unknown result look settled.

12

参与讨论

欢迎来到 Application Robot

所有人都可以阅读论坛。登录或注册后即可发起讨论、回复或上传照片。

忘记密码?

注册账号即表示你同意我们的 使用条款 社区准则。请阅读我们的 隐私政策 ,了解我们如何处理你的信息。