diff --git a/slsDetectorServers/gotthard2DetectorServer/bin/gotthard2DetectorServer_developer b/slsDetectorServers/gotthard2DetectorServer/bin/gotthard2DetectorServer_developer index e5d72b775..2276b519c 100755 Binary files a/slsDetectorServers/gotthard2DetectorServer/bin/gotthard2DetectorServer_developer and b/slsDetectorServers/gotthard2DetectorServer/bin/gotthard2DetectorServer_developer differ diff --git a/slsDetectorServers/gotthard2DetectorServer/slsDetectorFunctionList.c b/slsDetectorServers/gotthard2DetectorServer/slsDetectorFunctionList.c index 08b682205..8321e79b6 100644 --- a/slsDetectorServers/gotthard2DetectorServer/slsDetectorFunctionList.c +++ b/slsDetectorServers/gotthard2DetectorServer/slsDetectorFunctionList.c @@ -363,6 +363,8 @@ void setupDetector() { for (i = 0; i < NCHIP; ++i) { for (j = 0; j < NCHAN; ++j) { vetoReference[i][j] = 0; + } + for (j = 0; j < NADC; ++j) { adcConfiguration[i][j] = 0; } } diff --git a/slsSupportLib/include/versionAPI.h b/slsSupportLib/include/versionAPI.h index 187ab0710..59987f1b2 100644 --- a/slsSupportLib/include/versionAPI.h +++ b/slsSupportLib/include/versionAPI.h @@ -8,5 +8,5 @@ #define APIJUNGFRAU 0x191111 #define APIEIGER 0x191111 #define APICTB 0x191121 -#define APIGOTTHARD2 0x191125 #define APIMYTHEN3 0x191125 +#define APIGOTTHARD2 0x191125