Feature #18037
Milestone #17719: Booster operational test of one crate alongside existing BPM system
Support flagging that data could not be read when a DAQ module is missing/failed
Description
bpmd will come up when DAQ modules are missing or failing. We need a way of flagging in an IReading that data was attempted to be collected from a DAQ module that was missing.
History
#1 Updated by John Diamond about 3 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented IReading::DataDescription::moduleStatus for tracking that readout status of each DAQ module. The moduleStatus is set to DAQ_MODULE_DATA_COLLECTED only after the data has been successfully read. All other values indicate a readout error (such as a missing module).