From 3a4c792eca20dddc95fc91f8b3496714b25d6261 Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Mon, 10 Mar 2025 09:25:09 +0100 Subject: [PATCH] make eiger async --- addams_bec/device_configs/x04v.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addams_bec/device_configs/x04v.yaml b/addams_bec/device_configs/x04v.yaml index 878818b..c811c96 100644 --- a/addams_bec/device_configs/x04v.yaml +++ b/addams_bec/device_configs/x04v.yaml @@ -1,5 +1,5 @@ eiger: - readoutPriority: baseline + readoutPriority: async deviceClass: addams_bec.devices.detector.Eiger500K deviceConfig: prefix: "X04SA-ES3-EIGER:" @@ -11,7 +11,7 @@ eiger_count: readoutPriority: monitored deviceClass: ophyd.EpicsSignalRO deviceConfig: - read_pv: "X04SA-ES3-EIGER:Stats1:Total_RBV" + read_pv: "X04SA-ES3-EIGER:ROIStats1:1:Total_RBV" auto_monitor: true enabled: true readOnly: true