-
Notifications
You must be signed in to change notification settings - Fork 2
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
EMU: "booster heater" scripts #5133
Comments
Have created a branch of the instconfigs repo named NDXEMU_booster_scripts where this will be implemented |
Method for selecting how we are using the booster heater (if at all) is to create a block in the config called Cryostat_Booster with one of the three values: "WHITE_CRYOSTAT", "CCR", "MUSR_CRYOSTAT". If none of these blocks are available we default to using the regular settemp. |
Feedback:
|
Feedback: By doing this, instead of having a call to |
I've been doing it for ages the other way, the way you have suggested is a lot better though. Usually you wouldn't have to check hasattr as you often always expect a message, but in some cases this is not true (not a case I've come across until now. |
👍 This is ready to be merged. I've added a shutdown task to merge branch |
As an instrument scientist on EMU I would like to be able to use the "booster heater" with all of my cryostat. This is an additional heater that helps the cryostat to warm up faster when it is near the top of it's range (between about 200-300K).
They have not previously had this functionality on EMU, but there are scripts from HiFi which implement the control required for the "booster heater". They would like this functionality on EMU.
Currently this is implemented by overwriting the
settemp
script with some other GCL code. We will need to think about a different solution in IBEX.Acceptance criteria:
Notes:
\\isis\shares\ISIS_Experimental_Controls\data for tickets\Ticket5133_muon_boost_scripts
The text was updated successfully, but these errors were encountered: