From a12dcd81d8c3e76358fda89640790fda0bc66be4 Mon Sep 17 00:00:00 2001 From: rivers Date: Sun, 15 Sep 2013 16:36:05 +0000 Subject: [PATCH] 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 --- ADApp/Db/NDPluginBase.template | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/ADApp/Db/NDPluginBase.template b/ADApp/Db/NDPluginBase.template index c4854e4..aad66cc 100644 --- a/ADApp/Db/NDPluginBase.template +++ b/ADApp/Db/NDPluginBase.template @@ -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 # ###################################################################