Added NumDarks; change PREC of Temperature_RBV and TimeRemaining_RBV to 2
git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@11231 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
@@ -24,6 +24,23 @@ record(waveform, "$(P)$(R)BISStatus")
|
||||
field(SCAN, "I/O Intr")
|
||||
}
|
||||
|
||||
# Number of dark fields
|
||||
record(longout, "$(P)$(R)NumDarks")
|
||||
{
|
||||
field(PINI, "YES")
|
||||
field(DTYP, "asynInt32")
|
||||
field(OUT, "@asyn($(PORT),$(ADDR),$(TIMEOUT))NUM_DARKS")
|
||||
field(VAL, "2")
|
||||
}
|
||||
|
||||
record(longin, "$(P)$(R)NumDarks_RBV")
|
||||
{
|
||||
field(DTYP, "asynInt32")
|
||||
field(INP, "@asyn($(PORT),$(ADDR),$(TIMEOUT))NUM_DARKS")
|
||||
field(SCAN, "I/O Intr")
|
||||
}
|
||||
|
||||
|
||||
# We replace the file format choices from ADBase.template
|
||||
record(mbbo, "$(P)$(R)FileFormat")
|
||||
{
|
||||
@@ -68,6 +85,17 @@ record(mbbi, "$(P)$(R)FrameType_RBV")
|
||||
field(SCAN, "I/O Intr")
|
||||
}
|
||||
|
||||
# Change the PREC of the temperature and time remaining records to 2
|
||||
record(ai, "$(P)$(R)Temperature_RBV")
|
||||
{
|
||||
field(PREC, "2")
|
||||
}
|
||||
|
||||
record(ai, "$(P)$(R)TimeRemaining_RBV")
|
||||
{
|
||||
field(PREC, "2")
|
||||
}
|
||||
|
||||
# asyn record for interactive communication with BIS
|
||||
record(asyn, "$(P)$(R)BISAsyn")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user