SICS-608: Implemented detector protection using anticollider using a voltage limit of 56 volts.

This commit is contained in:
Ferdi Franceschini
2014-09-30 14:30:51 +10:00
parent ba72e77d4c
commit 5bb2d6ca6f

View File

@ -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}