New interface for PLL reconfig of Junfraus server; moved some_fifo_full_bit and added stopped status

This commit is contained in:
2016-02-22 13:59:53 +01:00
parent 06e810169d
commit 13db6a7df5
6 changed files with 252 additions and 381 deletions

View File

@ -2176,6 +2176,8 @@ dacs_t slsDetector::setDAC(dacs_t val, dacIndex index, int mV, int imod){
int ret=FAIL;
char mess[100];
int arg[3];
if ( (thisDetector->myDetectorType != GOTTHARD) && index==HV_POT)
index=HV_NEW;
arg[0]=index;
arg[1]=imod;
arg[2]=mV;