start receiver lets detectr prepare for acquistion only if receiver worked, removed to allow other receivers to work using receiver start, status start

This commit is contained in:
Dhanya Maliakal 2016-06-10 11:03:36 +02:00
parent ae4eb88553
commit 94d748a411

View File

@ -6789,7 +6789,8 @@ int slsDetector::startReceiver(){
setErrorMask((getErrorMask())|(COULDNOT_START_RECEIVER)); setErrorMask((getErrorMask())|(COULDNOT_START_RECEIVER));
} }
} }
if((ret==OK) && (thisDetector->myDetectorType != JUNGFRAU)) //let detector prepare anyway even if receiver didnt work
if((thisDetector->myDetectorType != JUNGFRAU))
ret=detectorSendToReceiver(true); ret=detectorSendToReceiver(true);
return ret; return ret;