Dynamic protection state is preserved
The runtime does not clear timers merely because a forward communication discontinuity occurred. Trust policy determines whether a new operation can be asserted.
Application note AN-02
ARVREL evaluates smpCnt continuity before admitting payload samples into measurement buffers. Duplicate and out-of-order frames are rejected; forward gaps restart contiguous windows and remove new-trip permission while the last coherent display evidence may remain visible.
Ingress decision
| Observed counter relation | Decision | Payload consequence | Evidence consequence |
|---|---|---|---|
Expected next smpCnt | Accept | Samples may enter the runtime pipeline | Normal continuity state |
| Same as last accepted | Drop duplicate | Payload rejected before measurement | Duplicate counter and notice retained |
| Backward / old counter | Drop out of order | Payload rejected before measurement | Ordering telemetry retained |
| Forward discontinuity | Restart window | Post-gap samples rebuild contiguous windows | Gap and recovery state retained |
Continuity model
The gate derives the expected next counter from the last accepted counter and the resolved wrap value. A forward displacement smaller than half the wrap is treated as a gap/restart; a backward displacement is rejected as out of order.
expected = (previous + 1) mod wrap current == expected → accept current == previous → drop duplicate forward < wrap / 2 → restart contiguous window otherwise → drop out of order
State preservation
The runtime does not clear timers merely because a forward communication discontinuity occurred. Trust policy determines whether a new operation can be asserted.
A previously latched virtual trip is not automatically erased by a stream gap. Reset remains an explicit operator action.
The UI can retain the last complete waveform and phasor evidence while contiguous post-gap windows rebuild, preventing a partial or mixed window from appearing coherent.
Trust permissions
smpCnt gap prevents the virtual trip latch from asserting.Research questions
confRev transition policy