Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Variable name is: QRIX:STA:CCD:01:IMAGE1:Pva:Image, but only have to provide QRIX:STA:CCD:01:IMAGE1 to pvaDetector
  • this works: caget -S QRIX:STA:CCD:01:LAUNCH_EDM 
    • currently returns /cds/group/pcds/epics-dev/ddamiani/ioc/common/archonCam/current/children/build/iocBoot/ioc-qrix-archon1/edm-ioc-qrix-archon1.cmd
  • to synch the timestamps have to run at low rate (1Hz) and click "Set" on the main panel while running
    • NOTE: we also have to disable "LinesscanLinescan" mode in the submenu (i.e. turn off the frame batching) to do this
  • IMPORTANT: Dan writes about Linescan boolean (i.e. batching): only use it for FVB at rates above 10Hz.
  • currently (Feb. 26, 2024) the camera is unresponsive to requests to transmit new frames.  used to work in the detector lab (an older LCLS1 machine).  issue with network interface or sysctl params?
  • currently runs on daq-rix-ccd-01
  • currently working rate is 1Hz: issue could be either the daq readout machine or the controller
  • FVB mode is 1x4800.  Full frame is 4800x1200
  • One big piece of silicon, but 16 readout chips that readout in parallel in the 4800 direction (300 each)
  • Area detector IOCs run into trouble at high rates.  300Hz is hopefully OK.  1kHz is very worrisome (worry software timestamping wouldn't work at this rate either).  this is because the IOC can overwrite a buffer that hasn't been transmitted yet.  In particular the timestamp would get corrupted (perhaps related to gateway timestamp corruption issue?).  Dan puts in a 1ms sleep between frames to avoid this.  No obvious buffer-locking mechanism that would protect against this in the IOC.  Possible workaround: could make an IOC that doesn't depend on epics area-detector code.
  • Archon supports
    • full image
    • full vertical binning
    • partial vertical binning (8x, 16x). Found we could get 10Hz with 16x.
    • horizontal binning (but no horizontal ROIs that give any speedup)

...