epics-modules / mrfioc2

EPICS driver for Micro Research Finland event timing system devices
http://epics-modules.github.io/mrfioc2/
Other
8 stars 30 forks source link

Display softseq errors on the GUI #59

Closed ZanMaticPratnemer closed 10 months ago

ZanMaticPratnemer commented 1 year ago

If an action was unsuccesfull display the error on the GUI (not just in the IOC shell). Clear if no errors occured. This error display is supposed to be just an information for the user.

jerzyjamroz commented 10 months ago

@ZanMaticPratnemer it looks like a clean feature, I understand that scanIoRequest(onErr) updates the PV Error-RB from mrmSoftSeq.template?

jerzyjamroz commented 10 months ago

Clearing the residual error message can be handled more globally but not within each function (in this case 3 functions). But it is OK, let's leave the place for more contributions.