Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Described more transitions

...

Description of Transitions

  • Reset: xrecover from (some) errors. In practice it is more common to restart the DAQ if errors leave the partition in an inconsistent state.
  • RollCall: x
  • Alloc: x
  • Dealloc: xchanges the state from Allocated to Unallocated. Does not call back members of the partition, but instead always succeeds.
  • Connect: x
  • Disconnect: x
  • Configure: x
  • Unconfigure: x
  • BeginRun: x
  • EndRun: x
  • BeginStep: x
  • EndStep: x
  • Enable: x
  • Disable: x
  • L1Accept: While in Running state, the DAQ receives per-shot data synchronized by the timing system hardware.
  • SlowUpdate: While in Running state, the DAQ may be configured to generate a low rate (~1Hz) of SlowUpdate transitions which are used to record slow epics data and other slow data (e.g. time tool backgrounds). The timing of these transitions is not precise.

...