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
This commit is contained in:
mwpearson
2012-03-09 11:07:54 +00:00
parent 9a19171889
commit fdb94a65e3
+3
View File
@@ -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")
}