-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6889 from panasee/oxford-ips-driver-new-parameters
Oxford ips driver new parameters
- Loading branch information
Showing
2 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Added several parameters into the oxford MercuryiPS driver, | ||
enabling the control of the heaters and the sensing of internal temperatures | ||
(magnet, PT1, and PT2 stage of cryogenic system). | ||
Added `heater_switch` parameter to manage the heater switch status and settings. | ||
The heater switch control is bound to each WorkerPS, accepting "ON" and "OFF" as inputs. | ||
Added `magnet_temp`, `pt1_temp`, and `pt2_temp` parameters for reading temperatures | ||
from different sensors, utilizing the new `_temp_parser` function. | ||
Currently, the addresses of temperature sensors are written statically in the driver. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters