From 23b828168a2ddb874e6c0a8c89969d85b6dd8a96 Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Mon, 9 Jan 2017 08:38:44 -0600 Subject: [PATCH] New shutter modes --- andorApp/Db/andorCCD.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/andorApp/Db/andorCCD.template b/andorApp/Db/andorCCD.template index c96f33a..692a332 100644 --- a/andorApp/Db/andorCCD.template +++ b/andorApp/Db/andorCCD.template @@ -209,9 +209,9 @@ record(mbbo, "$(P)$(R)AndorShutterMode") field(PINI, "1") field(DTYP, "asynInt32") field(OUT, "@asyn($(PORT),$(ADDR),$(TIMEOUT))ANDOR_SHUTTER_MODE") - field(ZRST, "Auto") + field(ZRST, "Fully Auto") field(ZRVL, "0") - field(ONST, "Open") + field(ONST, "Always Open") field(ONVL, "1") }