mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-08 22:00:03 +02:00
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:
parent
ae4eb88553
commit
94d748a411
@ -6789,7 +6789,8 @@ int slsDetector::startReceiver(){
|
||||
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);
|
||||
|
||||
return ret;
|
||||
|
Loading…
x
Reference in New Issue
Block a user