2 Commits
1.0.1 ... 1.0.2

Author SHA1 Message Date
marcofilho
2c951811fc Merge branch 'remove-alarms'
Remove alarms when acquisition is aborted according to request in https://jira.esss.lu.se/browse/ECDC-4185
2024-09-06 14:18:15 +02:00
marcofilho
db6ce72e1d Remove alarm severity when acq aborted.
As discussed in ECDC-4185
2024-09-06 14:04:27 +02:00
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
# Removing undesired alarms from aborted state
record(mbbi, "$(P)$(R)DetectorState_RBV") {
field(TESV, "NO_ALARM")
}

View File

@@ -2,6 +2,7 @@
#
include "ADBase.template"
include "AlarmsOverride.template"
###############################################################################
# Note: The following are records defined in ADBase.template. #