Add BgdWidth; change ComputeXXX records to minor alarm when Yes for yellow medm screens
git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@10253 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
@@ -1,3 +1,22 @@
|
||||
###################################################################
|
||||
# These records control the background width #
|
||||
###################################################################
|
||||
record(longout, "$(P)$(R)BgdWidth")
|
||||
{
|
||||
field(PINI, "1")
|
||||
field(DTYP, "asynInt32")
|
||||
field(OUT, "@asyn($(PORT),$(ADDR),$(TIMEOUT))BGD_WIDTH")
|
||||
field(VAL, "1")
|
||||
}
|
||||
|
||||
record(longin, "$(P)$(R)BgdWidth_RBV")
|
||||
{
|
||||
field(PINI, "1")
|
||||
field(DTYP, "asynInt32")
|
||||
field(INP, "@asyn($(PORT),$(ADDR),$(TIMEOUT))BGD_WIDTH")
|
||||
field(SCAN, "I/O Intr")
|
||||
}
|
||||
|
||||
###################################################################
|
||||
# These records control the centroid threshold #
|
||||
###################################################################
|
||||
@@ -35,6 +54,8 @@ record(bi, "$(P)$(R)ComputeStatistics_RBV")
|
||||
field(INP, "@asyn($(PORT),$(ADDR),$(TIMEOUT))COMPUTE_STATISTICS")
|
||||
field(ZNAM, "No")
|
||||
field(ONAM, "Yes")
|
||||
field(ZSV, "NO_ALARM")
|
||||
field(OSV, "MINOR")
|
||||
field(SCAN, "I/O Intr")
|
||||
}
|
||||
|
||||
@@ -57,6 +78,8 @@ record(bi, "$(P)$(R)ComputeCentroid_RBV")
|
||||
field(INP, "@asyn($(PORT),$(ADDR),$(TIMEOUT))COMPUTE_CENTROID")
|
||||
field(ZNAM, "No")
|
||||
field(ONAM, "Yes")
|
||||
field(ZSV, "NO_ALARM")
|
||||
field(OSV, "MINOR")
|
||||
field(SCAN, "I/O Intr")
|
||||
}
|
||||
|
||||
@@ -164,6 +187,8 @@ record(bi, "$(P)$(R)ComputeHistogram_RBV")
|
||||
field(INP, "@asyn($(PORT),$(ADDR),$(TIMEOUT))COMPUTE_HISTOGRAM")
|
||||
field(ZNAM, "No")
|
||||
field(ONAM, "Yes")
|
||||
field(ZSV, "NO_ALARM")
|
||||
field(OSV, "MINOR")
|
||||
field(SCAN, "I/O Intr")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user