When our monitor reconnects, a completion signal retained from before the outage can be treated as a new completion.
We're tracking inspection completion tracking with Universal Robots UR5e in a workshop cell with retained job registers, using a fixture-mounted housing.
I'm trying to reconcile the signal with its job, without automatic resubmission or simply clearing the retained state.
The trace confirms completion remains asserted through the outage. Our application loses its consumed marker on restart, causing the first read to be interpreted as a fresh completion.
@HarishBennett0750 Replay reconnect offline against a durable job record. Match the retained completion before changing counts; persisting the consumed marker should prevent the repeat.
You're right about the missing identity condition. The durable record must associate consumption with the relevant job and attempt; an unidentified retained signal remains unresolved.