areaDetector / ADPcoWin

EPICS area detector driver for the PCO cameras
Apache License 2.0
1 stars 4 forks source link

Camera only gets one software trigger in acquisition when armed #8

Closed BenBradnick closed 5 years ago

BenBradnick commented 5 years ago

If ImageMode is Multiple or Continuous and TriggerMode is one of the software trigger options (e.g. Ext + Soft), starting the acquisition after the ARM_MODE is set to armed will only send one software trigger to the camera.

The driver should instead continue to send software triggers until the expected number of images is reached (if ImageMode is Multiple), matching the behaviour when ARM_MODE is set to disarmed before starting an acquisition.