From b2040bdb6feee096dda57465e4e8ee4ea332304b Mon Sep 17 00:00:00 2001 From: rivers Date: Fri, 20 Jul 2012 23:30:13 +0000 Subject: [PATCH] New file that syncs ROI to the full detector git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@14890 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- ADApp/Db/roi_sync.template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ADApp/Db/roi_sync.template diff --git a/ADApp/Db/roi_sync.template b/ADApp/Db/roi_sync.template new file mode 100644 index 0000000..49303c9 --- /dev/null +++ b/ADApp/Db/roi_sync.template @@ -0,0 +1,14 @@ +record(longout, "$(P)$(ROI)SizeXLink") +{ + field(DOL, "$(P)$(CAM)ArraySizeX_RBV CP MS") + field(OMSL, "closed_loop") + field(OUT, "$(P)$(ROI)SizeX PP") +} + +record(longout, "$(P)$(ROI)SizeYLink") +{ + field(DOL, "$(P)$(CAM)ArraySizeY_RBV CP MS") + field(OMSL, "closed_loop") + field(OUT, "$(P)$(ROI)SizeY PP") +} +