areaDetector / ADPcoWin

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

Uncommented startCamera() in smAcquireImage() to send software trigge… #9

Closed BenBradnick closed 5 years ago

BenBradnick commented 5 years ago

…rs when in armed mode

It appears that this line was unintentionally left commented out, which prevents more software triggers being sent after the first (see smUnarmedAcquireImage() for comparison).

I have tested this change and I am able to use both internal and external triggering, so this fixes #8.

oksanagit commented 5 years ago

I have tested this. It fixed the problem I have observed before that when Image Mode is Multiple, and the # Images are set to 1, actually 2 images were taken.

BenBradnick commented 5 years ago

Hi @ulrikpedersen / @MarkRivers - can you merge this PR?