jungfrau: special dacs have defined values for settings. getsettings give undefined if different values for special dacs

This commit is contained in:
2021-07-28 16:44:57 +02:00
8 changed files with 78 additions and 21 deletions

View File

@ -1687,7 +1687,8 @@ int acquire(int blocking, int file_des) {
// only set
if (Server_VerifyLock() == OK) {
#ifdef JUNGFRAUD
if (!isChipConfigured()) {
// chipv1.1 has to be configured before acquisition
if (getChipVersion() == 11 && !isChipConfigured()) {
ret = FAIL;
strcpy(mess,
"Could not start acquisition. Chip is not configured.\n");