diff --git a/slsDetectorSoftware/eigerDetectorServer/bin/eigerDetectorServer b/slsDetectorSoftware/eigerDetectorServer/bin/eigerDetectorServer index 9072d21eb..6cd087c5e 100755 Binary files a/slsDetectorSoftware/eigerDetectorServer/bin/eigerDetectorServer and b/slsDetectorSoftware/eigerDetectorServer/bin/eigerDetectorServer differ diff --git a/slsDetectorSoftware/eigerDetectorServer/slsDetectorFunctionList.c b/slsDetectorSoftware/eigerDetectorServer/slsDetectorFunctionList.c index 0289f851e..6edaf1301 100644 --- a/slsDetectorSoftware/eigerDetectorServer/slsDetectorFunctionList.c +++ b/slsDetectorSoftware/eigerDetectorServer/slsDetectorFunctionList.c @@ -147,9 +147,9 @@ int setDAC(enum detDacIndex ind, int val, int imod){ string iname; float v = val/0.001; if(!eiger->GetDACName((unsigned int) ind,iname)) return -1; -#ifdef VERBOSE +//#ifdef VERBOSE printf("Setting dac %d: %s to %d mV\n",ind, iname.c_str(),val); -#endif +//#endif if(val>=0) eiger->SetDAC(iname,v); if(!eiger->GetDAC(iname,v)) v=-1;