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
Keep source order, label the sessions and leave that acknowledgement unassigned. Comparing the timestamps alongside them should establish the combined order.
@FarahBrooks0852 Inside a running process. Machines and restarts don't automatically share that clock, so keep a session ID and wall-clock reference too.
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