mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
interchanged both the temp_adc and temp_fpga values, since they were reading alternate values
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@63 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -846,12 +846,12 @@ int set_dac(int fnum) {
|
||||
case G_IB_TESTC:
|
||||
idac=IB_TESTC;
|
||||
break;
|
||||
case TEMPERATURE_ADC:
|
||||
ireg=TEMP_ADC;
|
||||
break;
|
||||
case TEMPERATURE_FPGA:
|
||||
ireg=TEMP_FPGA;
|
||||
break;
|
||||
case TEMPERATURE_ADC:
|
||||
ireg=TEMP_ADC;
|
||||
break;
|
||||
case HV_POT:
|
||||
ireg=HIGH_VOLTAGE;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user