From 9df1e5102d404eaf7d6fd22863862c9d8d9aea36 Mon Sep 17 00:00:00 2001 From: Freddie Akeroyd Date: Thu, 30 Jul 2026 16:38:18 +0100 Subject: [PATCH] Remvoe shutter test value --- ADCore/ADApp/Db/ADBase.template | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ADCore/ADApp/Db/ADBase.template b/ADCore/ADApp/Db/ADBase.template index de61ea69..8755d4da 100644 --- a/ADCore/ADApp/Db/ADBase.template +++ b/ADCore/ADApp/Db/ADBase.template @@ -603,10 +603,18 @@ record(calcout, "$(P)$(R)ShutterCloseEPICS") info(autosaveFields, "OUT OCAL") } +record(longin, "$(P)$(R)ShutterStatusEPICS:TEST") +{ + +} + record(mbbi, "$(P)$(R)ShutterStatusEPICS_RBV") { field(DTYP, "Raw Soft Channel") - field(INP, "test CP MS") +# set INP to PV to show status of EPICS controlled shutter, should be a CP link +# and ZRVL/ONVL need to reflect closed/open raw readback value from this PV +# INP/ZRVL/ONVL are all autosaved + field(INP, "$(P)$(R)ShutterStatusEPICS:TEST CP MS") field(ZRVL, "0") field(ZRST, "Closed") field(ZRSV, "NO_ALARM")