As a developer, I am experiencing an issue which is causing the current PV for the magnet on LARMOR to give weird values. Block SP is an integer in mA and RBV is a float in A, so we need to add a couple calc records in the IOC to make it so that the SP & RBV are the same units & value. Expected to be caused by the device itself.
This is required for ISISComputingGroup/ibex_bluesky_core#125, as it does not make sense to make a special type of bluesky device to account for a broken ioc
Edit the existing PVs instead of making new ones
Discussed 10/07/2025 54:08
Acceptance Criteria
- Calc records added such that the SP & RBV are of the same unit and value and datatype
To the reviewer: Make sure to update submodules!
As a developer, I am experiencing an issue which is causing the current PV for the magnet on LARMOR to give weird values. Block SP is an integer in mA and RBV is a float in A, so we need to add a couple calc records in the IOC to make it so that the SP & RBV are the same units & value. Expected to be caused by the device itself.
This is required for ISISComputingGroup/ibex_bluesky_core#125, as it does not make sense to make a special type of bluesky device to account for a
brokeniocEdit the existing PVs instead of making new ones
Discussed 10/07/2025 54:08
Acceptance Criteria
To the reviewer: Make sure to update submodules!