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

Polling cryocard variables #661

Open
jlashner opened this issue Jun 9, 2021 · 2 comments
Open

Polling cryocard variables #661

jlashner opened this issue Jun 9, 2021 · 2 comments
Labels
enhancement New feature or request SO wontfix This will not be worked on

Comments

@jlashner
Copy link
Collaborator

jlashner commented Jun 9, 2021

Describe the problem

It would be really useful for us to have the ability to poll and monitor cryocard variables like amplifier bias voltages and currents, etc. so they can show up in our data feeds.

Describe the solution you'd like

I am not sure the best way to do this since cryocard registers all share the same read-pv. One option might be to create a software register for the specific cryocard registers we care about (amplifier currents) which queries the cryocard registers with the correct address whenever we try to poll it. Then we can monitor that software register with the smurf-streamer and pysmurf publisher and poll it regularly. @jesusvasquez333 do you think this would be possible or difficult to implement?

@jlashner jlashner added the enhancement New feature or request label Jun 9, 2021
@swh76
Copy link
Collaborator

swh76 commented Sep 14, 2021

@jlashner this would require a decent amount of work. One possible issue we should vet before considering fixing this ; someone should try doing the kind of polling you'd like done while taking data to make sure there are no noise implications. These polls will exercise the digital on the cryocard which could potentially impact noise performance. It's probably ok but someone should check.

@jlashner
Copy link
Collaborator Author

I can try a quick test where I take data regularly and while polling once a second and post the results. I still think this would be good to have though

@agustiner agustiner added the SO label Nov 5, 2021
@agustiner agustiner added the wontfix This will not be worked on label Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request SO wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants