Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TemperatureActual only updates when not acquiring #56

Open
ronpandolfi opened this issue May 17, 2023 · 1 comment
Open

TemperatureActual only updates when not acquiring #56

ronpandolfi opened this issue May 17, 2023 · 1 comment

Comments

@ronpandolfi
Copy link

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:

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.

@MarkRivers
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants