diff --git a/andorApp/src/andorCCD.cpp b/andorApp/src/andorCCD.cpp index 386bef6..9eda11f 100755 --- a/andorApp/src/andorCCD.cpp +++ b/andorApp/src/andorCCD.cpp @@ -634,6 +634,7 @@ asynStatus AndorCCD::writeInt32(asynUser *pasynUser, epicsInt32 value) if (function == ADAcquire) { getIntegerParam(ADStatus, &adstatus); if (value && (adstatus == ADStatusIdle)) { + // Start the acqusition here, then send an event to the dataTask at the end of this function try { // Set up acquisition mAcquiringData = 1;