Skip to content

Resolve "GUI needs a bit of change"

Anders Lindh Olsson requested to merge 7-gui-needs-a-bit-of-change into master

Closes #7 (closed)

Here are some changes that satisfy the issues listed in #7 (closed). I've tried to keep modifications to a minimum outside of addressing the listed issues so it will be easy for us to confirm unchanged functionality/usability.

I've modified ${P} away from CEA to PBI-nBLMps - this is now defined in only the top-level widget (and then intherited by all other displays), so this should hopefully be easy for you to modyify to work with whatever hardware/IOC you have access to.

${Dis} is now also only defined at the top-level and then inherited, to simplify modifications.


There are some links I've noticed return null, which could be a mismatch since we've made PV-modifications. See e.g. board and channel status (for example PBI-nBLMps:PwrC-HVM-101:Ch007-MainStatus).

Edit: Since we've found out that the hardware actually wasn't accessible, the above comment about null links can probably be safely ignored.

Edited by Anders Lindh Olsson

Merge request reports