Open KathrynBaker opened 2 years ago
This was discussed briefly in the office as @boeuf-codes was going to pick this up as a training ticket. I don't think it's a training ticket in it's current form.
This could be approached in one of two ways; it's not immediately clear to me which way is better (and from a quick discussion with those in the office, it's also not completely obvious to the rest of the team either).
.PREC
on a record, compared to PV sets
.PREC
is the standard EPICS approach for controlling display precisionMOT:MTR0101
- which IOC does this come from?.PREC
if this flag is set)
/uk.ac.stfc.isis.ibex.epics/src/uk/ac/stfc/isis/ibex/epics/pv/Channels.java
and uk.ac.stfc.isis.ibex.instrument.channels
for values with fixed precisionsetDisplayBlocks
(/uk.ac.stfc.isis.ibex.configserver/src/uk/ac/stfc/isis/ibex/configserver/displaying/DisplayConfiguration.java
) GUI needs to choose whether to use the new channel type or the existing channel type based on the new metadata tagMost of this discussion would also equivalently apply to https://github.com/ISISComputingGroup/IBEX/issues/7154
Before picking up/pointing this ticket we should decide which appraoch we're taking.
As someone using IBEX, I want to be able to change the number of significant figures I'm showing in a block easily
Acceptance Criteria
Notes
This should generally be possible by setting the appropriate field in the record, but a less "privileged knowledge" way of achieving it would be helpful to the instrument scientists