Question
Reading the post-migration PSS PVs from arcturus on 2026-08-09, three of them disagree on timestamps despite all arriving through the same gateway (s2pvgate.xray.aps.anl.gov:5064) and all returning sensible values:
| PV |
Value |
caget -a timestamp |
S02BM-PSS:FES:BeamBlockingM |
ON |
2026-08-06 14:53:48.074021 |
S02BM-PSS:StaA:SecureM |
ON |
<undefined> |
S02BM-PSS:SBS:BeamBlockingM |
ON |
<undefined> |
<undefined> is EPICS timestamp zero, i.e. no timestamp was ever posted on the record.
S02BM-PSS:SBS:BeamBlockingM additionally reported a real timestamp on one read and <undefined> on two later reads within six minutes, so its behaviour appears intermittent rather than consistently absent.
Is unstamped the expected behaviour for these particular records, or does it indicate they have not processed since IOC start? And is the intermittency on SBS:BeamBlockingM known?
Why it matters
CORA records the time of every observation as part of the audit trail. Where the source supplies no time, CORA must record that fact rather than quietly substitute its own clock, which would fabricate provenance. Knowing whether "no timestamp" is normal for these PVs decides whether it is worth surfacing to an operator or simply expected.
Note that both affected PVs are safety-relevant: hutch secure state and station shutter state.
Context
Same reads that confirmed PSS-1 (#144). SR-ACIS:2BM:FesPermitM is also unstamped, and separately reports STATE / MAJOR alarm with value OFF, which is presumably the designed alarm for "permit not granted" during a shutdown rather than a fault.
Question
Reading the post-migration PSS PVs from
arcturuson 2026-08-09, three of them disagree on timestamps despite all arriving through the same gateway (s2pvgate.xray.aps.anl.gov:5064) and all returning sensible values:caget -atimestampS02BM-PSS:FES:BeamBlockingMON2026-08-06 14:53:48.074021S02BM-PSS:StaA:SecureMON<undefined>S02BM-PSS:SBS:BeamBlockingMON<undefined><undefined>is EPICS timestamp zero, i.e. no timestamp was ever posted on the record.S02BM-PSS:SBS:BeamBlockingMadditionally reported a real timestamp on one read and<undefined>on two later reads within six minutes, so its behaviour appears intermittent rather than consistently absent.Is unstamped the expected behaviour for these particular records, or does it indicate they have not processed since IOC start? And is the intermittency on
SBS:BeamBlockingMknown?Why it matters
CORA records the time of every observation as part of the audit trail. Where the source supplies no time, CORA must record that fact rather than quietly substitute its own clock, which would fabricate provenance. Knowing whether "no timestamp" is normal for these PVs decides whether it is worth surfacing to an operator or simply expected.
Note that both affected PVs are safety-relevant: hutch secure state and station shutter state.
Context
Same reads that confirmed PSS-1 (#144).
SR-ACIS:2BM:FesPermitMis also unstamped, and separately reportsSTATE/MAJORalarm with valueOFF, which is presumably the designed alarm for "permit not granted" during a shutdown rather than a fault.