mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 13:57:13 +02:00
jungfrau fix: wait for acquisition to be done before sending stop receiver
This commit is contained in:
Binary file not shown.
@ -1788,11 +1788,11 @@ enum runStatus getRunStatus(){
|
|||||||
|
|
||||||
|
|
||||||
void readFrame(int *ret, char *mess){
|
void readFrame(int *ret, char *mess){
|
||||||
#ifdef VIRTUAL
|
|
||||||
// wait for status to be done
|
// wait for status to be done
|
||||||
while(runBusy()){
|
while(runBusy()){
|
||||||
usleep(500);
|
usleep(500);
|
||||||
}
|
}
|
||||||
|
#ifdef VIRTUAL
|
||||||
FILE_LOG(logINFOGREEN, ("acquisition successfully finished\n"));
|
FILE_LOG(logINFOGREEN, ("acquisition successfully finished\n"));
|
||||||
return;
|
return;
|
||||||
#endif
|
#endif
|
||||||
|
@ -8,5 +8,5 @@
|
|||||||
#define APIGOTTHARD 0x200122
|
#define APIGOTTHARD 0x200122
|
||||||
#define APIGOTTHARD2 0x200122
|
#define APIGOTTHARD2 0x200122
|
||||||
#define APIEIGER 0x200122
|
#define APIEIGER 0x200122
|
||||||
#define APIJUNGFRAU 0x200122
|
|
||||||
#define APIMYTHEN3 0x200122
|
#define APIMYTHEN3 0x200122
|
||||||
|
#define APIJUNGFRAU 0x200123
|
||||||
|
Reference in New Issue
Block a user