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

Better logging of Temperature #8

Open
ANeaves opened this issue May 3, 2022 · 0 comments
Open

Better logging of Temperature #8

ANeaves opened this issue May 3, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@ANeaves
Copy link
Contributor

ANeaves commented May 3, 2022

Currently, the graphing and logging of the temperature of the cryostat is done entirely within javascript. This means that whenever the page is refreshed, it loses any of the information it has. It also only logs the most recent 20 seconds or so, which isn't great as the cryostat tends to cool down/heat up at much slower rates than that, and thus the graph wont be as useful as it could be.

A solution to this would be to log the temperature/time values within the adapter layer instead, and maintain one or more rolling buffers of temperature readings, with configurable limits on how many data points, and how frequently it should record them.

@ANeaves ANeaves added the enhancement New feature or request label May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant