From f48d1803766210ceeb36c4dbba758bb490bde066 Mon Sep 17 00:00:00 2001 From: x12sa Date: Wed, 8 Jul 2026 11:50:57 +0200 Subject: [PATCH] added ES shutter to ES config --- csaxs_bec/device_configs/bl_endstation.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/csaxs_bec/device_configs/bl_endstation.yaml b/csaxs_bec/device_configs/bl_endstation.yaml index 02601f9..4a224aa 100644 --- a/csaxs_bec/device_configs/bl_endstation.yaml +++ b/csaxs_bec/device_configs/bl_endstation.yaml @@ -52,6 +52,22 @@ fsh: enabled: true readoutPriority: monitored +########################################################################## +########################### FAST SHUTTER ################################# +########################################################################## + +shutter_es: + description: X12SA ES shutter status + deviceClass: ophyd_devices.EpicsSignalRO + deviceConfig: + read_pv: X12SA-OP-PSH1-EMLS-7010:OPEN + auto_monitor: true + onFailure: buffer + enabled: true + readoutPriority: baseline + readOnly: true + softwareTrigger: false + ########################################################################## ######################## SMARACT STAGES ################################## ##########################################################################