From 5bb2d6ca6ff848747387f9981703b40984dc5979 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Tue, 30 Sep 2014 14:30:51 +1000 Subject: [PATCH] SICS-608: Implemented detector protection using anticollider using a voltage limit of 56 volts. --- site_ansto/instrument/bilby/config/anticollider/acscript.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/site_ansto/instrument/bilby/config/anticollider/acscript.txt b/site_ansto/instrument/bilby/config/anticollider/acscript.txt index e69de29b..1ae4bbce 100644 --- a/site_ansto/instrument/bilby/config/anticollider/acscript.txt +++ b/site_ansto/instrument/bilby/config/anticollider/acscript.txt @@ -0,0 +1,5 @@ +# Forbid detector motion when the detector voltage is on +forbid {-inf inf} for det when dhv1 in {56 inf} +forbid {-inf inf} for curtaindet when dhv1 in {56 inf} +forbid {-inf inf} for det when dhv2 in {56 inf} +forbid {-inf inf} for curtaindet when dhv2 in {56 inf}