somehow it works with the receive adc in receieveModule blocked. added DDACS_DOUBLE to makefile to make it work with client

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@221 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2012-08-15 15:33:04 +00:00
parent 398b1aa844
commit 73424d0376
3 changed files with 9 additions and 10 deletions

View File

@ -1416,7 +1416,7 @@ int set_module(int file_des) {
printf("Setting module\n");
#endif
ret=receiveModule(file_des, &myModule);
printf("11vref_ds:%f\n",myModule.dacs[0]);printf("11vin_cm:%f\n",myModule.dacs[5]);
if (ret>=0)
ret=OK;