mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 17:18:00 +02:00
ctb server: vlimit not impl, adc in degrees
This commit is contained in:
@ -4063,7 +4063,7 @@ std::string slsDetectorCommand::cmdADC(int narg, char *args[], int action, int d
|
||||
else sprintf(answer,"%d",myDet->getADC(adc, detPos));
|
||||
|
||||
//if ((adc == TEMPERATURE_ADC) || (adc == TEMPERATURE_FPGA))
|
||||
if (adc<=100 || adc == SLOW_ADC_TEMP)
|
||||
if (adc < 100 || adc == SLOW_ADC_TEMP)
|
||||
strcat(answer,"°C");
|
||||
else
|
||||
strcat(answer,"mV");
|
||||
|
Reference in New Issue
Block a user