You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
status = setDoubleParam(ADTemperatureActual, temperature);
Could it possible to measure TemperatureActual with this device during continuous acquisition? I'm not sure if this is a bug or needs to be a feature request.
The text was updated successfully, but these errors were encountered:
I don't remember if not reading temperature while acquiring was a performance optimization or it simply did not work. I don't really have a detector to test with. You could test disabling that conditional so it always reads temperature and see if it works for your detector.
I've noticed that
TemperatureActual
only updates when the camera is not acquiring, and also on only a 30s refresh cycle.The relevant portion of the code seems to be here:
ADAndor/andorApp/src/andorCCD.cpp
Line 1162 in 5a2f546
Could it possible to measure
TemperatureActual
with this device during continuous acquisition? I'm not sure if this is a bug or needs to be a feature request.The text was updated successfully, but these errors were encountered: