Added EpicsTSSec_RBV and EpicsTSNsec_RBV records

git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@16873 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
rivers
2013-09-15 16:36:05 +00:00
parent 4f5f4c8b77
commit a12dcd81d8

View File

@@ -362,7 +362,7 @@ record(mbbi, "$(P)$(R)BayerPattern_RBV")
}
###################################################################
# These records are the uniqueId and time stamp of the array #
# These records are the uniqueId and time stamps of the array #
###################################################################
record(longin, "$(P)$(R)UniqueId_RBV")
{
@@ -379,6 +379,20 @@ record(ai, "$(P)$(R)TimeStamp_RBV")
field(SCAN, "I/O Intr")
}
record(longin, "$(P)$(R)EpicsTSSec_RBV")
{
field(DTYP, "asynInt32")
field(INP, "@asyn($(PORT),$(ADDR),$(TIMEOUT))EPICS_TS_SEC")
field(SCAN, "I/O Intr")
}
record(longin, "$(P)$(R)EpicsTSNsec_RBV")
{
field(DTYP, "asynInt32")
field(INP, "@asyn($(PORT),$(ADDR),$(TIMEOUT))EPICS_TS_NSEC")
field(SCAN, "I/O Intr")
}
###################################################################
# This record is the name of a file defining attributes #
###################################################################