diff --git a/slsDetectorSoftware/src/Module.cpp b/slsDetectorSoftware/src/Module.cpp index fa4cfe0c3..28870f79a 100644 --- a/slsDetectorSoftware/src/Module.cpp +++ b/slsDetectorSoftware/src/Module.cpp @@ -330,7 +330,7 @@ void Module::setImageTestMode(const int value) { } int Module::getADC(dacIndex index) { - return sendToDetector(F_GET_ADC, static_cast(index)); + return sendToDetectorStop(F_GET_ADC, static_cast(index)); } int Module::getOnChipDAC(slsDetectorDefs::dacIndex index, int chipIndex) { @@ -3034,4 +3034,4 @@ void Module::programFPGAviaNios(std::vector buffer) { rebootController(); } -} // namespace sls \ No newline at end of file +} // namespace sls