From fdb94a65e33173fd94893fa9a01ce2ac6a96816a Mon Sep 17 00:00:00 2001 From: mwpearson Date: Fri, 9 Mar 2012 11:07:54 +0000 Subject: [PATCH] areaDetector: added an Aborted state to the DetectorState_RBV record. Modified the simulation driver to use this Aborted state when an acqusition is aborted, instead of using the Error state. git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@14604 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- ADApp/Db/ADBase.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ADApp/Db/ADBase.template b/ADApp/Db/ADBase.template index e766526..ae2c163 100644 --- a/ADApp/Db/ADBase.template +++ b/ADApp/Db/ADBase.template @@ -603,6 +603,9 @@ record(mbbi, "$(P)$(R)DetectorState_RBV") field(NIST, "Disconnected") field(NIVL, "9") field(NISV, "INVALID") + field(TEST, "Aborted") + field(TEVL, "10") + field(TESV, "MINOR") field(SCAN, "I/O Intr") }