mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 15:20:02 +02:00
receiver stop command line should not have receiver readout, acquire doesnt hacve it anymore
This commit is contained in:
parent
302d9ca0ed
commit
9c66e96770
@ -4247,11 +4247,11 @@ string slsDetectorCommand::cmdReceiver(int narg, char *args[], int action) {
|
||||
myDet->startReceiver();
|
||||
else if(!strcasecmp(args[1],"stop")){
|
||||
myDet->startReceiverReadout();
|
||||
runStatus s = myDet->getReceiverStatus();
|
||||
/*runStatus s = myDet->getReceiverStatus();
|
||||
while(s != RUN_FINISHED){
|
||||
usleep(50000);
|
||||
s = myDet->getReceiverStatus();
|
||||
}
|
||||
}*/
|
||||
myDet->stopReceiver();
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user